Knowing the running cost of a specific appliance or circuit makes it easy to decide whether to upgrade, time-shift or switch off a load. This calculator turns wattage, hours of use and your utility rate into hourly, daily, monthly and annual cost, and can model a two-tier tariff where the price steps up after a monthly threshold.
How it works
The core formula converts power and time into energy, then prices it:
kWh/day = watts / 1000 × hours/day
cost/day = kWh/day × rate
Monthly and annual figures use average calendar lengths (30.44 and 365.25 days) so they stay consistent with each other. When two-tier pricing is enabled, the monthly kWh is split at the threshold:
cost/month = min(kWh, limit) × rate1 + max(0, kWh − limit) × rate2
and the tool reports the resulting blended effective rate.
Worked example
A 1500 W space heater run 4 hours a day at $0.17/kWh:
kWh/day = 1500 / 1000 × 4 = 6 kWh
cost/day = 6 × 0.17 = $1.02
cost/month = 6 × 30.44 × 0.17 ≈ $31.05
cost/year = 6 × 365.25 × 0.17 ≈ $372.55
Tips and notes
For variable loads, use an average wattage or a metered reading rather than the nameplate maximum, which is usually a peak figure. The result covers energy only; add fixed standing charges and taxes for a full bill estimate. To compare two appliances, hold the hours and rate constant and change only the wattage, the per-hour cost scales directly with power.