Garden Hose Water Use Cost Calculator

JJ Ben-Joseph headshot JJ Ben-Joseph

Introduction: what one hose session really moves

A garden hose is the least metered appliance in most households. Nobody watches a dial while they rinse a driveway or top up a raised bed, and the bill that eventually arrives lumps that water in with showers, laundry and toilets. The result is a blind spot: people can tell you roughly what a load of laundry costs but have no idea whether twenty minutes with a hose is a rounding error or the single biggest line on the summer bill.

This calculator closes that gap by doing the hydraulics properly. Rather than quoting a fixed "garden hoses use about X gallons per minute", it solves for the flow your particular setup can actually pass, given the inside diameter of the hose, how long it is, the pressure at the spigot, and what is screwed on the end. Those four things interact: a long hose starves a big nozzle, a narrow hose caps everything downstream of it, and a restrictive nozzle can drop flow by half while making the spray look more powerful. Once the flow rate is known, gallons and dollars are simple multiplications, and you can see immediately whether a shorter session, a narrower hose or a trigger nozzle is where the savings are.

How to use the hose water and cost calculator

  1. Enter the hose inside diameter in inches. This is the bore, not the outside of the jacket. Consumer hoses are almost always 1/2 inch (0.5), 5/8 inch (0.625) or 3/4 inch (0.75); 5/8 inch is the default on most reels sold in North America.
  2. Enter the hose length in feet, counting every section if you have joined two hoses together. Length is the input people most often leave out, and it changes the answer more than pressure does.
  3. Enter the supply pressure in psi measured at the spigot. Residential service is typically 40 to 80 psi. A threaded gauge that screws onto the tap costs about the price of two coffees and removes all guesswork here.
  4. Choose the hose end. An open end passes the most water; a trigger, fan or jet nozzle has a smaller bore that throttles the flow. Each option is labelled with the orifice size used in the maths.
  5. Enter the run time in minutes: the time water is actually moving, not the time the chore takes. If you shut the trigger while you move around, count only the flowing minutes.
  6. Enter your water cost per gallon from a recent bill, then read the flow rate, the gallons and the cost. Change one input at a time to see which lever is really worth pulling.

The result panel also reports the pressure left at the outlet and the pressure burned as friction inside the hose, which is the clearest possible diagnosis of a weak spray: if friction has eaten most of your supply pressure, the fix is a shorter or fatter hose, not a fancier nozzle.

Formula for hose flow: friction loss balanced against outlet discharge

Water leaving a spigot has a fixed amount of energy available, expressed as pressure head. Two things spend it: friction along the inside of the hose, and the pressure needed to squirt water out of the opening at the end. Flow settles at the single value where the two spends exactly equal the supply. First, convert supply pressure to feet of head, because friction formulas work in feet:

Formula: H = 2.31 ร— P

H=2.31ร—P

Friction inside the hose is estimated with the Hazen-Williams relation for water, in the customary United States form used by the EPANET hydraulic engine, where hf is head loss in feet, Q is flow in gallons per minute, d is inside diameter in inches, L is hose length in feet and C is the roughness coefficient, taken as 150 for smooth rubber or vinyl hose:

Formula: h_f = 0.2083 ร— (100/C)^1.852 ร— Q^1.852 / d^4.8655 ร— L / 100

hf=0.2083ร—(100C)1.852ร—Q1.852d4.8655ร—L100

The opening at the end of the hose behaves as a smooth-bore orifice. The fire service discharge formula gives the flow a bore of diameter b inches passes when the pressure right behind it is Pn psi:

Formula: Q = 29.7 ร— b^2 ร— sqrt(P_n)

Q=29.7ร—b2ร—Pn

Rearranged, the outlet needs Pn=(Q29.7b2)2. Putting the two spends against the supply gives one equation in one unknown, which the calculator solves by bisection to well under a hundredth of a gallon per minute:

Formula: 2.31 P = 2.31 P_n (Q) + h_f (Q)

