A low voltage current transformer is a magnetic sensor that steps down high AC primary current in a low-voltage circuit to a proportionally smaller, safely measurable secondary current or voltage for metering and protection. In a real installation, this component changes the game by allowing standard 5A or milliamp-range digital meters to safely measure hundreds of amps without being wired directly in series with the high-current load. Instead of running massive 4/0 AWG copper through a delicate energy monitor, you simply snap a sensor around the existing conductor.
The Core Working Principle (And What People Get Wrong)
At its core, a current transformer (CT) operates on Faraday’s law of induction. The primary 'winding' is simply the single conductor passing through the center of the CT’s toroidal core. The alternating current in this primary wire generates a fluctuating magnetic field in the core, which induces a proportional current in the secondary winding (the hundreds or thousands of fine wire turns wrapped around the core).
The relationship is dictated by the turns ratio. If a CT has a 100:5 ratio, 100 amps on the primary yields exactly 5 amps on the secondary. According to All About Circuits, the secondary current is strictly dependent on the primary current and the turns ratio, not the secondary burden (within the CT's VA rating limits).
The Most Common Confusion: 5A Output vs. Voltage Output
Makers and DIYers frequently confuse standard 5A secondary CTs with voltage-output CTs (often rated at 0-333mV or 0-5V). A standard 5A CT outputs current and requires an external burden resistor or a dedicated 5A-input meter to function safely. A 333mV CT (like the popular YHDC SCT-013-000 used in Arduino projects) is actually a standard CT with an internal burden resistor already installed. It outputs a voltage proportional to the primary current. If you wire a 333mV CT into a meter expecting a 5A current loop, your readings will be entirely wrong, and you risk damaging the meter's shunt.
Worked Numeric Example: Sizing a CT for a 200A Feeder
Let’s size and calculate the output for a low voltage current transformer monitoring a 200A residential service feeder using 2/0 AWG THHN copper.
- Primary Current ($I_p$): 200A maximum.
- Selected CT Ratio: 200:5A (Turns ratio = 40:1).
- Secondary Current ($I_s$): At full 200A load, $I_s = 200 / 40 = 5A$.
If you are using a modern energy monitor (like an Emporia Vue or AccuEnergy AcuCT) that requires a 333mV voltage output at full scale, we must calculate the internal burden resistor ($R_b$) required to convert that 5A secondary current into 0.333V:
$$R_b = \frac{V_{out}}{I_s} = \frac{0.333V}{5A} = 0.0666 \Omega$$
Furthermore, we must check the burden wattage to ensure the resistor won't overheat. Power ($P$) = $I^2 \times R$:
$$P = (5A)^2 \times 0.0666 \Omega = 1.665W$$
Because the dissipation is 1.665W, the manufacturer must use at least a 2W or 3W rated internal resistor. If you are building your own Arduino-based monitor using a raw 200:5A CT, you would physically wire a 0.066-ohm, 3W power resistor across the secondary leads to safely generate your 333mV signal for the microcontroller's ADC.
Where You Meet This In Practice
You will rarely see a low voltage current transformer sitting loose on a workbench; they are almost always integrated into specific power-monitoring workflows:
- Solar Net Metering: Utility bi-directional meters use CTs on the main service drop to calculate whether your home is importing from or exporting to the grid.
- EV Charger Load Shedding: Smart Level 2 chargers (like the Tesla Wall Connector) use a CT clamped to the main service feeder. If the house load spikes, the charger reads the CT data via RS-485 or Wi-Fi and dynamically throttles the EV charging current to prevent tripping the main 200A breaker.
- Tenant Sub-Metering: In commercial low-voltage (480V/277V) panels, landlords use split-core CTs paired with Modbus pulse meters to bill individual tenants for their exact HVAC and lighting usage without installing separate utility meters.
Split-Core vs. Solid-Core Selection Matrix
When sourcing a CT from suppliers like Magnelab or generic importers, you must choose between split-core and solid-core topologies. Here is how they compare in the field:
| Feature | Solid-Core (Ring) CT | Split-Core (Clamp) CT |
|---|---|---|
| Installation | Requires disconnecting and routing the primary wire through the center. | Clamps directly over an existing, energized insulated wire. |
| Accuracy | Higher. Continuous grain-oriented silicon steel core prevents flux leakage. | Slightly lower. The air gap at the hinge and mating surfaces introduces minor phase and ratio errors. |
| Cost | Cheaper ($10 - $25 per unit). | More expensive ($30 - $85 per unit) due to precision-machined mating faces. |
| Best Use Case | New construction, OEM panel building, or when wires are already disconnected. | Retrofits, energy audits, and troubleshooting live panels without de-energizing. |
Low Voltage Current Transformer FAQ
Can I use a low voltage current transformer on a DC circuit?
No. Current transformers rely entirely on electromagnetic induction, which requires a changing magnetic field to induce a secondary current. Direct Current (DC) creates a static magnetic field, meaning zero voltage will be induced in the secondary winding. If you need to measure DC current (like on a 48V LiFePO4 solar battery bank), you must use a Hall-effect sensor (like the ACS712) or a flux-gate DC shunt.
What happens if I wire the secondary leads backward (swap polarity)?
If you swap the secondary leads (often marked X1 and X2, or white and black), the CT will still output the correct magnitude of current or voltage, but the waveform will be shifted by 180 degrees. If you are only measuring raw amperage, you won't notice a difference. However, if you are measuring real power (Watts) or power factor, the meter will read the phase angle incorrectly, resulting in negative wattage readings or a completely skewed power factor calculation.
How do I safely remove a 5A CT from a live circuit?
You must use a CT shorting block. Before disconnecting any wires from the secondary terminals of a 5A CT, you must engage the shorting block's sliding switch or screw mechanism to bridge the X1 and X2 terminals. This creates a zero-resistance path, safely dropping the secondary voltage to near zero and allowing the CT to operate without generating dangerous high voltage. Never rely on simply twisting the wires together by hand while the primary is energized.






