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_load

Total Amperage

total_amps = panel_voltage > 0 ? total_load / panel_voltage : 0

Minimum Panel Size

panel_size = panel_voltage > 0 ? ceil(total_load / panel_voltage / 25) * 25 : 0

Variables

VariableDescriptionDefault
general_lightingGeneral Lighting & Receptacles(W)4800
kitchen_circuitsKitchen Small-Appliance Circuits(W)3000
laundry_circuitLaundry Circuit(W)1500
hvac_loadHVAC (Heating or Cooling)(W)5000
water_heaterWater Heater(W)4500
other_loadsOther Fixed Loads(W)2000
panel_voltagePanel Voltage(V)240
total_loadDerived value= general_lighting + kitchen_circuits + laundry_circuit + hvac_load + water_heater + other_loadscalculated

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
  1. 01Total = 4800 + 3000 + 1500 + 5000 + 4500 + 2000 = 20,800W
  2. 02Amps = 20,800 / 240 = 86.7A
  3. 03Minimum panel = 100A (round up to next standard)

Ready to run the numbers?

Open Electrical Panel Load Calculator