2.31P=2.31Pn(Q)+hf(Q)

With an open hose end the bore b is simply the hose diameter, so nearly all the supply head goes into friction. With a nozzle fitted, the bore is the nozzle orifice, friction falls because less water is moving, and most of the supply pressure is preserved at the tip. That is exactly why a nozzle throws farther while using less water. Volume and cost then follow directly:

Formula: V = Q ร— t, Cost = V ร— r

V=Qร—t,Cost=Vร—r

Worked example: 50 feet of 5/8-inch hose with a jet nozzle

Take a common suburban setup: a 5/8-inch hose, 50 feet long, on a spigot measured at 50 psi, with a quarter-inch jet nozzle on the end, run for 20 minutes to wash a car, at a water rate of $0.006 per gallon.

Supply head is 2.31 ร— 50 = 115.5 feet. The friction coefficient for this hose works out to 0.2083 ร— (100/150)1.852 รท 0.6254.8655 = 0.968 feet of loss per 100 feet per unit of Q1.852, which over 50 feet halves to 0.484. Solving 115.5 = 2.31 ร— (Q รท 1.856)2 + 0.484 ร— Q1.852 gives Qโ‰ˆ10.7 gallons per minute. Of the 50 psi supplied, about 33 psi survives at the nozzle tip and about 17 psi is lost to friction in the hose.

Twenty minutes at that rate is 10.7 ร— 20 โ‰ˆ 214 gallons, which at $0.006 per gallon costs about $1.28, or roughly six and a half cents a minute. That is 5.3 bathtubs of water, or about two and a half days of one person's indoor use. Swap the nozzle for an open hose end and the same 20 minutes moves about 374 gallons for $2.24 โ€” the nozzle nearly halved the bill without making the job take any longer.

Comparison table: what different hoses pass at 50 psi

Hose ID (in) Length (ft) Hose end Flow (gpm) Gallons in 20 min
0.5 50 Open 10.5 209
0.625 50 Open 18.7 374
0.625 100 Open 13.0 261
0.75 50 Open 30.0 599
0.625 50 1/4 in jet nozzle 10.7 214
0.625 50 1/8 in trigger nozzle 3.2 64

Two patterns jump out of that table. First, diameter dominates: going from 1/2 inch to 3/4 inch nearly triples the flow, because friction loss falls with diameter raised to the power 4.87. Second, the nozzle is the cheapest control you own: the same hose drops from 18.7 to 3.2 gallons per minute purely by changing what is screwed on the end, with no change to the spigot at all.

Why diameter and length dominate the result

The exponent on diameter in the Hazen-Williams expression is 4.8655. That is why swapping hose size feels so dramatic: a 20 percent increase in bore roughly halves the friction loss at a given flow. Length, by contrast, enters linearly, so doubling the hose doubles the loss at a given flow โ€” but because flow itself then falls, the net effect on delivered gallons per minute is closer to a 30 percent drop than a 50 percent one. That non-linearity is the reason rules of thumb fail here and a solver is worth the trouble.

Pressure is the weakest lever of the three. With an open end, friction consumes almost everything, and flow rises with roughly the square root of pressure: lifting a spigot from 40 to 60 psi buys about 22 percent more flow, not 50 percent. If your spray is disappointing, a booster or a pressure-regulator adjustment is usually the least effective fix available. Shortening the run, uncoiling it off the reel, or moving up one hose size will all do more.

There is a practical corollary for anyone joining hoses. Two 50-foot hoses coupled together are hydraulically a 100-foot hose, and if one of them is 1/2 inch the narrow one sets the pace for the whole run. Feeding a sprinkler through a long, thin hose is the classic way to get a sprinkler that never quite reaches the pattern printed on the box.

What the water costs on a real utility bill

Water is cheap per unit and expensive per session, which is exactly the combination that defeats intuition. Most United States utilities bill in CCF, one hundred cubic feet, which is 748 gallons. A volume charge of $4.50 per CCF is $0.006 per gallon, so the 214-gallon car wash above costs about $1.28 in water. Do that weekly through a six-month season and it is roughly $33, and that is before the sewer charge that many utilities levy on metered water whether or not the water reaches a drain.

