Electrical Panel Load Calculator Formula
Understand the math behind the electrical panel load calculator. Each variable explained with a worked example.
Formulas Used
Total Connected Load
total_watts = total_loadTotal Amperage
total_amps = panel_voltage > 0 ? total_load / panel_voltage : 0Minimum Panel Size
panel_size = panel_voltage > 0 ? ceil(total_load / panel_voltage / 25) * 25 : 0Variables
| Variable | Description | Default |
|---|---|---|
general_lighting | General Lighting & Receptacles(W) | 4800 |
kitchen_circuits | Kitchen Small-Appliance Circuits(W) | 3000 |
laundry_circuit | Laundry Circuit(W) | 1500 |
hvac_load | HVAC (Heating or Cooling)(W) | 5000 |
water_heater | Water Heater(W) | 4500 |
other_loads | Other Fixed Loads(W) | 2000 |
panel_voltage | Panel Voltage(V) | 240 |
total_load | Derived value= general_lighting + kitchen_circuits + laundry_circuit + hvac_load + water_heater + other_loads | calculated |
How It Works
Panel Load Calculation
Add all branch circuit loads in watts. Divide by the panel voltage to get total amperage. Compare against the panel main breaker rating. Standard residential panels are 100A, 150A, or 200A at 240V.
Total Amps = Total Watts / Voltage
Worked Example
Typical home: 4800W lighting, 3000W kitchen, 1500W laundry, 5000W HVAC, 4500W water heater, 2000W other.
general_lighting = 4800kitchen_circuits = 3000laundry_circuit = 1500hvac_load = 5000water_heater = 4500other_loads = 2000panel_voltage = 240
- 01Total = 4800 + 3000 + 1500 + 5000 + 4500 + 2000 = 20,800W
- 02Amps = 20,800 / 240 = 86.7A
- 03Minimum panel = 100A (round up to next standard)
Ready to run the numbers?
Open Electrical Panel Load Calculator