Your Voltage Drop Calculation Is Wrong — The Reactance Error
Why mV/A/m voltage drop is wrong for cables ≥95mm². Reactance dominates above 50m — and at 0.8 PF, voltage drop is LESS than unity PF. Free calculator inside.
There is a calculation that nearly every electrical engineer performs weekly, and the majority get it subtly wrong. Not catastrophically wrong — the cables don't catch fire. But wrong enough that circuits either fail commissioning voltage drop tests they should have passed, or pass tests they should have failed. The calculation is voltage drop, and the error is the simplified mV/A/m method.
The simplified method treats cable impedance as purely resistive. It works acceptably for small cables on short runs. For cables above 95mm2, particularly feeding motor loads at power factors below 0.90, it produces results that diverge from reality by 20-40%. And here is the part that surprises most engineers: for large cables at typical industrial power factors, the accurate method sometimes gives a LOWER voltage drop than the simplified method predicts.
The Simplified Method Everyone Uses
The mV/A/m method is elegant in its simplicity. Look up a single value from a table, multiply by current, multiply by length, done:
Simplified mV/A/m Method
Vd = (mV/A/m) x Ib x L / 1000 (volts)
The mV/A/m values published in cable tables (AS/NZS 3008 Tables 35-42, BS 7671 Table 4D1B-4D4B) combine resistance and reactance into a single number. The problem is that this combined value is calculated at a specific assumed power factor — typically 0.8 for three-phase and sometimes 1.0 for single-phase. If your load's actual power factor differs from the table assumption, the combined value is wrong for your circuit.
Most engineers either do not realise the combined mV/A/m value embeds a power factor assumption, or they know but consider the difference negligible. For small cables, they are right. For large cables, they are not.
The Accurate Method Nobody Uses
The accurate voltage drop formula separates the resistive and reactive components and accounts for the load's actual power factor:
Accurate Voltage Drop (Three-Phase)
Vd = sqrt(3) x Ib x L x (R cos(phi) + X sin(phi)) volts
Where R is the cable resistance in ohms per metre, X is the cable reactance in ohms per metre, and phi is the phase angle of the load (cos(phi) = power factor).
This is the formula specified in AS/NZS 3008.1.1:2017 Clause 4.4.2 and BS 7671:2018 Appendix 4, Section 6. It is not optional — it is the standard method. The simplified mV/A/m values are a convenience derived from this formula at a fixed power factor.
AS/NZS 3008.1.1, Clause 4.4.2 — Calculation of voltage dropWhy Reactance Matters More Than You Think
Here is the physical insight that makes the accurate method non-intuitive. As cable cross-section increases:
- Resistance DECREASES (bigger conductor, less resistance)
- Reactance stays approximately CONSTANT (determined by conductor spacing, not cross-section)
This means for large cables, reactance becomes the dominant impedance component:
| Cable Size (mm2) | R (ohm/km, 75C) | X (ohm/km) | X/R Ratio |
|---|---|---|---|
| 16 | 1.41 | 0.085 | 0.060 |
| 50 | 0.473 | 0.080 | 0.169 |
| 95 | 0.247 | 0.078 | 0.316 |
| 150 | 0.157 | 0.076 | 0.484 |
| 240 | 0.098 | 0.074 | 0.755 |
| 400 | 0.060 | 0.072 | 1.200 |
At 240mm2, the X/R ratio is 0.755 — reactance is 75% of resistance. At 400mm2, reactance exceeds resistance. For these cables, ignoring reactance or using it at the wrong power factor produces a fundamentally wrong result.
The Counter-Intuitive Result: Lower PF Can Mean Lower Voltage Drop
Here is where most engineers' intuition fails. Consider the accurate formula:
Voltage Drop Components
Vd proportional to (R cos(phi) + X sin(phi))
At unity power factor (cos(phi) = 1.0, sin(phi) = 0):
At Unity PF
Vd proportional to R x 1.0 + X x 0 = R
At 0.8 power factor (cos(phi) = 0.8, sin(phi) = 0.6):
At 0.8 PF
Vd proportional to R x 0.8 + X x 0.6
For a 240mm2 cable: R = 0.098, X = 0.074
- At PF = 1.0: factor = 0.098 x 1.0 + 0.074 x 0.0 = 0.098
- At PF = 0.8: factor = 0.098 x 0.8 + 0.074 x 0.6 = 0.0784 + 0.0444 = 0.1228
So at 0.8 PF, the voltage drop is 0.1228/0.098 = 1.253 times the unity PF result — 25% higher. The reactive component adds significantly.
But now compare two different calculations for the same cable at PF = 0.8:
Simplified method (using the resistance-only mV/A/m, ignoring reactance entirely): The engineer looks up a combined mV/A/m value that was computed at PF = 1.0 or uses only R. This UNDERSTATES the voltage drop because it misses the X sin(phi) term.
The critical flip: For very large cables (400mm2+) at high power factors approaching unity, the voltage drop is dominated by R. But the same cable at 0.8 PF has a component from X sin(phi) that partially replaces the R cos(phi) reduction. Depending on the X/R ratio, the net voltage drop at 0.8 PF can be either higher or lower than at 1.0 PF. The simplified method cannot capture this trade-off at all.
Worked Example 1: 240mm2 Cable at 200m
Scenario: 240mm2 single-core XLPE cables in trefoil, 200m run, 415V three-phase, load = 350A at PF = 0.80.
Cable data (from AS/NZS 3008 Table 35, 75C operating temperature):
- R = 0.098 ohm/km = 0.000098 ohm/m
- X = 0.074 ohm/km = 0.000074 ohm/m
Simplified method (resistance only):
Simplified Result
Vd = sqrt(3) x 350 x 200 x 0.000098 = 11.88 V (2.86% of 415V)
Accurate method (R cos(phi) + X sin(phi)):
Accurate Result
Vd = sqrt(3) x 350 x 200 x (0.000098 x 0.80 + 0.000074 x 0.60) Vd = sqrt(3) x 350 x 200 x (0.0000784 + 0.0000444) Vd = sqrt(3) x 350 x 200 x 0.0001228 Vd = 14.88 V (3.58% of 415V)
The error: 14.88V vs 11.88V — the simplified method UNDERSTATES the voltage drop by 25.3%. The simplified result says 2.86%, comfortably within a 5% limit. The accurate result says 3.58%, which is still within limits but has significantly less margin.
Now consider a longer run or higher current, and the difference between "pass with margin" and "fail" can depend entirely on whether the engineer used the correct formula.
Worked Example 2: The Cable That "Passed" Then Failed
Scenario: 150mm2 4-core XLPE/SWA cable, 280m run, 415V three-phase, motor load = 250A at PF = 0.75 (partially loaded motor).
Cable data:
- R = 0.157 ohm/km
- X = 0.076 ohm/km
Simplified method:
Simplified — 150mm2 Example
Vd = sqrt(3) x 250 x 280 x 0.000157 = 19.04 V (4.59% of 415V)
Engineer's conclusion: 4.59%, within the 5% limit. Pass.
Accurate method (PF = 0.75, sin(phi) = 0.661):
Accurate — 150mm2 Example
Vd = sqrt(3) x 250 x 280 x (0.000157 x 0.75 + 0.000076 x 0.661) Vd = sqrt(3) x 250 x 280 x (0.00011775 + 0.00005024) Vd = sqrt(3) x 250 x 280 x 0.00016799 Vd = 20.35 V (4.90% of 415V)
Still within the 5% limit, but only just. Now factor in that cable resistance increases with temperature. At 90C (the maximum operating temperature for XLPE), resistance increases by approximately 17% over the 75C value used above:
Temperature-Corrected Accurate Result
R_90C = 0.157 x 1.17 = 0.184 ohm/km Vd = sqrt(3) x 250 x 280 x (0.000184 x 0.75 + 0.000076 x 0.661) Vd = sqrt(3) x 250 x 280 x (0.000138 + 0.00005024) Vd = sqrt(3) x 250 x 280 x 0.0001882 Vd = 22.81 V (5.50% of 415V)
The cable fails at 5.50%. The simplified calculation said 4.59% — a comfortable pass. The accurate calculation at operating temperature says 5.50% — a clear fail.
This is the scenario that leads to motors with "intermittent starting problems" and "unexplained undervoltage trips." The cable was sized using a simplified method that indicated compliance. The physics says otherwise.
Temperature Makes It Worse
Voltage drop tables are typically published at 75C conductor temperature. At full load, XLPE cables operate at up to 90C, increasing resistance by 15-20%. Always check whether your voltage drop calculation uses the operating temperature resistance, not the reference temperature value. AS/NZS 3008 Clause 4.4.3 specifically requires calculation at the actual operating temperature.
What the Standards Actually Require
AS/NZS 3008.1.1:2017
Clause 4.4.2 provides the full voltage drop formula incorporating both R and X components. Clause 4.4.3 requires the use of conductor resistance at the actual operating temperature, not reference temperature. Tables 35-42 provide both combined mV/A/m values (at assumed PF = 0.8) AND separate R and X values, but the combined values are only valid at the stated power factor.
AS/NZS 3008.1.1, Clause 4.4.3 — Conductor resistance at operating temperatureBS 7671:2018
Appendix 4, Section 6 provides the methodology. Tables 4D1B through 4D4B provide separate R (r) and X (x) columns in mV/A/m format. The standard states that for loads at power factors other than those used to derive the tabulated combined values, the separate R and X columns must be used with the full formula.
BS 7671, Appendix 4, Section 6 — Voltage drop in consumers' installationsNEC (NFPA 70)
Chapter 9, Table 9 provides separate R (effective impedance at 0.85 PF) and X columns. Unlike BS 7671 and AS/NZS 3008, the NEC also provides an "effective Z at 0.85 PF" column that pre-computes the combined value at 0.85 PF. However, Informational Note No. 2 to Chapter 9, Table 9 explicitly provides the formula for other power factors: Vd = sqrt(3) x I x L x (R cos(theta) + X sin(theta)).
What To Do About It
For cables 95mm2 and above, or any run over 100m with motor loads:
-
Always use the full formula with separate R and X values from the cable tables. Never use the combined mV/A/m value unless the load power factor exactly matches the table assumption.
-
Use the correct operating temperature for resistance. At full load, XLPE cables run at 75-90C, and PVC cables at 70C maximum. The resistance at operating temperature can be 15-20% higher than the reference value.
-
Know your actual load power factor. Motors at partial load (the normal operating condition) have lower power factor than at full load. A motor rated at PF = 0.85 at full load may operate at PF = 0.70 at 50% load. Use the actual operating power factor, not the nameplate value.
-
Check both starting and running conditions. Motor starting current is typically 6-8x full load current at a very low power factor (0.15-0.30). The voltage drop during starting is a separate and often more critical check.
-
Add margin for cable ageing. Conductor resistance increases slightly over the cable's life due to oxidation and annealing. A 5% allowance on resistance is good engineering practice for cables expected to operate near their thermal limit for 20+ years.
Quick Sanity Check
For cables 95mm2 and above at power factor 0.80, multiply the resistance-only voltage drop by 1.25 as a quick cross-check. If the result is close to the allowable limit, you MUST perform the full calculation. This is not a substitute for the proper method — it is a screening tool to identify circuits that need closer attention.
The Bottom Line
The simplified mV/A/m method is a convenience approximation from an era when calculations were done by hand. With modern software (or even a spreadsheet), there is no reason not to use the full formula for every circuit. The additional effort is negligible. The consequence of getting it wrong — motors that won't start, circuits that fail commissioning, or cables that pass a desk check but fail in service — is not.
If you have motor circuits that start reluctantly, trip on undervoltage intermittently, or show "unexpected" voltage drop during commissioning, recalculate using the full impedance formula at operating temperature. The answer is likely in the cable impedance, not the motor.
Related Resources
- Why Your Cable Sizing Is Wrong: The Reactive Component Most Engineers Ignore — Deep dive into the R + X impedance problem
- Motor Voltage Drop: Startup vs Running — Two Different Problems — Starting current voltage drop is the harder calculation
- Voltage Drop: The 100m Workshop Cable — Four standards compared on the same cable run
- View all worked examples
Try the Voltage Drop Calculator
Free online tool — no signup required
Try the Voltage Drop Calculator
Free online tool — no signup required
Try the Cable Sizing Calculator
Free online tool — no signup required

Lead Electrical & Instrumentation Engineer
18+ years of experience in electrical engineering at large-scale mining operations. Specializing in power systems design, cable sizing, and protection coordination across BS 7671, IEC 60364, NEC, and AS/NZS standards.
Related Articles
Why Your Cable Sizing Is Wrong: The Reactive Component Most Engineers Ignore
Most engineers calculate voltage drop using resistance only. Above 25mm², the reactive component can add 15-30% more voltage drop. Here's what you're missing.
Cable Sizing Guide: BS 7671, IEC 60364, NEC & AS/NZS [Free]
Size cables per BS 7671, IEC 60364, NEC, and AS/NZS 3008. Step-by-step methodology with worked examples. Free online calculator — no signup required.
Voltage Drop Calculation: 3 Methods Compared [Worked Example]
Compare simplified, mV/A/m, and full impedance voltage drop methods on the same circuit. See where simplified breaks down. Free calculator + IEC 60364 limits.