Electrical Trade & Electronics NEC Conductors, Raceway & Grounding NEC 2023 (NFPA 70) informational notes to 210.19 and 215.2

Voltage Drop Calculator (NEC)

Enter the load current, the one-way length of the run, the system voltage and the conductor you plan to use, and this calculator returns the volts lost in the conductors, that loss as a percentage of the supply, the voltage actually reaching the load, and the smallest conductor that keeps you inside your target. It handles single-phase, three-phase and direct-current circuits, copper and aluminium, and parallel sets. The method is the circular-mil resistance formula every electrician learns, using K = 12.9 for copper and K = 21.2 for aluminium.

Calculator

This calculator runs in your browser. Enable JavaScript for live results — the inputs, formula and worked example below remain fully readable without it.

Inputs this calculator takes, with typical values
InputWhat to enterExample
SystemSingle-phase and DC use a factor of 2 for the out-and-back path; three-phase uses √3.Single-phase AC (2 wire)
System voltageThe nominal voltage at the source: 120, 208, 240, 277, 480 for AC, or the battery voltage for DC.240 V
Load currentThe actual running current of the load, not the breaker size, unless you are sizing for the full breaker.20 A
One-way run lengthMeasure from the panel to the load along the route the conductors take; the formula doubles it for you.150 ft
Conductor materialCopper has about 61% of the resistance of aluminium of the same size.Copper
Conductor sizeThe size you intend to install; the table below shows every other size on the same run.12 AWG
Target voltage dropThe NEC informational notes suggest 3% on a branch circuit and 5% overall; enter your own design limit.3 %
Parallel sets per phaseNumber of identical conductors run in parallel per phase; each set divides the resistance.1

It returns

  • Voltage drop — Volts lost in the conductors as a percentage of the supply voltage.
  • Volts lost in the conductors
  • Voltage at the load
  • Smallest size meeting the target — In the same material, with the same number of parallel sets.
  • One-way conductor resistance — K × length ÷ circular mils, for all parallel sets combined.
  • Power lost as heat — Two conductors on single-phase and DC, three on a three-phase circuit.

The formula

VD=2KILCM
%VD=VDVsource×100
CM=2KILVDallowed

In plain text: VD = 2 · K · I · L ÷ CM (single-phase or DC); VD = √3 · K · I · L ÷ CM (three-phase)

  • VDVoltage dropped in the conductors, out and back (V)
  • KResistivity constant: 12.9 for copper, 21.2 for aluminium, at 75 °C (Ω·cmil/ft)
  • ILoad current in the conductor (A)
  • LOne-way length of the run (ft)
  • CMConductor area from NEC Chapter 9, Table 8 (circular mils)

The factor 2 accounts for the current travelling out on one conductor and back on the other. On a balanced three-phase circuit the return path is shared, and the line-to-line drop works out to √3 times the drop in one conductor.

Updated Category NEC Conductors, Raceway & Grounding Verified against published test cases Reading time 14 min

What voltage drop is and why it costs you money

Voltage drop is the voltage consumed by the conductors themselves before any of it reaches the load. Every conductor has resistance, current through resistance produces a voltage difference, and that difference is subtracted from what the load sees. A 240 V circuit that drops 8 V delivers 232 V.

The consequences are practical. Motors are the worst affected: torque falls with the square of the applied voltage, so a 5% drop costs roughly a tenth of the starting torque and makes the motor draw more current to do the same work, which heats the windings. Resistive heaters and incandescent lamps lose output roughly as the square of voltage too. Electronic power supplies mostly compensate, but they compensate by drawing more current, which makes the drop worse. And the energy lost in the conductors is dissipated as heat inside the raceway, where it does nothing useful and adds to the thermal load the ampacity tables are trying to manage.

Voltage drop is not usually an NEC requirement. The 3% and 5% figures most electricians quote appear as informational notes to 210.19 for branch circuits and 215.2 for feeders, and informational notes are explanatory rather than enforceable. A handful of articles do make a drop limit mandatory — Article 695 sets one for fire pump feeders during starting, for example — and many engineers write the 3% figure into a specification, at which point it becomes contractually binding even though the code does not enforce it.

The circular-mil formula, term by term

The field formula is Ohm's law rearranged so you never have to look up a resistance.

