---
title: "Irrigation Catch Can Test Calculator: Measure Distribution Uniformity Before You Adjust Anything"
canonical: "https://theyieldgrid.com/irrigation-catch-can-test-calculator/"
model_id: "tyg-830"
model_version: "1.0.0"
last_reviewed: "2026-04-27T19:44:39"
reviewed_by: "Umer Hayiat"
---

# Irrigation Catch Can Test Calculator: Measure Distribution Uniformity Before You Adjust Anything

> Canonical calculator: [https://theyieldgrid.com/irrigation-catch-can-test-calculator/](https://theyieldgrid.com/irrigation-catch-can-test-calculator/)

## What this calculator does

Home - Free Gardening Calculators & Tools - Irrigation Catch Can Test Calculator: Measure Distribution Uniformity Before You Adjust Anything An irrigation system running 20 minutes per zone and still producing dry spots is not a scheduling problem. It is a physics problem. The volume of water hitting each square foot of turf varies depending on nozzle spacing, head alignment, pressure, and overlap pattern. That variation is what the catch can test quantifies. Without measuring it, increasing runtime is guesswork with a water bill.

## Inputs

| Input | ID | Type | Unit | Range or choices | Required |
|---|---|---|---|---|---|
| Number of Catch Cans Deployed | `irdutest_num_cans` | number | 4–36 recommended for accuracy | 4 to 36 | No |
| Volume Unit | `irdutest_unit` | select |  | Milliliters (ml) = `ml`; Inches (in) = `in` | No |
| Run Time of Test | `irdutest_runtime` | number |  | 1 to 120 | No |
| Desired Base Run Time | `irdutest_base_runtime` | number | to calculate the adjusted runtime recommendation | 1 to 120 | No |

## Outputs

| Output ID | Default state |
|---|---|
| `irdutest_results_panel` | Your DU Results — % Poor (0%) Fair (55%) Good (75%) Excellent (100%) ▼ Fix nozzles ▼ Adjust heads ▼ Good Poor |
| `irdutest_out_primary` | — % |
| `irdutest_out_avg_all` | — |
| `irdutest_out_avg_low` | — |
| `irdutest_out_precip` | — |
| `irdutest_out_adj_runtime` | — |

## Formula and method

How the tool isolates the driest 25% of cans to compute true Distribution Uniformity and recommend the correct adjusted runtime. Show the calculation steps Step-by-Step Formula Collect all can values. N = total number of cans. Record every value including zeros. Compute the total average. Add all volumes together and divide by N. Avg_Total = Sum(all volumes) / N Identify the lowest 25% of readings. Sort all values from lowest to highest. Take the bottom quarter. Low25_count = ceil(N x 0.25) If N = 12, Low25_count = ceil(3.0) = 3. If N = 10, Low25_count = ceil(2.5) = 3. Compute the low-quarter average. Avg_Low25 = Sum(lowest Low25_count values) / Low25_count Calculate DU. DU_lq = (Avg_Low25 / Avg_Total) x 100 Result is a percentage between 0 and 100. Round to one decimal place. Calculate the adjusted runtime. AdjustedRuntime = BaseRuntime / (DU_lq / 100) Round to the nearest whole minute for controller programming. Estimate precipitation rate (ml input only). Convert average ml to cubic inches: avg_in3 = Avg_Total_ml / 16.387 Divide by assumed catch area: depth_in = avg_in3 / 6.0 Convert to per-hour rate: PR = depth_in / (test_minutes / 60) Result in inches per hour, rounded to three decimal places. Rounding Rules DU is displayed to one decimal. Adjusted runtime is rounded to the nearest whole minute. Precipitation rate is shown to three decimal places. Average volumes are shown to two decimal places in intermediate outputs. Unit Handling If the unit is set to inches, volume values are treated as depth measurements. Avg_Total and Avg_Low25 are computed identically. The precipitation rate calculation bypasses the ml-to-cubic-inch conversion and uses the average inch depth directly divided by test hours. Assumptions and Limits The catch can opening is assumed to be approximately 6 square inches for the precipitation rate estimate. Standard Orbit or similar catch cups typically fall in this range; custom containers will produce a different effective rate. The formula assumes no wind interference. Wind above 10 mph causes measurement error in open-top containers and makes results unreliable. Pressure is assumed constant throughout the test. If other zones or fixtures draw from the same supply line during the test, readings will not reflect true operating conditions. The tool tests one zone at a time. Mixed-head zones (rotors and sprays on the same valve) cannot be accurately characterized by a single DU value because their application rates differ by design. Adjusted runtime addresses uniformity only. Seasonal evapotranspiration demand is a separate input. Using adjusted runtime without consulting an evapotranspiration calculator may still result in under- or over-watering depending on the season. The lowest-quarter method (DU_lq) is industry-standard but represents a statistical floor. It does not identify which physical heads are low-performing; that requires walking the zone and comparing individual can readings to a zone map. A minimum of 4 cans is enforced by the tool, but statistical confidence below 12 cans is limited for zones larger than a few hundred square feet. Zero-volume readings from a can knocked over during the test will artificially deflate DU. Re-run the test if any can is disturbed. Collect all can values. N = total number of cans. Record every value including zeros. Compute the total average. Add all volumes together and divide by N. Avg_Total = Sum(all volumes) / N Identify the lowest 25% of readings. Sort all values from lowest to highest. Take the bottom quarter. Low25_count = ceil(N x 0.25) If N = 12, Low25_count = ceil(3.0) = 3. If N = 10, Low25_count = ceil(2.5) = 3. Compute the low-quarter average. Avg_Low25 = Sum(lowest Low25_count values) / Low25_count Calculate DU. DU_lq = (Avg_Low25 / Avg_Total) x 100 Result is a percentage between 0 and 100. Round to one decimal place. Calculate the adjusted runtime. AdjustedRuntime = BaseRuntime / (DU_lq / 100) Round to the nearest whole minute for controller programming. Estimate precipitation rate (ml input only). Convert average ml to cubic inches: avg_in3 = Avg_Total_ml / 16.387 Divide by assumed catch area: depth_in = avg_in3 / 6.0 Convert to per-hour rate: PR = depth_in / (test_minutes / 60) Result in inches per hour, rounded to three decimal places.

## Verified worked examples

### Example 1: Well-Maintained Residential Rotor Zone (12 Cans)

Cans (ml): 45, 50, 38, 52, 41, 49, 36, 55, 43, 47, 39, 51 Run time of test: 15 minutes Base runtime: 20 minutes Unit: ml Total sum = 546 ml. Average of all cans = 45.50 ml. Sorted ascending: 36, 38, 39, 41, 43, 45, 47, 49, 50, 51, 52, 55. Lowest 25% count = ceil(12 x 0.25) = 3 cans: 36, 38, 39. Average of lowest 25% = 37.67 ml. Result: DU = 37.67 / 45.50 x 100 = 82.8%. Adjusted runtime = 20 / 0.828 = 24.2 minutes. This zone passes the Irrigation Association 80% professional threshold. The adjusted runtime of 24 minutes provides a modest buffer to ensure the driest corners receive adequate water. Minor head alignment adjustments could reduce this gap further.

### Example 2: Neglected Zone with Clogged Heads (8 Cans)

Cans (ml): 60, 22, 65, 18, 58, 25, 63, 20 Run time of test: 15 minutes Base runtime: 15 minutes Unit: ml Total sum = 331 ml. Average of all cans = 41.38 ml. Sorted ascending: 18, 20, 22, 25, 58, 60, 63, 65. Lowest 25% count = ceil(8 x 0.25) = 2 cans: 18, 20. Average of lowest 25% = 19.00 ml. Result: DU = 19.00 / 41.38 x 100 = 45.9%. Adjusted runtime = 15 / 0.459 = 32.7 minutes. This result triggers the Brown Spot Warning. Nearly doubling the runtime to 33 minutes would drench the high-output heads while barely satisfying the dry areas. The four cans reading 18 to 25 ml correspond to heads with blocked or worn nozzles. Fix those before touching the schedule.

### Example 3: Spray Head Zone with Good Overlap (16 Cans)

Cans (ml): 30, 28, 35, 32, 27, 33, 31, 29, 36, 26, 34, 30, 28, 33, 31, 32 Run time of test: 15 minutes Base runtime: 18 minutes Unit: ml Total sum = 495 ml. Average of all cans = 30.94 ml. Sorted ascending: 26, 27, 28, 28, 29, 30, 30, 31, 31, 32, 32, 33, 33, 34, 35, 36. Lowest 25% count = ceil(16 x 0.25) = 4 cans: 26, 27, 28, 28. Average of lowest 25% = 27.25 ml. Result: DU = 27.25 / 30.94 x 100 = 88.1%. Adjusted runtime = 18 / 0.881 = 20.4 minutes. A narrow spread between lowest and highest readings indicates well-matched nozzles and good overlap design. A 2-minute extension over the base schedule is all that is needed to compensate for edge variation. This zone should be re-tested once per season to catch degradation early.

## Assumptions

How the tool isolates the driest 25% of cans to compute true Distribution Uniformity and recommend the correct adjusted runtime. Show the calculation steps Step-by-Step Formula Collect all can values. N = total number of cans. Record every value including zeros. Compute the total average. Add all volumes together and divide by N. Avg_Total = Sum(all volumes) / N Identify the lowest 25% of readings. Sort all values from lowest to highest. Take the bottom quarter. Low25_count = ceil(N x 0.25) If N = 12, Low25_count = ceil(3.0) = 3. If N = 10, Low25_count = ceil(2.5) = 3. Compute the low-quarter average. Avg_Low25 = Sum(lowest Low25_count values) / Low25_count Calculate DU. DU_lq = (Avg_Low25 / Avg_Total) x 100 Result is a percentage between 0 and 100. Round to one decimal place. Calculate the adjusted runtime. AdjustedRuntime = BaseRuntime / (DU_lq / 100) Round to the nearest whole minute for controller programming. Estimate precipitation rate (ml input only). Convert average ml to cubic inches: avg_in3 = Avg_Total_ml / 16.387 Divide by assumed catch area: depth_in = avg_in3 / 6.0 Convert to per-hour rate: PR = depth_in / (test_minutes / 60) Result in inches per hour, rounded to three decimal places. Rounding Rules DU is displayed to one decimal. Adjusted runtime is rounded to the nearest whole minute. Precipitation rate is shown to three decimal places. Average volumes are shown to two decimal places in intermediate outputs. Unit Handling If the unit is set to inches, volume values are treated as depth measurements. Avg_Total and Avg_Low25 are computed identically. The precipitation rate calculation bypasses the ml-to-cubic-inch conversion and uses the average inch depth directly divided by test hours. Assumptions and Limits The catch can opening is assumed to be approximately 6 square inches for the precipitation rate estimate. Standard Orbit or similar catch cups typically fall in this range; custom containers will produce a different effective rate. The formula assumes no wind interference. Wind above 10 mph causes measurement error in open-top containers and makes results unreliable. Pressure is assumed constant throughout the test. If other zones or fixtures draw from the same supply line during the test, readings will not reflect true operating conditions. The tool tests one zone at a time. Mixed-head zones (rotors and sprays on the same valve) cannot be accurately characterized by a single DU value because their application rates differ by design. Adjusted runtime addresses uniformity only. Seasonal evapotranspiration demand is a separate input. Using adjusted runtime without consulting an evapotranspiration calculator may still result in under- or over-watering depending on the season. The lowest-quarter method (DU_lq) is industry-standard but represents a statistical floor. It does not identify which physical heads are low-performing; that requires walking the zone and comparing individual can readings to a zone map. A minimum of 4 cans is enforced by the tool, but statistical confidence below 12 cans is limited for zones larger than a few hundred square feet. Zero-volume readings from a can knocked over during the test will artificially deflate DU. Re-run the test if any can is disturbed. The catch can opening is assumed to be approximately 6 square inches for the precipitation rate estimate. Standard Orbit or similar catch cups typically fall in this range; custom containers will produce a different effective rate. The formula assumes no wind interference. Wind above 10 mph causes measurement error in open-top containers and makes results unreliable. Pressure is assumed constant throughout the test. If other zones or fixtures draw from the same supply line during the test, readings will not reflect true operating conditions. The tool tests one zone at a time. Mixed-head zones (rotors and sprays on the same valve) cannot be accurately characterized by a single DU value because their application rates differ by design. Adjusted runtime addresses uniformity only. Seasonal evapotranspiration demand is a separate input. Using adjusted runtime without consulting an evapotranspiration calculator may still result in under- or over-watering depending on the season. The lowest-quarter method (DU_lq) is industry-standard but represents a statistical floor. It does not identify which physical heads are low-performing; that requires walking the zone and comparing individual can readings to a zone map. A minimum of 4 cans is enforced by the tool, but statistical confidence below 12 cans is limited for zones larger than a few hundred square feet. Zero-volume readings from a can knocked over during the test will artificially deflate DU. Re-run the test if any can is disturbed. Critical Warnings The Brown Spot Overwatering Trap: When DU falls below 50%, the adjusted runtime the formula returns can be more than double the base schedule. Applying that extended runtime does not fix the dry spots. It over-saturates the already-wet areas around well-functioning heads while the blocked or misaligned heads continue to under-apply water in exactly the same pattern. The fix is mechanical, not mathematical. Unclogging nozzles, replacing worn MPR tips, or correcting head-to-head spacing must come before any schedule change. Do not use DU as a substitute for a pressure test: A low DU score may reflect pressure variation rather than physical head problems. If supply pressure fluctuates more than 10 psi during the test, nozzle replacement alone will not solve the uniformity issue. A pressure gauge at the head is a separate diagnostic step. See the irrigation pump sizing calculator to verify whether your pump is delivering adequate and consistent pressure to the zone. Adjusted runtime is a ceiling when DU is low: The formula produces a mathematically correct runtime to satisfy the driest area. At DU values below 65%, that number frequently exceeds any agronomically reasonable runtime for the soil type. Silty or clay soils with low infiltration rates will run off long before the dry spots absorb enough water to respond. Check your soil infiltration rate before programming a significantly longer runtime. Re-test after head adjustments: DU is a snapshot, not a certification. Any change to nozzle type, arc setting, pressure, or spacing changes the result. A pre-adjustment baseline followed by a post-adjustment test is the only way to verify that a physical fix actually improved uniformity. Minimum Standards The Irrigation Association sets 80% DU as the professional minimum for residential turf zones. This calculator uses 75% as the "good" threshold and 80% as the target to align with that benchmark. ASABE (American Society of Agricultural and Biological Engineers) standards for agricultural sprinkler systems use DU_lq as the primary uniformity metric, the same method this tool implements. For sports turf, golf course fairways, and commercial landscapes, many specifications require DU greater than 85%, reflecting the higher precision demand of those applications. Competitor Trap: Most irrigation runtime calculators let you enter your zone area and precipitation rate, then output a schedule. None of that math tells you whether that schedule is actually delivering water evenly across the zone. A system running 30 minutes at a measured 0.5 in/hr might apply only 0.15 inches to a corner being underserved by a clogged head. The total schedule time is correct; the distribution is failing. The catch can test is the only diagnostic that exposes this, and the only calculators that implement it correctly are ones that use the lowest-quarter DU method rather than averaging all readings together. The Irrigation Association sets 80% DU as the professional minimum for residential turf zones. This calculator uses 75% as the "good" threshold and 80% as the target to align with that benchmark. ASABE (American Society of Agricultural and Biological Engineers) standards for agricultural sprinkler systems use DU_lq as the primary uniformity metric, the same method this tool implements. For sports turf, golf course fairways, and commercial landscapes, many specifications require DU greater than 85%, reflecting the higher precision demand of those applications. Competitor Trap: Most irrigation runtime calculators let you enter your zone area and precipitation rate, then output a schedule. None of that math tells you whether that schedule is actually delivering water evenly across the zone. A system running 30 minutes at a measured 0.5 in/hr might apply only 0.15 inches to a corner being underserved by a clogged head. The total schedule time is correct; the distribution is failing. The catch can test is the only diagnostic that exposes this, and the only calculators that implement it correctly are ones that use the lowest-quarter DU method rather than averaging all readings together.

## Limitations and safety

The catch can opening is assumed to be approximately 6 square inches for the precipitation rate estimate. Standard Orbit or similar catch cups typically fall in this range; custom containers will produce a different effective rate. The formula assumes no wind interference. Wind above 10 mph causes measurement error in open-top containers and makes results unreliable. Pressure is assumed constant throughout the test. If other zones or fixtures draw from the same supply line during the test, readings will not reflect true operating conditions. The tool tests one zone at a time. Mixed-head zones (rotors and sprays on the same valve) cannot be accurately characterized by a single DU value because their application rates differ by design. Adjusted runtime addresses uniformity only. Seasonal evapotranspiration demand is a separate input. Using adjusted runtime without consulting an evapotranspiration calculator may still result in under- or over-watering depending on the season. The lowest-quarter method (DU_lq) is industry-standard but represents a statistical floor. It does not identify which physical heads are low-performing; that requires walking the zone and comparing individual can readings to a zone map. A minimum of 4 cans is enforced by the tool, but statistical confidence below 12 cans is limited for zones larger than a few hundred square feet. Zero-volume readings from a can knocked over during the test will artificially deflate DU. Re-run the test if any can is disturbed. Critical Warnings The Brown Spot Overwatering Trap: When DU falls below 50%, the adjusted runtime the formula returns can be more than double the base schedule. Applying that extended runtime does not fix the dry spots. It over-saturates the already-wet areas around well-functioning heads while the blocked or misaligned heads continue to under-apply water in exactly the same pattern. The fix is mechanical, not mathematical. Unclogging nozzles, replacing worn MPR tips, or correcting head-to-head spacing must come before any schedule change. Do not use DU as a substitute for a pressure test: A low DU score may reflect pressure variation rather than physical head problems. If supply pressure fluctuates more than 10 psi during the test, nozzle replacement alone will not solve the uniformity issue. A pressure gauge at the head is a separate diagnostic step. See the irrigation pump sizing calculator to verify whether your pump is delivering adequate and consistent pressure to the zone. Adjusted runtime is a ceiling when DU is low: The formula produces a mathematically correct runtime to satisfy the driest area. At DU values below 65%, that number frequently exceeds any agronomically reasonable runtime for the soil type. Silty or clay soils with low infiltration rates will run off long before the dry spots absorb enough water to respond. Check your soil infiltration rate before programming a significantly longer runtime. Re-test after head adjustments: DU is a snapshot, not a certification. Any change to nozzle type, arc setting, pressure, or spacing changes the result. A pre-adjustment baseline followed by a post-adjustment test is the only way to verify that a physical fix actually improved uniformity. Minimum Standards The Irrigation Association sets 80% DU as the professional minimum for residential turf zones. This calculator uses 75% as the "good" threshold and 80% as the target to align with that benchmark. ASABE (American Society of Agricultural and Biological Engineers) standards for agricultural sprinkler systems use DU_lq as the primary uniformity metric, the same method this tool implements. For sports turf, golf course fairways, and commercial landscapes, many specifications require DU greater than 85%, reflecting the higher precision demand of those applications. Competitor Trap: Most irrigation runtime calculators let you enter your zone area and precipitation rate, then output a schedule. None of that math tells you whether that schedule is actually delivering water evenly across the zone. A system running 30 minutes at a measured 0.5 in/hr might apply only 0.15 inches to a corner being underserved by a clogged head. The total schedule time is correct; the distribution is failing. The catch can test is the only diagnostic that exposes this, and the only calculators that implement it correctly are ones that use the lowest-quarter DU method rather than averaging all readings together.

## Related calculators

- [Calculators & Tools](https://theyieldgrid.com/category/garden-calculators/)
- [hose flow rate calculator](https://theyieldgrid.com/hose-flow-rate-calculator/)
- [matched precipitation rate calculator](https://theyieldgrid.com/matched-precipitation-rate-calculator/)
- [an evapotranspiration calculator](https://theyieldgrid.com/evapotranspiration-calculator/)
- [irrigation pump sizing calculator](https://theyieldgrid.com/irrigation-pump-sizing-calculator/)
- [soil infiltration rate](https://theyieldgrid.com/soil-infiltration-rate-calculator/)
- [field capacity and soil moisture](https://theyieldgrid.com/field-capacity-soil-moisture-calculator/)
- [sprinkler run time calculator](https://theyieldgrid.com/sprinkler-run-time-calculator/)
- [drip irrigation run time calculator](https://theyieldgrid.com/drip-irrigation-run-time-calculator/)
- [rainwater collection calculator](https://theyieldgrid.com/rainwater-collection-calculator/)
- [Prev Previous](https://theyieldgrid.com/lower-soil-ph-calculator/)
- [Next Next](https://theyieldgrid.com/grow-light-cost-calculator/)

## Provenance

- Model ID: `tyg-830`
- Model version: `1.0.0`
- Reviewed by: Umer Hayiat
- Page modified: 2026-04-27T19:44:39
- Runtime SHA-256: `22fb493f525122881d26118d24a7fd2bd36c5cb35f679b69f1e092137c5ac1cb`

This Markdown document is a machine-readable mirror. The canonical interactive calculator is the HTML page linked above.
