--- Skip to content
Practical 2025-08-15 · 7 min

Voltage drop in real projects — common mistakes

Three real-world voltage drop calculation mistakes: undersized cable, forgotten length, parallel cables. With numbers and fixes.

Author: GorkyCAD Team

Why voltage drop matters

Voltage drop is the "silent killer" of electrical installations. It doesn't cause instant failures, but consequences accumulate: dim lights, motor overheating, false automation trips, reduced equipment lifespan.

Permissible drop per IEC 60364: from main panel to end consumer — max 5% (power circuits — 4%, lighting — 3% per some standards).

Let's examine three typical design mistakes.

Mistake 1: Undersized cable for a long run

Situation: workshop in a private house, 45 m from panel. Loads: compressor (2.2 kW), circular saw (2.5 kW), lighting (0.3 kW).

Designer chose 3×2.5 mm² (copper), reasoning: total current 22 A → C25 MCB, 2.5 mm² rated 27 A — fine.

The error: length wasn't considered. Let's check the drop:

- Icalc = 5000 / 230 = 21.7 A (compressor + saw = 4.7 kW)

  • L = 45 m

    ΔU% = (2 × 45 × 21.7 × 0.85) / (57 × 2.5 × 230) × 100% = 5.07%

    5.07% > 5% — fails! During compressor start (inrush × 5-7), drop briefly hits 25-30%.

    Fix: cable 3×4 mm² → ΔU% = 3.17% — passes with margin.

    Mistake cost: cable replacement + labor ≈ $200+ vs original cable price difference of ~$30.

    Mistake 2: "Forgotten" cable length in conduit

    Situation: open-space office, 25 workstations. Designer calculated drop by straight-line distance from panel to farthest desk (18 m on plan). Actual cable length accounting for rises, drops, and beam bypasses — 31 m.

    With design length (18 m, Icalc = 10 A, 2.5 mm² copper):

ΔU% = 0.99% — looks great.

With actual length (31 m): ΔU% = 1.70% — still OK but notably worse.

Adding vertical runs (±1.2 m per desk through raised floor): 8 desks × 1.2 × 2 = 19.2 m extra. Total: 37.2 m → ΔU% = 2.05%.

Lesson: always apply 1.3-1.5× multiplier to plan length for conduit cables.

Mistake 3: Parallel cables with uneven current distribution

Situation: 15 kW 3-phase electric boiler, 60 m from panel. Two parallel cables 5×4 mm² (copper) installed — but different lengths (58 m and 63 m, routed differently around obstacles).

Currents distribute inversely proportional to resistance (Kirchhoff's law):

I1 = 22.8 × 0.276 / (0.254 + 0.276) = 11.9 A I2 = 22.8 × 0.254 / (0.254 + 0.276) = 10.9 A

9% imbalance — cable 1 is overloaded. Copper resistance rises with temperature (+0.4%/°C), imbalance worsens over time.

Fix: parallel cables must have strictly equal length (max 1% difference), same cross-section, same type, identical installation method. Both cables 63 m.

How GorkyCAD prevents these

1. Auto-calculates voltage drop per circuit segment using actual route geometry (not straight line)

  • 2. Warning + recommendation when > 5% exceeded
  • 3. Parallel cable parameter identity check
  • 4. Calculation with real cable temperature consideration