Methodology
Appliance & electricity bill cost — methodology
The exact formulas, assumptions, default values and limitations behind the appliance and electricity bill running-cost calculator.
Last updated
This documents the Appliance & Electricity Bill Calculator.
What this calculator does
It turns an appliance’s power draw and how often you use it into energy (kilowatt-hours) and money — per day, per month and per year — at the electricity price you enter. It also places your appliance next to a few representative typical household loads so you can judge whether it is big or small.
The formulas
Energy and cost
daily_kwh = (power_watts / 1000) * hours_per_day * (days_per_week / 7) * quantity
annual_kwh = daily_kwh * 365
annual_cost = annual_kwh * price_per_kwh
monthly_cost = annual_cost / 12
daily_cost = daily_kwh * price_per_kwh
We convert watts to kilowatts (÷ 1,000), multiply by the hours it runs, and
scale by the fraction of the week it is used (days_per_week / 7) so that a
device used only some days is averaged correctly across the year. Multiplying by
quantity covers several identical units.
Comparison appliances
comparison_cost = comparison_annual_kwh * price_per_kwh
The comparison bars use a fixed preset of representative typical annual figures (LED bulb ~30 kWh, laptop ~60, refrigerator ~400, desktop PC ~600, clothes dryer ~900, window AC ~1,000, electric water heater ~3,500), each costed at your price. These are illustrative typical values for context, not measurements of your own appliances.
Default values
The electricity price defaults to a US residential average and is editable in the calculator and shown with its source in the calculator’s assumptions table. It is the most time-sensitive input — always replace it with your own rate from a recent bill. The power, hours, days and quantity are appliance-specific inputs you supply.
Limitations — read these
- Constant power draw. We assume the appliance pulls its rated power continuously while on. Many appliances cycle or vary — fridges, freezers and air conditioners switch their compressors on and off, so their average draw is well below the nameplate rating. Use a measured average where you can. - Comparison figures are typical, not yours. The comparison appliances use representative typical annual energy figures, not your actual devices. Treat them as context only. - Standby load excluded. Phantom/standby power consumed while the appliance is idle is not included unless you add it yourself (for example, by entering the standby wattage and idle hours as a separate calculation).
How we keep it honest
The calculation logic lives in a small, pure function that is unit-tested against normal, edge and invalid inputs (for example, a non-finite wattage returns “no result” rather than a misleading number). If you spot an error, tell us and we’ll fix it.
Sources
Every default in this calculator traces to one of these.
- Average price of electricity to ultimate customers (residential)U.S. Energy Information Administration (EIA) · retrievedResidential prices vary by state and change monthly. Treat the default as representative and edit to your own rate.
- Estimating appliance and home electronic energy useU.S. Department of Energy (energy.gov) · retrieved
By EnergyTally Team · Editorial & analysis team
- Published
- Updated
- Review
- EnergyTally Team,