Electricity Usage Calculator Formula
Understand the math behind the electricity usage calculator. Each variable explained with a worked example.
Formulas Used
Monthly Electricity Bill
monthly_bill = monthly_costAnnual Electricity Cost
annual_cost = monthly_cost * 12Daily Cost
daily_cost = monthly_cost / 30Annual Consumption
annual_kwh = monthly_kwh * 12Variables
| Variable | Description | Default |
|---|---|---|
monthly_kwh | Monthly Electricity Use(kWh) | 900 |
rate_per_kwh | Electricity Rate(USD/kWh) | 0.15 |
fixed_charge | Monthly Fixed Charge(USD) | 12 |
monthly_cost | Derived value= monthly_kwh * rate_per_kwh + fixed_charge | calculated |
How It Works
How to Calculate Electricity Cost
Your electricity bill is based on energy consumed (kWh) multiplied by the utility rate, plus fixed charges.
Formula
Monthly Bill = (kWh * Rate per kWh) + Fixed Charge
Average US Rates
Worked Example
A home using 900 kWh/month at $0.15/kWh with a $12 monthly fixed charge.
monthly_kwh = 900rate_per_kwh = 0.15fixed_charge = 12
- 01Usage charge: 900 * $0.15 = $135.00
- 02Monthly bill: $135.00 + $12.00 = $147.00
- 03Annual cost: $147.00 * 12 = $1,764
- 04Daily cost: $147.00 / 30 = $4.90
Ready to run the numbers?
Open Electricity Usage Calculator