Structural Analysis · 6 min read

How to check beam deflection (and what limit to use)

Deflection is a serviceability check, not a strength check. Here's the practical method: pick the right load combination, calculate δ, and compare to the right limit.

Deflection isn't about strength — a beam can be perfectly safe and still bounce, sag visibly, or crack the finishes below it. That's why deflection is a Serviceability Limit State (SLS) check, with its own load combinations and its own limits.

Step 1 — Use SLS loads, not ULS

Drop the ULS partial factors. The characteristic combination for irreversible deflections is simply Gₖ + Qₖ. The frequent combination uses Gₖ + ψ₁·Qₖ for reversible deflections (ψ₁ ≈ 0.5–0.7 depending on use).

Step 2 — Pick the right deflection formula

δ = 5 · w · L⁴ ÷ (384 · E · I)
Simply supported, UDL, mid-span deflection
δ = P · L³ ÷ (48 · E · I)
Simply supported, mid-span point load

For combined load cases, use superposition — calculate δ for each load case separately and add them. Cantilevers, propped cantilevers, fixed-ended beams and continuous beams each have their own coefficients (Roark's Formulas or any structural handbook covers them all).

Step 3 — Compare to the right limit

Eurocode 3 doesn't specify deflection limits — they come from the National Annex, NCCI documents, or client requirements. The most common UK values:

  • δtotal ≤ L / 250 — general limit on total deflection
  • δimposed ≤ L / 360 — beams supporting brittle finishes (plaster, render)
  • δimposed ≤ L / 200 — beams not supporting brittle finishes
  • δtip ≤ L / 180 — cantilevers (note: L = cantilever projection, not 2·L)
  • δdynamic — separate vibration check for slender floors (e.g. SCI P354)

Step 4 — Add precamber if needed

For long-span steel beams (typically >9 m) where dead-load deflection is visible, you can specify precamber. The fabricator sets a built-in upward bow equal to the dead-load deflection, so the beam ends up flat under permanent load. Specify on the drawings — it doesn't happen automatically.

Quick worked example

305×127×42 UB, span 6.0 m, w = 12 kN/m (unfactored), Iy = 8200 cm⁴, E = 210,000 N/mm². δ = 5 · 12 · 6000⁴ ÷ (384 · 210000 · 8200·10⁴) ≈ 11.7 mm. Limit L/360 = 16.7 mm. OK. If supporting brittle plaster ceiling: imposed deflection only (Qₖ = 5 kN/m, w_imposed = 5 kN/m): δ_imposed ≈ 4.9 mm < L/360 = 16.7 mm. Comfortable.

Frequently asked questions

Should I include self-weight in the deflection calculation?

Yes — self-weight is part of Gₖ. But for precambered beams, only post-installation deflection matters, so dead load is taken out (since the precamber cancels it).

Do I need to check both total and imposed deflection?

Usually yes. Total deflection governs visual sag and clearance to fixed surfaces below; imposed deflection governs damage to non-structural elements (cracks in finishes). Both must be within their limits.

What about long-term deflection from creep?

Steel doesn't creep significantly under normal service conditions — the calculated elastic deflection is the deflection. Concrete and timber do creep: for those materials you apply a creep coefficient (φ ≈ 2 for concrete) to long-term loads.

← All resources