Accessible Route Width, Pinch Points, and Passing Spaces (2010 ADA Standards 403.5)
36 in is the route width, and the three rules around it are what get missed.
Example
You enter
- Clear width of the route (in) 36
- Route has a reduced-width pinch point? yes
- Pinch width (in) 32
- Pinch length (in) 30
- Full-width separation between reduced segments (in) 48
- Route makes a 180 degree turn around an element? no
- Route length (ft) 250
You get
- Clear width 0
- Pinch point (32 in exception) 6
- Passing spaces required 1
- Longest stretch (ft) 125
Details, formula, and sources
The 32 in people quote is NOT a width -- it is a pinch, allowed for 24 in of length at most and only where reduced segments are separated by full-width runs 48 in long, so a hall built at 32 in is not a hall with an exception. A 180 degree turn around an element narrower than 48 in needs 42 in approaching and 48 in AT the turn, so a compliant 36 in corridor stops complying the moment it doubles back around a narrow stub -- unless the turn itself is 60 in. And any route under 60 in owes passing spaces every 200 ft, which is nearly every corridor and the thing nobody draws.
clear width >= 36 in; the reduction exception permits 32 in minimum for 24 in of length maximum where reduced segments are separated by segments 48 in long minimum and 36 in wide minimum; a 180 degree turn around an element less than 48 in wide requires 42 in approaching, 48 in at the turn, and 42 in leaving, unless the turn is 60 in minimum; a route under 60 in wide requires passing spaces at intervals of 200 ft maximum, so the minimum count keeping every stretch within the interval is max(0, ceil(length / 200) - 1).
2010 ADA Standards for Accessible Design, 403.5.1, 403.5.2, and 403.5.3. A US federal standard in the public domain, quoted directly.
The 2010 ADA Standards are published in full at no cost at ada.gov and by the US Access Board.
Estimate. AHJ and licensed professional govern.
Field names used by the API: clear_width_in, pinch_present, pinch_width_in, pinch_length_in, separation_length_in, turn_present, route_length_ft, width_deficit_in, pinch_length_excess_in, passing_spaces_required, longest_stretch_ft
- Clear width 36 in minimum2010 ADA Standards 403.5.1
- Reduction exception 32 in minimum for 24 in of length maximum, separated by segments 48 in long and 36 in wide minimum2010 ADA Standards 403.5.1 Exception
- 180 degree turn 42 in approaching, 48 in at the turn, 42 in leaving, where the element is less than 48 in wide2010 ADA Standards 403.5.2
- Turn relief not required where the clear width at the turn is 60 in minimum2010 ADA Standards 403.5.2 Exception
- Passing spaces required where the clear width is less than 60 in, at intervals of 200 ft maximum2010 ADA Standards 403.5.3
- Passing space count minimum keeping every stretch within the interval; the standard states the interval, not a countroughlogic interpretation, stated