K, the resistivity constant. K is the resistance of a conductor one foot long with an area of one circular mil. For copper it is taken as 12.9 and for aluminium as 21.2, both at about 75 °C. You can verify it against NEC Chapter 9, Table 8: 12 AWG stranded uncoated copper is listed at 1.98 Ω per 1,000 ft, and 1.98 × 6,530 cmil ÷ 1,000 = 12.93. Aluminium checks out the same way: Table 8 lists 1/0 aluminium at 0.201 Ω per 1,000 ft, and 0.201 × 105,600 ÷ 1,000 = 21.2. That is the whole justification for the two numbers, and it is why K rises when the conductor runs hot.

CM, the circular-mil area. A circular mil is the area of a circle one mil (0.001 in.) across, chosen so that the area of a round conductor is simply the square of its diameter in mils. Chapter 9, Table 8 lists the value for every size; 12 AWG is 6,530 cmil and 4/0 is 211,600 cmil. Because the formula divides by area, doubling the area halves the drop, and that is exactly what a second parallel set does.

The multiplier. On a single-phase or DC circuit the current travels out along one conductor and back along the other, so it passes through two conductor lengths: the multiplier is 2. On a balanced three-phase circuit there is no neutral current and each conductor carries its share of a shared return path; working the phasor arithmetic through gives a line-to-line drop of √3 times the drop in one conductor, so the multiplier is 1.732.

L, the one-way length. Enter the distance from the source to the load, measured along the route the conductors actually take, including the vertical drops. The multiplier handles the return trip. Doubling the length yourself and then applying the multiplier is the single most common error in this calculation and produces exactly twice the true answer.

Worked example: a 20 A circuit 100 ft out on 12 AWG

A 120 V, 20 A single-phase circuit runs 100 ft to a load on 12 AWG copper. Is that acceptable at a 3% target?

  1. Pick the constants. Copper, so K = 12.9. Single-phase, so the multiplier is 2. From Chapter 9 Table 8, 12 AWG is 6,530 cmil.
  2. Work the numerator. 2 × 12.9 = 25.8. 25.8 × 20 A = 516. 516 × 100 ft = 51,600.
  3. Divide by the area. 51,600 ÷ 6,530 = 7.90 V dropped in the conductors.
  4. Convert to a percentage. 7.90 ÷ 120 × 100 = 6.59%. The load sees 120 − 7.90 = 112.10 V.
  5. Compare with the target. 6.59% is more than double the 3% guideline, so 12 AWG fails on drop even though it is perfectly adequate on ampacity for a 20 A circuit.
  6. Solve for the size you need. A 3% drop on 120 V is 3.60 V. Rearranged, CM = 2 × 12.9 × 20 × 100 ÷ 3.60 = 14,333 cmil. The first standard size at or above that is 8 AWG at 16,510 cmil, so you pull 8 AWG.

Notice how much conductor the drop rule costs you: ampacity alone would let you use 12 AWG, and distance forces you two sizes up. Check the raceway afterwards with the conduit fill calculator, because 8 AWG is nearly three times the area of 12 AWG.

How to read the percentage

Compare the number against the target you actually owe, not a habit. The widely used design rule is 3% on the branch circuit, 5% on the combined feeder and branch circuit. If your feeder already drops 2%, the branch circuit gets 3% and no more.

Below about 2% you are comfortable and further upsizing rarely pays for itself. Between 2% and your target you are compliant with the usual design rule but should sanity-check the load: an air conditioner or a well pump that starts against a stiff load may be drawing several times its running current at the moment of start, and the momentary drop scales with it. Above the target, upsize the conductor rather than accepting it, because the drop is permanent and the conductor is the cheapest thing in the assembly to change before the walls close.

Two situations deserve special care. Low-voltage DC is unforgiving: at 12 V a 3% target is 0.36 V, which a 20 ft run of 10 AWG at 10 A already exceeds. Solar, RV and marine work therefore uses much larger conductors than the current alone suggests, which is why the solar charge controller sizing calculator and battery work always come back to this page. Long motor feeders deserve a check at locked-rotor current as well as running current, because a motor that cannot develop starting torque will sit and heat until the overload opens; size the running current first with the motor full-load amps calculator.

Maximum one-way run length for a 3% drop, copper

Length at which a copper conductor reaches exactly 3% drop, from L = 0.03 · V · CM ÷ (mult · K · I). Single-phase columns use a multiplier of 2; the 480 V three-phase column uses √3.
Sizecmil120 V, 15 A120 V, 20 A240 V, 30 A240 V, 50 A480 V 3∅, 100 A
14 AWG4,11038 ft28 ft38 ft22 ft
12 AWG6,53060 ft45 ft60 ft36 ft
10 AWG10,38096 ft72 ft96 ft57 ft
8 AWG16,510153 ft115 ft153 ft92 ft
6 AWG26,240244 ft183 ft244 ft146 ft
4 AWG41,740388 ft291 ft388 ft232 ft269 ft
2 AWG66,360617 ft462 ft617 ft370 ft427 ft
1/0 AWG105,600982 ft736 ft982 ft589 ft680 ft
4/0 AWG211,6001,968 ft1,476 ft1,968 ft1,181 ft1,363 ft

