Irrigation Zones Calculator
Find how many sprinkler heads per zone your water supply can run — and how many zones the whole system needs — from your available flow (GPM) and the flow each head uses.
Calculator
With 10.0 GPM available and heads that use 2.0 GPM each, you can run about 5 heads per zone — so 30 heads need about 6 zones. Measure your real available flow at the hose bibb; these are labeled planning bands.
The single most common irrigation mistake is putting too many heads on one valve. Household plumbing delivers a fixed flow; open more heads than that flow supports and every head loses pressure, the spray falls short, and coverage goes patchy. Zoning solves it by watering the yard in groups, one valve at a time, so each head gets full pressure.
This calculator turns your measured flow into a head budget and a zone count — the backbone of any sprinkler layout. Measure real flow first (fill a bucket at the hose bibb and time it), read each head’s flow from the nozzle chart, and you have the two numbers that decide how many zones you’ll trench and how many valves you’ll buy.
Formula
Each zone can run only as many heads as your flow supports; the number of zones is the total head count spread across those zones:
heads_per_zone = floor(available_gpm ÷ head_gpm)
zones = ceil(total_heads ÷ heads_per_zone)We take the floor of heads per zone because you can’t run a partial head without starving pressure, and the ceiling of zones because a leftover head still needs its own circuit. The identity comes straight from conservation of flow: the water leaving all open heads at once can’t exceed what the supply delivers.
Worked example
Suppose you measure 10 GPM at the outside tap, use rotor heads rated 2 GPM each, and your layout needs 30 heads:
- Heads per zone = floor(10 ÷ 2) = 5 heads
- Zones = ceil(30 ÷ 5) = 6 zones
So the system splits into 6 zones of 5 heads. Leave a little headroom — running heads right at the flow limit drops pressure and shrinks each head’s throw, so many designers size to about 75–80% of measured flow.
Typical flow figures
Typical flow figures to sanity-check your inputs (labeled planning bands — always confirm against your own gauge and the nozzle chart):
- Available flow: a 3/4″ hose bibb often delivers ~8–12 GPM; a dedicated irrigation tap off a 1″ line can give more. Measure it — don’t guess.
- Fixed spray heads: roughly 1.5–2 GPM each, short throw, good for narrow strips.
- Rotor heads: roughly 1–4 GPM each depending on nozzle and radius, for larger open areas.
- Drip zones: counted differently — size those by emitter flow with the drip-line flow calculator.
Keep a safety margin: designing to about 75–80% of measured flow protects pressure on hot days and as pipe ages. If a zone comes out oversized, split it — undersized zones water everything; oversized ones water nothing well.
Reference table
Heads each zone can run at your per-head flow of 2.0 GPM:
| Available flow | Heads per zone |
|---|---|
| 8 GPM | 4 heads |
| 10 GPM | 5 heads |
| 12 GPM | 6 heads |
| 14 GPM | 7 heads |
Design to ~75–80% of measured flow to protect pressure.
Frequently asked questions
How do I measure my available flow?
Put a bucket of known size under the outside tap, open it fully, and time how long it takes to fill. Gallons ÷ minutes = GPM. A 5-gallon bucket that fills in 30 seconds is 10 GPM. Do it with no other water running in the house for the truest reading.
What flow rate should I use per head?
Read it from the manufacturer’s nozzle chart for the exact nozzle and pressure you’ll run. As a rough guide, fixed sprays use about 1.5–2 GPM and rotors about 1–4 GPM. Mixing head types on one zone is bad practice — group like heads together.
Why not just run all the heads at once?
Because your supply can’t feed them. Open more heads than your GPM supports and pressure collapses across the whole zone: throws fall short, misting increases and coverage turns spotty. Zoning waters the yard in groups so each head gets full pressure.
Should I leave a safety margin?
Yes. Many designers size zones to about 75–80% of measured flow so pressure holds up on hot days and as pipe scales with age. If a zone lands right at the limit, drop a head or split the zone.
Does this size drip irrigation too?
No — drip is flow-limited by emitters, not spray heads. Size a drip zone with the drip-line flow calculator, and use the watering-needs calculator to set run times.