Egress Exit Count and Required Width (IBC 1005.3 / 1006.2)

Turns the occupant load into the two egress demands: the number of separate exits (1 up to 49, 2 to 500, 3 to 1,000, 4 beyond) and the clear width per exit (occupant load x a capacity factor of 0.15 in/occ level or 0.2 in/occ stair when sprinklered, 0.2 / 0.3 without), divided among the exits and floored at the 32 in door-leaf minimum. For a modest load the exit count and the leaf minimum control, not the raw width. A design aid, not a code-official determination.

Run the calculator

Formula and source

factor = stair ? (sprinklered ? 0.2 : 0.3) : (sprinklered ? 0.15 : 0.2); exits_required = ol <= 49 ? 1 : ol <= 500 ? 2 : ol <= 1000 ? 3 : 4; total_width_in = ol x factor; per_exit_in = max(total_width_in / exits_required, min_door_in).

IBC 2021 §1005.3 (egress width = occupant load x capacity factor), §1006.2 / Table 1006.3.4 (exit-count thresholds), and §1010.1.1 (32 in minimum door clear width), by name.

Audience

This tile is built for trades and the adjacent professions in the Carpentry and Construction group. The interactive calculator runs entirely in your browser. No account, no fee, no advertising, no tracking.

Related tools

Posture

Rough Logic answers the math question the working professional asks on the job. The site is a calm, fast, ad-free, account-free, ever-free reference. It does not interpret code. It does not replace the licensed professional. It does not store your inputs. The Authority Having Jurisdiction governs all installations and inspections.