Technical explainer

How to calculate available fault current, and what the number decides

Available fault current is the current a specific point in an electrical system would carry if a zero-impedance short circuit happened right there. It is not measured with a meter; it is calculated from the impedance of the source and everything electrically upstream of that point. The figure is different at every point in an installation, and it sets the interrupting rating a breaker needs, the withstand rating a switchboard needs, and the limits within which a series rating is even allowed.

The vocabulary a spec sheet assumes you already know

A short circuit is an abnormal, unintended, low-impedance connection between two points of a circuit that are normally at different potentials. A ground fault is one particular kind of short circuit: the unintended connection runs from an energised conductor to a part that is not supposed to carry current at all — an enclosure, a raceway, or the earth itself — rather than to another energised conductor. Every ground fault is therefore a short circuit, but not every short circuit is a ground fault; a phase-to-phase or phase-to-neutral fault has no earth-return path in it at all.

"Prospective" and "available" fault current mean the same thing: the maximum current that would flow at a given point if a fault of zero impedance occurred there. It describes the source and the network up to that point, not any actual fault event — nothing has to fail for the number to exist. "Bolted" names the assumption behind that definition directly: a bolted fault is a direct, solid connection with no arc resistance in the path, which is also why the bolted-fault figure is the highest current any real fault at that point could produce.

Symmetrical and asymmetrical describe two different views of the same waveform. Symmetrical fault current is the steady rms value with no DC component. Asymmetrical fault current is that same waveform with a decaying DC offset superimposed on it in the first cycles after the fault starts.

Term What it means Where in the system it applies Which equipment rating it decides
Prospective / available Maximum current at a point during a zero-impedance fault; a property of the network, not of an event Any point — transformer terminals, panel, receptacle Sets the required rating for everything downstream of that point
Bolted The zero-impedance assumption itself; the largest current a real fault at that point could produce The same point as the available-fault-current figure The design basis for interrupting and withstand ratings
Symmetrical The rms AC value alone, no DC offset Any point, expressed as a steady-state figure Rated short-time withstand current — thermal duty
Asymmetrical Symmetrical current plus a decaying DC offset, present in roughly the first cycle Any point, in the instant after fault initiation Rated peak withstand current — mechanical duty
Short circuit Any abnormal low-impedance connection between two normally separate potentials Anywhere in the circuit General basis for all short-circuit ratings
Ground fault A short circuit specifically to earth or to a non-current-carrying part Anywhere a conductor can reach an enclosure, raceway or earth Grounding and ground-fault protection

Getting to the number that sizes the equipment

The number that decides a rating is always the one at the point of installation, not at the transformer, and not from the simplest shortcut available. The worked example below gets there for a downstream panel; the sections after it explain the shortcuts that example improves on, and where each one falls short.

Worked example: transformer to a downstream panel

The point-to-point method finds available fault current at a specific location by summing impedance stage by stage — source, transformer, then each feeder and branch conductor segment — from the source out to that location, then applying the source voltage across the resulting total impedance.

Steps 1 and 2 — transformer secondary current and impedance. Take a 750 kVA transformer, 400 V three-phase secondary, 5% impedance. Full-load secondary current is 750,000 / (1.732 × 400) = 1,082.5 A. Dividing by the 5% impedance gives an infinite-bus symmetrical fault current at the terminals of 1,082.5 / 0.05 ≈ 21,650 A, or 21.7 kA. Converted to an equivalent impedance using the line-to-neutral voltage (400 / 1.732 = 230.9 V): Z(source) = 230.9 / 21,650 ≈ 0.01067 Ω per phase, referred to the 400 V secondary.

Step 3 — add the feeder run. From the transformer to a downstream distribution panel, run 70 metres of 240 mm² copper conductor in conduit. Using illustrative per-length figures for a conductor of that size — resistance 0.155 Ω/km, reactance 0.08 Ω/km:

R(cable) = 0.155 × 0.070 = 0.01085 Ω
X(cable) = 0.08 × 0.070 = 0.0056 Ω
Z(cable) = √(0.01085² + 0.0056²) ≈ 0.0122 Ω

Step 4 — sum and recompute at the panel.

