Instrument transformer sizing: CT ratio, accuracy class, burden and thermal rating
Sizing a current (CT) or voltage transformer (VT) means choosing the transformation ratio, the accuracy class and the burden so the unit stays accurate at service load, does not saturate before the fault current it must report, and survives the short-circuit thermal and dynamic stresses.
When to use
Use it whenever you specify metering or protection cores for a switchgear panel, MCC or substation bay: pick the primary current (CT) or system voltage (VT), set the secondary (5 A / 1 A, or 115 V), and the tool returns the standard ratio, the load impedance Zb, the effective security/accuracy factor at the real burden and the short-circuit ratings. It is the step that links the protection coordination study and the metering scheme to a buyable nameplate — it tells you whether a metering CT will be protected by its FS, whether a protection CT will reproduce the fault without saturating, and whether the VT voltage factor matches the system grounding.
What CT/VT sizing is
An instrument transformer does not measure power — it scales the primary current or voltage down to a safe, standardized secondary (5 A, 1 A or 115 V) that meters and relays can read. Sizing one is therefore a triple decision: the transformation ratio that fits the primary quantity, the accuracy class that bounds the error for the duty, and the burden the secondary circuit imposes. Get any of the three wrong and the device that depends on it — a revenue meter, an overcurrent relay, a distance relay — reads a number that is no longer the truth.
The split between metering and protection cores runs through everything below. A metering core must be accurate around the service current and must stop passing current on a fault, to protect its instruments. A protection core must do the opposite: stay linear far above the nominal current, all the way up to the fault, so the relay sees the real disturbance. The same physical window cannot serve both, which is why CTs carry separate cores.
The current transformer (CT)
Ratio and standard primary
The primary current rating cannot be any number — it is picked from the standard series (5, 10, 15, 20, 25, … 5000 A). The method takes the loaded current at the point, applies a sizing margin (headroom above the nominal current), and rounds up to the next standard value:
Ipn = next_standard(max(margin · In, 1))
The transformation ratio is then RTC = Ipn / Isn, with Isn equal to 5 A or 1 A. A 200 A feeder with a 1.25 margin needs at least 250 A, which is itself a standard value, giving a 250/5 ratio.
Burden and the effective factor
The secondary circuit — meters, relays, the cable run back to the panel — loads the core. That load is the burden, given in VA at rated current or as an impedance:
Zb = VA_nom / Isn²
A 15 VA core at 5 A presents 0.6 Ω. The subtle point is what happens when you wire less burden than the core is rated for. The accuracy class is guaranteed at the rated burden; with a lighter load, the same secondary current produces a smaller secondary voltage, so the core stays linear up to a higher current. The effective security or accuracy factor scales:
factor_ef = factor · (VA_nom / VA_real)
For a protection core this is free headroom against saturation. For a metering core it is a warning: under-burdening pushes the real FS above the nameplate, so instruments are protected only at a higher fault multiple than you specified.
Metering vs. protection
A metering CT is specified as, for example, 0.5 — 15 VA — FS5: class 0.5, 15 VA rated burden, and a security factor of 5 that caps the secondary current to protect the meters. A protection CT is specified as 15 VA 5P20: 15 VA, class 5P (5 % composite error) at an accuracy limit factor of 20. The 5P20 core stays faithful up to 20 times its rated primary — which must be enough to cover the fault.
Will the protection core saturate?
The decisive protection check expresses the fault as a multiple of the rated primary:
factor_req = (Ik · 1000) / Ipn
and compares it with the effective limit factor:
saturation OK ⇔ factor_ef ≥ factor_req
If the effective ALF reaches the fault multiple, the composite error stays within class throughout the fault and the relay measures a faithful current. If it falls short, the core saturates: the secondary current collapses into a distorted, undersized waveform and the protection may under-reach or operate late.
Thermal and dynamic withstand
Independently of its accuracy duty, the CT must survive the short circuit physically:
Ith = Ik (for the stated duration t) ; Idyn = 2.5 · Ith
Ith is the rated short-time thermal current — the RMS fault the windings carry for the specified time (usually 1 s) without overheating. Idyn is the rated dynamic current, the mechanical peak the windings withstand against electromagnetic forces, taken as 2.5×Ith per IEC 61869-2. Both must exceed the prospective short-circuit at the CT location.
The voltage transformer (VT)
A VT scales the system voltage down to a standard secondary, typically 115 V (or 115/√3 for a phase-earth connection). The primary rating depends on the connection:
Vpn = U (phase-phase) or Vpn = U/√3 (phase-earth)
and the ratio is RTP = Vpn / Vsn. The burden, as for a CT, is an impedance:
Zb = Vsn² / VA
The voltage factor
The distinctive VT parameter is the voltage factor Fv, the per-unit over-voltage the unit must tolerate. It is 1.2 continuously in all systems. For the short-duration over-voltage during an earth fault, it depends on the neutral treatment:
- Effectively (solidly) earthed system: Fv = 1.5 for 30 s.
- Isolated or impedance-earthed system: Fv = 1.9 for up to 8 h.
The reason is physical: on an isolated-neutral network, an earth fault on one phase raises the two healthy phases toward the line voltage — a √3 increase — and the VT must not saturate while it sustains that for the time the fault may persist. Choosing the 1.5 factor on an isolated system is a classic specification error.
How to read the result
- Ratio: confirm Ipn (or Vpn) is a standard value and that the margin leaves headroom for foreseeable load growth without pushing the meter off-scale.
- Burden: the wired VA must be at or below the rated VA; if it is well below, recompute the effective factor before trusting the class.
- Effective vs. required factor (protection): factor_ef ≥ factor_req is the saturation gate — the single most important protection check.
- FS (metering): verify the security factor is low enough to protect the instruments at the real burden, not just at the rated burden.
- Thermal/dynamic: Ith and Idyn must clear the prospective fault and its peak.
- Voltage factor (VT): match Fv to the actual system grounding.
Practical specification notes
- Never share a core between metering and protection — their accuracy windows are opposite. Specify separate cores on the same CT.
- Watch the cable run. On long secondaries the cable burden dominates; a 1 A secondary cuts it 25-fold versus 5 A and may let a smaller VA core keep its class.
- Size for the fault you computed. The protection ALF check is only as good as the short-circuit study feeding Ik.
- Align standard and duty. IEC 61869-2 / NBR 6856 govern current transformers; IEC 61869-3 / NBR 6855 govern inductive voltage transformers; IEEE C57.13 is the ANSI counterpart.
Worked end to end — ratio, burden, effective factor, saturation check and short-circuit ratings for the CT, and ratio plus voltage factor for the VT — this method turns a one-line point into a complete, buyable instrument-transformer nameplate.
Formulas and fundamentals
Ipn = next_standard( max(margin · In, 1) ) ; ratio = Ipn / Isn The rated primary Ipn is the next value in the standard series (5, 10, 15, … 5000 A) at or above the loaded current In times a sizing margin. In is the nominal current at the chosen point [A], margin the headroom (×In) and Isn the secondary (5 or 1 A). The transformation ratio is RTC = Ipn / Isn.
Zb = VA_nom / Isn² The connected burden expressed as impedance. VA_nom is the rated burden of the core [VA] and Isn the rated secondary current [A]. With Isn = 5 A, a 15 VA core gives Zb = 0.6 Ω. The burden actually wired (meters, relays, cable run) must not exceed VA_nom.
factor_ef = factor · (VA_nom / VA_real) Under-burdening raises the effective factor. factor is the rated FS (metering) or ALF (protection); VA_nom the rated burden and VA_real the burden actually connected [VA]. A lightly loaded CT keeps accuracy to a higher multiple of In — good for protection (more headroom before saturation), but it means a metering core protects its instruments at a higher current than the nameplate FS.
factor_req = (Ik · 1000) / Ipn ; saturation OK if factor_ef ≥ factor_req The fault must stay within the linear range. Ik is the prospective short-circuit current [kA], Ipn the rated primary [A]. factor_req is the multiple of Ipn the fault represents; the protection core does not saturate before the fault only if the effective ALF reaches it (factor_ef ≥ factor_req).
Ith = Ik (1 s) ; Idyn = 2.5 · Ith Thermal and dynamic withstand. Ith is the rated short-time thermal current, equal to the prospective fault for the specified duration t [s]; Idyn the dynamic (peak) current the windings must mechanically survive, taken as 2.5·Ith per IEC 61869-2.
Vpn = U/√3 (phase-earth) or U (phase-phase) ; Fv = 1.2 cont., 1.5/1.9 (30 s/8 h) For a VT, the rated primary Vpn is the system voltage U for a phase-phase unit or U/√3 for a phase-earth unit; RTP = Vpn/Vsn. The voltage factor Fv is 1.2 continuous and, for the short duration, 1.5 (effectively earthed system) or 1.9 (isolated/unearthed).
Standards & methods
- IEC 61869-1 — Instrument transformers, general requirements
- IEC 61869-2 — Additional requirements for current transformers
- IEC 61869-3 — Additional requirements for inductive voltage transformers
- ABNT NBR 6856 — Current transformers — Specification and tests
- ABNT NBR 6855 — Inductive voltage transformers — Specification
- IEEE C57.13 — Standard requirements for instrument transformers
Typical reference values
| Quantity | Typical range | Note |
|---|---|---|
| Standard secondary current (CT) | 5 A or 1 A | 1 A reduces burden on long secondary cable runs. |
| Metering accuracy class | 0.2S / 0.2 / 0.5 / 0.5S / 1.0 | 0.2S/0.5S keep accuracy down to 1 % of In for revenue metering. |
| Protection class | 5P / 10P / PR / PX | 5P limits composite error to 5 % at the rated ALF; 10P to 10 %. |
| Accuracy limit factor (ALF) | 5, 10, 15, 20, 30 | ALF20 means the core stays within class up to 20×In. |
| Instrument security factor (FS) | FS5 / FS10 | Caps the metering core current to protect instruments under fault. |
| VT voltage factor (Fv) | 1.2 cont.; 1.5 (30 s) / 1.9 (8 h) | 1.9 for isolated or impedance-earthed neutral systems. |
Worked example
Protection CT for a 200 A feeder, 10 kA fault
Inputs
- Load current at the point (In)
- In = 200 A
- Primary sizing margin
- margin = 1.25 ×In
- Secondary current (Isn)
- Isn = 5 A
- Class and ALF
- 5P, ALF = 20 —
- Rated burden (VA_nom)
- VA_nom = 15 VA
- Connected burden (VA_real)
- VA_real = 7.5 VA
- Prospective fault (Ik / t)
- Ik = 10 / t = 1 kA / s
Results
- Standard primary (Ipn)
- Ipn = 250 A
- Ratio (RTC)
- 250/5 = 50 —
- Burden impedance (Zb)
- Zb = 0.6 Ω
- Effective ALF (factor_ef)
- ALF_ef = 40 ×In
- Required ALF (factor_req)
- ALF_req = 40 ×In
- Thermal / dynamic
- Ith = 10 / Idyn = 25 kA
- Designation
- 15 VA 5P20 —
max(200·1.25, 1) = 250 A lands exactly on the standard 250 A primary, giving a 250/5 ratio (RTC = 50). The rated burden as impedance is Zb = 15/5² = 0.6 Ω. Because only 7.5 VA of the 15 VA is wired, the effective limit factor rises to 20·(15/7.5) = 40×In. The fault demands factor_req = 10000/250 = 40×In, so ALF_ef (40) just reaches ALF_req (40): the core reproduces the 10 kA fault without saturating. Thermally it withstands Ith = 10 kA for 1 s and a dynamic peak Idyn = 2.5·10 = 25 kA. The nameplate is therefore 15 VA 5P20 — a sound protection core for this feeder.
Common mistakes
- Confusing FS (metering) with ALF (protection): FS must be low to protect instruments, ALF must be high to reproduce the fault — never reuse one core for both duties.
- Ignoring under-burden: a protection CT wired far below its rated VA reaches a much higher effective ALF, while a metering CT loses its FS protection — always recompute factor_ef at the real burden.
- Sizing a protection core without checking factor_req = Ik/Ipn: if the effective ALF does not reach it, the CT saturates and the relay sees a distorted, too-small current.
- Picking a phase-earth VT voltage factor of 1.5 on an isolated-neutral system: an earth fault raises the healthy phases by √3, so 1.9 (8 h) is mandatory.
- Overloading the core: wiring a burden above the rated VA pushes the unit out of class and, for protection, lowers the real saturation knee.
- Forgetting the thermal/dynamic check: the CT must withstand Ith for the fault duration and the 2.5·Ith peak even if its accuracy duty is light.
Frequently asked questions
What is the difference between FS and ALF?
Both are current multiples, but with opposite intent. The instrument security factor (FS) belongs to a metering core and must be low (FS5, FS10): it is the multiple of In at which the core saturates and stops passing current, protecting the connected instruments during a fault. The accuracy limit factor (ALF) belongs to a protection core and must be high (5P20, 10P30): it is the multiple of In up to which the core still reproduces the current within class, so the relay sees the true fault. A single core cannot be good at both.
Why does a lightly loaded CT change its effective factor?
The FS and ALF are guaranteed at the rated burden. The core's saturation depends on the total secondary voltage, which is current times burden. If you wire less burden than rated, the same secondary current produces less voltage, so the core stays linear up to a higher current — the effective factor scales by VA_nom/VA_real. For a protection CT this is welcome headroom; for a metering CT it means instruments are protected only at a higher current than the nameplate FS suggests.
How do I know a protection CT will not saturate on a fault?
Compute the fault as a multiple of the rated primary: factor_req = Ik/Ipn. Then compare it with the effective accuracy limit factor at the real burden. If factor_ef ≥ factor_req the composite error stays within class throughout the fault and the relay measures a faithful current. If not, the core saturates, the secondary current collapses and distorts, and the protection may under-reach or delay.
When is the 1.9 voltage factor required for a VT?
The voltage factor accounts for over-voltage during earth faults. On an effectively (solidly) earthed system, a phase-earth VT sees at most about 1.5×Vn for 30 s. On an isolated or high-impedance-earthed system, an earth fault on one phase pushes the two healthy phases up by √3, so the VT must withstand 1.9×Vn for up to 8 h. Choosing 1.5 on an isolated system over-stresses and can saturate the VT during the fault.
Should I use a 5 A or 1 A secondary?
5 A is the traditional choice and pairs with most legacy meters and relays. 1 A becomes attractive when the secondary cabling is long: the burden of a cable rises with the square of the current, so a 1 A secondary cuts the cable burden 25-fold, letting the CT keep its class without an oversized VA rating. The transformation ratio adjusts accordingly (e.g. 250/1 instead of 250/5).
What do Ith and Idyn represent?
They are the short-circuit withstand ratings. Ith (rated short-time thermal current) is the RMS fault current the CT can carry for a stated time (usually 1 s) without thermal damage — it equals the prospective fault. Idyn (rated dynamic current) is the peak current the windings must survive mechanically against electromagnetic forces; IEC 61869-2 takes it as 2.5×Ith. Both must exceed the system's prospective short-circuit at the CT location.
Glossary
- CT (current transformer)
- Instrument transformer that produces a secondary current proportional to the primary current for metering or protection, scaled by the ratio Ipn/Isn.
- VT (voltage transformer)
- Instrument transformer that produces a secondary voltage proportional to the primary voltage, scaled by the ratio Vpn/Vsn; also called a potential transformer (PT).
- Burden (Zb / VA)
- The load connected to the secondary, expressed in VA at rated current or as impedance Zb = VA/Isn²; it must not exceed the core's rated value.
- Accuracy class
- The guaranteed error band: metering (0.2S, 0.5, 1.0) bounds the ratio/phase error at service current; protection (5P, 10P) bounds the composite error at the rated accuracy limit factor.
- ALF (accuracy limit factor)
- For a protection CT, the multiple of rated primary current up to which the composite error stays within class — e.g. 20 in 5P20.
- FS (instrument security factor)
- For a metering CT, the multiple of rated current at which the core saturates to protect downstream instruments during a fault — e.g. 5 in FS5.
- Voltage factor (Fv)
- For a VT, the per-unit over-voltage the unit must withstand: 1.2 continuously and 1.5 or 1.9 for a limited time, depending on system grounding.
- Ith / Idyn
- Rated short-time thermal current (RMS, for a stated duration) and rated dynamic current (mechanical peak, ≈ 2.5·Ith) that a CT must withstand during a short circuit.