Cable Ampacity Calculator

This tool calculates the current-carrying capacity (ampacity) of electrical cables based on recognized international standards. It considers various factors such as conductor material, insulation type, installation method, ambient temperature, and grouping effects to provide a corrected ampacity value. Additionally, it provides estimates for Voltage Drop and Short-Circuit Current Withstand, crucial for comprehensive cable sizing and protection in industrial systems. The calculation adheres to principles outlined in IEC 60364-5-52 (Low-voltage electrical installations - Part 5-52: Selection and erection of electrical equipment - Wiring systems) and NEC (NFPA 70) (National Electrical Code), ensuring compliance with industry best practices.

Voltage Drop Calculation Parameters

Short-Circuit Current Withstand Parameters

Cable Ampacity Results

Parameter Value

Professional Insights: The 3 Pillars of Cable Sizing

Sizing an electrical cable is a critical engineering task that goes far beyond just "picking a wire that fits." A correctly sized cable operates safely and efficiently for decades, while an incorrectly sized one is a catastrophic fire and equipment-failure hazard. This tool analyzes the three fundamental pillars of cable selection: Ampacity, Voltage Drop, and Short-Circuit Withstand.

1. Ampacity: Protecting the Cable

What is it? Ampacity (a blend of "ampere" and "capacity") is the maximum continuous current a cable can carry without exceeding its insulation's thermal limit (e.g., 70°C for PVC, 90°C for XLPE).

It is not a fixed number; it's a dynamic rating based on Heat In vs. Heat Out.

  • Heat In: Generated by resistance ($$I^2R$$) losses.
  • Heat Out: Dissipated into the environment.

When ambient temperature rises or cables are grouped in a trench, "Heat Out" is severely restricted. We capture this through strictly applied derating factors (k-factors) defined in IEC 60364-5-52.

Base Ampacity Curve (XLPE Air)

Grouping Impact ($$k_{group}$$)

Laying cables side-by-side means they mutually heat each other. Bundling 10 cables slashes their effective ampacity by over 50%!

Mutual Heating Derating Profile

Ambient Temperature ($$k_{temp}$$)

At 50°C ambient, XLPE insulation is already near its limit before current even flows, necessitating extreme derating multipliers.

Temperature Multiplying Factor

2. Voltage Drop: Protecting the Load

A cable can be safe (not exceeding ampacity) but still be incorrect. As current flows across the conductor impedance Ω/km, voltage plummets along the length.

Undervoltage starves motors, forcing them to draw massive reactive current to sustain torque. This rapidly destroys mechanical pumps and compressors. Both IEC and NEC strictly bound acceptable voltage drop to 3-5% of nominal service voltage.

Voltage Drop vs Cable Length (At Selected Load)

3. Adiabatic Short-Circuit Withstand

This is the "emergency" rating. When a bolted short circuit hits 25,000 Amps, the conductor heats up exponentially in milliseconds.

The cable cannot dissipate heat fast enough, so it operates adiabatically. If the conductor ($$S^2$$) is too thin for the fault duration ($$t$$) allowed by your breaker, it will physically vaporize inside the tray.

$$ S = \\frac{\\sqrt{I^2t}}{k} $$

Fault Duration vs Withstand Current (kA)

Cable Sizing & Ampacity: Top 10 FAQs

Explore detailed engineering explanations, standard formulas, step-by-step calculations, and interactive diagrams for the most critical cable design challenges.

Sizing Check

Sizing a cable for a 3-phase AC motor requires checking the Full Load Current (FLC) for continuous operation, verifying protection coordination, and calculating voltage drop during both normal running and transient starting conditions (when motor current spikes to 5–7× FLC).

Example Calculation:

Size a cable for a 45 kW, 415 V, 3-phase motor. Run length: 100 meters. Power Factor ($\cos\phi$) = 0.85, Efficiency ($\eta$) = 90%. Starting Current is $6 \times I_{flc}$ at $\cos\phi_{start} = 0.35$.

  1. Determine FLC: $$I_{flc} = \frac{P}{\sqrt{3} \cdot V \cdot \cos\phi \cdot \eta} = \frac{45000}{\sqrt{3} \cdot 415 \cdot 0.85 \cdot 0.90} \approx 81.9 \text{ A}$$
  2. Determine Overcurrent Device: Sized at $1.25 \times I_{flc} = 102.4 \text{ A}$. Select standard 100 A MCCB ($I_n$).
  3. Apply Derating: Ambient temp 40°C ($C_t = 0.91$ for XLPE) and 3 circuits grouped ($C_g = 0.82$). Total derating = $0.91 \times 0.82 = 0.746$. Required cable ampacity: $$I_z \ge \frac{I_n}{DF} = \frac{100}{0.746} = 134 \text{ A}$$ Select 35 mm² 3-Core Copper XLPE cable (Base ampacity = 135 A).
  4. Check Running Voltage Drop (Limit 3%): For 35 mm², $R = 0.627 \ \Omega/\text{km}$, $X = 0.076 \ \Omega/\text{km}$. $$\Delta V = \sqrt{3} \cdot 81.9 \text{ A} \cdot 0.1 \text{ km} \cdot (0.627 \cdot 0.85 + 0.076 \cdot 0.527) \approx 8.13 \text{ V} \ (1.96\%)$$ This passes the 3% threshold ($\le 12.45 \text{ V}$).
  5. Check Starting Voltage Drop (Limit 15%): $I_{start} = 6 \times 81.9 = 491.4 \text{ A}$. $$\Delta V_{start} = \sqrt{3} \cdot 491.4 \text{ A} \cdot 0.1 \text{ km} \cdot (0.627 \cdot 0.35 + 0.076 \cdot 0.936) \approx 24.7 \text{ V} \ (5.95\%)$$ This passes the 15% starting voltage drop limit.
Motor Circuit Overview
MCCB DB (415V) 3-Core 35 mm² Cu (100m) M 3~ 45 kW Induction Motor Run Current: 81.9A | Starting Current: 491.4A Run Drop: 1.96% | Start Drop: 5.95%
Derating Factors

Cables generate heat ($I^2R$ losses) when carrying current. Standard cable ampacity tables are calculated for a single, isolated circuit in a fixed reference environment (typically 30°C ambient in air or 20°C in ground). When conditions deviate, correction factors ($C$) must be applied to prevent insulation degradation.

Example Calculation:

A group of 4 multicore copper XLPE cables is laid touching in a single layer on a perforated cable ladder in an ambient temperature of 45°C. Calculate the derated ampacity of a 50 mm² cable (base ampacity in free air = 175 A).

  1. Temperature Correction ($C_t$): For XLPE operating at 45°C ambient (Reference 30°C), $C_t = 0.87$ (per IEC 60364-5-52).
  2. Grouping Correction ($C_g$): For 4 multicore cables in a single layer on a perforated tray, $C_g = 0.77$ (per grouping table).
  3. Calculate Overall Derating Factor ($DF$): $$DF = C_t \times C_g = 0.87 \times 0.77 = 0.67$$
  4. Calculate Derated Ampacity ($I_z'$): $$I_z' = I_{base} \times DF = 175 \text{ A} \times 0.67 \approx 117.25 \text{ A}$$

Applying derating ensures the cable temperature does not exceed its 90°C thermal limit, preventing rapid insulation decay.

Bunched Cables Thermal Stress
Heat Trapped In Cable Core 4 Cables Perforated Tray | Ambient: 45°C Derating: 175A → 117.25A (33% Reduction)
Voltage Drop

Voltage drop is due to cable electrical impedance (resistance $R$ and inductive reactance $X$). In a single-phase AC circuit, current travels along the phase conductor to the load and returns along the neutral, meaning both conductors contribute to the drop. In a balanced three-phase AC circuit, neutral current is zero, and the line-to-line voltage drop calculation includes a $\sqrt{3}$ factor.

Voltage Drop Formulas:

- Single-Phase AC: $$\Delta V_{1\phi} = 2 \cdot I \cdot L \cdot (R \cos\phi + X \sin\phi) \cdot 10^{-3} \ [V]$$ - Three-Phase AC: $$\Delta V_{3\phi} = \sqrt{3} \cdot I \cdot L \cdot (R \cos\phi + X \sin\phi) \cdot 10^{-3} \ [V]$$

Example Calculation:

A balanced load of 80 A is fed over a 120 m cable run. Conductor size: 25 mm² ($R = 0.884 \ \Omega/\text{km}$, $X = 0.080 \ \Omega/\text{km}$), power factor $\cos\phi = 0.85$ ($\sin\phi = 0.527$).

  1. Under Single-Phase (230 V Supply): $$\Delta V_{1\phi} = 2 \cdot 80 \cdot 0.12 \cdot (0.884 \cdot 0.85 + 0.080 \cdot 0.527) = 19.2 \cdot (0.751 + 0.042) \approx 15.2 \text{ V}$$ $$\Delta V_{\%} = \frac{15.2}{230} \times 100\% = 6.6\% \ (\text{Fails 5\% limit})$$
  2. Under Three-Phase (400 V supply): $$\Delta V_{3\phi} = \sqrt{3} \cdot 80 \cdot 0.12 \cdot 0.793 = 16.63 \cdot 0.793 \approx 13.2 \text{ V}$$ $$\Delta V_{\%} = \frac{13.2}{400} \times 100\% = 3.3\% \ (\text{Passes 5\% limit})$$
Current Return Paths Comparison
Single-Phase (Go & Return) Phase (L1) Neutral (N) Multiplier = 2.0 Three-Phase Balanced Phase 1 Phase 2 Phase 3 Multiplier = $\sqrt{3} \approx 1.732$ Neutral current is cancelled ($I_N = 0$)
Safety & Faults

During a short circuit, fault current flow creates extreme heating in fractions of a second. Because the fault clears so quickly, it is assumed no heat is dissipated into the environment (an adiabatic process). The cable's cross-sectional area must be large enough to absorb this thermal energy without heating past the insulation's breakdown point.

The Adiabatic Equation (IEC 60364-4-43): $$S_{min} = \frac{I_{sc} \cdot \sqrt{t}}{k}$$

Where $S_{min}$ is the minimum area in mm², $I_{sc}$ is the RMS fault current (A), $t$ is the breaker clearing time (s), and $k$ is a material constant representing thermal characteristics (Cu/XLPE = 143, Cu/PVC = 115, Al/XLPE = 94, Al/PVC = 76).

Example Calculation:

Calculate the minimum conductor size for a copper cable with XLPE insulation to withstand a fault current of 25 kA for 0.2 seconds.

  1. Identify variables: $I_{sc} = 25000 \text{ A}$, $t = 0.2 \text{ s}$, $k = 143$.
  2. Apply the formula: $$S_{min} = \frac{25000 \cdot \sqrt{0.2}}{143} = \frac{25000 \cdot 0.4472}{143} \approx 78.2 \text{ mm}^2$$
  3. Select standard size: The next larger standard conductor size is 95 mm².
Fault Temperature Transient
Time (s) Temp (°C) 90°C (Run) 250°C (XLPE Limit) Fault Occurs (t=0) Adiabatic Heat Rise Breaker Opens (t=0.2s) I²t Thermal Energy
Insulation Materials

PVC (Polyvinyl Chloride) is a thermoplastic insulation material widely used for standard domestic and light commercial applications due to low cost and flexibility. XLPE (Cross-linked Polyethylene) is a thermosetting polymer with a molecular structure cross-linked by chemical bonds, allowing it to withstand much higher temperatures without melting or flowing.

Characteristic PVC Insulation XLPE Insulation
Max Operating Temp 70°C 90°C
Short-Circuit Limit 160°C (size $\le$ 300mm²) 250°C
Moisture Resistance Moderate Excellent (Burial Choice)
Relative Cost Lower (Base cost) Higher (Saves on metal size)
Sizing Optimization Impact:

For a 120 A balanced three-phase load installed in free air (Reference ambient 30°C), let's compare sizing copper cables:

  • PVC (70°C): Requires a 50 mm² conductor (Ampacity = 145 A, since 35 mm² is only rated for 119 A).
  • XLPE (90°C): A 35 mm² conductor is rated for 146 A, which safely covers the 120 A load.
  • Advantage: Switching to XLPE decreases the copper size by one standard step, reducing raw material cost and easing cable installation.
Molecular Bond Structure
PVC (Linear Thermoplastic) Slips under high heat (>70°C) XLPE (Cross-Linked Lattice) Rigid structural bonds (>90°C)
Harmonics

In three-phase power systems supplying non-linear loads (such as computers, VFDs, LEDs, and UPSs), triplen harmonics (3rd, 9th, 15th, etc.) do not cancel in the neutral. Instead, these currents are in phase and sum constructively in the neutral conductor, which can cause the neutral current to exceed the phase currents.

Harmonic Rules (IEC 60364-5-52):

If the 3rd harmonic content ($h_3$) in the phase current is:
15% to 33%: Size cable by phase current; apply a 0.86 derating factor.
> 33%: Size cable by neutral current ($I_N$); apply a 0.85 derating factor.

Example Calculation:

A balanced three-phase load carries 100 A of fundamental current, with a 3rd harmonic content of 40% ($h_3 = 0.40$).

  1. Calculate Neutral Current ($I_N$): $$I_N = 3 \cdot h_3 \cdot I_{phase} = 3 \cdot 0.40 \cdot 100 \text{ A} = 120 \text{ A}$$
  2. Size by Neutral: Since $40\% > 33\%$, the design current is based on the 120 A neutral current.
  3. Apply Harmonic Derating: $$I_{design} = \frac{I_N}{0.85} = \frac{120}{0.85} \approx 141.2 \text{ A}$$
  4. Select Conductor: We must select a cable with a phase and neutral size rated for at least 141.2 A. For copper XLPE, this requires a 50 mm² conductor (Ampacity = 175 A), whereas a normal balanced load without harmonics would only require a 25 mm² conductor (Ampacity = 119 A).
Harmonic Currents in Neutral
Phase Current (I₁) Neutral Current (3 × I₃) Triplen harmonics stack constructively in the neutral path. Result: Neutral Current > Phase Current
Solar PV DC

Solar PV DC string cables must withstand high DC voltages (up to 1500 V), weather exposure (UV/ozone), and high rooftop ambient temperatures (often up to 60°C). Sizing must account for extreme rooftop derating, and voltage drop should be kept below 1% to 2% to minimize losses in solar yield.

Example Calculation:

Size a rooftop copper solar DC cable for a string of PV panels. String Short Circuit Current ($I_{sc}$) = 13.5 A. Length = 80 meters. String Operating Voltage = 1100 V DC. Rooftop design ambient temp = 60°C.

  1. Determine Design Current (IEC 62548): Sized at $1.25 \times I_{sc}$: $$I_{design} = 1.25 \times 13.5 \text{ A} = 16.875 \text{ A}$$
  2. Apply Rooftop Temperature Derating: At 60°C ambient, the correction factor ($C_t$) for a 90°C rated solar cable is 0.58. $$I_{required\_base} = \frac{I_{design}}{C_t} = \frac{16.875}{0.58} \approx 29.1 \text{ A}$$
  3. Select Cable (Ampacity Check): A 4 mm² solar copper cable has a base ampacity of 40 A in air. Derated: $$I_z' = 40 \text{ A} \times 0.58 = 23.2 \text{ A}$$ Since $23.2 \text{ A} \ge 16.875 \text{ A}$, the 4 mm² size is safe for ampacity.
  4. Check DC Voltage Drop (Limit 1%): For 4 mm², $R = 5.09 \ \Omega/\text{km}$. $$\Delta V = 2 \cdot I_{oper} \cdot L \cdot R = 2 \cdot 13.0 \text{ A} \cdot 0.080 \text{ km} \cdot 5.09 \ \Omega/\text{km} \approx 10.59 \text{ V}$$ $$\Delta V_{\%} = \frac{10.59 \text{ V}}{1100 \text{ V}} \times 100\% = 0.96\%$$ This passes the strict 1% solar PV efficiency limit.
Solar PV DC Feeder
PV String (Voc = 1100V) Inverter 1500V DC Input Rooftop Temp: 60°C Selected size: 4 mm² Cu DC Drop: 0.96% | safe from 60°C derating
NEC Rules

The 80% rule in the US National Electrical Code (NEC Article 210.20) states that the overcurrent protective device (OCPD) and branch circuit conductors must not be loaded beyond 80% of their rating for a continuous load (a load running continuously for 3 hours or more).

Continuous Load Rule:

This can also be expressed as sizing the protection and cable at 125% of the continuous load: $$I_{device} \ge 1.25 \times I_{continuous}$$

Example Calculation:

Size the OCPD and copper conductors (with a 75°C terminal rating) for a server room continuous load of 160 A.

  1. Determine Breaker Rating: $$I_{breaker} \ge 1.25 \times 160 \text{ A} = 200 \text{ A}$$ Select a standard 200 A breaker.
  2. Size Conductor: The conductor must have a base ampacity of at least 200 A before derating factors.
  3. Consult NEC Table 310.15(B)(16): Under the 75°C copper column, 3/0 AWG is rated for 200 A.
  4. Result: Select a 200 A breaker and 3/0 AWG copper conductors. This satisfies both the 80% breaker continuous limit and the conductor sizing rules.
Breaker Loading Thresholds
80% Threshold (160A) 100% Rating (200A) Continuous Load Zone Buffer NEC mandates a 20% margin for continuous loads Prevents circuit breaker overheating and nuisance tripping
Buried Cables

Underground buried cables rely on the surrounding soil to dissipate heat. Soil thermal resistivity ($g$ or $\rho_g$), measured in $\text{K}\cdot\text{m}/\text{W}$, defines how easily heat flows through the soil. Dry sand has high resistivity ($g = 2.5$), acting as thermal insulation. Wet clay has low resistivity ($g = 0.7$), acting as a heat sink.

Example Sizing Analysis:

Compare the derated ampacity of a 150 mm² Copper XLPE cable buried directly underground (Base ampacity = 310 A in reference soil $g = 1.5 \ \text{K}\cdot\text{m}/\text{W}$):

  1. In dry, sandy soil ($g = 2.5 \ \text{K}\cdot\text{m}/\text{W}$): The correction factor is 0.78 (thermal bottleneck). $$I_z' = 310 \text{ A} \times 0.78 \approx 241.8 \text{ A} \ (\text{22\% capacity loss})$$
  2. In wet, clay-like soil ($g = 1.0 \ \text{K}\cdot\text{m}/\text{W}$): The correction factor is 1.10 (excellent heat sink). $$I_z' = 310 \text{ A} \times 1.10 = 341 \text{ A} \ (\text{10\% capacity gain})$$
  3. Conclusion: Soil testing is critical for high-power utility runs. Selecting the wrong soil resistivity variable can cause thermal failure or excessive project costs.
Heat Dissipation by Soil Type
Dry Sand (g=2.5) Derated Factor: 0.78 Wet Clay (g=1.0) Derated Factor: 1.10 Moisture and soil compaction dictate heat flow paths.
Earth Faults

To protect against electrical shock, an earth fault loop impedance ($Z_s$) calculation is performed. When an insulation fault occurs, the fault current must be high enough to trigger the overcurrent protection device (MCB/MCCB) instantaneously, usually within 0.4 seconds (for 230 V circuits per BS 7671).

Loop Impedance Equation: $$Z_s = Z_e + R_1 + R_2 \ [\Omega]$$

Where $Z_e$ is the external grid source impedance, $R_1$ is the phase conductor resistance, and $R_2$ is the earth conductor (CPC) resistance.

Example Sizing Calculation:

A 230 V circuit is protected by a 32 A Type C MCB (trip limit = $10 \times I_n = 320 \text{ A}$). External grid impedance $Z_e = 0.3 \ \Omega$. Cable run is 50 m. Conductor size: 6 mm² copper ($R_1 = 3.08 \ \text{m}\Omega/\text{m}$), CPC size: 6 mm² copper ($R_2 = 3.08 \ \text{m}\Omega/\text{m}$).

  1. Calculate Loop Resistance ($R_1 + R_2$): $$R_1 + R_2 = 50 \text{ m} \times (3.08 + 3.08) \ \text{m}\Omega/\text{m} \times 10^{-3} = 0.308 \ \Omega$$
  2. Determine Total Impedance ($Z_s$): $$Z_s = 0.3 + 0.308 = 0.608 \ \Omega$$
  3. Calculate Prospective Fault Current ($I_{fault}$): $$I_{fault} = \frac{U_0}{Z_s} = \frac{230 \text{ V}}{0.608 \ \Omega} \approx 378.3 \text{ A}$$
  4. Verify Compliance: Since $378.3 \text{ A} \ge 320 \text{ A}$ (the instantaneous magnetic trip threshold), the MCB will trip in under 0.1 seconds. The CPC size is compliant.
Earth Fault Return Loop
Star Point Phase Conductor (R₁) Load Chassis Earth Return CPC (R₂) Zs = Ze + R₁ + R₂

Empower Your Engineering Team

Embed this industrial-grade cable ampacity calculator directly into your company's design portal or intranet. Standardize electrical sizing across project teams, comply with global design standards (IEC/BS/NEC), and automate calculation reporting.

Zero Maintenance 100% Free Forever
Embed Code:

Level Up Your Engineering

Don't stop at just the cable cross-sectional area. Complete your entire power distribution design with our suite of specialized, high-accuracy electrical calculators.

Related Engineering Calculators

Batterychargersizing Cablepulling Equipment Relay