Tiered rates change the arithmetic in summer. Many systems price the first block near cost and escalate steeply above it, so the marginal gallon in August can cost two or three times the average gallon in February. If your utility publishes a tier structure, enter the rate for the tier you actually land in during watering season rather than the headline rate, or run the calculation twice to bracket it. Households on a private well pay in kilowatt-hours at the pump instead of dollars at the meter; entering an estimated pumping cost per gallon in the rate field gives a comparable figure.

Cutting hose water use without buying anything

Run the numbers on your own habits before you shop. The three free changes are shortening the flowing minutes, shutting the trigger while you move, and watering early enough that less evaporates before it soaks in. Together those routinely cut a session by a third with no equipment at all. The cheap purchases that follow are a shutoff nozzle, a timer for the spigot, and a hose that is fat and short rather than thin and long.

For beds that need water on a schedule, drip line changes the comparison entirely. A drip emitter is rated in gallons per hour rather than per minute โ€” typically 0.5 to 2 gallons per hour โ€” and it puts water at the root zone instead of on leaves and paths. Twenty emitters at 1 gallon per hour is 0.33 gallons per minute against the 10.7 in the worked example, and the plants receive more of what you paid for. The trade is up-front tubing cost and a system that needs flushing, not a bigger bill.

Limitations and assumptions behind this estimate

Hazen-Williams is an empirical fit calibrated for water in pipes at ordinary temperatures, and it is normally applied to lines larger than a garden hose. It reproduces published hose flow charts closely at 1/2 and 5/8 inch โ€” a 5/8-inch, 50-foot hose at 40 psi computes to about 16.6 gallons per minute against a charted 17 โ€” but it runs roughly 10 to 15 percent optimistic at 3/4 inch, because real 3/4-inch hoses are throttled by couplings whose bore is narrower than the hose itself. Treat the 3/4-inch row as a ceiling.

The model assumes one hose, one spigot, a steady supply pressure, a smooth bore and no elevation change. It does not see kinks, quick-connect fittings, Y-splitters, filters, or a hose still wound on a reel, all of which add loss. It does not model the pressure sag that occurs when several homes on the same main water at once, nor the difference between static pressure measured with the tap shut and the working pressure once water moves. It assumes the entire run time is at full flow, so it overstates any session where you spend half the time with the trigger released.

On the money side it prices only the volume portion of your bill. Fixed monthly service fees, stormwater charges and tier crossings are not modelled, and sewer volume charges are only included if you fold them into the rate you enter yourself. None of this breaks the estimate; it simply explains why a metered reading may land somewhat under the figure shown, and why the cost figure is best used to compare scenarios rather than to predict a bill to the cent.

Related tools worth a look

If the gallons here make you reconsider your watering strategy, size a rainwater catchment with the Rain Barrel Storage Requirement Calculator, or see how heating water shifts the economics in the Water Heating Method Cost Comparison Calculator. Together they cover most of where household water and energy meet.

Sources and formula basis

Friction loss uses the Hazen-Williams head loss expression in the customary United States units documented in the U.S. Environmental Protection Agency EPANET hydraulic model documentation, with the resistance coefficient 0.2083, the flow exponent 1.852 and the diameter exponent 4.8655; the roughness coefficient C = 150 for smooth plastic and rubber hose follows the standard tables published by the American Water Works Association. Outlet discharge uses the smooth-bore nozzle formula Q=29.7b2Pn, the standard fireground hydraulics relation carried in NFPA hydraulics tables and U.S. Fire Administration training material, where 29.7 bundles the discharge coefficient and unit conversions. The everyday comparison in the result panel uses about 82 gallons per person per day of household water, from U.S. EPA WaterSense, and 748 gallons per CCF, the standard hundred-cubic-foot billing unit.

Common garden hose water questions

