Steel Beam Calculator Guide — Design per AISC 360-22
Quick access:
- What is a steel beam calculator?
- Required inputs
- Interpreting results
- Worked mini-example
- Code references
- Tips for accurate results
- Frequently asked questions
- Try the calculator
What is a steel beam calculator?
A steel beam calculator is a structural engineering tool that determines whether a steel section can safely support specified loads over a given span. It performs three fundamental checks:
- Flexural (bending) strength -- Does the beam have enough moment capacity?
- Shear strength -- Can the web resist the shear force at the supports?
- Deflection (serviceability) -- Will the beam sag more than the code allows?
The Steel Calculator beam tool supports four design codes: AISC 360-22 LRFD, AS 4100-2020, EN 1993-1-1 (Eurocode 3), and CSA S16-19. All calculations run client-side via WebAssembly -- no data leaves your browser.
A beam calculator is not a substitute for professional engineering judgment. It performs the numerical checks defined by the code, but it does not account for every real-world condition such as torsional loading, second-order effects, connection fixity, or construction sequence. Every result should be independently verified by a licensed Professional Engineer (PE) or Structural Engineer (SE) before use in construction.
Required inputs for beam analysis
To analyze a steel beam, the calculator needs four categories of input:
1. Span and support conditions
- Span length (ft or m): The clear distance between supports. Simple spans assume pin-roller boundary conditions (no moment transfer at supports).
- Support type: Simple, fixed, or cantilever. Simple spans are the most common in beam calculators unless the connection is explicitly designed as a moment connection.
- Unbraced length (Lb, ft or m): The distance between points of lateral bracing on the compression flange. This is the single most important input for flexural capacity. If the compression flange is unbraced for the full span, the beam may fail by lateral-torsional buckling (LTB) at a fraction of its full plastic moment.
2. Loading
- Dead load (kips/ft or kN/m): Self-weight of the beam, floor deck, concrete topping, mechanical systems, ceiling, and finishes. ASIC 360-22 ASCE 7-22 Minimum design dead load is typically 10-15 psf for office floor systems.
- Live load (kips/ft or kN/m): Occupancy loads per ASCE 7-22 Table 4.3-1. Typical values: 50 psf for offices, 100 psf for public assembly, 40 psf for residential.
- Point loads (kips or kN): Concentrated loads from columns, equipment, or other beams framing into the beam at specific locations.
- Load combinations: The calculator applies LRFD combinations (1.4D, 1.2D+1.6L, etc.) and reports the governing case automatically.
3. Steel section
- Section designation: W-shape, S-shape, HP-shape, C-channel, or MC-channel. The calculator loads section properties (A, Ix, Zx, Sx, d, tw, bf, tf, h/tw, etc.) from the AISC Shapes Database v16.0.
- Steel grade: ASTM A992 (Fy = 50 ksi) is the default for W-shapes. A36 (Fy = 36 ksi), A572 Gr 50, A913 Gr 65, and others are available depending on the code.
4. Bracing conditions
- Lb (unbraced length): The distance between lateral bracing points on the compression flange. For simple-span beams with a concrete slab on top, the compression flange is the top flange and is continuously braced by the slab (Lb = 0). For beams without a slab or with the compression flange on the bottom (e.g., crane girders with bottom-flange loading), Lb equals the span length.
The AISC Specification defines two limiting unbraced lengths:
- Lp: The limiting unbraced length for full plastic bending capacity. If Lb <= Lp, the beam can develop Mp (the full plastic moment).
- Lr: The limiting unbraced length for inelastic lateral-torsional buckling. If Lp < Lb <= Lr, the nominal moment Mn is interpolated between Mp and Mr (the yield moment reduced for residual stresses).
When Lb > Lr, the beam is in the elastic LTB range, and capacity drops sharply with increasing unbraced length.
Interpreting results: moment, shear, and deflection
The calculator reports three primary results, each with a utilization ratio (demand / capacity). A ratio below 1.00 means the beam passes that check.
Design flexural strength (phiMn)
The nominal moment capacity Mn depends on the section classification (compact, noncompact, or slender) and the unbraced length Lb per AISC 360 Chapter F:
- Compact sections (most W-shapes in A992): Can reach the full plastic moment Mp = Fy x Zx before local buckling occurs. Capacity is limited by LTB if Lb > Lp.
- Noncompact sections: Flange or web width-to-thickness ratios exceed the compact limit. Mn is limited to Mp or lower based on the element slenderness.
- Lateral-torsional buckling: Governs when the compression flange is not continuously braced. The nominal moment is a function of Lb, Cb (moment gradient factor), section properties, and E/Fy.
The design flexural strength is phiMn, where phi = 0.90 per AISC 360-22 Section F1.
The utilization ratio Mu / phiMn should be between 0.50 and 0.95 for efficient design. Below 0.50 suggests the section is over-designed. Above 0.95 leaves little margin for unanticipated loads or construction tolerances.
Design shear strength (phiVn)
Per AISC 360-22 Section G2, the nominal shear capacity Vn is based on the web area Aw = d x tw and the shear buckling coefficient Cv:
- Stocky webs (h/tw <= 2.24 sqrt(E/Fy)): Cv = 1.0, and Vn = 0.6 x Fy x Aw. The full plastic shear capacity is available.
- Slender webs (h/tw > 2.24 sqrt(E/Fy)): Cv < 1.0, and Vn is reduced for shear buckling. The elastic shear buckling stress Fcr depends on the web slenderness and the stiffener spacing.
The design shear strength is phiVn, where phi = 1.00 per AISC 360-22 Section G1.
Shear rarely governs for simply supported beams carrying uniform loads (utilization typically 10-30%). It becomes significant for beams with heavy point loads near supports, coped beam ends, or plate girders with slender webs.
Deflection (serviceability)
Deflection is checked under service (unfactored) loads, typically D + L for floor beams. The common deflection limits per ASCE 7-22 Table CC.1 and IBC Table 1604.3:
| Condition | Limit | Example |
|---|---|---|
| Floor beams (live load) | L/360 | 25 ft span: 0.83 in max |
| Floor beams (total load) | L/240 | 25 ft span: 1.25 in max |
| Roof beams (live load) | L/240 | 25 ft span: 1.25 in max |
| Roof beams (total load) | L/180 | 25 ft span: 1.67 in max |
| Crane girders | L/600 | 25 ft span: 0.50 in max |
| Sensitive equipment areas | L/480 | 25 ft span: 0.63 in max |
Deflection often governs for longer-span beams and lighter loading. The worked example below demonstrates this: the W12x26 passes both flexure and shear checks at low utilization but fails the deflection check, requiring a deeper section.
Worked mini-example: W12x26 beam design
Problem statement
Design a simply supported steel beam spanning 18 ft, supporting a uniform dead load of 0.4 kip/ft and a live load of 0.8 kip/ft. The beam is laterally braced at 6 ft intervals. Use A992 steel (Fy = 50 ksi). Check flexure, shear, and deflection (L/360 for live load).
Step 1: Select trial section
Try W12x26. Section properties from AISC Manual Table 1-1:
- A = 7.65 in^2
- d = 12.22 in
- tw = 0.230 in
- bf = 6.49 in
- tf = 0.380 in
- Ix = 204 in^4
- Zx = 37.2 in^3
- Sx = 33.4 in^3
- h/tw = 47.5
- Lp = 4.76 ft
- Lr = 13.90 ft
- Weight = 26 lb/ft (included in dead load)
Step 2: Calculate required strength
Service loads: w = 0.4 + 0.8 = 1.2 kip/ft (excluding self-weight) With self-weight: w = 0.4 + 0.026 + 0.8 = 1.226 kip/ft approx
LRFD load combination: 1.2D + 1.6L (governs) wu = 1.2 x (0.4 + 0.026) + 1.6 x 0.8 = 0.511 + 1.280 = 1.791 kip/ft
Maximum moment: Mu = wu x L^2 / 8 = 1.791 x 18^2 / 8 = 72.5 kip-ft Maximum shear: Vu = wu x L / 2 = 1.791 x 18 / 2 = 16.1 kips
Step 3: Check flexural capacity (AISC 360 Section F2)
Lb = 6.0 ft. Lp = 4.76 ft < Lb = 6.0 ft < Lr = 13.90 ft → Inelastic LTB zone.
Mp = Fy x Zx = 50 x 37.2 / 12 = 155.0 kip-ft
Cb = 1.0 (conservative for uniformly loaded simple span with no intermediate bracing).
Mn = Cb x [Mp - (Mp - 0.7Fy x Sx) x (Lb - Lp) / (Lr - Lp)] = 1.0 x [155.0 - (155.0 - 0.7 x 50 x 33.4 / 12) x (6.0 - 4.76) / (13.90 - 4.76)] = 1.0 x [155.0 - (155.0 - 97.4) x 0.145] = 1.0 x [155.0 - 57.6 x 0.145] = 1.0 x [155.0 - 8.35] = 146.7 kip-ft
phiMn = 0.90 x 146.7 = 132.0 kip-ft
Mu / phiMn = 72.5 / 132.0 = 0.55 → OK (55% utilized)
Step 4: Check shear capacity (AISC 360 Section G2)
h/tw = 47.5
2.24 x sqrt(E/Fy) = 2.24 x sqrt(29000/50) = 53.9
47.5 < 53.9 → Cv = 1.0
Vn = 0.6 x Fy x Aw x Cv = 0.6 x 50 x (12.22 x 0.230) x 1.0 = 84.3 kips
phiVn = 1.00 x 84.3 = 84.3 kips
Vu / phiVn = 16.1 / 84.3 = 0.19 → OK (19% utilized)
Step 5: Check deflection (serviceability)
Live load deflection (L/360 limit):
Delta = 5 x wL x L^4 / (384 x E x I) = 5 x 0.8 x (18 x 12)^4 / (384 x 29000 x 204)
First compute (18 x 12)^4 = 216^4 = 2.176 x 10^9
Delta = 5 x 0.8 x 2.176 x 10^9 / (384 x 29000 x 204) = 8.704 x 10^9 / (2.272 x 10^9) = 3.83 in
Allowable = L/360 = 18 x 12 / 360 = 0.60 in
3.83 in > 0.60 in → Deflection FAILS severely
Step 6: Redesign for deflection
Deflection governs. We need Ix such that Delta <= 0.60 in.
Required Ix = 3.83 / 0.60 x 204 = 1,302 in^4
Try W18x40 (Ix = 612 in^4 -- still insufficient) Try W21x44 (Ix = 843 in^4 -- still insufficient) Try W24x55 (Ix = 1,350 in^4):
Check deflection: Delta = 3.83 x 204 / 1350 = 0.58 in < 0.60 in → OK
Check flexure (W24x55): Zx = 135 in^3 Mp = 50 x 135 / 12 = 562.5 kip-ft The W24x55 has Lp = 6.78 ft > Lb = 6.0 ft → Compact, full plastic phiMn = 0.90 x 562.5 = 506.3 kip-ft → 14% utilized
Use W24x55. Deflection governs the design despite the section being only 14% utilized in flexure. This is common for long-span beams with relatively light loading.
Code references: AISC 360-22
The beam checks in the Steel Calculator implement the following AISC 360-22 provisions:
Flexure -- Chapter F
| Section | Title | Applicability |
|---|---|---|
| F2 | Doubly Symmetric Compact I-Shapes | W-shapes with compact flanges and webs |
| F3 | Doubly Symmetric I-Shapes with Noncompact/Slender Flanges | W-shapes exceeding the flange compactness limit |
| F4 | Other I-Shapes with Compact/Noncompact Webs | Built-up sections, cover-plated beams |
| F5 | Doubly Symmetric and Singly Symmetric I-Shapes with Slender Webs | Plate girders |
Shear -- Chapter G
| Section | Title | Applicability |
|---|---|---|
| G2 | I-Shapes and Channels | Most rolled W-shapes, S-shapes, channels |
| G3 | Singly Symmetric Shapes | Tees, double angles |
| G4 | Rectangular HSS and Box Sections | HSS rectangular sections |
| G5 | Round HSS | Round hollow structural sections |
| G6 | Stiffened Panels | Plate girders with transverse stiffeners |
Serviceability
- L/360: Standard live load deflection limit for floor beams (IBC Table 1604.3).
- L/240: Total load deflection limit for floor beams.
- L/180: Total load deflection limit for roof beams.
- L/600: Typical crane girder deflection limit (CMAA 70 and 74).
- Vibration: ASCE 11-22 provides recommended acceleration limits for floor vibration serviceability. The AISC Design Guide 11 (Floor Vibrations Due to Human Activity) provides practical methods for evaluating walking-induced vibrations. Generally, beams with spans over 25 ft and low damping should be checked for resonant response.
Bracing requirements (AISC 360 Appendix 6)
- Lateral bracing: Must restrain the compression flange against lateral movement and twist. Per AISC 360 App 6.3.1b, nodal bracing must provide a minimum stiffness of beta_br = (2 x Lb x Mr x Cb) / (phi x Lb^2) per brace point.
- Torsional bracing: Used at cross-section points where the compression flange changes (e.g., near inflection points in continuous beams). Cross-frames or diaphragms are common torsional braces.
Tips for accurate beam calculator results
1. Use the correct unbraced length
The most common error in beam design is overestimating or underestimating Lb. If a concrete deck sits on top of the beam, the compression flange (top flange for simple spans) is continuously braced -- set Lb to zero or the purlin/stud spacing, not the span length. For beams with bottom-flange loading (crane girders, mezzanine beams with bottom-flange supported deck), Lb equals the full span.
2. Apply proper load combinations
The LRFD load combinations from ASCE 7-22 Section 2.3 include seven basic combinations and several additional ones for special loads (flood, ice, seismic). The most common governing combination for floor beams is 1.2D + 1.6L. For roof beams, 1.2D + 1.6W + 0.5L (or 1.2D + 1.6S + 0.5L) often governs. Verify that the calculator is applying the correct combination for your jurisdiction and occupancy.
3. Include self-weight
The beam self-weight is a dead load and must be included. For W-shapes, self-weight ranges from about 10 lb/ft (W8x10) to over 300 lb/ft (W36x302). A W18x35 weighs 35 lb/ft, which contributes 0.035 kip/ft to the dead load. At a 30 ft span, this adds 0.035 x 30^2 / 8 = 3.9 kip-ft to the moment -- a non-trivial amount for beams near their capacity.
4. Check deflection separately from strength
A beam that passes both flexure and shear at 50% utilization can still fail deflection. The worked example above demonstrates this: the W12x26 passed strength at 55% and 19% utilization but failed deflection by a factor of 6. Always verify deflection under service loads, not factored loads.
5. Account for moment gradient (Cb factor)
The Cb factor accounts for the beneficial effect of a non-uniform moment diagram. For a uniformly loaded simple span, Cb = 1.14 (not 1.0). Taking Cb = 1.0 is conservative but may force an unnecessarily heavy section. The calculator computes Cb automatically based on the loading and bracing pattern. Manual checks using AISC 360 Eq. F1-1 confirm the Cb value.
6. Verify the section classification
Not all W-shapes are compact. Check the flange and web slenderness limits per AISC 360 Table B4.1b:
- Compact flange: bf / (2 x tf) <= 0.38 x sqrt(E/Fy) = 9.15 for A992
- Compact web: h / tw <= 3.76 x sqrt(E/Fy) = 90.5 for A992
Most W-shapes in A992 have compact flanges and webs, but exceptions exist (W21x48 has bf/2tf = 9.36 > 9.15, noncompact). The calculator automatically determines the classification and applies the correct provisions.
7. Check the governing length for deflection
Different deflection limits apply to different load types and building uses. A library or laboratory floor may require L/480 or L/600. A roof with no ceiling below may only need L/180. Always verify the applicable limit from the project specification, not generic defaults.
8. Consider composite action
If shear studs connect the steel beam to a concrete slab, the beam acts compositely. Composite beams have significantly higher stiffness and moment capacity than non-composite beams. The effective width of the concrete slab is determined per AISC 360 Section I3.1a: the lesser of L/4, the center-to-center beam spacing, or the flange width plus 16 x slab thickness. Using composite action can often reduce the beam weight by 20-30%.
Try the calculator
Use the free Beam Capacity Calculator to design beams per AISC 360, AS 4100, EN 1993, or CSA S16. The calculator handles:
- All standard W-shapes, S-shapes, HP-shapes, C-channels, and MC-channels
- Multiple load patterns (uniform, point loads, partial uniform, moment loads)
- Automatic Cb computation
- Lateral-torsional buckling checks
- Deflection limits (L/360, L/240, L/180, or user-defined)
- LRFD and ASD load combinations
- Composite beam option with shear stud design
For reference tables and additional guidance:
- Steel Beam Sizes Reference -- complete listing of W-shape dimensions and properties
- Beam Design Guide -- overview of beam design workflow and section selection
- Deflection Limits Reference -- allowable deflection criteria by building use
- Beam Span Reference -- maximum spans for common sections
- Moment of Inertia Guide -- calculating Ix, Iy, and J for steel sections
- Beam Capacity Worked Example -- W18x35 step-by-step example with deflection redesign
Frequently asked questions
What is the default deflection limit for steel beams?
Per IBC Table 1604.3 and ASCE 7-22 Table CC.1, the default live load deflection limit for floor beams is L/360, and the total load limit is L/240. Roof beams with no ceiling below have a live load limit of L/240 and a total load limit of L/180. Crane girders and sensitive equipment areas may require L/600 or tighter.
How does lateral bracing affect beam capacity?
Lateral bracing prevents the compression flange from buckling sideways. A beam with continuous bracing (Lb = 0) can reach its full plastic moment Mp. An unbraced beam of the same section may only reach 30-50% of Mp due to lateral-torsional buckling. Every 2 ft reduction in unbraced length can increase flexural capacity by 10-20% for beams in the inelastic LTB range. The most efficient bracing arrangement provides bracing at every load point and at intervals not exceeding Lp.
Can I use the calculator for HSS (hollow structural section) beams?
Yes. The beam calculator supports rectangular and round HSS sections. HSS beams typically have higher torsional stiffness than open sections, so LTB is rarely a concern. However, HSS flexural capacity is governed by flange and web slenderness limits per AISC 360 Section F7 (rectangular) and F8 (round). The calculator automatically applies the correct provisions for compact, noncompact, and slender HSS elements.
What is the difference between LRFD and ASD?
LRFD (Load and Resistance Factor Design) uses factored loads (multiplied by load factors > 1.0) and reduced nominal strengths (multiplied by resistance factors < 1.0). ASD (Allowable Stress Design) uses service loads and a single factor of safety. LRFD generally produces more economical designs for beams where live load dominates (the 1.6 live load factor is calibrated to the higher variability of live loads). ASD is still permitted per AISC 360-22 Appendix B and may be preferred for projects where the owner specifies ASD or for simple beams with well-known loads. The calculator supports both methods.
How accurate is the calculator compared to hand calculations?
The calculator uses the same formulas from AISC 360-22 that appear in the Specification and the AISC Manual. For standard cases (simple span, uniform load, compact section, uniform bracing), the results match hand calculations and the AISC Manual tables within rounding tolerance (typically within 1%). For complex cases (non-uniform moment, partial bracing, noncompact sections), the calculator automates interpolations and limit state checks that are tedious by hand, reducing the risk of arithmetic errors. Independent verification of at least one load case by hand calculation is always recommended.
Disclaimer
This guide is for educational and reference use only. It does not constitute professional engineering advice. All design values must be verified against the governing building code, project specification, and applicable design standards. The Steel Calculator disclaims liability for any loss, damage, or injury arising from the use of this information. Always engage a licensed structural engineer for beam design on actual projects.