Stage Deck and Platform Live-Load Check
Whether a staging deck and its legs carry the code live load.
Example
You enter
- Deck length (ft) 4
- Deck width (ft) 8
- Number of legs 4
- Design live load (psf) 125
- Deck dead weight (lb) 60
- Leg rating (lb) 1000
- Concentrated load to check (lb, 0 to skip) 900
- Bearing area of that load (sq in, 0 to skip) 4
- Deck rated point load (lb, 0 to skip) 1000
You get
- Deck area 32.0 sq ft
- Live load (lb) 4000
- Total load (lb) 4060
- Load per leg 1015.0 lb
- Leg utilization (%) 101.5
Details, formula, and sources
Whether a staging deck and its legs carry the code live load, and whether the deck survives the point load nobody checked. The building code assigns stages and platforms a uniform live load -- 125 psf for stage floors, 100 psf for assembly areas -- and the whole uniform check is applying it to the deck's own footprint and dividing by the legs. A 4 by 8 deck at 125 psf carries two tons, and the four legs under it each take half a ton before the deck's own weight is added. Rented staging legs are commonly rated somewhere between 1,000 and 2,500 lb, so the same deck can be well inside its rating or well outside it depending on which product is on the truck: 32 sq ft at 125 psf is 4,000 lb, plus 60 lb of deck, is 1,015 lb per leg -- 101.5% of a 1,000 lb rating and 41% of a 2,500 lb one. The concentrated-load line matters more often than the uniform one. A uniform live load is a design abstraction, while a piano wheel, a forklift, or a truss base plate is a real point load in a real square inch, and a deck that passes the uniform check by a wide margin can fail under a single wheel. Both belong on the same screen, and the bearing pressure in pounds per square inch is what decides whether a load-spreading pad is needed. A screen, never a stamp: the staging manufacturer's published deck and leg ratings, the governing building code edition adopted locally, and a qualified engineer govern.
deck_area_sqft = length_ft x width_ft; live_load_lb = deck_area_sqft x design_psf; total_load_lb = live_load_lb + deck_dead_lb; load_per_leg_lb = total_load_lb / legs; leg_utilization_pct = load_per_leg_lb / leg_rating_lb x 100; bearing_psi = point_load_lb / bearing_sqin.
Uniform live load applied to the deck footprint and divided among the legs, with a separate concentrated-load comparison and bearing pressure; the 125 psf stage-floor and 100 psf assembly live loads are the International Building Code Table 1607.1 values, cited by table and edition and not reproduced. The staging manufacturer's published deck and leg ratings, the locally adopted code edition, and a qualified engineer govern. A screen, never a stamp.
The check is arithmetic on the deck's own dimensions and the manufacturer's published ratings; the code live-load values are cited by table, not mirrored.
Estimate. AHJ and licensed professional govern.
Field names used by the API: length_ft, width_ft, legs, design_psf, deck_dead_lb, leg_rating_lb, point_load_lb, bearing_sqin, deck_point_rating_lb, deck_area_sqft, live_load_lb, total_load_lb, load_per_leg_lb, leg_utilization_pct
- Code live loads 125 psf stage floors and 100 psf assembly areas, cited to IBC Table 1607.1 and not reproducedInternational Building Code Table 1607.1
- Leg ratings vary rented staging legs commonly run between 1,000 and 2,500 lb; the same deck passes or fails on which product is rentedstaging manufacturer data
- Point load is separate a uniform load is an abstraction; a wheel or base plate is a real point load, and a deck can pass one check and fail the otherstructural practice