How many gallons per minute does a garden hose really deliver?

A 5/8-inch hose, 50 feet long, fed at 50 psi delivers roughly 19 gallons per minute with an open end and about 11 gallons per minute through a quarter-inch jet nozzle. Flow is not a fixed property of the hose. It settles at whatever value makes the friction loss along the hose plus the pressure needed at the outlet add up to the pressure your spigot supplies. Stepping down from 5/8 inch to 1/2 inch on the same spigot cuts open-end flow almost in half, to about 10 gallons per minute.

Why does hose length change the answer so much?

Friction against the hose wall grows with roughly the 1.85 power of flow, so every extra foot of hose eats pressure that would otherwise push water out of the end. Doubling a 5/8-inch hose from 50 to 100 feet drops open-end flow from about 19 to about 13 gallons per minute on a 50 psi supply, a loss of roughly 30 percent. Leaving the hose coiled on a reel while it runs makes it worse still, because tight bends add loss that a straight-pipe formula cannot see.

How do I find my water cost per gallon?

Take a recent water bill, find the volume charge, and divide it by the volume billed in that period. Many United States utilities meter in units of one hundred cubic feet, written as CCF, and one CCF is 748 gallons, so a 4.50 dollar CCF charge works out to about 0.006 dollars per gallon. Add the sewer volume charge if your utility bills sewer on metered water, because irrigation water that never reaches a drain is often still charged that way unless you have a separate irrigation meter.

Does a spray nozzle actually save water?

A nozzle throttles flow because its bore is smaller than the hose, so the same minutes move fewer gallons: a quarter-inch jet on a 50-foot, 5/8-inch hose at 50 psi passes about 11 gallons per minute instead of 19. The larger saving is the shutoff trigger, which stops flow completely while you walk between beds or scrub a panel. Neither helps if you simply water twice as long, which is why the run time field moves the total more than any hardware choice.

What does this calculator not account for?

It models one smooth hose on one spigot at a steady supply pressure with no elevation change. It ignores kinks, quick-connect couplings, Y-splitters, uphill runs, and the pressure sag that happens when several homes on the same main water at once. It prices only the volume portion of your bill, not the fixed monthly service fee, and it assumes the full run time is at full flow rather than the stop-start rhythm of real hand watering.

Bore, not the outside of the jacket. Common sizes: 0.5, 0.625, 0.75.
Add every coupled section. Length matters more than pressure.
Residential service is usually 40 to 80 psi.
The orifice at the end sets how much of the supply pressure survives.
Count only flowing minutes, not the length of the whole chore.
A $4.50 per CCF volume charge is $0.006 per gallon. Leave 0 for gallons only.
Enter your hose details and press Calculate water use and cost.

Hose Duty: water every bed, waste nothing

Every bed in the plot wants a set number of gallons and can only soak up water so fast. Aim the spray, pick a nozzle whose flow rate suits the bed under it, and fill all of them before the garden clock runs out โ€” without blowing the gallon budget. Water landing on the path is runoff, and water arriving faster than a bed can drink runs off too. The nozzle flow rates are computed with the same friction-plus-orifice solver the calculator uses, on a 50-foot, 5/8-inch hose at 50 psi, and the cost ticker is gallons times your chosen rate.

Keyboard (click or tab to the garden first): โ† and โ†’ swing the spray, โ†‘ and โ†“ throw it farther or nearer, Space or Enter opens and shuts the valve, N cycles the nozzle, R restarts the level. Pointer or touch: press anywhere in the garden to aim there and start watering, drag to move the spray, release to shut the valve.

Level

1 / 3

Score

0

Best

0

Beds ready

0 / 4

Gallons used

0.0

Water cost

$0.00

Garden clock

7:00

Press Start watering, then aim the spray at a bed and open the valve.

The garden clock runs at fourteen times real time, so one real second of play is fourteen simulated seconds of watering. Gallons are always flow rate multiplied by simulated minutes, exactly as in the calculator above.