What a CT Actually Does in Your Panel
A current transformer (CT) in an electrical panel is a sensor that clamps around or wires in series with a main conductor to step down high alternating current into a proportional, safe, low-current signal for monitoring and protection devices. In a real installation, a CT changes the game by allowing fragile 3.3V or 5V microcontrollers to safely "see" a 200A, 240V mains circuit without being directly connected to lethal voltage. It acts as the isolation barrier between your heavy feeders and your smart home hardware.
People commonly confuse CTs with voltage transformers (PTs/VTs) or assume a standard "100:5" ratio means the device outputs 5 volts. It does not. A traditional 100:5 CT outputs 5 amps at full scale, while modern DIY split-core CTs output milliamps that are converted to voltage via an internal burden resistor. Understanding this distinction prevents you from frying your monitoring equipment the moment you power up the panel.
The Math: A Real-World CT Ratio Example
Let's look at a concrete numeric example using a 200A:50mA split-core CT, which is the standard sensor shipped with popular energy monitors like the Emporia Vue 3 or the IoTaWatt. We will assume this CT is clamped over the 2/0 AWG hot leg of a 200A residential service.
- Primary Current ($I_p$): Your house is pulling 150A (running the AC, electric oven, and an EV charger simultaneously).
- Turns Ratio: 200A primary to 50mA (0.05A) secondary. This is a 4,000:1 ratio.
- Secondary Current ($I_s$): $150A / 4000 = 0.0375A (or 37.5mA).
The energy monitor's internal circuit board features a 20-ohm burden resistor across the CT's secondary leads. Using Ohm's Law ($V = I \times R$), the monitor's Analog-to-Digital Converter (ADC) sees:
$0.0375A \times 20\Omega = 0.75V \text{ RMS}$
Since the ADC reads peak voltage, we multiply by the square root of 2 ($1.414$): $0.75V \times 1.414 = 1.06V$ peak. This fits perfectly within the safe 0-3.3V input range of the ESP32 microcontroller inside the monitor. If you were to upgrade to a 400A service but kept the 200A CT, a 300A load would push the secondary to 1.5V RMS (2.12V peak), which is still readable but starts clipping the waveform near the ADC's ceiling, ruining your accuracy.
Where You Meet CTs in Practice
You will encounter CTs in residential and light-commercial panels in three primary scenarios:
- Smart Home Energy Monitors: Devices like Sense, Emporia, and Span panel rely on arrays of 14 to 32 individual CTs to provide circuit-level granularity. The main CTs measure total consumption, while smaller 50A or 100A CTs clamp onto individual branch circuit hot wires (black or red THHN) to identify specific appliances.
- Solar Export Limiting: If your utility company enforces a zero-export rule, your solar inverter (like a Fronius or SMA) requires a CT on the main service feeds. The inverter reads the CT data via Modbus and instantly throttles solar production the millisecond it detects current flowing backward toward the utility grid.
- Generator Load Shedding: When a 20kW standby generator kicks in, it cannot handle the combined surge of a 5-ton HVAC compressor and an electric water heater. A CT on the generator's main output feeds data to an automatic transfer switch (ATS) controller, which drops the HVAC contactor if the current exceeds 75A.
For deeper technical theory on how the magnetic flux operates within the ferrite core, the Electronics Tutorials guide on Current Transformers provides excellent baseline physics.
Split-Core vs. Solid-Core: Choosing the Right Hardware
When buying CTs for a panel retrofit, you must choose between split-core (hinged) and solid-core (window) designs. Here is how they compare for DIY and prosumer installations:
| Feature | Split-Core CT (e.g., YHDC SCT-013) | Solid-Core CT (e.g., Magnelab) |
|---|---|---|
| Installation | Clamps over existing wires; no disconnect required. | Wire must be completely disconnected and threaded through the window. |
| Core Material | Ferrite (lower permeability, slight air gap at hinge). | Silicon steel or nanocrystalline (continuous magnetic path). |
| Accuracy | ±1% to ±3% (drops off at very low loads < 5A). | ±0.5% or better across the entire measurement range. |
| Typical Cost | $12 - $25 per sensor. | $40 - $85 per sensor. |
| Best Use Case | Retrofitting Emporia/Sense monitors in existing panels. | New construction submetering, revenue-grade billing, or protection relays. |
The Verdict: Choose split-core CTs for 95% of home automation and energy monitoring retrofits. The slight accuracy loss at the bottom of the scale (like measuring a 3W LED bulb on a 200A CT) is irrelevant when you are tracking 4,000W HVAC loads. Only pay the premium for solid-core CTs if you are building a custom protection relay or need utility-grade billing accuracy for a tenant subpanel.
If you are configuring open-source hardware, the IoTaWatt CT hardware documentation offers precise calibration tables for matching specific split-core models to your ADC burden resistors.
Frequently Asked Questions About Panel CTs
Does the direction the CT faces on the wire matter?
Yes, polarity is critical. CTs have a "dot" or an arrow printed on the casing indicating the primary current direction (P1 to P2). In a smart monitor setup, the arrow must point from the utility source toward the load (the breakers). If you install it backward, the monitor will read negative wattage, interpreting your oven's power draw as solar energy being exported to the grid. Always verify the orientation before snapping the panel cover back on.
Can I install a CT in my electrical panel myself, or do I need an electrician?
If you are only clamping split-core CTs onto fully insulated branch circuit wires (like NM-B Romex or insulated THHN) and routing the low-voltage secondary leads out of the panel to a monitor, a competent DIYer can do this safely. However, if you need to install a CT on the bare, uninsulated 2/0 AWG main service conductors between the meter and the main breaker, stop. Those lugs remain energized at 240V even when the main breaker is OFF. Only a licensed electrician who can coordinate with the utility to pull the meter seal and de-energize the service drop should touch the line-side mains.
What happens if I use a 100A CT on a 200A circuit?
Electrically, the CT will not explode; it will simply saturate. When the primary current exceeds the CT's rated maximum, the magnetic core saturates and can no longer transfer flux proportionally. The secondary output will flatline, and your monitor will read a capped, inaccurate number (e.g., maxing out at 110A no matter how much load you add). More importantly, core saturation causes severe heating in the CT winding. Always size your CT's primary rating to match or slightly exceed the breaker protecting that specific conductor.