Rounded down to the nearest foot. Cells are left blank where the conductor would not normally be used at that current. For aluminium, multiply every length by 12.9 ÷ 21.2 = 0.608.

The 3% figure is guidance, not a code requirement

In NFPA 70, National Electrical Code, 2023 edition, the familiar 3% branch-circuit and 5% total figures appear in informational notes to 210.19 and 215.2. Section 90.5(C) states that informational notes are explanatory and are not enforceable as requirements. Specific articles can and do make a limit mandatory in their own scope, and a project specification can make it contractual. Always check what your specification and your authority having jurisdiction require before deciding that a 4% drop is acceptable.

Mistakes that produce a wrong drop figure

  • Entering the round-trip length. The formula's multiplier already doubles it. Entering 200 ft for a 100 ft run gives exactly twice the true drop.
  • Using the breaker size as the current. Drop depends on the current that actually flows. Sizing at the breaker rating is conservative and often wasteful; sizing at running current is the normal design basis.
  • Applying √3 to a single-phase load fed from a three-phase panel. A 120 V or 277 V line-to-neutral load uses the factor 2, whatever the panel is.
  • Ignoring conductor temperature. K = 12.9 assumes about 75 °C. A conductor running near its 90 °C limit has noticeably higher resistance, and the drop rises with it.
  • Forgetting reactance on large conductors. Above roughly 1/0 in a steel raceway, inductive reactance is a real part of the impedance and the resistance-only method under-reads.

What the K method assumes, and when to use Table 9 instead

This calculator models the conductor as a pure resistance at about 75 °C. That is an excellent model for DC and a good one for alternating current on conductors up to roughly 1/0 AWG in a non-metallic raceway at a high power factor. It is not exact for the cases it simplifies away.

Reactance. Alternating current in a conductor sets up a magnetic field, and that field opposes changes in current. The resulting inductive reactance adds to resistance vectorially. It grows with conductor spacing and is much larger inside a steel raceway than in PVC, and because the resistance of a large conductor is very small, reactance can dominate the impedance of a 500 kcmil feeder. NEC Chapter 9, Table 9 exists for exactly this case: it lists alternating-current resistance and reactance for each size in PVC, aluminium and steel conduit, plus an effective impedance column computed at 0.85 power factor.

Power factor. The K method implicitly assumes unity power factor, and the direction of the resulting error depends on the conductor. Table 9 computes an effective impedance as Ze = R·cosθ + X·sinθ, so dropping the power factor scales the resistive term down while scaling the reactive term up. On a small conductor, where R swamps X, the real drop at 0.85 power factor is lower than the resistance-only figure: 12 AWG copper in PVC is 2.0 Ω per 1,000 ft of resistance against 0.054 Ω of reactance, so Ze = 2.0 × 0.85 + 0.054 × 0.527 = 1.73, against the 1.98 the K method uses. On a 500 kcmil feeder in steel conduit the reactance is larger than the resistance and the same arithmetic runs the other way, pushing the effective impedance well above the resistance alone. Either way, correcting the power factor at the load cuts the current for the same real power and therefore cuts the drop, which is one of the arguments for the power factor correction capacitor calculator.

Temperature. Copper resistance follows R2 = R1(234.5 + T2) ÷ (234.5 + T1). Going from 75 °C to 90 °C is a factor of 324.5 ÷ 309.5 = 1.048, so a conductor running at its 90 °C limit has about 5% more resistance and drops about 5% more volts than this page reports. Using K = 12.9, which already corresponds to 75 °C rather than to 20 °C, builds most of that margin in; a cool conductor drops less, not more.

Sizing a conductor is three independent tests and you take the largest answer. Ampacity asks whether the conductor can carry the current without overheating; that is NEC Table 310.16 with the corrections and adjustments, and it is handled by the wire size and ampacity calculator. Overcurrent protection asks whether the device protecting the conductor is small enough, which for 14, 12 and 10 AWG copper is capped by 240.4(D) regardless of the table ampacity. Voltage drop asks whether enough voltage survives the trip, and it is the test that most often wins on long runs.

