Steel Beam Deflection Guide — Formulas, Limits & Calculator

Deflection is often the governing criterion in steel beam design. A beam may pass the strength check (bending and shear) but still deflect too much for serviceability. Floor beams that bounce, roof beams that pond water, and crane beams that vibrate all trace back to inadequate stiffness. This guide covers the formulas, code limits, and worked examples for steel beam deflection, with a free deflection calculator that handles any loading condition.

What you will learn

Why deflection matters

Strength design (LRFD or limit states) ensures the beam does not fail under factored loads. But serviceability design ensures the beam performs well under actual working loads. Deflection checks fall under serviceability.

Excessive deflection causes:

Deflection formulas

Simply supported beam

Uniform load (w per unit length):

delta_max = 5 * w * L^4 / (384 * E * I)

Point load at midspan (P):

delta_max = P * L^3 / (48 * E * I)

Point load at distance a from left support:

delta_max = P * a * b * (L^2 - a^2 - b^2)^(1/2) / (9 * sqrt(3) * E * I * L)

Where a = distance from left support, b = L - a. Maximum deflection occurs between the load and the center.

Cantilever beam

Uniform load:

delta_max = w * L^4 / (8 * E * I)

Point load at free end:

delta_max = P * L^3 / (3 * E * I)

Fixed-fixed beam

Uniform load:

delta_max = w * L^4 / (384 * E * I)

This is 1/5 of the simply supported case, showing why fixed ends dramatically reduce deflection.

Point load at midspan:

delta_max = P * L^3 / (192 * E * I)

Continuous beam (two equal spans, uniform load)

delta_max = w * L^4 / (185 * E * I)

Slightly less than the fixed-fixed case due to moment redistribution.

Code deflection limits

AISC 360 (US)

AISC does not mandate specific deflection limits but refers to ASCE 7 and the IBC:

Element Typical Limit
Floor beams (general) L/360
Floor beams (sensitive to vibration) L/480
Roof beams (no plaster) L/240
Roof beams (with plaster) L/360
Crane beams L/600 to L/1000

AS 4100 (Australia)

AS 4100 Clause 5.4 provides serviceability load combinations but does not prescribe specific deflection limits. Limits are determined by the structural engineer based on the application:

Element Typical Limit
Floor beams Span/360
Roof beams (industrial) Span/200 to Span/250
Roof beams (commercial) Span/360
Cantilevers Span/180 to Span/250

EN 1993 (Eurocode)

EN 1993-1-1 Section 7 defers to EN 1990 Annex A1 and the National Annex:

Element Recommended Limit
Beams with plaster Span/360
Beams without plaster Span/200
Cantilevers Span/180

CSA S16 (Canada)

CSA S16 Clause 5 refers to the National Building Code of Canada:

Element Typical Limit
Floor beams Span/360
Roof beams Span/240
Crane runway beams Span/800

Worked example: W460x52 floor beam

Problem: A W460x52 spans 9 m and supports a service (unfactored) uniform load of 22 kN/m. Check deflection against L/360.

Section properties (W460x52):

Step 1: Calculate maximum deflection

delta = 5 * w * L^4 / (384 * E * I)
delta = 5 * 22 * 9000^4 / (384 * 200000 * 213000000)
delta = 5 * 22 * 6.561e15 / 1.635e16
delta = 44.2 mm

Step 2: Check against limit

L/360 = 9000 / 360 = 25.0 mm
44.2 mm > 25.0 mm  -- FAILS

Step 3: Select larger section

Try W530x82 (Ix = 475,000,000 mm^4):

delta = 5 * 22 * 9000^4 / (384 * 200000 * 475000000)
delta = 19.8 mm  < 25.0 mm  -- OK

The W530x82 passes the deflection check with margin.

Key insight: The strength check for this beam (not shown) would pass with the W460x52. Deflection governed the design, requiring a section 58% heavier. This is common for medium-span floor beams.

How to reduce deflection

If the selected beam fails the deflection check, you have several options:

  1. Use a deeper section: I increases roughly with h^3. Going from W460 to W530 nearly doubles I with modest weight increase.

  2. Add a cover plate: Welding a plate to the flange increases I through the parallel axis theorem. A 300x20 plate on the bottom flange of a W460x52 adds approximately 46,000,000 mm^4 of Ix.

  3. Use fixed or continuous supports: Fixed ends reduce deflection by 80% compared to simply supported. Continuous beams reduce it by about 20%.

  4. Reduce the span: Adding an intermediate support cuts the effective span in half, reducing deflection by a factor of 16 (since deflection scales with L^4).

  5. Use a stiffer material: Not usually practical for steel (all structural steel has E = 200,000 MPa), but composite action with a concrete slab increases the effective I significantly.

  6. Pre-camber: For long-span beams, fabricate with a slight upward camber equal to the expected dead load deflection. This does not reduce live load deflection but prevents visual sag.

Using the beam deflection calculator

Our beam deflection calculator handles:

  1. Multiple support conditions: Simply supported, fixed, cantilever, continuous.
  2. Any loading pattern: Uniform, point loads, partial loads, triangular loads.
  3. Standard section database: Select W, HSS, C, and other shapes from built-in databases.
  4. Instant code checks: Deflection compared against L/240, L/360, L/480 limits automatically.

Common mistakes in deflection calculations

  1. Using factored loads: Deflection is a serviceability check. Use unfactored (working) loads, not LRFD factored loads.

  2. Using the wrong moment of inertia: Make sure you are using Ix (strong axis) for beams bending about the strong axis. Using Iy gives deflections that are 10-50x too large.

  3. Ignoring composite action: A beam with a concrete deck acting compositely has a much higher effective I. Ignoring composite action overestimates deflection.

  4. Not checking cantilevers separately: Cantilever deflection limits are typically more lenient (L/180) but the deflections themselves are much larger per unit load.

  5. Forgetting long-term effects: For sustained loads, consider creep effects in composite beams and relaxation in cables.

Related calculators

References