Spray Coverage Calculator
Free spray coverage calculator: turn an area or a perimeter band and a label rate into product to measure, gallons per 1,000 sq ft and per acre, tank fills.
How this is calculated
Coverage is the area divided by 1,000 sq ft. Product and finished spray each scale with that coverage — product by the label rate, finished spray by your carrier rate. The two are computed separately and never summed.
area_sqft = linear_feet × band_width_ft (perimeter entry)
coverage_units = area_sqft / 1,000
A. Product (concentrate)
rate_per_1000 = per-acre ? rate_per_acre / 43.56 : rate_per_1000
product = coverage_units × rate_per_1000
B. Finished spray (carrier water)
carrier_per_1000 = per-acre ? carrier_per_acre / 43.56 : carrier_per_1000
finished_gallons = coverage_units × carrier_per_1000
C. Tank loads (carrier mode)
tank_loads = ceil(finished_gallons / tank_gal)
product_per_tank = rate_per_1000 × (tank_gal / carrier_per_1000)
last (partial) tank = total product − product_per_tank × (loads − 1) Worked example: 4,800 sq ft at 3 fl oz / 1,000 sq ft, a 2 gal / 1,000 carrier, and a 4-gal tank → coverage 4.80; measure 14.4 fl oz (≈ 86 tsp); mix 9.6 gal finished spray; 3 tank loads (4 + 4 + 1.6 gal) at 6 fl oz per full tank, 2.4 fl oz in the final partial load.
Perimeter band entry: a foundation or barrier treatment is a band, so the treated area is the run you walk times the width you lay down. 200 linear ft × a 3 ft band = 600 sq ft, which then feeds the same per-1,000 math above: 0.6 coverage units, 1.8 fl oz of product at 3 fl oz / 1,000, and 1.2 gal of finished spray at a 2 gal / 1,000 carrier. Band width takes inches, feet, centimetres or metres, and the perimeter takes feet or metres, using 1 ft = 0.3048 m and 1 in = 2.54 cm exactly, so 200 ft × 3 ft is the same treated area as 60.96 m × 0.914 m (55.7 m²). Enter the total band width: a band run 3 ft up the wall and 3 ft out is a 6 ft band. How wide the band should be, and whether a banded application is allowed at all, is on the product label, which is the authority; this tool only does the arithmetic.
Per-acre rates normalize to per-1,000 sq ft using 1 acre = 43,560
sq ft. Tank loads use ceil — a 2.4-load job is 3 fills,
not 2 — and the last tank carries the remainder so the per-tank rows add back
to the total. The defaults are an illustrative example, not a recommended
rate for any product; your EPA label is the binding instruction.
Sources: Pesticide Environmental Stewardship, “Doing the Math” (1 acre = 43,560 sq ft; the per-acre-to-square-feet worked example); NC State Extension, turfgrass sprayer calibration (“divide the GPA by 43.56”); Ohio State University Extension FABE-531 (backpack and hand-can carrier volume; the label governs the rate); NIST Guide to the SI, Appendix B.9 (1 sq ft = 0.09290304 m² exactly; 1 hectare = 10,000 m² exactly; 1 ft = 0.3048 m and 1 in = 2.54 cm exactly, the factors the band-width units use). The 1–5 gal/1,000 sq ft band below is our own slipped-decimal check, not a sourced recommendation.
Arithmetic aside, two things on the label travel with the mix once it leaves the tank. A product marked restricted use carries certification and record-keeping conditions on top of the rate, and the re-entry interval sets how long the treated area stays closed to people and pets. Where the application is a thin fog rather than a wetting spray, the coverage basis changes with it, and the thin-fog output check works from flow rate, swath and speed instead of gallons per thousand square feet.
Frequently asked questions
How do I convert a per-acre label rate to per 1,000 square feet?
How much spray mix do I need per 1,000 square feet?
How do I convert gallons per acre to gallons per 1,000 square feet?
Can I use a metric rate — per square metre or per hectare?
How many square feet does one backpack tank cover?
What is the difference between the product rate and the carrier rate?
Sources
- Calculating the Correct Amount of Pesticide (Doing the Math) — “1 acre = 43,560 sq. ft.”, worked per-acre-to-square-feet example. Pesticide Environmental Stewardship. Retrieved .
- The Calibration of Turfgrass Boom Sprayers and Spreaders — “To determine the equivalent gallons per 1,000 square feet, divide the GPA by 43.56”; within-5-percent-of-label sprayer output standard. NC State Extension. Retrieved .
- Proper Calibration and Operation of Backpack and Hand Can Sprayers (FABE-531) — carrier-volume worked example, label-governs statement. Ohio State University Extension (Ohioline). Retrieved .
- Calibration How-Tos: How to Calibrate a Backpack Sprayer — 1,000 sq ft plot method. Penn State Extension. Retrieved .
- Guide to the SI, Appendix B.9 (Area) — square foot = 9.290 304 E−02 m² (exact); hectare = 1.0 E+04 m² (exact). NIST. Retrieved .