Why “run it 20 minutes” is a guess
Every lawn irrigation article tells you to apply one inch of water per week. Almost none tell you how many minutes that takes on your system — because the answer is different for every system, and often different for every zone within the same system.
The reason is precipitation rate: the speed at which your sprinkler heads deliver water, measured in inches per hour. Spray heads (fixed pattern, pop-up) typically run 1.5–2.0 in/hr. Gear-driven rotors run 0.4–0.6 in/hr. MP rotators fall in between at roughly 0.4–0.8 in/hr. That 3–4× difference means the same zone that delivers one inch in 30 minutes with spray heads would take 90–150 minutes with rotors. A single default “run it 20 minutes” is meaningless until you know your rate.
This tool does the division: once you enter your measured precipitation rate and your weekly water target, the run time per zone follows directly. The only number that matters is the one you measure, not a lookup table.
How to measure your precipitation rate (the catch-can method)
The catch-can audit is the standard method recommended by the Colorado State University Extension and most state irrigation programs. You don't need specialized equipment — identical flat-bottomed containers (tuna cans, cat food cans) work fine.
- Set out containers across the zone. Distribute them as evenly as possible across the zone's coverage area, including spots that might be over- or under-watered. More cans give a better average; 5–8 cans is a practical minimum.
- Run the zone for a known time. 15 minutes is a common choice because the math is easy, but any duration works. Write down the minutes.
- Measure the water depth in each can. A ruler or a simple graduated cylinder works. Record each reading in inches.
- Average the depths. Add all readings and divide by the number of cans.
- Enter the average depth and run time into the catch-can helper above. The tool computes your precipitation rate automatically:
Precip rate (in/hr) = average catch depth (in) × 60 ÷ run time (min)
Example: you ran the zone 15 minutes and averaged 0.25 inches caught. 0.25 × 60 ÷ 15 = 1.0 in/hr — a typical rotor rate.
Repeat for each zone. Zones with different head types, different pipe pressures, or different coverage patterns will have different rates — which is exactly why the tool supports multiple zones.
Catch amounts will vary across cans because no system distributes water perfectly. The average is a reasonable basis for scheduling; real distribution uniformity (DU) calculations are beyond what a home-lawn tool needs.
How the run-time calculation works
Once you have a measured precipitation rate and a weekly water target, the math is four steps:
Net weekly need (in) = max(0, weekly target − rainfall this week)
Per-watering depth (in) = net weekly need ÷ waterings per week
Run time (min) = per-watering depth ÷ precip rate × 60
Weekly minutes = run time × waterings per week
Example: 1.0 in/week target, 0.4 in of rainfall, 2 waterings per week, 0.5 in/hr precipitation rate.
- Net need: 1.0 − 0.4 = 0.6 in
- Per watering: 0.6 ÷ 2 = 0.30 in
- Run time: 0.30 ÷ 0.5 × 60 = 36 minutes
- Weekly total: 36 × 2 = 72 minutes across both sessions
The 1–1.5 inches per week target: a starting point, not a rule
The 1–1.5 in/week guideline is widely cited in extension irrigation guides as a reasonable starting point for established turf during the growing season in temperate climates. It is not a universal constant — actual water need depends on:
- Evapotranspiration (ET): the combined water loss from the soil surface and from plant transpiration. ET is driven by temperature, solar radiation, wind, and humidity. A hot, dry, windy week in Kansas in July has far higher ET than a cool, overcast week in the Pacific Northwest in June.
- Grass species and growth stage: warm-season grasses (bermudagrass, zoysia, St. Augustine) actively grow in summer and have different drought responses than cool-season grasses (tall fescue, Kentucky bluegrass, perennial ryegrass).
- Soil type: sandy soils drain quickly and may need more frequent lighter applications; clay soils hold water longer and may need less total water but are more vulnerable to runoff.
- Season: spring and fall cool-season growth uses less water than the peak summer heat load. Reducing the target in spring and fall saves water and avoids overwatering.
A future version of this tool will pull local evapotranspiration data from Open-Meteo to compute a weather-adjusted weekly need automatically. For now, the 1–1.5 in/week default is a reasonable place to start; adjust it based on how your lawn looks and responds.
Water deeply and infrequently
Most extension irrigation guides recommend fewer, deeper watering sessions rather than frequent light ones — typically 2–3 times per week rather than daily during the growing season. The reason is root depth: frequent shallow watering keeps moisture near the surface, encouraging shallow roots that are more vulnerable to heat stress and drought. Deeper, less frequent sessions push moisture into the soil profile, encouraging roots to follow it downward.
A practical guideline from CSU Extension: water to a depth of 6–8 inches, then wait until the top few inches dry out before watering again. The “step on the lawn” test works well — if the turf springs back, it doesn't need water; if your footprint stays visible, it does.
Cycle and soak: preventing runoff
When a single run time is long — roughly 30 minutes or more — there's a practical risk of runoff before the irrigation finishes, especially on clay soils or sloped areas. Clay absorbs water slowly; once the surface is saturated, additional water runs off instead of soaking in.
The solution is cycle-and-soak: instead of one long session, run 2–3 shorter cycles with a 30–60 minute soak break between each. The same total water is applied, but each cycle stops before runoff begins. The soak period lets surface water infiltrate before the next cycle starts.
K-State Research & Extension and Texas A&M AgriLife Extension both cite cycle-and-soak as the preferred approach for clay-heavy soils and sites with more than minimal slope. The tool suggests it when your run time exceeds 30 minutes, but the right split depends on your specific soil — sandy soils may not need cycling at all, while tight clay may need three or more cycles.
Honest caveats
- The run time is only as good as your measured rate. If you skip the catch-can step and enter a guessed precipitation rate, the output will be wrong with full confidence. The 15-minute catch-can test is worth doing — it's the only input this tool can't compute for you.
- Rainfall is entered manually. The tool subtracts whatever you enter; it doesn't pull automated rainfall data. If you forget to update it after rain, you'll irrigate more than needed. A rain sensor or smart controller handles this automatically; this tool doesn't.
- Precipitation uniformity varies across a zone. The catch-can average captures the mean delivery rate, but your heads likely have hot spots and dry spots. Overlapping head patterns improve uniformity; if you have dry patches that persist despite adequate average run time, check head coverage and pressure.
- System pressure affects precipitation rate. Rate measurements are only valid at your operating pressure. Low pressure (from running too many zones simultaneously, a partially closed valve, or supply issues) reduces coverage and changes the rate.
Sources
Colorado State University Extension CMG GardenNotes #265 — “Methods to Schedule Home Lawn Irrigation.” Catch-can calibration method; weekly water target range (1–1.5 in/week during the growing season); watering frequency guidance; cycle-and-soak for slope and compacted soils. Primary methodological source for this tool.
K-State Research & Extension — Soak-and-cycle guidance for clay soils and sloped areas; corroborates the cycle-and-soak advisory trigger.
Texas A&M AgriLife Extension — Runoff risk on heavy soils and recommended cycle-and-soak practice for Texas lawn irrigation.
Open-Meteo (https://open-meteo.com) — Planned v2 data source for local evapotranspiration and automated rainfall subtraction; not used in v1.
Frequently asked questions
How many minutes should I run my sprinklers each week?
The right run time depends entirely on your system's precipitation rate — how many inches of water your heads deliver per hour. Spray heads typically run 1.5–2.0 inches per hour; gear-driven rotors run 0.4–0.6 inches per hour. At a 1-inch-per-week target with a rotor at 0.5 inches per hour, you'd need 120 minutes per week split across 2–3 sessions. Measure your rate with the catch-can method, then enter it to get an accurate run time.
How do I measure my sprinkler system's precipitation rate?
Place identical flat-bottomed containers (tuna cans work well) evenly across a zone. Run the zone for 15 minutes, then measure the water depth in each can and average the readings. Multiply that average by 4 to convert from a 15-minute catch to an hourly rate. Repeat for each zone — different head types in different zones will have different rates.
What is cycle-and-soak irrigation?
Cycle-and-soak splits a single long irrigation session into two or three shorter cycles separated by 30–60 minute breaks. The purpose is to prevent runoff on clay soils or sloped areas: clay absorbs water slowly, and once the surface saturates, additional water runs off before soaking in. The total water applied is the same; the breaks let surface water infiltrate before the next cycle starts. The calculator suggests it when your run time exceeds 30 minutes.
How much water does my lawn actually need per week?
A common starting point for established turf in temperate climates during the growing season is 1–1.5 inches per week combined from rainfall and irrigation. Actual need varies with evapotranspiration — driven by temperature, solar radiation, wind, and humidity — as well as grass species, soil type, and season. Start with 1 inch, observe how your lawn responds, and adjust from there.