Scaffold Per-Leg Load and OSHA 4:1 Check

The load on each scaffold leg and whether it clears the OSHA 4:1 safe working load.

Run the calculator

Example

You enter

You get

Details, formula, and sources

total = platform dead + workers x 250 lb + material; leg load = total / legs; SWL = component rating / 4. A bay with two workers, 500 lb of material, and a 100 lb platform puts 275 lb on each of four legs - fine against a frame rated 2,500 lb, but load it heavier and it crosses the 4:1 line. Feeds the mudsill bearing check; a competent person verifies.

total_load_lb = platform_dead_lb + num_workers x worker_lb + material_lb; leg_load_lb = total_load_lb / n_legs; swl_lb = component_rating_lb / 4; pass = leg_load_lb <= swl_lb.

OSHA capacity rule by name (safe working load = rating / 4; leg load = total intended load / legs); first-principles load distribution.

The 4:1 rule and 250-lb-per-person basis are public OSHA requirements; the component rating comes from the manufacturer.

Estimate. AHJ and licensed professional govern.

Field names used by the API: platform_dead_lb, num_workers, worker_lb, material_lb, n_legs, component_rating_lb, total_load_lb, leg_load_lb, swl_lb, utilization

Related tools