The Verdict: Which Instrument Transformer Wins Your Application?

When building AC monitoring systems or designing protection relays, the choice between a potential transformer (PT) and a current transformer (CT) is not a matter of preference—it is dictated entirely by the physical parameter you need to measure. For load monitoring, overcurrent protection, and smart home energy tracking, the Current Transformer (CT) is the undisputed winner. It is safer to retrofit, cheaper at the hobbyist level, and easily clamps over existing wiring without breaking the circuit. However, for grid voltage monitoring, true power factor calculation, and synchrophasor applications, the Potential Transformer (PT) wins. You simply cannot derive accurate RMS voltage or phase-angle data from a CT alone.

Choose a Current Transformer (CT) when:

  • You need to measure load current or calculate real power (Watts) in a smart meter.
  • You are building an ESP32/Arduino energy monitor using modules like the YHDC SCT-013-000.
  • You need to retrofit a sensor onto an existing, energized AC cable without cutting the wire.
  • You are designing overcurrent or ground-fault protection relays.

Choose a Potential Transformer (PT) when:

  • You need to measure mains voltage fluctuations, sags, or swells.
  • You must calculate true Power Factor (PF), which requires comparing the zero-crossing phase angle of both voltage and current waveforms.
  • You are building a grid-tied inverter controller that requires precise grid synchronization (PLL).
  • You need to step down high-voltage transmission lines (e.g., 11kV) to standard 120V metering levels safely.

The Single Physical Difference That Drives Everything

Every operational difference, safety hazard, and wiring rule between these two devices stems from one fundamental physical design choice: how the primary winding interacts with the measured circuit's impedance.

A Current Transformer (CT) is designed to be connected in series with the load. Its primary winding has extremely low impedance—often just a single turn of thick wire, or in the case of split-core sensors, the load wire itself acts as the primary. Because it is in series, the primary current is dictated entirely by the load, not the transformer. The CT's job is to step this high primary current down to a manageable secondary current (typically 1A or 5A for industrial, or 50mA for hobbyist modules like the SCT-013) while maintaining a strict proportional ratio. To do this, the secondary winding has hundreds or thousands of turns of fine wire.

A Potential Transformer (PT), also known as a Voltage Transformer (VT), is designed to be connected in parallel with the load. Its primary winding has extremely high impedance, consisting of thousands of turns of fine wire. Because it is in parallel, the primary voltage is dictated by the grid, and the transformer draws only a tiny magnetizing current. The PT steps this high primary voltage down to a safe secondary voltage (typically 120V or 110V for industrial metering, or 0-3.3V for microcontroller ADCs) using a secondary winding with far fewer turns than the primary.

This single physical divergence—low-impedance series primary (CT) versus high-impedance parallel primary (PT)—dictates their core materials, their burden requirements, and their catastrophic failure modes if miswired.

Head-to-Head Specs: Potential Transformer vs Current Transformer

Below is a concrete comparison of how these instrument transformers stack up across critical engineering and procurement criteria, focusing on both industrial metering and hobbyist/maker applications.

Criteria Current Transformer (CT) Potential Transformer (PT)
Connection Topology Series with the load (Line passes through) Parallel with the load (Line and Neutral attached)
Primary Impedance Near zero (milliohms) Very high (kilo-ohms to mega-ohms)
Secondary Hazard if Miswired Open-circuit induces lethal kV arc Short-circuit causes thermal fire
Typical Hobbyist Module YHDC SCT-013-000 (100A in, 50mA out) ZMPT101B (250V AC in, 0-3.3V analog out)
Core Material Focus High permeability to minimize magnetizing current error High saturation threshold to handle voltage spikes
Cost & Availability (100A/120V class) $6 - $12 (Ubiquitous, split-core widely available) $3 - $8 for PCB modules; $150+ for isolated industrial units

