Online tools marketed as a "3 phase cable size calculator" are essentially black boxes that automate a single, fundamental electrical engineering equation. While convenient, relying on them without understanding the underlying math leads to catastrophic oversizing (wasting thousands of dollars on copper) or dangerous undersizing (causing thermal degradation and excessive voltage drop). To size conductors properly, you must understand the resistive voltage drop formula that governs balanced three-phase alternating current systems.
The Core 3-Phase Cable Sizing Formula
When a web-based 3 phase cable size calculator determines the minimum cross-sectional area of a conductor, it is solving the simplified AC voltage drop equation. This version assumes the cable's inductive reactance is negligible, which is standard practice for cables up to 35 mm² or runs under 100 meters. For larger infrastructure, full impedance matrices are required, but the formula below covers 90% of commercial and industrial branch circuit sizing.
The governing equation to find the required cross-sectional area is:
A = (√3 × I × L × ρ × cosφ) / Vd
Symbol Definition Table
| Symbol | Parameter | Standard Unit | Notes & Assumptions |
|---|---|---|---|
| A | Cross-sectional Area | mm² | Resulting size; must be rounded up to the next standard metric cable size (e.g., 16, 25, 35 mm²). |
| √3 | Three-phase constant | Unitless (~1.732) | Derived from the 120° phase shift between line voltages in a balanced 3-phase system. |
| I | Full Load Current | Amperes (A) | Must be the continuous operational current, factored for motor starting or diversity where applicable. |
| L | One-way Cable Length | Meters (m) | The physical distance from the source breaker to the load terminal. Do not double this for the return path. |
| ρ (rho) | Conductor Resistivity | Ω·mm²/m | Temperature dependent. Copper at 20°C ≈ 0.0175; Copper at 90°C (XLPE operating temp) ≈ 0.0225. |
| cosφ | Power Factor | Unitless (0 to 1) | The cosine of the phase angle between voltage and current. Use 0.85 for standard induction motors. |
| Vd | Allowable Voltage Drop | Volts (V) | The maximum permissible line-to-line voltage drop (e.g., 3% of 400V = 12V). |
When this formula applies: This equation is valid for balanced, steady-state 3-phase loads. It assumes the cable's reactive component (X) is small enough to ignore. According to IEC low voltage standards, ignoring reactance introduces less than a 5% error for cables ≤ 35 mm². It also assumes the resistivity (ρ) matches the conductor's actual operating temperature, not just the ambient room temperature.
Rearranged Forms for Any Unknown Variable
A robust 3 phase cable size calculator allows you to solve for any missing variable in the circuit design. By algebraically rearranging the core formula, you can verify existing installations or determine maximum run lengths.
- Solve for Voltage Drop (Vd):
Vd = (√3 × I × L × ρ × cosφ) / A - Solve for Maximum Current (I):
I = (Vd × A) / (√3 × L × ρ × cosφ) - Solve for Maximum Length (L):
L = (Vd × A) / (√3 × I × ρ × cosφ) - Solve for Required Power Factor (cosφ):
cosφ = (Vd × A) / (√3 × I × L × ρ) - Solve for Conductor Resistivity (ρ):
ρ = (Vd × A) / (√3 × I × L × cosφ)
Worked Examples with Unit Tracking
Let’s run two real-world scenarios to demonstrate how the math tracks through the units. We will use metric units standard in IEC territories, which align with how most professional calculators process backend data.
Problem 1: Sizing a New Motor Feeder
Scenario: You need to run a 3-phase feeder to a 55A industrial compressor motor. The system voltage is 400V line-to-line. The one-way run length is 120 meters. The motor nameplate states a power factor (cosφ) of 0.88. Local code limits voltage drop to 3% of the nominal voltage. The cable will be XLPE insulated, operating at a steady-state 70°C, where copper resistivity (ρ) is 0.021 Ω·mm²/m.
Step 1: Determine Allowable Voltage Drop (Vd)
Vd = 400V × 0.03 = 12 V
Step 2: Plug values into the Area formula
A = (1.732 × 55 A × 120 m × 0.021 Ω·mm²/m × 0.88) / 12 V
Step 3: Calculate the numerator with unit tracking
1.732 [unitless] × 55 [A] × 120 [m] × 0.021 [Ω·mm²/m] × 0.88 [unitless]
= 95.26 [A] × 120 [m] × 0.021 [Ω·mm²/m] × 0.88
= 11,431.2 [A·m] × 0.021 [Ω·mm²/m] × 0.88
= 240.05 [A·Ω·mm²] × 0.88
= 211.25 [V·mm²] (since Amperes × Ohms = Volts)
Step 4: Divide by Vd
A = 211.25 [V·mm²] / 12 [V] = 17.6 mm²
Conclusion: The math demands a minimum of 17.6 mm². Because 16 mm² is the closest standard size below this threshold, you must step up to the next standard metric size: 25 mm². Always verify this size against ampacity tables (like NFPA NEC guidelines or IEC 60364-5-52) to ensure it can safely carry 55A without thermal overload.
Problem 2: Auditing an Existing Circuit
Scenario: An existing 10 mm² copper cable (PVC insulated, operating at 20°C, ρ = 0.0175 Ω·mm²/m) supplies a 32A lighting distribution board at 400V. The run is 45 meters, and the load power factor is 0.95. Is the voltage drop compliant with a standard 5% maximum limit?
Step 1: Rearrange formula to solve for Vd
Vd = (√3 × I × L × ρ × cosφ) / A
Step 2: Plug in values
Vd = (1.732 × 32 A × 45 m × 0.0175 Ω·mm²/m × 0.95) / 10 mm²
Step 3: Calculate numerator
1.732 × 32 × 45 × 0.0175 × 0.95 = 41.46 [V·mm²]
Step 4: Divide by Area
Vd = 41.46 [V·mm²] / 10 [mm²] = 4.146 V
Step 5: Calculate percentage drop
Drop % = (4.146 V / 400 V) × 100 = 1.03%
Conclusion: A 1.03% drop is well below the 5% threshold. The existing 10 mm² cable is electrically sufficient for this specific voltage drop constraint.
Critical Unit Mistakes That Break the Math
When manual calculations wildly disagree with a digital 3 phase cable size calculator, the error is almost always a unit mismatch. Watch out for these specific traps:
- Using Line-to-Neutral Voltage for the Drop Limit: In a 400V 3-phase system, the line-to-neutral voltage is 230V. If you mistakenly calculate 3% of 230V (6.9V) instead of 3% of 400V (12V) for your Vd variable, you will force the formula to output a cable nearly twice as large as necessary.
- Confusing Diameter with Area: The formula requires cross-sectional area (A) in mm². If you measure a cable's physical diameter with calipers and plug that number directly into the 'A' variable in the rearranged forms, the math will collapse. Area = π × (diameter/2)².
- Mixing AWG and Metric Resistivity: The resistivity constant (ρ = 0.0175) is specifically formatted for Ω·mm²/m. If you are using American Wire Gauge (AWG) and feet, you must use the corresponding resistivity for circular mils per foot (approx. 10.4 for copper), and the formula constant changes entirely. Never mix metric ρ with AWG areas.
- Doubling the Length (L): In single-phase DC calculators, you often multiply the distance by 2 to account for the return wire. In a balanced 3-phase system, the √3 constant already accounts for the vector geometry of the three phases. Enter the exact physical one-way distance for L.
Frequently Asked Questions
How does a 3 phase cable size calculator differ from single-phase?
The primary difference is the multiplier constant. A single-phase calculator uses a multiplier of 2 (representing the out-and-return path of the current), resulting in the formula A = (2 × I × L × ρ × cosφ) / Vd. A 3 phase cable size calculator uses √3 (approx 1.732). Because 1.732 is smaller than 2, a 3-phase system inherently suffers less voltage drop than a single-phase system for the exact same power transfer, allowing for slightly smaller conductors.
What size cable do I need for a 3 phase motor?
While the voltage drop formula gives you the minimum size to prevent excessive voltage sag, motor cables must also satisfy thermal ampacity rules and starting current tolerances. For a standard 10 HP (7.5 kW) 3-phase motor drawing roughly 15A at 400V, a 4 mm² copper cable is typically sufficient for runs under 50 meters. However, if the motor uses Direct-On-Line (DOL) starting, the inrush current can be 6 to 8 times the full load current. You must verify that the voltage drop during that brief inrush phase does not drop below the motor contactor's dropout voltage (usually 80% of nominal).
Why does my 3 phase cable size calculator ask for power factor?
Power factor (cosφ) represents the ratio of real power doing useful work to the apparent power supplied by the grid. Inductive loads like motors and transformers draw current that lags behind the voltage. This reactive current still flows through the cable and generates I²R heating and voltage drop, even though it doesn't do real work. If you leave the power factor at 1.0 (purely resistive) when sizing for a motor with a 0.80 PF, the calculator will underestimate the total current flowing through the wire, resulting in an undersized, dangerously hot cable.






