A window type current transformer is a toroidal inductive sensor that passes a primary conductor through its center to step down high AC line current into a proportionally lower, isolated secondary current for safe metering and relay protection.
The Core Principle: What It Changes in Your Circuit
In a standard power circuit, measuring a 200A feeder directly with a microcontroller or digital multimeter is impossible and lethal. What a window type current transformer changes in a real installation is the physical boundary of measurement: it converts that dangerous, unmeasurable line current into a safe, isolated 5A or milliamp-level signal that an Arduino, PLC, or digital power meter can read without ever breaking the physical circuit or exposing low-voltage electronics to mains potential.
The primary 'winding' is simply the single conductor passing through the donut-shaped core (the window). The secondary winding consists of hundreds or thousands of turns of fine enameled copper wire wrapped around the ferrite or silicon-steel core. According to Faraday’s law of induction, the alternating magnetic field generated by the primary current induces a proportional current in the secondary winding.
It is highly common for hobbyists and junior technicians to confuse window type current transformers with other current sensing technologies. They are frequently mixed up with Rogowski coils, which are flexible, air-core sensors that require external active integrator circuits to function, and Hall-effect sensors, which can measure DC current but require external power and suffer from thermal drift. A standard window CT is iron- or ferrite-cored, strictly AC-only, and entirely self-powered via magnetic induction.
Worked Numeric Example: Sizing the Burden Resistor
To use a current-output window type current transformer with a microcontroller's Analog-to-Digital Converter (ADC), you must convert the secondary current into a voltage using a burden resistor. Let us walk through a real-world calculation using the popular YHDC SCT-013-000, a split-core CT widely used in DIY energy monitors.
The Scenario: We are measuring a 60A HVAC compressor using the SCT-013-000 (rated for 100A primary, 50mA secondary). We want to feed this into an Arduino Uno 10-bit ADC (0-5V range). Because AC current alternates above and below zero, we must bias the ADC input at 2.5V, leaving us a maximum usable peak voltage of 2.5V to avoid clipping the waveform.
- Calculate Secondary RMS Current: The turns ratio is 100A : 50mA (or 2000:1). At a 60A primary load, the secondary current is 60A / 2000 = 0.03A (30mA RMS).
- Calculate Secondary Peak Current: AC waveforms are sinusoidal. Peak current = RMS × √2. Therefore, 30mA × 1.414 = 42.4mA peak.
- Calculate Burden Resistance: Using Ohm's Law (R = V / I), we need the resistor to drop exactly 2.5V at the peak current. R = 2.5V / 0.0424A = 58.9 Ω. The nearest standard E24 resistor value is 56 Ω.
- Verify RMS Voltage: With a 56 Ω resistor, the RMS voltage will be 0.03A × 56 Ω = 1.68V RMS. The peak voltage will be 2.37V, which fits perfectly within our 2.5V headroom.
- Calculate Resistor Wattage: Power (P) = I² × R. P = (0.03)² × 56 = 0.0504W. A standard 1/4W (0.25W) through-hole resistor is more than adequate.
For a deeper dive into the magnetic theory and equivalent circuits behind these calculations, the Electronics Tutorials guide on current transformers provides excellent foundational schematics.
Where You Meet This in Practice
You will encounter window type current transformers across residential, commercial, and industrial environments whenever non-invasive current measurement is required:
- Whole-Home Energy Monitors: Systems like the Emporia Vue or Sense use arrays of split-core window CTs clamped directly over 2/0 AWG THHN feeder wires and individual branch circuits inside the main service panel to track real-time power consumption.
- Solar Grid-Tie Inverters: Production meters use solid-core window CTs slipped over the AC output conductors of the inverter before they terminate in the combiner box, allowing the utility to verify net-metering exports.
- Motor Control Centers (MCCs): Industrial motor starters use window CTs to feed thermal overload relays. If a 50HP motor draws excessive current due to a mechanical jam, the CT signals the contactor to drop out before the windings melt.
- Subpanel Feeders: When adding a subpanel, a window CT is often installed on the feeder conductors to provide local ampacity monitoring without requiring a main breaker with built-in shunt trip capabilities.
Frequently Asked Questions
Can a window type current transformer measure DC current?
No. Window type current transformers rely entirely on Faraday’s law of electromagnetic induction, which requires a changing magnetic field to induce a secondary current. Direct current (DC) creates a static magnetic field, meaning zero voltage is induced in the secondary winding once the initial turn-on transient settles. To measure DC or mixed AC/DC signals (like the output of a variable frequency drive or a solar charge controller), you must use a Hall-effect sensor or a fluxgate current transducer.
What happens if the secondary of a window type current transformer is left open?
If the secondary circuit of a standard 1A or 5A window CT is opened while primary current is flowing, the transformer loses its counter-magnetomotive force. The core instantly saturates, and the entire primary current acts as pure magnetizing current. This induces extreme, lethal voltage spikes (often exceeding 2kV to 5kV) across the open secondary terminals. This will puncture the winding insulation, permanently ruin the CT, and pose a fatal shock hazard. Always short the secondary leads with a jumper wire before removing a connected meter.
Does wrapping the primary wire multiple times through the window change the ratio?
Yes, this is a standard field technique for increasing the sensitivity of a window CT on low-current loads. The effective primary turns increase with every pass through the window. If you have a 100:5 CT (a 20:1 ratio) but are only measuring a 5A lighting circuit, the secondary output will be too small to read accurately. By looping the primary wire through the window four times, you effectively change the ratio. The new primary rating becomes 100A / 4 = 25A. Now, a 5A primary load will yield a full 1A secondary output, vastly improving your meter's resolution.
How do I wire a split-core window type current transformer to an energy monitor?
Polarity matters for accurate real power (Watts) calculations, even though it does not affect simple RMS current (Amps) readings. Look for the H1/P1 marking on the CT housing; this side must face the power source (the main breaker). The K1/S1 terminal (usually the white wire) connects to the current input of your monitor, and K2/S2 (usually the black or red wire) connects to the common ground or reference terminal. If your energy monitor shows negative wattage or a leading power factor on a purely resistive load, simply reverse the CT on the wire or swap the two secondary leads at the terminal block.






