A current transformer for measurement steps down high AC line currents to a safe, measurable secondary current without breaking the primary circuit. Whether you are monitoring a 200A residential subpanel feeder or logging data with an ESP32, the core principle remains the same: the primary conductor acts as a single-turn winding, inducing a proportional current in the multi-turn secondary winding. The most critical rule before you touch one is absolute: never leave the secondary circuit open while primary current is flowing. An open secondary on an energized CT will drive the core into deep saturation, inducing thousands of volts across the terminals—a lethal shock hazard and a guaranteed way to destroy your test equipment.
Meter Setup and CAT Safety Requirements
Working inside a live panel to measure CT secondary currents requires strict adherence to safety categories. Because you are measuring at the origin of the installation or on main feeders, your multimeter and test leads must be rated for the environment. According to Fluke's safety guidelines on CAT ratings, measuring at the service entrance or main panel requires a CAT IV 600V or CAT III 1000V rated meter. For branch circuit panelboards, CAT III 600V is the minimum acceptable threshold.
Dial Position: AC Amps (A~ or A with a sine wave symbol). Do not use DC Amps.
Lead Jacks: Black lead to COM, Red lead to the 10A (or high-current A) jack. Never use the mA/µA jack for CT secondary measurements, as a 5A secondary will instantly blow the internal low-current fuse.
Range: Set to Auto-range, or manually select the 10A range to prevent the meter from switching ranges mid-test.
Probe Placement and Test Point Execution
When measuring the secondary output of a solid-core or panel-mounted CT (such as a standard 200:5A 50VA class), you must interact with the secondary terminal block. Always use a shorting block or shorting switch if your panel is equipped with one. If not, follow this exact sequence to avoid opening the circuit:
- Verify the Primary Load: Ensure the primary conductor is carrying a stable load. A CT with zero primary current will output zero secondary current, giving you a false sense of security when making connections.
- Prepare the Short: If disconnecting an existing ammeter, use a jumper wire with insulated alligator clips to short the X1 and X2 secondary terminals before removing the existing meter leads.
- Connect the DMM: Insert your DMM probes in parallel with the shorting jumper. Place the black probe on X2 (the grounded/neutral side of the secondary) and the red probe on X1.
- Remove the Short: Once the DMM is securely making contact and displaying a reading, remove the jumper wire. The DMM's internal shunt now acts as the burden, completing the secondary circuit.
- Re-Short Before Disconnecting: When finished, replace the jumper wire across X1 and X2 before pulling your DMM probes out.
For split-core CTs (like the YHDC SCT-013 series used in maker projects), probe placement is simpler. You clamp the core over the primary wire and plug the 3.5mm jack directly into your microcontroller's ADC or a dedicated ammeter module, bypassing the need for manual terminal shorting.
Expected Readings: Good vs. Bad Values
Understanding what a good reading looks like numerically requires knowing your CT's turns ratio. A 200:5 CT has a ratio of 40:1. If 120A flows through the primary, the expected secondary current is 120A / 40 = 3.0A. Below is a diagnostic table for a standard 200:5A CT installed on a feeder with an expected nominal load of 80A.
| Primary Load | CT Ratio | Expected Secondary | Actual Reading | Diagnosis |
|---|---|---|---|---|
| 80A | 200:5 | 2.00A | 1.98A - 2.02A | Good (within standard accuracy class limits) |
| 80A | 200:5 | 2.00A | 0.00A | Bad: Blown DMM fuse, open secondary, or shorted X1-X2 terminals |
| 80A | 200:5 | 2.00A | 4.80A | Bad: Wrong ratio selected on meter, or primary load is actually 192A |
| 80A | 200:5 | 2.00A | 1.45A | Bad: CT core saturation, excessive burden impedance, or loose primary connection |
Common Mistakes That Give Misleading Readings
Even with the correct meter setup, several physical and electrical factors can skew your data. As noted in industry guidelines on CT operation, the magnetic core's behavior is highly dependent on the connected burden.
1. Burden Resistor Mismatch (Voltage-Output CTs):
If you are using a voltage-output CT (like the SCT-013-000) with an Arduino or ESP32, the CT requires an external burden resistor (typically 62Ω for a 100A:50mA model) to convert the secondary current into a measurable voltage. If you forget the resistor, the ADC will read noise. If you use the SCT-013-030 (which outputs 1V at 30A and has an internal burden resistor) and add an external one anyway, you will create a parallel resistance network, drastically lowering your voltage output and causing massive under-reporting of the current.
2. Core Saturation from Overcurrent: 3. Residual Magnetism and DC Offset: No. A current transformer for measurement relies entirely on Faraday's Law of Induction, which requires a changing magnetic field (dΦ/dt) to induce a secondary current. Direct current produces a static magnetic field, meaning zero voltage or current will be induced in the secondary winding. For DC measurement, you must use a Hall-effect sensor (like the ACS712 or a dedicated DC clamp meter) or a precision shunt resistor. If the primary load is confirmed active but the secondary reads 0.00A, check these three points in order: First, verify your multimeter's internal 10A fuse; a blown fuse creates an open circuit, which is dangerous on a CT but will simply read zero on a DMM until the core saturates. Second, check for an accidental short across the X1 and X2 terminals on the terminal block. Third, ensure the primary conductor actually passes through the center of the CT window; if the wire loops back through the window in the opposite direction, the magnetic fields cancel out, resulting in a net zero reading. Leaving the secondary open while primary current flows is the most dangerous mistake you can make with a CT. Without a burden to limit the secondary current, the CT acts as a step-up voltage transformer. The core saturates heavily, and the rapid collapse of the magnetic flux induces massive voltage spikes—often exceeding 2,000V to 5,000V—across the open terminals. This will instantly break down the insulation of the secondary windings, permanently destroy the CT, and poses a severe electrocution hazard to anyone nearby. Always short the secondary before disconnecting your meter. To find the primary current, multiply your multimeter's secondary reading by the CT's primary-to-secondary ratio. The formula is: I_primary = I_secondary × (Primary Rating / Secondary Rating). For example, if you are using a 400:5 CT and your multimeter reads 3.2A on the secondary terminals, the calculation is 3.2 × (400 / 5), which equals 3.2 × 80 = 256A flowing through the primary busbar. Always verify the ratio printed on the CT's nameplate, as assuming a standard 100:5 ratio on a 200:5 physical unit will cause you to under-report the actual load by 50%.Current Transformer for Measurement FAQs
Can I use a standard current transformer for measurement on a DC circuit?
Why is my current transformer for measurement reading zero when the load is on?
What happens if I accidentally leave the secondary terminals open?
How do I calculate the primary current from my multimeter reading?






