A current transformer (CT) is a type of instrument transformer designed to step down high AC primary current into a safe, proportional secondary current that can be measured by standard meters and protective relays. If you are monitoring a 400A commercial feeder, you do not run 400A directly through a delicate $50 digital panel meter or an Arduino microcontroller. Instead, you pass the main conductor through the window of a CT, which scales the current down to a manageable level—typically 5A or 1A—while providing vital galvanic isolation between the high-voltage mains and your low-voltage measurement circuit.
What a Current Transformer Actually Changes in Your Circuit
A CT does not alter the power delivery of the primary circuit; it changes the measurement interface. It provides two critical functions: scaling and isolation.
Think of a CT like a mechanical gear reduction system. If the primary shaft (the main power wire) turns 1 time, the secondary shaft (the meter wires) turns 80 times. The 'speed' (current) is scaled up on the secondary side to make it readable, but the fundamental motion (the AC sine wave) remains perfectly synchronized. Because the primary and secondary are magnetically coupled rather than electrically connected, a fault on the 480V primary side will not travel down the secondary wires and fry your low-voltage control board or electrocute the operator reading the meter.
What it changes in a real installation is the wire sizing and routing for the measurement loop. Instead of pulling 500 MCM copper to a meter, you only need to run 14 AWG or 12 AWG control wire from the CT secondary terminals to the panel door where the ammeter is mounted.
The Numbers Game: A Worked Numeric Example
Let's look at a standard 400:5 CT. This nomenclature means that when 400A flows through the primary, exactly 5A flows through the secondary. The transformation ratio is 80:1.
Suppose your actual facility load is running at 240A. What does the meter see?
- Calculate Secondary Current: 240A (Primary) / 80 (Ratio) = 3A (Secondary).
- Calculate Burden Voltage: The 'burden' is the total impedance of the secondary loop (meter coil + wire resistance). If your ammeter has an internal impedance of 0.4 ohms, and the 14 AWG wire run adds 0.1 ohms, your total burden is 0.5 ohms.
- Apply Ohm's Law: V = I × R. The voltage across the secondary terminals is 3A × 0.5 ohms = 1.5V.
This 1.5V is perfectly safe. However, this calculation reveals why CTs are rated by their 'burden capacity' (e.g., 10 VA). If you run the secondary wires too far using thin wire, the resistance increases. If the burden gets too high, the CT core saturates, the ratio becomes non-linear, and your meter will read inaccurately low during high-current faults.
Where You Meet CTs in Practice
You will encounter current transformers across both heavy industrial jobsites and hobbyist workbenches. Here is where they show up most frequently:
- Main Service Disconnects & Subpanels: Utility revenue meters and building management systems (BMS) use solid-core CTs bolted directly to busbars to track whole-building power consumption.
- Variable Frequency Drives (VFDs): VFDs use internal CTs to monitor motor current in real-time, allowing the drive's logic board to trigger an overload fault before the motor windings melt.
- Solar Inverters: Grid-tied solar inverters use CTs clamped to the main service feeders to monitor household consumption, ensuring the inverter only exports the exact amount of excess power allowed by the utility.
- Arduino & ESP32 Energy Monitors: Makers building DIY smart-home energy dashboards (like those using the ESP32 and EmonCMS) rely heavily on the YHDC SCT-013-000. This is a split-core CT that outputs 0 to 1V AC when 100A passes through it, thanks to an internal 62-ohm burden resistor. It plugs directly into an ADC pin via a simple voltage divider bias circuit.
Real-World Scenario Walkthrough: The Blown Meter Mystery
To understand CT safety, we have to look at what happens when they are used incorrectly. This scenario is a rite of passage (and a severe hazard) in the electrical trade.
The Setup: An apprentice is tasked with swapping out an old, burnt-out analog ammeter on a live 600V, 800A switchgear panel. The CT feeding the meter is rated 800:5.
The Numbers: The facility load is currently running at 600A. The CT ratio is 160:1. Therefore, the secondary current actively pushing through the loop is 600A / 160 = 3.75A.
The Outcome: The apprentice unscrews the two wires from the back of the old meter to connect the new one. By removing the wires, the apprentice creates an open circuit on the CT secondary. Instantly, a massive arc flashes from the terminal block. The CT core violently saturates, emits a loud buzzing scream, and the internal insulation melts, permanently destroying the $400 CT and nearly causing severe arc-flash burns to the worker.
What Went Wrong & How to Do It Right: The apprentice treated the CT like a standard voltage source (where removing the load just turns the current to zero). To do this safely, the correct numbered procedure is:
- Install a shorting jumper across the CT secondary terminal block (often built into the terminal block itself via a sliding switch or test switch).
- Verify the secondary current is bypassing the meter using a clamp meter on the jumper wire.
- Disconnect and swap the meter safely.
- Remove the shorting jumper to restore the measurement loop.
Common Confusions: CTs vs. PTs and Hall Effect Sensors
People frequently confuse current transformers with other sensing technologies. Here is how they differ in practical application.
| Feature | Current Transformer (CT) | Potential Transformer (PT/VT) | Hall Effect Sensor |
|---|---|---|---|
| Measures | AC Current | AC Voltage | AC and DC Current |
| DC Capability | No (Requires changing magnetic field) | No | Yes (Measures static magnetic fields) |
| Galvanic Isolation | Yes (Magnetic coupling) | Yes (Magnetic coupling) | Yes (Magnetic coupling via semiconductor) |
| Typical Output | 5A or 1A AC | 120V AC | 0-5V DC or 4-20mA analog |
| Best Use Case | High-accuracy AC power metering and relay protection | Stepping down kV lines for voltmeters | Battery BMS monitoring, VFD DC bus sensing |
According to the foundational texts on instrument transformers, the key takeaway is that if you need to measure DC current (like a LiFePO4 battery bank output), a standard iron-core CT will not work. You must use a Hall Effect sensor or a resistive shunt.
FAQ: Current Transformer Basics
Can I use a CT to measure DC current?
No. Current transformers operate on Faraday's Law of Induction, which requires a changing magnetic field to induce a voltage in the secondary coil. DC current creates a static magnetic field, meaning the secondary output will be exactly zero. For DC measurement, use a Hall effect sensor (like the ACS712) or a precision shunt resistor.
What is the difference between split-core and solid-core CTs?
A solid-core CT is a continuous ring of iron. To install it, you must completely disconnect the primary wire, pass it through the window, and reconnect it. These are cheaper and highly accurate, used in new construction. A split-core CT hinges open and snaps shut over an existing, energized wire. They are slightly more expensive and marginally less accurate due to the air gap at the hinge, but they are mandatory for retrofitting energy monitors into live panels without shutting off the main breaker.
What does the 'Burden' rating on a CT datasheet mean?
Burden is the maximum load (measured in Ohms or Volt-Amps) that the CT can drive on its secondary side while maintaining its stated accuracy class (e.g., Class 0.5). If your meter and the wire run exceed the rated burden, the CT core will saturate early. For example, a protective relay needs a high-burden CT to ensure accurate readings during massive short-circuit faults, whereas a simple panel ammeter requires very little burden. For deeper technical specifications on accuracy classes and saturation curves, refer to the electronics tutorials on CT operation and IEEE C57.13 standards.