Z(total) = 0.01067 + 0.0122 = 0.0229 Ω
I(sc, panel) = 230.9 / 0.0229 ≈ 10,080 A, or 10.1 kA

This adds the source and cable impedances as scalar magnitudes rather than combining their resistance and reactance components separately before taking the magnitude of the total. That shortcut is a close approximation, not an exact one; a precise figure adds the R and X components of each impedance first, then takes the magnitude of the combined total.

Step 5 — the result. Available fault current falls from about 21.7 kA at the transformer's secondary terminals to about 10.1 kA at the downstream panel — a drop of roughly 53% over the 70-metre run. That is the buyer-facing point of the whole exercise: the panel does not need the same interrupting or withstand rating as the transformer terminals do. Specifying it at the terminals' figure would not be wrong, only unnecessarily expensive; specifying it below the panel's actual 10.1 kA would be unsafe.

The infinite-bus shortcut, and why it is only a starting point

Steps 1 and 2 above use the simplest possible estimate: treat the supply as an infinite bus. A bus's fault level is the reciprocal of its per-unit source impedance, and an infinite bus is a theoretical source of zero impedance and unlimited short-circuit capacity, standing in for the real supply. It is deliberately conservative: it gives the highest possible fault-current estimate, not the true one, because it drops two impedance terms that the point-to-point method adds back in.

The first is the utility's own source impedance. Once that series impedance is added to the transformer's, the calculated fault current drops below the infinite-bus figure. Utilities typically describe the strength of their supply as an available short-circuit MVA at the point of interconnection, and that MVA figure has to be converted into an equivalent impedance before it can be combined with the transformer's own. It is also not fixed: switching configuration, generation dispatch and operating voltage on the utility network vary, so the real available contribution moves between a minimum and a maximum condition rather than sitting at one number.

Whether the infinite-bus shortcut is close enough to reality without that correction depends on where the site sits on the utility's network. For a facility fed directly from a large substation transformer through a short interconnection, the estimate is close to the true figure. For one fed from the far end of a longer, higher-impedance distribution line, it substantially overstates the real available fault current.

Why the figure keeps falling as you move away from the transformer

The second term the shortcut drops is conductor impedance — the term Step 3 adds back in. Every length of conductor between the source and a point of interest adds its own resistance and reactance to the total fault-loop impedance, so available fault current is not one number for an installation: it falls progressively at points further from the transformer. Near the transformer's terminals, the transformer's own impedance dominates the total; further downstream, the accumulated impedance of the conductor run becomes an increasingly large, and eventually the dominant, share of it. A panel at the far end of a feeder can therefore have materially lower available fault current than a panel close to the transformer on the very same system, with no second transformer anywhere in the path. A fault-current calculator, in effect, automates this same impedance summation rather than replacing it with something different.

Why the first half-cycle peak is not the rms figure

DC offset and asymmetry

Immediately after a fault starts, a source's effective reactance has not yet settled to its steady-state value — it passes through sub-transient and transient stages first, so the current available in roughly the first cycle runs higher than a steady-state-only calculation would suggest. Superimposed on the AC waveform is a unidirectional component whose initial size depends on the point on the voltage wave at which the fault begins, and which decays exponentially at a rate set by the circuit's own time constant. The ratio between a circuit's reactance and resistance at the fault point governs both how large that offset is and how quickly it decays: relatively more reactance than resistance produces a larger, longer-lasting asymmetry. This article does not attach a specific multiplier to that offset — the mechanism is well established, but no figure for it could be confirmed against a citable source.

Why duty ratings split into two figures

Because of that DC offset, the highest instantaneous peak of the fault current arrives within roughly the first half-cycle and can be materially higher than the peak of the symmetrical waveform alone. That is why some equipment duty ratings are expressed as a peak value distinct from an rms symmetrical one. Assembly standards carry two separate short-circuit duty ratings for exactly this reason: a rated short-time withstand current, an rms value the assembly must carry for a stated time — commonly one second — without unacceptable thermal damage, and a rated peak withstand current, the higher instantaneous value its busbars and supports must survive mechanically.

What the number is actually for

The breaker's interrupting rating

