Analyze My Bill

Compare two electric utility bills and discover what's driving your cost changes.

Bill {{ billIndex + 1 }}

{{ category.name }}

Line Total: ${{ calculateLineTotal(charge, bill.totalKwh).toFixed(2) }}
No charges added yet.

Analysis Results

Calculated Total Change

{{ results.totalVariance > 0 ? '+' : '' }}${{ results.totalVariance.toFixed(2) }}

Change from Fixed Charges

{{ results.fixedVariance > 0 ? '+' : '' }}${{ results.fixedVariance.toFixed(2) }}

Usage Impact (per-kWh)

{{ results.usageVariance > 0 ? '+' : '' }}${{ results.usageVariance.toFixed(2) }}

Rate Impact (per-kWh)

{{ results.rateVariance > 0 ? '+' : '' }}${{ results.rateVariance.toFixed(2) }}

Category Breakdown

Category Total Change Fixed Charge Change Due to Usage Due to Rate
{{ cat.name }} {{ cat.totalVar > 0 ? '+' : '' }}${{ cat.totalVar.toFixed(2) }} {{ cat.fixedVar > 0 ? '+' : '' }}${{ cat.fixedVar.toFixed(2) }} {{ cat.usageVar > 0 ? '+' : '' }}${{ cat.usageVar.toFixed(2) }} {{ cat.rateVar > 0 ? '+' : '' }}${{ cat.rateVar.toFixed(2) }}

Notes on your analysis:

  • {{ warning }}