Sprinkler Obstruction Clearance (Three Times Rule)
Whether a sprinkler sits far enough from an obstruction, by the three-times rule.
Example
You enter
- Obstruction width (in) 12
- Sprinkler to near edge, horizontally (in) 24
- Obstruction depth below the deflector (in) 8
You get
- Required separation (in) 24
- Three times (in) 36
- Deficiency 0
Details, formula, and sources
A standard spray sprinkler throws its water outward and downward from the deflector, and anything hanging in that pattern casts a dry shadow behind it. The general rule for an obstruction against a wall or in the pattern is to keep the sprinkler horizontally away by at least three times the obstruction's width, capped at 24 inches -- past two feet of width the three-times rule stops growing and a different provision takes over, which is counterintuitive and is precisely why the cap exists. The rule is a screen with three outcomes and reporting all three is the point: either the sprinkler is far enough away, or it can be moved, or the deflector drops to sit at or below the obstruction's bottom so the obstruction is no longer in the pattern, or -- when none of those is possible, which is the common case with a wide duct or a continuous obstruction -- the answer is a sprinkler underneath, which is a design change and a hydraulic change rather than a field adjustment. A 12 in wide duct with the nearest sprinkler 24 in away needs min(36, 24) = 24 in and meets it exactly with nothing to spare; widen the duct to 18 in and the requirement stays at 24 in because of the cap, so the same sprinkler still passes; narrow the separation to 18 in and the head is deficient by 6 in and either moves or gains a sprinkler below it. Finding that out at rough-in is a great deal cheaper than finding it out at inspection. A screen, never a stamp; NFPA 13's obstruction provisions in full, the sprinkler manufacturer's listing, and the AHJ govern.
required_separation_in = min(3 x obstruction_width_in, 24); deficiency_in = max(0, required_separation_in - horizontal_separation_in).
NFPA 13's three-times rule for an obstruction in a standard spray sprinkler's pattern -- horizontal separation of at least three times the obstruction width, capped at 24 in -- cited by name and not reproduced, with the listed remedies. A screen, never a stamp; NFPA 13 in full, the sprinkler's listing, and the AHJ govern.
The rule is stated as a relation and cited to its standard rather than reproduced from any table; the obstruction and sprinkler geometry are the installer's own measurements.
Estimate. AHJ and licensed professional govern.
Field names used by the API: obstruction_width_in, horizontal_separation_in, obstruction_depth_in, required_separation_in, three_times_in, deficiency_in
- Three times, capped separation of at least 3 x width, capped at 24 in; past 24 in of requirement a different provision appliesNFPA 13
- Remedies move the sprinkler, raise the deflector to at or above the obstruction's bottom, or add a sprinkler belowNFPA 13
- A sprinkler below is a design change adding one changes the hydraulic calculation; it is not a field adjustmentsprinkler design practice