Beam Deflection Calculator
Calculate beam deflection using closed-form formulas and compare against code serviceability limits. Supports simply supported, cantilever, fixed-fixed, and propped cantilever beams with point loads, uniform loads, and triangular loads. Uses service-level (unfactored) loads.
Example result: W18x35 spanning 28 ft, uniform live load = 1.5 kip/ft -- delta = 1.40 in, allowable = L/360 = 0.93 in. Fails. Upgrading to W21x44 (Ix = 843 in^4) gives delta = 0.85 in, utilization = 0.91 (passes).
Quick Reference -- Deflection Formulas
Simply supported beam, uniform load: delta*max = 5 * w _ L^4 / (384 _ E _ I) -- at midspan
Simply supported beam, point load at midspan: delta*max = P * L^3 / (48 _ E * I) -- at midspan
Cantilever beam, uniform load: delta*max = w * L^4 / (8 _ E * I) -- at free end
Cantilever beam, point load at tip: delta*max = P * L^3 / (3 _ E * I) -- at free end
Standard Deflection Limits
| Condition | Live Load Limit | Total Load Limit |
|---|---|---|
| Floor beams (plaster ceiling) | L/360 | L/240 |
| Roof beams (no ceiling) | L/180 | L/120 |
| Floor beams (sensitive finishes) | L/480 | L/360 |
Quick Lookup -- Allowable Deflection by Span
| Span (ft) | L/360 (in) | L/240 (in) | L/480 (in) |
|---|---|---|---|
| 10 | 0.33 | 0.50 | 0.25 |
| 15 | 0.50 | 0.75 | 0.38 |
| 20 | 0.67 | 1.00 | 0.50 |
| 25 | 0.83 | 1.25 | 0.63 |
| 30 | 1.00 | 1.50 | 0.75 |
| 35 | 1.17 | 1.75 | 0.88 |
| 40 | 1.33 | 2.00 | 1.00 |
How the Beam Deflection Calculator Works
The calculator computes the maximum elastic deflection of a beam under specified loading and compares it to standard serviceability limits. The tool supports common beam configurations (simply supported, cantilever, fixed-fixed, propped cantilever) and load types (uniform distributed load, point load at midspan, point load at any position, triangular load). For each combination, a closed-form deflection formula is applied using the beam's span, moment of inertia (I), elastic modulus (E), and the applied service loads.
The calculation uses unfactored (service-level) loads because deflection is a serviceability limit state, not a strength limit state. The tool outputs the maximum deflection in absolute units and as a span ratio (L/delta), then compares this ratio against the selected limit criterion (L/360, L/240, L/480, or a custom value). A utilization ratio of computed deflection divided by the allowable deflection indicates whether the beam passes the check.
For composite beams, the tool can accept an effective (transformed) moment of inertia that accounts for the concrete deck acting compositely with the steel beam. For pre-cambered beams, the dead-load deflection can be reduced by the specified camber amount before comparing to total-load limits.
Key Equations
Simply supported beam, uniform load w (max at midspan):
delta_max = 5 * w * L^4 / (384 * E * I)
Simply supported beam, point load P at midspan:
delta_max = P * L^3 / (48 * E * I)
Simply supported beam, point load P at distance a from left support (max deflection):
delta_max = P * a * (L^2 - a^2)^1.5 / (9 * sqrt(3) * E * I * L) (for a ≤ L/2)
Cantilever beam, uniform load w (max at free end):
delta_max = w * L^4 / (8 * E * I)
Cantilever beam, point load P at free end:
delta_max = P * L^3 / (3 * E * I)
Fixed-fixed beam, uniform load w (max at midspan):
delta_max = w * L^4 / (384 * E * I)
Standard serviceability limits (IBC / AISC):
| Condition | Live load limit | Total load limit |
|---|---|---|
| Floor beams (plaster ceiling) | L/360 | L/240 |
| Roof beams (no ceiling) | L/180 | L/120 |
| Floor beams (sensitive finishes) | L/480 | L/360 |
Design Code Requirements
| Check | AISC 360-22 / IBC | AS 4100:2020 / BCA | EN 1993-1-1 / EN 1990 | CSA S16-19 / NBCC |
|---|---|---|---|---|
| Live load deflection | L14.3 (L/360 floors) | AS 1170.0 App C (span/250) | EN 1990 Table A1.4 (L/250-L/350) | Annex D (L/360) |
| Total load deflection | L14.3 (L/240 floors) | Typically span/250 total | L/250 total | L/300 total |
| Ponding check | Appendix 2 | Cl 5.14 | EN 1993-1-1 Cl 7.2 | Cl 15.9 |
| Vibration check | Design Guide 11 | AS 1170.0 App I | EN 1991-1-1 Annex A | NBC Annex G |
Key difference: IBC/AISC uses L/360 for live load on floors. Australian BCA uses span/250 for incremental (imposed) loads. Eurocode EN 1990 uses L/250 as a general limit but allows L/350 for plaster. Canadian NBCC uses L/360 for floors.
Step-by-Step Example
Problem: Check live-load deflection for a W18x35 beam spanning 28 ft, supporting a uniform live load of 1.5 kip/ft. Limit = L/360.
Step 1 -- Properties: W18x35: Ix = 510 in^4. E = 29,000 ksi. L = 28 ft = 336 in. w = 1.5 kip/ft = 0.125 kip/in.
Step 2 -- Compute deflection: delta = 5 _ 0.125 _ 336^4 / (384 _ 29,000 _ 510) = 5 _ 0.125 _ 1.274 _ 10^10 / (384 _ 29,000 _ 510) = 7.963 _ 10^9 / 5.677 * 10^9 = 1.403 in.
Step 3 -- Check limit: Allowable = L/360 = 336/360 = 0.933 in. Utilization = 1.403 / 0.933 = 1.50. FAILS (50% over limit).
Step 4 -- Select adequate section: Required Ix >= 510 _ (1.403/0.933) = 510 _ 1.50 = 765 in^4. Try W21x44: Ix = 843 in^4. delta = 510/843 _ 1.403 = 0.849 in < 0.933 in. OK (utilization = 0.91). Try W24x55: Ix = 1,350 in^4. delta = 510/1350 _ 1.403 = 0.530 in. L/634. Passes easily.
Result: W18x35 fails L/360 at 28-ft span. W21x44 passes at 0.91 utilization. Deflection frequently controls for long-span floor beams before strength does.
Common Design Mistakes
- Using factored loads for deflection checks: Deflection is a serviceability check and uses unfactored (service-level) loads. Using LRFD factored loads (1.2D + 1.6L) inflates deflection by 40-60% and leads to unnecessarily heavy sections.
- Forgetting to separate live-load and total-load checks: Live-load deflection (L/360) and total-load deflection (L/240) must be checked independently. A beam that passes total-load deflection can still fail live-load deflection if the live-to-dead ratio is high.
- Not accounting for composite action: A steel beam acting compositely with a concrete deck has an effective Ix that is 2-3 times the bare steel Ix. Using the bare steel value for a composite beam grossly overestimates deflection.
- Ignoring construction-stage deflection: Before the concrete deck cures, the steel beam acts alone (non-composite) under its self-weight plus wet concrete. This construction-stage deflection can be significant and is not reduced by eventual composite action.
- Assuming camber eliminates all deflection: Camber offsets dead-load sag only. The live-load deflection and any dead load applied after the camber is set (superimposed dead load) still produce service deflection that must be checked.
- Neglecting ponding for low-slope roofs: On flat or nearly flat roofs, deflection under rain or snow creates a bowl that collects more water, increasing load, increasing deflection -- a progressive ponding instability. AISC Appendix 2 requires a specific ponding check when the roof slope is less than 1/4 inch per foot.
Frequently Asked Questions
What is the difference between L/360 and L/240 deflection limits? L/360 is the traditional live-load deflection limit for floor beams supporting plaster or brittle finishes — a span of 30 feet (360 inches) is limited to 1 inch of live-load deflection. L/240 is the typical limit for total load (dead plus live) on the same floor system, and also appears as the live-load limit for roof beams not supporting ceilings. These values are guidelines from AISC and IBC; the governing project specification or building code may require tighter limits (e.g., L/480 for sensitive equipment or brittle stone flooring) and always takes precedence over generic rules of thumb.
Should I check live load deflection, total load deflection, or both? Best practice is to check both separately. Live-load deflection is the increment that occurs after the floor is in service and causes visible bounce or sag relative to the finished condition — L/360 is the typical limit. Total-load deflection (dead plus live) controls against overstress of supported elements such as partitions, curtain walls, and cladding — L/240 is typical. For steel beams, camber is often specified to offset dead-load deflection, so the net in-service deflection under live load is what affects user perception and partition cracking.
What span-to-depth ratio gives a reasonable first estimate for beam stiffness? A depth-to-span ratio of approximately 1/20 to 1/24 for simply supported steel floor beams keeps live-load deflection in the L/360 range under typical office loading (50–80 psf live). For heavier loads, mechanical floors, or tight deflection limits, use a deeper section (1/16 to 1/18). Cantilevers are roughly four times more sensitive to deflection than simply supported spans of the same length, so they require a depth-to-span ratio closer to 1/8 to 1/10 to stay within L/240 of the cantilever length.
How does cambering a beam reduce deflection? Camber is a precambered upward bow built into the beam during fabrication, equal to some fraction (typically 75–80%) of the calculated dead-load deflection. When the dead load is applied, the beam deflects downward and the camber cancels most of the sag, leaving the beam closer to level. Camber only offsets permanent dead-load sag — it does not reduce live-load deflection or dynamic floor response. Minimum camber is typically 3/4 inch because smaller amounts are within fabrication tolerance and may be lost on the shop floor.
Why does a cantilever beam deflect so much more than a simply supported beam? For a uniform load w on a simply supported span L, the maximum deflection formula is 5wL⁴/(384EI). For the same load on a cantilever of the same length, the tip deflection is wL⁴/(8EI) — which is 9.6 times larger (ratio 384 / (8 × 5) = 9.6). This is because the cantilever has no end restraint to share the rotation, and the moment arm from the tip to the support is the full span rather than half. This is why L/240 (or even L/120) limits are sometimes specified for cantilevers in lieu of L/360, and why cantilevers require much deeper sections or reduced spans compared to equivalent simply supported beams.
What is the most effective way to reduce beam deflection without increasing span? Increasing the moment of inertia I of the section is the most direct approach — deflection scales with 1/I. Going from a W16×40 to a W18×46 (deeper but similar weight) can increase I by 50% or more. Adding a cover plate to the tension flange or using a composite slab (concrete deck mechanically connected to the steel beam) can increase effective I by a factor of two to three for composite beams. Reducing the span by adding a midspan support is the most powerful option but often architecturally or structurally impractical. Cambering addresses dead-load sag but does not reduce the live-load component that typically controls L/360 checks.
Related pages
- Beam calculator
- Beam span table
- Section properties database
- Steel beam sizes reference
- Unit converter
- Tools directory
- Reference tables directory
- Guides and checklists
- How to verify calculator results
- Disclaimer (educational use only)
- steel beam capacity calculator
- moment of inertia for deflection checks
- Beam Design Workflow
- Deflection Limits Explained
- Wood timber beam calculator
Disclaimer (educational use only)
This page is provided for general technical information and educational use only. It does not constitute professional engineering advice, a design service, or a substitute for an independent review by a qualified structural engineer. Any calculations, outputs, examples, and workflows discussed here are simplified descriptions intended to support understanding and preliminary estimation.
All real-world structural design depends on project-specific factors (loads, combinations, stability, detailing, fabrication, erection, tolerances, site conditions, and the governing standard and project specification). You are responsible for verifying inputs, validating results with an independent method, checking constructability and code compliance, and obtaining professional sign-off where required.
The site operator provides the content “as is” and “as available” without warranties of any kind. To the maximum extent permitted by law, the operator disclaims liability for any loss or damage arising from the use of, or reliance on, this page or any linked tools.