A breaker's short-circuit interrupting rating must be equal to or greater than the maximum available fault current at the point where it is installed. A breaker rated below that figure risks failing to interrupt the fault safely — which is precisely why the calculation above matters at the point of purchase, not only at the design stage. How breaker types differ in interrupting duty sets out what that rating covers in more detail.

That baseline requirement is also what a series rating works around. A series rating is a specific tested and listed combination in which a full-rated upstream device is paired with a downstream device whose own individual interrupting rating is lower than the available fault current at its location. The lower-rated device is permitted only within that tested, listed combination — never on the strength of its own nameplate alone.

Assembly short-time and peak withstand

A switchboard or panel's short-time withstand rating is unconditional: it does not assume that any particular upstream protective device will clear the fault within a given time. The actual duration of a real fault is set by that upstream device's clearing time instead, which is why the withstand rating and the clearing-time coordination are checked separately in a specification, not folded into one figure. How short-circuit withstand is specified when choosing a busbar system covers that assembly-level rating in more detail.

The arc-flash study

Available fault current also feeds into an arc-flash hazard assessment, which decides the protective equipment required for work near energised equipment. NFPA 70E allows that selection either from a site-specific incident-energy calculation or from prescribed category tables, but the table method only holds within the fault-current and clearing-time limits stated for that table — outside those limits, a calculated study is required. OSHA and NIOSH guidance both treat arc-flash hazard analysis and protective-equipment selection as safety-critical steps that precede energised work, without specifying the calculation method involved. More generally, OSHA's hazard-assessment duty under 29 CFR 1910.132 is the underlying regulatory basis for requiring some form of assessment before energised work, though the regulation itself is general language and does not name arc-flash or specify a calculation method.

Questions buyers ask

What is fault current?

Fault current is the current that flows during a short circuit. "Available" or "prospective" fault current specifically means the current a zero-impedance fault would draw at a given point — a property of the source and network, calculated rather than measured.

What is the difference between a short circuit and a ground fault?

A short circuit is any abnormal low-impedance connection between two points at different potentials. A ground fault is one kind of short circuit: the connection runs to earth, an enclosure, or a raceway, rather than to another energised conductor.

What is the difference between bolted and available fault current?

They describe the same figure from two angles. "Bolted" names the zero-impedance, no-arc assumption itself; "available" or "prospective" is the resulting current at a point under that assumption — also the highest current a real fault there could produce.

Why is available fault current lower at a panel than at the transformer?

Every metre of conductor between the transformer and the panel adds resistance and reactance to the total fault-loop impedance. That extra impedance reduces the current a zero-impedance fault could draw, so figures fall the further a point sits from the source.

What rating does available fault current decide for a circuit breaker?

It sets the minimum short-circuit interrupting rating: the breaker's rating must be equal to or greater than the maximum available fault current at its installed location, or it risks failing to interrupt the fault safely.

Standards referenced

  • NFPA 70 (National Electrical Code), Article 100, Definitions
  • NFPA 70, Article 240.86, Series Ratings
  • NFPA 70E, table method against incident-energy analysis
  • IEC 60909-0:2016
  • IEC 61439-1
  • NEMA PB 1

Sources

  • University of Moratuwa, EE423 Power System Analysis: Faults. uom.lk
  • Benha University, Lecture 07, Short Circuit Calculations. bu.edu.eg
  • IAEI Magazine, "Calculating Short-Circuit Current" (May/June 2015). iaeimagazine.org
  • IAEI Magazine, "Short-circuit calculations using transformer and source impedance" (July/August 2018). iaeimagazine.org
  • IAEI Magazine, "Engineering Series Rating: Is It Practical?" (September 2005). iaeimagazine.org
  • IAEI Magazine, "Article 250 — Grounding and Bonding". iaeimagazine.org
  • US Department of Energy, OSTI, "Method of utility-system source-impedance measurement for the industrial power engineer". osti.gov
  • OSHA, "Electrical — Electric-Arc Flash Hazards". osha.gov
  • OSHA, 29 CFR 1910.132. osha.gov
  • NIOSH, "Arc Flash Awareness," DHHS/NIOSH Publication 2007-116D. stacks.cdc.gov

Send the duty, not the part number

A rating, a duty and an environment are enough for us to quote. Tell us what the equipment has to do and we will come back with what meets it.

Request a quotation