Note on Cost/Availability: At the maker level, bare CTs are incredibly cheap and easy to source because they require only a magnetic core and a secondary coil. PT modules like the ZMPT101B are also cheap, but they require onboard active circuitry (op-amps, voltage dividers) to shift the AC waveform into the 0-3.3V DC range required by microcontroller ADCs. For industrial switchgear, heavy-duty PTs are significantly more expensive and bulkier than their CT counterparts due to the massive insulation requirements for high-voltage parallel connections.

Where They Are Strictly NOT Interchangeable (And What Happens If You Try)

Because of their opposing impedance designs, swapping a CT for a PT, or miswiring their secondaries, results in immediate and often dangerous equipment failure. According to the testing protocols outlined in IEEE C57.13 (Standard Requirements for Instrument Transformers), the secondary circuits of these devices must be treated with entirely different safety paradigms.

The Fatal Mistake: Opening a CT Secondary

If you wire a CT in parallel across a voltage source, its near-zero impedance will create a dead short, instantly tripping the breaker or vaporizing the wire. But the most notorious CT hazard occurs on the secondary side. A CT acts as a constant current source. If the secondary circuit is left open while primary current flows, the transformer attempts to push that secondary current across infinite resistance. This drives the core into deep magnetic saturation, inducing massive voltage spikes—often exceeding 2,000V to 5,000V—across the open secondary terminals. This will arc across the terminal block, destroy connected microcontrollers, and pose a lethal shock hazard. Rule: Always short the secondary terminals of a CT before removing the burden resistor or measuring equipment.

The Fatal Mistake: Shorting a PT Secondary

Conversely, if you wire a PT in series with a load, its high impedance will drop almost the entire line voltage, starving your load and overheating the PT's fine primary wire. On the secondary side, a PT acts as a constant voltage source. If you short-circuit the secondary terminals of an energized PT, it will attempt to supply infinite current to maintain its secondary voltage rating. This results in immediate thermal runaway, melting the windings and causing a fire. Rule: PT secondaries must always be protected by fuses or breakers, and never shorted.

Furthermore, you cannot use a CT to derive voltage data, nor a PT to derive current data. While a PT will draw a tiny magnetizing current, it is non-linear and heavily dependent on core temperature and hysteresis, making it useless for load monitoring. Similarly, a CT's secondary voltage is entirely dependent on the connected burden resistor; it does not reflect the grid voltage.

Frequently Asked Questions

Can I use a current transformer to measure voltage?

No. A current transformer measures the magnetic flux generated by the flow of electrons (current), not the electrical pressure (voltage). If you clamp a CT around a wire that is connected to a 120V source but has no load attached (meaning zero current is flowing), the CT output will be exactly zero, despite the wire being fully energized and dangerous. To measure voltage, you must use a potential transformer or a high-impedance voltage divider circuit.

Why is an open-circuit CT dangerous but an open-circuit PT is safe?

This comes down to the source type. A CT is driven by the load current and behaves as a current source. When you open the secondary circuit, the resistance approaches infinity, and since $V = I \times R$, the induced voltage spikes to thousands of volts to try and force the current across the gap, causing arcing and insulation breakdown. A PT behaves as a voltage source. If you open the secondary circuit of a PT, the resistance approaches infinity, the current simply drops to zero, and the secondary terminals just sit safely at their rated open-circuit voltage (e.g., 120V or 3.3V) with no destructive energy release.

Do I need both a potential transformer and current transformer for an ESP32 smart meter?

Yes, if you want to measure True Power (Watts), Apparent Power (VA), and Power Factor. As detailed in resources like All About Circuits, calculating real power requires sampling both the instantaneous voltage and instantaneous current waveforms simultaneously and multiplying them. If you only use a CT (like the SCT-013) and assume the grid voltage is a constant 120V, your power calculations will be inaccurate during grid sags or surges, and you will be entirely blind to phase shifts caused by inductive loads like motors or compressors. For a complete ESP32 energy monitor, use a CT for the current waveform and a PT module (like the ZMPT101B) for the voltage waveform, feeding both into the ESP32's ADC pins.