A current and voltage transformer (collectively known as instrument transformers) is a precision magnetic device that steps down high primary AC currents and voltages to standardized, safe secondary levels—typically 5A and 120V—for measurement and protective relaying. In a real installation, this hardware changes a lethal, unmeasurable 13.8kV/400A utility line into a safe, isolated 120V/5A signal that a standard $50 digital panel meter or microcontroller ADC can read without exploding. The most common mistake hobbyists and junior technicians make is confusing instrument transformers with standard power or distribution transformers. While a power transformer is designed to transfer bulk energy (kVA) efficiently to run loads, an instrument transformer is designed to transfer a highly accurate, scaled signal (VA) to run meters, prioritizing phase and ratio accuracy over raw power delivery.
Core Specs and Standard Ratings for Instrument Transformers
Before wiring a panel, you need to match the transformer to your metering hardware. Instrument transformers are categorized by their transformation ratio, burden capacity (measured in Volt-Amperes, VA), and accuracy class. Below is the reference data for standard off-the-shelf units used in commercial and residential metering.
| Parameter | Current Transformer (CT) | Voltage/Potential Transformer (VT/PT) |
|---|---|---|
| Primary Rating | 5A to 3000A+ (e.g., 400:5, 1200:5) | 120V to 138kV+ (e.g., 14400:120) |
| Standard Secondary Output | 5A or 1A AC | 120V or 115V AC |
| Typical Burden Rating | 5 VA to 45 VA | 25 VA to 200 VA |
| Metering Accuracy Class | 0.3, 0.5 (Revenue metering) | 0.3, 0.6 (Revenue metering) |
| Protection Accuracy Class | 5P10, 10P20 (Relay tripping) | 3P, 6P (Relay tripping) |
| Secondary Wiring Rule | MUST be shorted if meter is removed | MUST be fused/never short-circuited |
Worked Example: Sizing a CT Burden and Reading the Meter
Let’s look at the math required when pairing a CT with a digital energy meter. Suppose you are monitoring a 400A main feeder using a 400:5A CT rated at 15 VA, Class 0.5. You are wiring this to a panel meter that has an internal shunt resistance (burden) of 0.4 ohms and you are using 10 feet of 14 AWG copper wire for the secondary loop.
- Calculate Secondary Current: At full primary load (400A), the secondary current is exactly 5A.
- Calculate Wire Resistance: 10 feet of 14 AWG out-and-back (20 feet total loop) has a resistance of roughly 0.05 ohms at 20°C.
- Total Circuit Burden (Impedance): Meter (0.4 Ω) + Wire (0.05 Ω) = 0.45 Ω.
- Calculate Voltage Drop: V = I × R = 5A × 0.45 Ω = 2.25V.
- Calculate Actual Burden in VA: VA = V × I = 2.25V × 5A = 11.25 VA.
The Verdict: Your calculated burden (11.25 VA) is less than the CT’s rated burden (15 VA). The CT will operate well within its linear magnetic region, and your meter will read accurately within the 0.5% tolerance. If you had used 50 feet of thin 18 AWG wire, the loop resistance would spike to ~0.32 Ω, pushing the total burden over 20 VA. The CT core would magnetically saturate, the secondary waveform would distort, and your meter would read falsely low while the CT overheated.
Where You Meet Instrument Transformers in Practice
You won't find voltage transformers in a standard 120/240V residential split-phase panel—the voltages are already low enough to wire directly into a standard residential smart meter. However, current and voltage transformers become mandatory the moment you cross into commercial power, high-amperage residential services, or grid-tied generation.
- 400A+ Residential Service Drops: When a home upgrades to a 400A service for EV chargers and heat pumps, the utility uses a "CT metering" cabinet. The main lugs pass through massive solid-core CTs, and a small 120V meter socket reads the scaled 5A secondary signals to calculate your bill.
- Solar Inverter Revenue Metering: Grid-tied commercial solar arrays (e.g., a 250kW system on a warehouse roof) require a utility-grade revenue meter. This meter uses three CTs clamped to the 3-phase inverter output conductors and a set of PTs (Potential Transformers) to step down the 480V 3-phase lines to 120V, allowing the meter to calculate net export to the grid.
- DIY Home Energy Monitors: Hobbyists building ESP32-based energy dashboards use split-core current transformers (like the popular SCT-013-000) that clip directly over NM-B feeder wires in the breaker panel without requiring the main breaker to be pulled or the wire to be severed.
Critical Safety Rules: The Open vs. Short Circuit Trap
Instrument transformers operate under fundamentally different safety rules than standard power transformers. Mixing these rules up is a fast track to destroyed equipment or a fatal arc flash.
A CT acts as a current source. If the secondary winding is left open while primary current flows, there is no secondary ampere-turns to oppose the primary magnetic field. The core saturates violently. The massive, rapid change in magnetic flux (dΦ/dt) induces a lethal voltage spike—often exceeding 2,000V to 5,000V—across the open secondary terminals. This will arc across the terminal block, destroy the CT insulation, and can easily electrocute anyone nearby. Always short the secondary terminals (S1 to S2) with a shorting block before removing a meter.
Conversely, a Voltage Transformer (VT/PT) acts as a stiff voltage source. If you short-circuit the secondary terminals of a PT, it will attempt to push infinite current to maintain its 120V output. This results in an immediate, explosive fault current that will melt the windings and vaporize copper traces if not cleared instantly by a secondary fuse. Always fuse the secondary side of a voltage transformer, and never short the output.
Frequently Asked Questions
Can I use a standard 120V to 12V control transformer as a voltage transformer for metering?
No. While it will step down the voltage, standard control transformers lack the precision winding ratios and low-loss core materials required for accurate metering. A control transformer might introduce a 5% to 10% ratio error and severe phase shift, completely ruining power factor (kW vs kVA) calculations on your energy monitor. Always use a dedicated PT with a specified accuracy class (e.g., 0.6).
Why do some modern CTs output 1A instead of 5A?
A 1A secondary rating is used in large industrial substations where the metering relays are located hundreds of feet away from the switchgear. Because power loss in the wire scales with the square of the current (P = I²R), a 1A secondary reduces wire burden losses by a factor of 25 compared to a 5A secondary, allowing the use of smaller gauge wire over long conduit runs.
Do I need a burden resistor for a voltage-output CT?
It depends on the model. If your CT is rated in Amps (e.g., 100:5A), it is a pure current source and requires an external burden resistor to develop a readable voltage for an Arduino or oscilloscope. If your CT is a "voltage-output" model (e.g., SCT-013-000, rated 100A:1V), the manufacturer has already installed an internal burden resistor. Adding another external resistor to a voltage-output CT will alter the ratio and ruin your calibration.






