A current transformer (CT) is a type of instrument transformer designed to produce an alternating current in its secondary winding that is strictly proportional to the current measured in its primary conductor. In a real circuit, a CT changes a dangerous, high-amperage primary current (like 400A on a commercial service feeder) into a standardized, low-amperage secondary current (typically 5A or 1A) that standard panel meters, microcontrollers, and protective relays can safely read without being exposed to lethal line voltage. Think of it like a traffic counting camera on a highway overpass: it measures the heavy flow of vehicles below without ever entering the dangerous traffic itself.

Standard CT Transformer Ratings and Accuracy Classes

When selecting CT transformers for a panel upgrade or an energy monitoring project, you cannot just grab any toroid off the shelf. You must match the primary current rating, the secondary output, and the accuracy class to your specific application. Metering CTs require high accuracy at normal loads, while relaying (protection) CTs must remain accurate during massive fault currents without saturating.

Common CT Transformer Specifications (IEEE C57.13 Standard)
Primary / Secondary Ratio Accuracy Class Primary Application Standard Burden (VA)
100/5A 0.3 Precision Metering 0.1 to 2.0 VA
200/5A 0.6 Revenue Billing / Submetering 0.5 to 4.0 VA
400/5A C100 Relaying / Overcurrent Protection 1.0 to 8.0 VA
800/5A C200 Relaying / Fault Detection 2.0 to 16.0 VA
2000/5A C400 High-Voltage Switchgear Protection 4.0 to 32.0 VA

The burden is the total load (in Volt-Amperes or ohms) connected to the secondary terminals, including the meter's internal impedance and the resistance of the wire leads. If your lead wire is too long or too thin, the burden exceeds the CT's rating, causing the core to saturate and your readings to drop inaccurately low. For DIY and maker applications using 1A or 50mA secondary outputs (like the popular YHDC SCT-013 series), the burden is often handled by an external precision resistor placed directly across the secondary terminals.

The Math: A Worked Numeric Example

Let's calculate the secondary current and the resulting voltage drop across a burden resistor for a real-world solar inverter monitoring setup. Suppose you are measuring the AC output of a large string inverter.

Given Parameters:
Primary Current ($I_p$): 250A
CT Ratio: 400/5A
Secondary Burden Resistor ($R_b$): 0.5 Ω

Step 1: Calculate the Secondary Current ($I_s$)
The transformation ratio is 400:5, which simplifies to 80:1. This means the primary current is divided by 80.
$I_s = I_p \times (Secondary Ratio / Primary Ratio)$
$I_s = 250A \times (5 / 400)$
$I_s = 250A \times 0.0125 = 3.125A$

Step 2: Calculate the Burden Voltage ($V_b$)
To feed this signal into an ADC (Analog-to-Digital Converter) on a microcontroller, we need a voltage, not a current. We use Ohm's Law across the burden resistor.
$V_b = I_s \times R_b$
$V_b = 3.125A \times 0.5 \Omega = 1.5625V RMS$

This 1.5625V RMS signal is perfectly scaled for a standard 3.3V or 5V microcontroller ADC, provided you add a DC bias circuit to shift the AC waveform into the positive voltage range. For a deep dive into conditioning these signals for microcontrollers, the OpenEnergyMonitor project provides excellent open-source schematics for CT interface circuits.

Where You Meet CT Transformers in Practice

You will encounter CTs in almost every commercial and modern residential electrical installation. Here is where they show up on the jobsite or the workbench:

  • Home Energy Monitors (EMPs): Systems like the Emporia Vue or Sense use small, split-core CTs that clamp directly onto your branch circuit wires inside the main panel. They typically output 50mA or 1A to internal ADCs to calculate real-time power consumption.
  • Solar Net Metering: Utility bi-directional meters use highly accurate 0.3 class CTs to measure exactly how much power your solar array exports to the grid versus what you consume, ensuring accurate billing.
  • Motor Starters and VFDs: Industrial motor control centers use protection-class CTs (like C100 or C200) wired to overload relays. If a motor jams and draws 800A on a 400A circuit, the CT feeds this proportionally scaled fault current to the relay, which trips the contactor in milliseconds to prevent a fire.
  • Arduino / ESP32 Power Logging: Makers frequently use the YHDC SCT-013-000 (a 100A:50mA split-core CT) clamped around a mains wire to log appliance energy usage over MQTT.

Common Confusions and Critical Safety Rules

Despite their simple appearance, CTs are frequently misunderstood, leading to blown equipment or severe safety hazards.

CTs vs. Potential Transformers (PTs)

People commonly confuse CTs with PTs (Potential Transformers, also called Voltage Transformers). A CT is connected in series with the load; the primary is just the wire passing through the center, and it steps down current. A PT is connected in parallel across the line; it has primary wire leads and steps down voltage (e.g., 4160V down to 120V for metering). Never wire a CT in parallel with a voltage source, and never wire a PT in series with a load.

The Open-Circuit Danger

CRITICAL SAFETY WARNING: Never open-circuit the secondary winding of a CT while the primary is energized.

Unlike a standard voltage transformer, a CT is a constant-current device. If the secondary circuit is broken (e.g., you disconnect the meter leads while the mains are on), the core saturates entirely. The collapsing magnetic field induces a massive voltage spike across the open secondary terminals—often reaching several thousand volts. This will instantly destroy connected electronics, cause a lethal arc flash, and can permanently magnetize the CT core, ruining its accuracy. Always short the secondary terminals (using a shorting block or jumper wire) before removing a meter.

For comprehensive safety protocols regarding instrument transformers in commercial switchgear, refer to the guidelines outlined by Electronics Tutorials on Current Transformers and standard instrument transformer theory from All About Circuits.

Frequently Asked Questions

Can I use a standard toroidal inductor as a CT?
No. Standard inductors are not designed with the specific core materials (like grain-oriented silicon steel or nanocrystalline alloys) required to maintain linear proportionality across a wide current range. They will saturate early and provide wildly inaccurate readings.

Does the direction the wire passes through the CT matter?
Yes. CTs have a polarity mark (usually a white dot, an arrow, or 'P1/P2' markings). For single-phase metering, getting it backward just reads negative power. But in three-phase systems or when wiring ground-fault protection (where multiple CTs are summed together), reversed polarity will cause the currents to cancel out, blinding your protection relays to actual faults.

What size wire should I use for CT secondary leads?
For 5A secondary CTs, 12 AWG or 10 AWG stranded copper is standard to keep the burden resistance low over long runs back to the switchgear. For 1A or low-milliamp maker CTs, 18 AWG or 22 AWG twisted pair is perfectly fine since the current is negligible.