An electrical current transformer (CT) is a passive instrument transformer that produces a reduced, proportional alternating current in its secondary winding to safely measure high primary currents. In a real circuit or installation, it fundamentally changes the measurement paradigm by galvanically isolating your low-voltage electronics from lethal mains voltage while scaling a massive 400A feeder down to a manageable 5A or 1A signal that standard microcontrollers and panel meters can read.
The Core Principle: Stepping Down Current, Not Voltage
Unlike standard power transformers designed to transfer maximum wattage, a CT is designed to transfer a highly accurate current ratio. The primary "winding" is often just the single conductor passing through the center window of the toroidal core. The secondary winding consists of hundreds or thousands of turns of fine enameled copper wire wrapped around a high-permeability silicon steel or nanocrystalline core.
Think of it like a mechanical gear train: a large, slow-turning drive gear (the single-turn primary carrying high current) forces a small, fast-turning pinion gear (the multi-turn secondary) to spin at a multiplied rate but with drastically reduced torque. According to the principles of electromagnetic induction, the secondary current is inversely proportional to the turns ratio. If the secondary has 400 turns and the primary has 1 turn, 400 amps on the primary yields exactly 1 amp on the secondary.
Where You Meet This in Practice
You will rarely see a CT on a simple hobbyist breadboard, but they are the backbone of commercial and industrial power monitoring. Here is where they show up in the wild:
- Revenue Metering: The utility meter on the side of a commercial building uses CTs to measure consumption on 400A or 800A service entrances without routing busbars directly through the meter's fragile silicon.
- Solar Inverters: Grid-tied inverters (like SolarEdge or Fronius) use CTs clamped to the main service conductors to implement "zero-export" logic, reading the net current flowing to or from the grid in real-time.
- Motor Protection Relays: Industrial VFDs and soft-starters use CTs to monitor phase imbalance and overcurrent conditions, tripping the contactor if a 50HP motor starts drawing locked-rotor current.
- Smart Panels: Modern retrofit energy monitors (like Emporia Vue or Sense) rely on arrays of small, split-core CTs clamped to individual branch circuits to disaggregate household loads.
The Math: Ratios, Burden, and a Worked Numeric Example
To use a CT with a microcontroller (like an Arduino or ESP32) or a digital panel meter, you must convert the secondary current into a measurable voltage. This is done using a burden resistor. The burden resistor completes the secondary circuit and develops a voltage drop according to Ohm's Law ($V = I \times R$).
Let us run a worked numeric example using a standard 400:5 CT monitoring a commercial HVAC compressor.
- Primary Current ($I_p$): The compressor is drawing 200A under load.
- Turns Ratio: A 400:5 ratio means the secondary current ($I_s$) is $1/80th$ of the primary. (400 / 5 = 80).
- Secondary Current ($I_s$): $200A / 80 = $ 2.5A.
- Burden Selection: We want to feed this into an ADC that reads 0-5V. We select a 2-ohm precision burden resistor.
- Output Voltage: $V = 2.5A \times 2\Omega = $ 5.0V RMS.
- Power Dissipation: The resistor must handle $P = I^2 \times R$. $(2.5)^2 \times 2 = $ 12.5 Watts. (You must use a heavy-duty wirewound resistor, not a standard 1/4W carbon film).
This precise scaling allows a $5 microcontroller to safely monitor a $10,000 industrial load, adhering to the isolation requirements outlined in the IEEE C57.13 standard for instrument transformers.
Real-World Scenario Walkthrough: The Melted CT Wire
Theory is clean; jobsites are not. Here is a scenario that illustrates what happens when burden calculations are ignored.
The Setup: An automation technician is adding energy monitoring to a 200A 3-phase feeder using a 400:5 CT. They are logging data to an ESP32 via an analog front-end. Wanting a stronger signal to improve the signal-to-noise ratio on the ADC, the technician swaps the specified 2-ohm burden resistor for a 10-ohm resistor they found in the shop.
The Numbers: When the HVAC system kicks on, the primary draws 200A. The secondary pushes 2.5A. Pushing 2.5A through a 10-ohm resistor requires 25V ($2.5 \times 10$). The power dissipated by the resistor spikes to 62.5 Watts ($2.5^2 \times 10$).
The Outcome: The 1/2W resistor instantly vaporizes with a loud pop. The CT secondary circuit is now physically broken (open-circuited). Within milliseconds, the CT core saturates. The massive magnetic flux collapses, inducing a 3,000V spike across the broken resistor pads. The arc flash scorches the panel backplane, destroys the ESP32's isolation optocoupler, and trips the upstream 200A breaker via ground fault leakage.
What Went Wrong: The technician treated the CT like a voltage source rather than a current source. A CT will push its rated secondary current through whatever impedance is connected to it, up to its VA (volt-ampere) burden limit. By exceeding the VA rating, they destroyed the component and created a lethal hazard. Always calculate the $I^2R$ dissipation and verify it is within the CT's rated burden (usually specified in VA, e.g., a 15VA rating at 5A means maximum impedance is $15 / 5^2 = 0.6\Omega$).
What People Commonly Confuse Current Transformers With
When specifying parts for a BOM, it is easy to mix up sensor topologies. Here is how a CT differs from its closest cousins:
- Potential Transformers (PTs): PTs step down voltage (e.g., 4160V to 120V) and are wired in parallel with the load. CTs measure current and are wired in series (the conductor passes through them).
- Shunt Resistors: Shunts measure current by inserting a known low resistance (e.g., 50mV at 100A) directly into the circuit path. Unlike CTs, shunts are not galvanically isolated, meaning your measurement circuit sits at mains potential. Shunts also work for DC; CTs do not.
- Hall-Effect Sensors (e.g., ACS712): These ICs measure the magnetic field generated by current. While they can measure both AC and DC and are cheap, they suffer from temperature drift, lower bandwidth, and poor noise immunity compared to the heavy iron cores of a true CT.
FAQ: Current Transformer Edge Cases
Can I use a standard CT to measure DC current?
No. CTs rely on a changing magnetic field ($d\Phi/dt$) to induce a secondary current. A steady DC current creates a static magnetic field, inducing zero secondary current. For DC, you must use a Hall-effect sensor or a shunt resistor.
What is the difference between split-core and solid-core CTs?
Solid-core (toroidal) CTs require you to disconnect the primary conductor and thread it through the window, offering higher accuracy and lower cost. Split-core CTs have a hinged jaw that clamps over an existing wire, making them ideal for retrofit energy audits where de-energizing the panel is not an option. However, the air gap at the hinge slightly reduces accuracy and increases phase shift.
Why does my power meter show negative watts when the load is clearly consuming power?
CTs are directional. They have polarity markings (usually P1/P2 for primary and S1/S2 for secondary, or a physical arrow on the casing). If you clamp the CT backward, or wire S1 and S2 backward to your meter, the phase angle of the current signal shifts by 180 degrees relative to the voltage signal. The meter calculates $P = V \times I \times \cos(\theta)$, and a 180-degree flip results in a negative power reading. Simply reverse the secondary leads to fix it.
Do I need to ground the secondary circuit?
According to standard electrical codes and manufacturer guidelines, one side of the CT secondary circuit (usually S2) should be grounded. This ensures that if the primary-to-secondary insulation fails, the secondary wiring does not rise to lethal mains potential. However, ground it at one point only to prevent ground loops from corrupting your measurement signal.






