Conduit Fill Calculator Formula

Understand the math behind the conduit fill calculator. Each variable explained with a worked example.

Formulas Used

Conduit Fill

fill_pct = conduit_area > 0 ? total_wire_area / conduit_area * 100 : 0

NEC Max Fill

allowed_fill = max_fill_pct

Remaining Area

remaining_area = conduit_area * max_fill_pct / 100 - total_wire_area

Variables

VariableDescriptionDefault
conduit_areaConduit Internal Area(sq in)0.864
num_wiresNumber of Conductors4
wire_areaEach Wire Area (with insulation)(sq in)0.0973
total_wire_areaDerived value= num_wires * wire_areacalculated
max_fill_pctDerived value= num_wires == 1 ? 53 : (num_wires == 2 ? 31 : 40)calculated

How It Works

NEC Conduit Fill Rules

The National Electrical Code limits fill percentages to prevent overheating:

  • 1 conductor: 53%
  • 2 conductors: 31%
  • 3 or more: 40%
  • Calculate fill by dividing total conductor area (including insulation) by the conduit internal area.

    Worked Example

    4 conductors of 12 AWG THHN (0.0973 sq in each) in 3/4-inch EMT (0.864 sq in).

    conduit_area = 0.864num_wires = 4wire_area = 0.0973
    1. 01Total wire area = 4 x 0.0973 = 0.389 sq in
    2. 02Fill = 0.389 / 0.864 x 100 = 45.0%
    3. 03NEC allows 40% for 3+ conductors
    4. 04This conduit is overfilled; upsize to 1-inch EMT.

    Ready to run the numbers?

    Open Conduit Fill Calculator