Beam Deflection Calculator

Calculate the maximum elastic deflection of a beam and check it against a serviceability limit. Computes the maximum deflection of a prismatic beam under a…

Computes the maximum deflection of a prismatic beam under a uniform, point, or combined load for simply supported, cantilever, and fixed-fixed supports, then checks it against a span/ratio serviceability limit (L/360, L/240, etc.). It draws the deflected shape and a utilization gauge. v1 covers elastic small-deflection beams with the point load at its canonical maximum location.

How Is Beam Deflection Calculated?

When a beam carries a transverse load it bends, and the largest downward movement is its maximum deflection δ. For an elastic, prismatic beam the deflection follows closed-form solutions of the Euler–Bernoulli beam equation: it grows with the load and the span to the fourth (distributed) or third (point) power, and falls with the flexural stiffness EI, the product of the elastic modulus E and the moment of inertia I.

The support condition sets both the deflection coefficient and where the peak occurs. A simply supported beam under a uniform load deflects 5wL⁴/384EI at midspan; a cantilever of the same load deflects wL⁴/8EI at its free end — over twelve times more, because a cantilever is far less restrained. Fixing both ends is the stiffest case (wL⁴/384EI). A central point load gives PL³/48EI (simple), PL³/3EI (cantilever), or PL³/192EI (fixed). A combined load is the exact sum of the two, since the response is linear.

Deflection is a serviceability check, not a strength one: a beam can be perfectly safe against breaking yet deflect enough to crack finishes, bounce, or look alarming. Codes therefore cap deflection at a fraction of the span, such as L/360 for floors or L/240 for roofs. This calculator reports δ, the allowable span/ratio, and their ratio, and draws the deflected shape so you can see where and how much the beam sags.

Formula: EI = E x I (flexural stiffness) delta_uniform = c_u x w x L^4 / (E x I) delta_point = c_p x P x L^3 / (E x I) simple: c_u = 5/384, c_p = 1/48 cantilever: c_u = 1/8, c_p = 1/3 fixed: c_u = 1/384, c_p = 1/192 delta_allowable = L / n utilization = delta / delta_allowable

Example Calculation

A simply supported steel beam (E = 200 GPa), span L = 2000 mm, I = 1×10⁷ mm⁴, uniform load w = 10 N/mm. δ = 5·10·2000⁴/(384·200000·1×10⁷) = 1.04 mm at midspan. The L/360 allowable is 2000/360 = 5.56 mm, so utilization is 1.04/5.56 = 19% — well within the limit.

When to Use This Calculator

Common Mistakes to Avoid

How to Interpret Results

Related Standards & References

Frequently Asked Questions

What is a serviceability deflection limit like L/360?

It caps the maximum deflection at the span divided by a number. L/360 means a 3600 mm span may deflect at most 10 mm. Limits protect against cracked plaster, bouncy floors, ponding on roofs, and simply the alarming look of a visibly sagging beam. Common values are L/360 for floors under live load, L/240 for total load, and L/180 for roofs — check your governing code for the exact requirement.

Why does deflection depend on I and not just the beam depth?

Deflection is inversely proportional to the moment of inertia I, which grows with the cube of the section depth. Doubling the depth of a rectangular section raises I eightfold and cuts deflection to an eighth, while doubling the width only halves it. That is why beams are made deep rather than wide — depth buys stiffness far more efficiently than width or material.

Where does the point load act in this calculator?

The point load is placed at the canonical maximum-deflection location for each support: midspan for simply supported and fixed-fixed beams, and the free end for a cantilever. This is the worst case and the one textbooks tabulate. Off-centre point loads, whose peak deflection lies between the load and midspan, are deferred in this version rather than approximated.

Is a beam that passes the deflection check also strong enough?

Not necessarily — they are separate checks. Deflection is serviceability (stiffness); strength is whether the bending stress stays below the allowable. A shallow beam can be strong yet too flexible, or a short deep beam can be stiff yet overstressed. Always check bending stress and shear separately; this tool covers deflection only.