Single-Phase Panel Load Balancing Calculator

Balance circuit loads across panel legs to minimize neutral current and optimize panel capacity.

Takes a circuit-by-circuit load list with leg assignments and reports per-leg totals, neutral current, and imbalance percentage, then suggests circuit reassignments to bring a 120/240 V single-phase panel within a 10% balance target. It runs free in your browser on Gera Tools, with nothing uploaded.

Last updated Source: Gera Tools

Why does panel balancing matter?

On a 120/240 V single-phase system the shared neutral carries only the difference between the two hot legs. Balancing the 120 V loads minimizes neutral current, reduces voltage imbalance between legs, and frees up usable panel capacity so each leg is loaded evenly.

On a 120/240 V single-phase panel the shared neutral carries only the difference between the two hot legs, so spreading the 120 V loads evenly minimizes neutral current and balances the panel. This calculator takes your circuit list, reports per-leg totals and the neutral imbalance, and suggests a reassignment that brings the panel within a 10% balance target.

How it works

Each circuit’s VA is summed by leg, converted to amps, and compared:

leg A amps   = sum of leg-A VA / 120
leg B amps   = sum of leg-B VA / 120
neutral amps = | leg A amps − leg B amps |
imbalance %  = | leg A VA − leg B VA | / max(leg A VA, leg B VA) × 100

A 240 V two-pole circuit loads both legs equally and cancels in the neutral, so it is excluded from the imbalance figure. The rebalancer sorts the 120 V circuits largest-first and drops each onto the lighter leg, which closely approaches the best possible split.

Why a large imbalance matters in practice

When leg A consistently draws significantly more current than leg B, three things happen:

  1. Elevated neutral current. The neutral wire carries the difference between the two legs continuously. An oversized neutral current can cause overheating if the neutral was sized for a more balanced load, and it produces voltage drop between the two 120 V legs.

  2. Voltage imbalance. The heavier leg sees slightly lower voltage under load due to impedance, while the lighter leg sits higher. Sensitive equipment — particularly motor loads like refrigerators and HVAC units — can run hot or malfunction when leg voltages diverge by more than a couple of volts.

  3. Wasted capacity. Half of your panel capacity is idle while the other half is under strain. Rebalancing lets you use the available capacity more evenly, which matters when adding new circuits.

Worked example

Leg A carries: kitchen outlets (2,400 VA) + living room (1,800 VA) + dryer circuit (0 VA, this is 240 V) = 4,200 VA

Leg B carries: bedroom outlets (900 VA) + bathroom (600 VA) + office (1,200 VA) = 2,700 VA

leg A amps   = 4,200 / 120 = 35 A
leg B amps   = 2,700 / 120 = 22.5 A
neutral amps = |35 − 22.5| = 12.5 A
imbalance %  = |4,200 − 2,700| / 4,200 × 100 ≈ 35.7%

Moving the living room circuit (1,800 VA) from leg A to leg B brings the totals to 2,400 VA and 4,500 VA — now leg B is heavier by 2,100 VA. Instead, move the office circuit (1,200 VA) from B to A: new totals are 5,400 VA and 1,500 VA — worse. Try a greedy approach: assign the largest single circuit (kitchen outlets at 2,400 VA) to the lighter leg. The rebalancer does this automatically, iterating through circuits largest-first until the split is as even as possible.

Tips for reading and acting on the result

Balance by running load (VA), not by breaker count. A single 20-amp kitchen circuit can outweigh five 15-amp bedroom circuits. When adding an EV charger (typically 7,200 VA at 240 V) or an electric range (typically 7,200–10,000 VA), those are 240 V loads and do not affect leg balance, but they add heavily to total panel capacity — check that the panel’s main breaker rating is not exceeded. Rebalance the panel each time a significant new 120 V load is added.