Beam Deflection Calculator

Where the Load Sits Changes Everything About How Much a Beam Bends

The same total load produces wildly different deflection depending on how it's applied and how the beam is supported. A cantilever carrying a point load at its free end deflects roughly 16 times more than a simply supported beam of the same span carrying the same point load at midspan — not because the material is different, but because the boundary conditions change the governing equation entirely. This calculator applies the correct linear-elastic formula for four common beam and loading configurations.

The Formulas

Simply supported, point load at center: δ = (P × L³) / (48 × E × I)
Simply supported, uniform load: δ = (5 × w × L⁴) / (384 × E × I)
Cantilever, point load at free end: δ = (P × L³) / (3 × E × I)
Cantilever, uniform load: δ = (w × L⁴) / (8 × E × I)

P is a point load, w is a distributed load per unit length, L is the span, E is the modulus of elasticity, and I is the moment of inertia of the cross-section.

Same Load, Four Very Different Outcomes

Deflection for a 120 in (10 ft) steel span, E = 29,000,000 psi, I = 100 in⁴, with a total load of 1,000 lb applied as either a point load or an equivalent total uniform load
ConfigurationDeflection
Simply supported, point load at center0.0124 in
Simply supported, uniform load0.0078 in
Cantilever, point load at free end0.1986 in
Cantilever, uniform load0.0745 in

The cantilever point-load case deflects roughly 16 times more than the simply supported point-load case for identical span, material, section, and total load — a direct result of the cantilever having only one support instead of two.

Where This Gets Used

  • Checking serviceability limits — building codes typically cap allowable deflection as a fraction of span (e.g. L/360 for floors under live load), and this gives the raw deflection figure to compare against that limit.
  • Comparing section options — since deflection is inversely proportional to I, doubling the moment of inertia halves the deflection, which helps evaluate whether a deeper or wider section solves a deflection problem.
  • Early-stage sizing — a quick check before running a full structural analysis, useful for cantilevered balconies, shelving brackets, or simply supported joists.

How to Use This Calculator

  1. Choose Unit system — Imperial (in, psi, lb) or Metric (m, Pa, N).
  2. Choose Load Type — Simply Supported with a point load or uniform load, or Cantilever with a point load or uniform load.
  3. Enter Load, Span/Length, Modulus of Elasticity E, and Moment of Inertia I, using one consistent unit system throughout.
  4. Select Calculate to see the deflection.
Note: this is a linear-elastic estimate and does not account for shear deformation or material yielding.

Related Calculations

Check the load feeding into this beam with the Structural Load Calculator, or size a concrete pour with the Concrete Mix Calculator.

Principles of Euler-Bernoulli Beam Deflection Theory

In civil, structural, and mechanical engineering, beam deflection calculations determine the elastic vertical displacement (δ) of a structural beam subjected to transverse bending loads. Governed by the classical Euler-Bernoulli Beam Equation, deflection modeling ensures that building floors, bridge girders, and machinery shafts satisfy structural serviceability deflection limits without excessive sagging, vibration, or drywall cracking.

The Governing Fourth-Order Differential Equation

E × I × (d4w / dx4) = q(x)  |  M(x) = -E × I × (d²w / dx²)

Where E is the material's Modulus of Elasticity (Young's Modulus) (e.g., 200 GPa for structural steel, 11 GPa for Douglas Fir timber), and I is the cross-sectional Area Moment of Inertia about the bending axis. The product E × I represents the overall flexural rigidity of the beam.

Standard Moment of Inertia (I) Formulas

  • Solid Rectangular Beam (Width b, Height h): I = (b × h³) / 12 (vertical height h dominates stiffness by power of 3).
  • Solid Circular Shaft (Diameter d): I = (π × d4) / 64.
  • Hollow Structural Tube (Outer D, Inner d): I = π × (D4 - d4) / 64.

Classical Beam Deflection Standard Load Formulas

Beam Support & Loading Condition Maximum Deflection (δmax) Formula Location of Max Deflection
Simply Supported — Center Point Load P δmax = (P × L³) / (48 × E × I) Center Span (x = L/2)
Simply Supported — Uniform Distributed Load w δmax = (5 × w × L4) / (384 × E × I) Center Span (x = L/2)
Cantilever Beam — End Point Load P δmax = (P × L³) / (3 × E × I) Free End Tip (x = L)
Cantilever Beam — Uniform Distributed Load w δmax = (w × L4) / (8 × E × I) Free End Tip (x = L)
Fixed-Fixed Beam — Center Point Load P δmax = (P × L³) / (192 × E × I) Center Span (x = L/2)

Step-by-Step Worked Calculation Example

Example: Calculating Center-Span Deflection of a Steel I-Beam Girder

Problem: A W8×31 structural steel floor girder spans L = 6.0 meters (6,000 mm) simply supported at both ends. It supports a central point load P = 24.0 kN (24,000 N). For steel, Young's Modulus E = 200 GPa (200,000 N/mm²). The beam has an Area Moment of Inertia I = 45.8 × 106 mm4. Calculate: (1) The maximum central deflection δmax in millimeters; and (2) Verify if it meets the IBC building code floor live-load serviceability limit of L/360.

Step 1: Calculate central deflection using standard point load formula:

δmax = ( P × L³ ) / ( 48 × E × I )

Numerator = 24,000 N × (6,000 mm)³ = 24,000 × 2.16 × 1011 = 5.184 × 1015 N·mm³

Denominator = 48 × 200,000 N/mm² × (45.8 × 106 mm4) = 4.3968 × 1014 N·mm²

δmax = (5.184 × 1015) / (4.3968 × 1014) = 11.79 mm (approx. 0.464 inches)

Step 2: Check IBC L/360 deflection limit:

δallowable = Span / 360 = 6,000 mm / 360 = 16.67 mm

Conclusion: Because actual deflection δmax (11.79 mm) is strictly less than allowable limit (16.67 mm), the beam satisfies IBC structural serviceability standards.

Building Code Deflection Serviceability Limits (IBC)

  • L/360 Limit: Floor live loads supporting plaster/drywall ceilings (prevents brittle plaster cracking).
  • L/240 Limit: Total floor load (dead + live load) or roof members supporting non-plaster ceilings.
  • L/180 Limit: Secondary roof rafters and purlins supporting non-plaster ceilings.

The Principle of Superposition for Combined Loadings

In linear elastic structural analysis, when a beam is subjected to multiple simultaneous loads (e.g., a uniform dead load w combined with two concentrated live point loads P1 and P2), total elastic deflection is calculated using the Principle of Superposition:

δtotal(x) = δuniform(x) + δpoint1(x) + δpoint2(x)

Dynamic Natural Resonance Frequencies

In structural dynamics, static deflection predicts the fundamental natural vibration frequency (fn, Hz) of a floor girder: fn ≈ 0.18 × √(g / δstatic), preventing footfall-induced floor bounce resonance.

Thermal Deflection from Linear Temperature Gradients

When a structural bridge girder experiences solar radiant heating on its top flange while the bottom flange remains in shadow (ΔT gradient), differential thermal expansion induces vertical thermal bowing deflection: δthermal = α × ΔT × L² / (8 × h).