The difference between CT and PT instrument transformers boils down to their primary winding design: Current Transformers (CTs) are wired in series to step down high current, while Potential Transformers (PTs) are wired in parallel to step down high voltage. Verdict: Use a CT when you need to measure or protect against load current (e.g., feeding a 5A input to a power meter or an ESP32 ADC). Use a PT when you need to step down high bus voltage to a safe 120V metering level. They are never interchangeable, and confusing their secondary safety rules can be lethal.
The Single Physical Difference That Drives Everything
Every operational and safety difference between these two devices stems from one physical reality: the design of the primary winding.
A Current Transformer (CT) has a primary winding designed for extremely low impedance. It consists of just one to a few turns of very thick copper, or in the case of split-core and window-type CTs, the primary 'winding' is simply the load-carrying busbar or cable passing through the center. Because it must carry the full load current without dropping voltage or overheating, its impedance is virtually zero. This mandates a series connection with the load.
A Potential Transformer (PT), also known as a Voltage Transformer (VT), has a primary winding designed for extremely high impedance. It consists of thousands of turns of fine magnet wire. It is designed to draw negligible current from the line while accurately reflecting the voltage potential. This mandates a parallel connection across the line.
This single physical divergence dictates their secondary ratings, their failure modes, and their respective accuracy classes under standards like IEEE C57.13 and IEC 61869.
Head-to-Head CT vs PT Comparison Matrix
| Parameter | Current Transformer (CT) | Potential Transformer (PT) |
|---|---|---|
| Primary Connection | Series (carries full load current) | Parallel (carries negligible current) |
| Standard Secondary Output | 5A or 1A (current source) | 120V or 110V (voltage source) |
| Fatal Safety Hazard | Open-circuiting the secondary (causes kV spike) | Short-circuiting the secondary (causes thermal fire) |
| Metering Accuracy Class | 0.1, 0.2, 0.5 (up to 120% rated current) | 0.1, 0.2, 0.5 (up to 120% rated voltage) |
| Protection Class | 5P, 10P, PX (defined by knee-point voltage) | 3P, 6P (defined by voltage factor) |
| Burden Rating | Measured in VA (e.g., 5VA to 30VA) | Measured in VA (e.g., 25VA to 200VA) |
Where They Are Strictly NOT Interchangeable
You cannot substitute a CT for a PT, or vice versa, under any circumstances. The physics of their windings guarantee catastrophic failure if misapplied.
The CT Open-Circuit Hazard
A CT acts as a constant current source. If the secondary circuit is left open while primary current flows, the secondary current drops to zero. Without the secondary ampere-turns to oppose the primary ampere-turns, the transformer core drives deep into magnetic saturation. The rate of change of flux ($d\Phi/dt$) spikes massively, inducing a lethal voltage (often 2,000V to 10,000V+) across the open secondary terminals. This will flash over the terminal block, destroy connected metering equipment, and electrocute anyone nearby. Rule: Always short-circuit a CT secondary before disconnecting a meter.
The PT Short-Circuit Hazard
A PT acts as a constant voltage source. If the secondary is short-circuited, the low impedance of the fine-wire winding allows massive current to flow, limited only by the transformer's internal impedance and the source fault current. This results in immediate thermal runaway, melting the windings and causing an electrical fire. Rule: Always fuse the secondary of a PT (typically with 3A to 5A fuses) to protect against short circuits.
Connection Swaps
If you wire a CT in parallel across a 480V bus, its near-zero impedance will create a dead short, resulting in an immediate arc flash and tripped upstream breakers. If you wire a PT in series with a load, its high impedance will choke the current flow, dropping the full line voltage across the PT and starving the load.
Cost, Availability, and Sourcing Realities
Because of their physical construction and insulation requirements, the pricing and availability of CTs and PTs differ drastically.
- Current Transformers: Highly commoditized and cheap. For hobbyist or low-voltage commercial energy monitoring, split-core CTs like the YHDC SCT-013-000 (100A, 50mA output) cost between $8 and $15. For commercial Modbus power meters, solid-core or snap-in CTs from Accuenergy (AcuCT series) or Magnetics range from $25 to $80 per phase. They require minimal insulation since they only 'see' the current, not the system voltage.
- Potential Transformers: Significantly more expensive due to the need for high-dielectric insulation (epoxy casting, oil immersion, or SF6 gas) to isolate the primary high voltage from the secondary. A low-voltage 480V-to-120V PT from Eaton or Schneider Electric will cost $150 to $300. Medium-voltage PTs (e.g., 15kV class from ABB or Instrument Transformers LLC) easily cost $600 to $2,500+ each. Sourcing PTs usually requires specialized electrical distributors rather than standard electronics suppliers.
Choose-A-When & Decision Path
Use these rules to specify the correct instrument transformer for your panel, meter, or microcontroller project.
Choose a CT When:
- You need to measure load current (Amps) for energy billing or sub-metering.
- You are feeding the current input of a digital power meter (e.g., Schneider PM5xxx, Accuenergy AcuPWR).
- You are building an overcurrent or differential protection relay scheme.
- You need to interface high currents with a microcontroller ADC using a burden resistor to convert current to voltage.
Choose a PT When:
- You need to step down medium or high voltage (e.g., 4160V, 13.8kV) to a standard 120V for metering.
- You are providing a standardized voltage reference to a protective relay or synchronoscope.
- You need to isolate a high-voltage bus from low-voltage control wiring for safety.
Specification Decision Tree
| If your application is... | Then specify this exact component type... | Example Part / Value |
|---|---|---|
| ESP32/Arduino home energy monitor (120V/240V) | Split-core CT with built-in burden resistor (voltage output) | YHDC SCT-013-030 (30A, 1V output) |
| Commercial 3-phase 400A panel sub-metering | Solid-core CT, 5A secondary, 0.5 accuracy class | Accuenergy AcuCT-400 (400:5A, 10VA burden) |
| Microprocessor overcurrent protection relay | Protection-class CT (must not saturate during faults) | IEEE C57.13 Class C200, 5P20 rating |
| Stepping down 480V delta to 120V for a PLC | Low-voltage control transformer (acting as PT) | Schneider Electric 9070T500 (500VA, 480V-120V) |
| 15kV utility switchgear metering | Medium-voltage epoxy-cast PT | ABB JVT-15 (15kV class, 120V secondary) |
By respecting the fundamental series-vs-parallel divide and adhering to the strict secondary safety rules (never open a CT, never short a PT), you can safely and accurately scale any electrical system down to measurable, logic-level signals.






