# Three-Phase Short-Circuit Current Calculator (IEC 60909)

Estimate the three-phase symmetric short-circuit current using the IEC 60909 far-from-generator method: I"_k = c·U_n/(√3·|Z|) and i_p = κ·√2·I"_k with κ = 1.02 + 0.98·e^(−3R/X). Source impedance is the series sum of transformer and line R/X.

> Canonical page: https://elysiatools.com/en/tools/short-circuit-current-calculator

- **Category:** Math & Numbers

- **Keywords:** short circuit, short-circuit current, IEC 60909, three-phase fault, peak current, i_p, R/X ratio, voltage factor c, fault analysis, electrical engineering

## Overview

The Three-Phase Short-Circuit Current Calculator helps electrical engineers estimate initial symmetrical short-circuit currents ($I"_k$) and peak short-circuit currents ($i_p$) at a fault location using the IEC 60909 far-from-generator method. By inputting the system voltage, voltage factor, and the resistance and reactance of the transformer and downstream lines, you can quickly determine the total impedance and fault current levels to size protective devices and verify equipment ratings.

## Inputs

- **System Voltage U_n (V)** (number): Nominal line-to-line system voltage at the fault location.
- **Voltage Factor c** (select): IEC 60909 voltage factor: 1.00 (worst-case tolerance), 1.05 (LV max), 1.10 (HV max).
- **Transformer Resistance R_T (Ω)** (number): Optional. Transformer equivalent resistance referred to the fault side.
- **Transformer Reactance X_T (Ω)** (number): Optional. Transformer equivalent reactance referred to the fault side.
- **Line Resistance R_L (Ω)** (number): Optional. Cable/line resistance from transformer to the fault point.
- **Line Reactance X_L (Ω)** (number): Optional. Cable/line reactance from transformer to the fault point.
- **Decimal Places** (number)

## When to use

- When designing electrical distribution systems and sizing circuit breakers or fuses to withstand maximum potential fault currents.
- When performing safety audits or protective device coordination studies according to the IEC 60909 standard.
- When evaluating the impact of adding new cables or transformers on the short-circuit levels of an existing network.

## How it works

- Enter the nominal line-to-line system voltage ($U_n$) and select the appropriate IEC 60909 voltage factor ($c$).
- Input the resistance ($R$) and reactance ($X$) values for both the transformer and the connecting line or cable.
- The calculator sums the series impedances to find the total resistance, reactance, and impedance magnitude ($|Z|$).
- It computes the initial symmetrical short-circuit current ($I"_k$), the peak factor ($\kappa$) based on the $R/X$ ratio, and the peak short-circuit current ($i_p$).

## Use cases

- Sizing low-voltage switchgear and verifying that its breaking capacity exceeds the calculated initial symmetrical short-circuit current.
- Determining the peak short-circuit current (i_p) to ensure busbars and cable supports can withstand the mechanical forces of a fault.
- Analyzing the attenuation of fault currents along a cable run to optimize protective relay settings at downstream distribution boards.

## Frequently asked questions

### What is the difference between I"_k and i_p?

I"_k is the initial symmetrical AC short-circuit current, while i_p is the peak short-circuit current representing the maximum possible instantaneous value of the asymmetrical current.

### Which voltage factor (c) should I select?

Use 1.05 for low-voltage maximum short-circuit calculations, 1.10 for medium/high-voltage maximum calculations, and 1.00 for minimum short-circuit calculations or worst-case tolerance.

### Can I calculate the fault current if I only have transformer data?

Yes, you can leave the line resistance and reactance fields blank to calculate the short-circuit current directly at the transformer terminals.

### How does the calculator determine the peak factor κ?

It uses the IEC 60909 formula κ = 1.02 + 0.98 * e^(-3R/X) based on the total resistance-to-reactance (R/X) ratio of the fault path.

### Does this calculator support line-to-ground or line-to-line faults?

No, this calculator specifically computes three-phase symmetrical short-circuit currents, which typically represent the highest fault current levels.

## Related tools

- [Fibonacci Sequence Generator](https://elysiatools.com/en/tools/fibonacci-generator): Generate Fibonacci sequence with customizable start numbers, length, and output format. Includes golden ratio analysis and mathematical properties.
- [Prime Factorization Calculator](https://elysiatools.com/en/tools/prime-factorization): Factor any integer into its prime factors with detailed analysis and mathematical properties.
- [Transformer Impedance Transfer Calculator](https://elysiatools.com/en/tools/transformer-impedance-transfer): Reflect an impedance through an ideal transformer: Z' = a²·Z, where a = N₁/N₂. Supports secondary→primary and primary→secondary directions; a can be given directly or derived from N₁/N₂. Also returns admittance Y and reflected admittance.
- [Permutation / Combination / Subset Generator (With Repeats)](https://elysiatools.com/en/tools/combinatorial-generation): Deduplicated, lexicographic permutations / combinations / subsets of up to 12 items with exact multiset counts; display capped at 200 entries.
- [Dimensional Analysis Unit Cancellation Tutor](https://elysiatools.com/en/tools/dimensional-analysis-unit-cancellation-tutor): Step-by-step factor-label unit cancellation with inverted-factor diagnosis and optional student-answer checking.
- [Perfect Number Checker](https://elysiatools.com/en/tools/perfect-number-checker): σ(n) = 2n ⟺ perfect. Factorization-based σ(n), proper-divisor sum, deficient/perfect/abundant classification, abundancy index, Euclid–Euler form. n ≤ 10¹².
- [PERT Network Analyzer (Expected Duration & Variance)](https://elysiatools.com/en/tools/pert-network-analyzer): Three-point PERT estimates: te and σ² per activity, critical path, expected project duration and variance, and normal completion probability for a target time.
- [Sieve of Eratosthenes (Prime List Generator)](https://elysiatools.com/en/tools/sieve-of-eratosthenes): Enumerate primes up to 10⁷ (or within \[m, n\]) with the classic sieve; shows base primes, crossing-out operations, exact counts, and up to 200 primes.

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Three.js Samples](https://elysiatools.com/en/samples/threejs): Three.js 3D graphics library examples including scenes, meshes, lighting, materials, animations, and interactive 3D content
