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 : 0NEC Max Fill
allowed_fill = max_fill_pctRemaining Area
remaining_area = conduit_area * max_fill_pct / 100 - total_wire_areaVariables
| Variable | Description | Default |
|---|---|---|
conduit_area | Conduit Internal Area(sq in) | 0.864 |
num_wires | Number of Conductors | 4 |
wire_area | Each Wire Area (with insulation)(sq in) | 0.0973 |
total_wire_area | Derived value= num_wires * wire_area | calculated |
max_fill_pct | Derived 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:
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
- 01Total wire area = 4 x 0.0973 = 0.389 sq in
- 02Fill = 0.389 / 0.864 x 100 = 45.0%
- 03NEC allows 40% for 3+ conductors
- 04This conduit is overfilled; upsize to 1-inch EMT.
Ready to run the numbers?
Open Conduit Fill Calculator