The current transformer secondary is the low-current output winding of a CT that delivers a safely scaled, proportional replica of the high primary current to metering and protection relays. In a real installation, it changes a dangerous, unmeasurable primary current (like 400A flowing through a thick busbar) into a standardized, low-energy signal that standard panel meters, microcontrollers, and protective relays can safely process. If you take away only one rule from this guide, let it be this: never, ever let a CT secondary open-circuit while the primary is energized.

The Core Mechanics: How the Current Transformer Secondary Steps Down Power

A current transformer (CT) operates on the principle of magnetic induction, but unlike a voltage transformer, it is driven by current, not voltage. The primary winding is simply the conductor passing through the CT window (often just a single turn). The secondary winding consists of many turns of fine wire wrapped around a laminated silicon steel or nanocrystalline core.

The relationship is governed by the ampere-turns balance: Ip × Np = Is × Ns. Because the primary is usually a single turn (Np = 1), the secondary turns (Ns) dictate the step-down ratio.

Worked Numeric Example:
Take a standard 400:5 CT. The ratio is 80:1. If your primary conductor carries exactly 400A, the secondary will output exactly 5A. If the primary load drops to 200A, the secondary outputs 2.5A. The secondary does not output a fixed voltage; it acts as a current source. The voltage developed across the secondary terminals depends entirely on the impedance of the connected meter and wiring, known as the burden. If the burden is 0.1 ohms, at 5A secondary current, the voltage is V = I × R = 5A × 0.1Ω = 0.5V.

Where You Meet the CT Secondary in Practice

You will encounter CT secondaries in three primary environments, each with distinct hardware requirements:

  • Industrial Switchgear and Motor Control Centers (MCCs): Here, the secondary feeds electromechanical or digital protection relays (like the Schweitzer SEL-751) and analog switchboard ammeters. The standard secondary rating here is 5A, a legacy standard designed to drive heavy analog meter movements over short distances.
  • Long-Distance Metering and Substations: When the metering cabinet is hundreds of feet away from the CT, wire resistance becomes a massive burden. Engineers specify 1A secondary CTs here, which drastically reduces I²R heating and voltage drop in the secondary wiring.
  • DIY Energy Monitoring and IoT (Arduino/ESP32): Makers and solar enthusiasts use split-core CTs (like the YHDC SCT-013 series) clipped onto branch circuits. These feed the analog-to-digital converter (ADC) of an ESP32 or an Arduino via a burden resistor and a DC bias circuit to measure real power and kilowatt-hours.

The Fatal Mistake: A Real-World Open-Circuit Scenario

To understand why an open secondary is lethal, we must look at the magnetic physics. In normal operation, the secondary current creates a counter-magnetomotive force (MMF) that nearly cancels the primary MMF. The core flux remains low. If you open the secondary circuit, the counter-MMF drops to zero. The entire primary current now acts as magnetizing current, driving the core into extreme saturation.

The Setup: An electrician is tasked with replacing a faulty analog ammeter on a live 480V, 3-phase motor control center. The CT is rated 600:5. The 100HP motor is running at full load.

The Numbers: The primary current is 500A. The secondary is attempting to push 4.16A through the circuit. The electrician unscrews the secondary wires to swap the meter, creating an infinite impedance (an open circuit).

The Outcome: The core saturates instantly. The flux waveform flattens at the peaks, causing the rate of change of flux (dΦ/dt) to spike violently at the zero crossings. This induces secondary voltage spikes exceeding 3,000V to 5,000V. The insulation on the secondary wire breaks down, an arc flash erupts across the terminal block, the CT core physically cracks from magnetic forces, and the electrician suffers severe thermal burns and acoustic trauma.

What Went Wrong: The electrician failed to short the secondary before breaking the connection. According to Electrical Engineering Portal's safety guidelines, the induced voltage in an open-circuited CT is limited only by the core's saturation point and the breakdown voltage of the surrounding air or insulation.

Safety Protocol: Shorting a CT Secondary
Never disconnect a secondary wire while primary current flows. If you must work on the metering circuit, follow these steps:
  1. Locate the CT shorting block or test switch (standard in all modern MCCs).
  2. Engage the shorting switch or insert the shorting jumper across the secondary terminals (S1 and S2).
  3. Verify the short is secure with a multimeter (reading near 0 ohms across the block).
  4. Disconnect the meter wiring safely.
  5. Reconnect the new meter, then remove the shorting jumper last.

Sizing and Selecting the Right Burden for Your Secondary

The 'burden' is the total impedance (in ohms) or apparent power (in Volt-Amperes, VA) connected to the secondary. If the burden exceeds the CT's VA rating, the core will saturate prematurely at high currents, causing the meter to read low and potentially failing to trip a protection relay during a fault.

When sizing wire for a 5A secondary, copper wire resistance adds up fast. According to OpenEnergyMonitor's CT theory guide, you must account for the round-trip wire length (both S1 and S2 conductors).

CT Secondary Rating Standard Burden (VA) Max Impedance (Ohms) Max Wire Length (12 AWG Cu) Best Use Case
5A 5 VA 0.2 Ω ~50 feet Local panel ammeters, short runs
5A 15 VA 0.6 Ω ~150 feet Standard switchgear relays
1A 5 VA 5.0 Ω ~1,200 feet Remote metering, substations
50mA (SCT-013) Internal/External Depends on V_out N/A (Short leads) Arduino/ESP32 energy monitors

Frequently Asked Questions About CT Secondaries

What do people commonly confuse the CT secondary with?
The most dangerous confusion is mixing up a Current Transformer (CT) with a Potential/Voltage Transformer (PT or VT). A PT secondary behaves like a standard voltage source: it must not be short-circuited, or it will overheat and catch fire. A CT secondary is a current source: it must not be open-circuited, or it will arc and explode. Additionally, DIYers frequently confuse the YHDC SCT-013-000 (which outputs a 50mA current and requires an external burden resistor) with the SCT-013-030 (which has an internal burden resistor and outputs a 0-1V AC signal). Wiring a 50mA current output directly into an Arduino ADC without a burden resistor will yield garbage data and risk damaging the microcontroller.

Does polarity matter on the CT secondary terminals?
For simple ammeter readings, polarity (S1 vs S2) does not matter; the meter will display the absolute RMS current. However, for power metering (calculating Watts or kWh) and directional protection relays, polarity is critical. The primary current must flow from P1 to P2, and the secondary wiring must go from S1 to the meter's current-in terminal, and S2 to the current-out. Reversing the secondary polarity will cause a digital power meter to read negative watts, completely skewing your energy logging data.

Can I use a 5A secondary CT with a 1A input meter?
No. Connecting a 5A secondary directly to a 1A meter will destroy the meter's internal shunt or coil the moment the primary load exceeds 20%. If you are stuck with this mismatch in the field, you must use an interposing auxiliary CT (e.g., a 5:1 ratio matching transformer) between the main CT secondary and the meter, though it is always better to simply specify the correct primary CT for the job.