The three interact. Upsizing for drop puts more copper in the raceway, so re-run the fill check. Upsizing for drop can also mean the equipment grounding conductor has to grow: 250.122(B) requires the equipment grounding conductor to be increased proportionally when the ungrounded conductors are increased in size for any reason, which the equipment grounding conductor calculator will work out for you. And on a three-phase feeder, checking the three-phase power calculation first will give you the current this page needs.

Key terms

Circular mil
The area of a circle 0.001 in. in diameter. A round conductor's area in circular mils is the square of its diameter in mils, which is why the unit exists at all.
K
The resistance in ohms of a conductor one foot long and one circular mil in area. Taken as 12.9 for copper and 21.2 for aluminium at about 75 °C.
Effective impedance
The combination of resistance and reactance that actually determines drop on an AC circuit. NEC Chapter 9, Table 9 tabulates it at 0.85 power factor for conductors in PVC, aluminium and steel conduit.

Frequently asked questions

Is voltage drop a code requirement or just a recommendation?

In most cases it is a recommendation. The familiar 3% branch-circuit and 5% total figures appear in informational notes to NEC 210.19 and 215.2, and 90.5(C) makes clear that informational notes are explanatory rather than enforceable. Individual articles can impose a mandatory limit within their own scope, and many engineering specifications make 3% a contract requirement. Check the specification and the authority having jurisdiction before you treat it as optional.

Do I enter the one-way length or the total wire length?

Enter the one-way length — the distance from the panel to the load along the route the conductors take. The formula multiplies by 2 for a single-phase or DC circuit to account for the return conductor, and by √3 for a balanced three-phase circuit. Entering the round-trip length yourself doubles the answer. Include vertical runs: a panel in a basement feeding a second-floor load can add 20 ft of rise that a floor plan does not show.

Why is the three-phase multiplier 1.732 instead of 2?

Because on a balanced three-phase circuit the three conductors share the return path rather than each having a dedicated return. The drop measured line-to-line is the vector difference of two phase drops that are 120 degrees apart, and that difference is √3 times the drop in a single conductor rather than twice it. The practical consequence is that a three-phase feeder drops about 13% less than a single-phase feeder carrying the same current over the same distance.

What size wire do I need for a 20 amp circuit 100 feet away?

On 120 V, 8 AWG copper if you want to stay inside 3%. The calculation is CM = 2 × 12.9 × 20 A × 100 ft ÷ 3.6 V = 14,333 circular mils, and the first standard size at or above that is 8 AWG at 16,510 cmil. On 240 V the allowance doubles to 7.2 V, the required area halves to 7,167 cmil, and 12 AWG at 6,530 cmil is still marginally short, so 10 AWG does the job.

Does voltage drop change how much electricity I pay for?

Yes, but by less than people expect. The power lost in the conductors is the drop multiplied by the current: the worked example above loses 7.90 V × 20 A = 158 W while the circuit is loaded. Run continuously that is about 1,384 kWh over a year. Whether upsizing pays back depends on how many hours the circuit actually runs at full load, which for most branch circuits is a small fraction of the year.

Why does my 12 volt DC run need such heavy cable?

Because the percentage is taken against a very small number. A 3% drop on 120 V is 3.6 V, but on 12 V it is only 0.36 V, so you have ten times less voltage to spend on the same current. The circular mils required scale accordingly. A 30 A run 20 ft out at 12 V needs 2 × 12.9 × 30 × 20 ÷ 0.36 = 43,000 circular mils, which means 3 AWG — 4 AWG at 41,740 cmil lands just over the line at 3.09%. The same 30 A at 240 V needs only 2,150 cmil to stay inside 3%, so there the conductor is set by ampacity rather than by drop.

Should I use the running current or the breaker size?

Use the current the load actually draws for a design check, and the breaker rating only when you want a worst-case figure or when a specification tells you to. Voltage drop is a performance issue rather than a safety issue, so it is normally evaluated at the real operating current. For motors, also sanity-check the drop at starting current, which can be several times the running value and is what determines whether the motor develops enough torque to start.

How accurate is the K method compared with NEC Table 9?

Close on small conductors and increasingly optimistic on large ones. The K method models resistance only. Table 9 adds reactance, which is negligible for 12 AWG but larger than the resistance for a 500 kcmil conductor in steel conduit, and it tabulates an effective impedance at 0.85 power factor. For branch circuits up to about 1/0 AWG the difference runs a few percent and can fall on either side of the K figure; for large feeders in metallic raceway the K method under-reads badly, so work those from Table 9 instead.

References