Beam Load Calculator checks safe beam capacity from span, load type, section modulus, and allowable stress using M=P×L/4, M=w×L²/8, and fb=M/S for bending stress.
Most Beam Failures Start With the Wrong Question
Engineers and contractors often ask “will this beam hold the load?” when the more useful question is “what’s the maximum load this beam can actually carry before the bending stress exceeds what the material allows?” Those are related but not the same. This calculator answers the second question — and gives you the safety factor, support reactions, and actual stress utilization to back it up.
It handles two of the most common simply supported beam scenarios: a single point load applied at midspan, and a uniformly distributed load (UDL) spread evenly across the full span. Both US Customary and Metric unit systems are supported.
What the Calculator Is Actually Doing
For a simply supported beam, the maximum bending moment location depends on how the load is applied. With a center point load P on a span L, the moment peaks at midspan:
Mmax = PL / 4
With a uniform load w (force per unit length), it’s:
Mmax = wL² / 8
From that moment, the actual bending stress in the extreme fiber is:
fb = Mmax / S
where S is the section modulus of the cross-section. That stress is then compared to your allowable bending stress Fb — the material- and code-adjusted limit for the member you’re using. The ratio Fb / fb is the bending safety factor.
Working backward from the allowable moment (Mallow = Fb × S), the calculator also solves for the maximum safe load the beam can carry before hitting that stress limit — which is what gets displayed in the hero result at the top of the output.
Support reactions are equal at each end for both load types (symmetric loading), so each support carries half the total load. For the point load case, that’s P/2. For the UDL case, it’s the total distributed force (w × L) divided by two.
Unit Conversion Under the Hood
The calculator always works in consistent base units internally — inches and psi for US Customary, millimeters and MPa (N/mm²) for Metric — then converts results back to the display units you expect. In US mode, your span input in feet is multiplied by 12 before any calculation, and the resulting moment in lbf·in is divided by 12 to display as lbf·ft. In Metric mode, meters become millimeters and cm³ becomes mm³ before calculating, and N·mm moments are divided by 1000 to display as N·m. This matters when you’re cross-checking results manually.
Worked Example: Checking a Floor Beam Span
A project required spanning 16 ft with a simple beam carrying a point load of 4,800 lbf at center — a concentrated equipment load. The wide flange section being considered had a section modulus of 30.8 in³, and the allowable bending stress for the grade of steel was 24,000 psi.
Plugging those in: span = 16 ft, load = 4,800 lbf, S = 30.8 in³, Fb = 24,000 psi. The calculator returned a maximum bending moment of 19,200 lbf·ft, an actual bending stress of 7,481 psi, and a safety factor of 3.2. The beam was using about 31% of its bending capacity. Support reactions came out to 2,400 lbf each.
Switching to the UDL configuration to check a secondary loading scenario with 350 lbf/ft across the same span and same section confirmed utilization stayed well under 50% — the section was clearly adequate for bending, though the engineer still needed to separately verify deflection limits and lateral bracing.
Where This Estimate Breaks Down
The calculator is deliberately scoped to bending stress only. That’s intentional — it matches the most common hand-check scenario — but it means several critical failure modes are not evaluated:
- Deflection: A beam can pass bending stress limits and still deflect too much for the application. Serviceability limits (typically L/240 to L/360 depending on code and finish) are a separate check entirely.
- Shear: The maximum shear force at the supports is shown, but the tool does not check it against shear capacity. For short, deep members or heavily loaded short spans, shear can govern over bending.
- Lateral-torsional buckling (LTB): Unbraced compression flanges on steel or long-span timber beams can buckle laterally at loads well below the bending capacity this tool calculates. If the top flange isn’t continuously braced, LTB must be checked separately.
- Bearing and web crippling: The local stress at supports is not evaluated here.
- Load position: The tool assumes a center point load or a perfectly uniform distribution. Off-center point loads, partial UDLs, or multiple point loads produce different moment diagrams and cannot be analyzed with this calculator.
Think of the output as a necessary first screen — if the bending check fails here, nothing else matters; if it passes, further checks are still required.
Frequently Asked Questions
Why does the “Maximum Safe Capacity” differ from the load I entered?
The capacity output is calculated from the beam’s section properties (S and Fb), not from your entered load. It represents the theoretical ceiling — the highest load the beam could carry before bending stress reaches the allowable limit. Your entered load is used to calculate actual stress and utilization. If you entered a load below the capacity, the beam is within limits. If you entered a load that exceeds the capacity, the tool will flag an overload condition.
The UDL unit changes between lbf/ft and lbf/in — which does the calculator use internally?
You always enter and see results in lbf/ft (US) or N/m (Metric). Internally, the calculator converts to lbf/in or N/mm before computing moments and shear, because the span is also working in inches or millimeters respectively. This conversion happens silently. If you’re hand-checking a UDL result, remember to divide your lbf/ft value by 12 before applying the wL²/8 formula in inch units.
What happens if I enter zero for the applied load?
Zero load is technically valid — the beam is unloaded. Actual bending stress calculates as zero, and the safety factor is shown as “> 100” (the code caps display at 100 to avoid displaying a meaningless very large number). The maximum safe capacity result still calculates normally from the section modulus and allowable stress, since that depends only on the beam’s properties, not the applied load.
My section modulus is in cm³ but I’m using Metric mode — is that the same as mm³?
No, and this is a common unit confusion. The Metric mode input expects cm³, and the calculator multiplies by 1,000 internally to convert to mm³ before computing stress. If you accidentally enter a value already in mm³, your results will be off by a factor of 1,000. Standard section tables for steel profiles typically list S in cm³, so that’s the intended input unit.
Can I use the allowable stress field to model timber beams?
Yes. The Fb field is intentionally a free input — you can enter whatever allowable bending stress applies to your material, whether that’s a steel grade, a timber species and grade combination (like 1,500 psi for No. 2 Douglas Fir), or an engineered lumber specification. The formula is material-agnostic. Just ensure the section modulus and allowable stress are consistent with the actual member you’re checking.
Does the safety factor output mean the beam is code-compliant?
Not directly. A safety factor above 1.0 means the bending stress is within the allowable limit you entered — but code compliance depends on what Fb value you used, whether it’s already been adjusted for duration of load, wet service conditions, temperature, and size factors (for timber) or unbraced length (for steel). This tool does not apply those adjustment factors. Always use the adjusted Fb from your design standard as your input.
References
The allowable bending stress default of 24,000 psi in US mode corresponds to a common value used for A36 steel in older ASD (Allowable Stress Design) practice (0.66 × 36,000 psi yield ≈ 24,000 psi), as historically referenced in AISC ASD 9th Edition. This is a default for illustration only — verify Fb against the current applicable design standard for your project material and conditions.