Water Bill Calculator Formula

Understand the math behind the water bill calculator. Each variable explained with a worked example.

Formulas Used

Usage Charge

usage_charge = monthly_gallons / 1000 * rate_per_1000_gal

Total Monthly Bill

total_bill = base_fee + monthly_gallons / 1000 * rate_per_1000_gal

Monthly Gallons Used

gallons_used = monthly_gallons

Variables

VariableDescriptionDefault
gallons_per_dayDaily Water Usage(gal)80
rate_per_1000_galRate Per 1,000 Gallons(USD)6.5
base_feeMonthly Base Fee(USD)15
days_in_monthDays in Month30
monthly_gallonsDerived value= gallons_per_day * days_in_monthcalculated

How It Works

How Water Bills Are Calculated

Most water utilities charge a flat base fee plus a per-unit usage charge.

Formula

Monthly Bill = Base Fee + (Daily Usage x Days / 1,000) x Rate Per 1,000 Gallons

Worked Example

80 gallons/day, $6.50 per 1,000 gallons, $15 base fee, 30-day month.

gallons_per_day = 80rate_per_1000_gal = 6.5base_fee = 15days_in_month = 30
  1. 01Monthly usage = 80 x 30 = 2,400 gallons
  2. 02Usage charge = 2,400 / 1,000 x $6.50 = $15.60
  3. 03Total bill = $15.00 + $15.60 = $30.60

Frequently Asked Questions

How much water does the average person use?

The average American uses 80-100 gallons per day. A family of four uses 300-400 gallons daily for showers, toilets, laundry, dishes, and outdoor watering.

How do I find my water rate?

Check your water bill for the per-unit rate (often per 1,000 gallons or per CCF/HCF). Rates vary by municipality and sometimes increase with usage (tiered pricing).

How can I reduce my water bill?

Fix leaks, install low-flow fixtures, take shorter showers, only run full loads in the washer and dishwasher, and water your lawn less frequently.

Ready to run the numbers?

Open Water Bill Calculator