// POWER QUALITY
Harmonics & Power Quality — THD, Filters, and Resonance
2026 7
8 min read
LMXFORGE
Why Harmonics Matter
Harmonics are currents and voltages at integer multiples of the fundamental frequency (60 Hz or 50 Hz) — the 5th harmonic at 300 Hz, the 7th at 420 Hz, and so on. They're produced by non-linear loads: VFDs, rectifiers, UPS systems, LED drivers, and switch-mode power supplies all draw current in pulses rather than a clean sine wave, and that distortion shows up as harmonic content on the system.
Unlike a symmetrical fault or a straightforward voltage drop problem, harmonics cause a specific set of second-order effects: extra heating in transformers and motors, nuisance neutral conductor loading, capacitor bank resonance, and metering/protection relay misoperation — none of which show up on a basic voltage or current reading unless you're specifically looking for distortion.
Total Harmonic Distortion (THD)
- THD-V (voltage) — measures how distorted the voltage waveform is relative to a clean sine wave; IEEE 519 sets recommended limits based on system voltage level (typically 5% THD-V at the point of common coupling for systems under 69kV, tighter for higher voltage levels).
- THD-I (current) — measures current waveform distortion; IEEE 519 limits scale with the ratio of available short-circuit current to load current (Isc/IL) — a "stiffer" system (higher available fault current relative to load) is allowed more current distortion before it becomes a problem for the rest of the system.
- Individual harmonic limits — beyond the total THD figure, IEEE 519 also caps individual harmonic orders (e.g., 3rd, 5th, 7th) since a single dominant harmonic can be more damaging than the same total THD spread across many orders.
- Where you measure matters — THD at the point of common coupling (PCC, typically the utility interface) is the compliance point IEEE 519 actually targets; THD measured deep inside a facility right at a VFD's own terminals will always look much worse and isn't the compliance metric.
Common Harmonic Sources
- Variable frequency drives (VFDs) — the most common industrial harmonic source; a standard 6-pulse VFD rectifier front end produces significant 5th and 7th harmonic current by design
- UPS systems — older/simpler UPS topologies can be significant harmonic sources; modern UPS with active front-end (AFE) rectifiers produce far less
- LED lighting and electronic ballasts — individually small, but a building full of LED drivers adds up, particularly on the neutral (see below)
- Arc furnaces and welding equipment — produce both harmonics and flicker; a different power quality concern requiring separate mitigation approaches
- Switch-mode power supplies — computers, office equipment — a smaller per-unit contributor but ubiquitous in commercial buildings
Triplen Harmonics and the Neutral Conductor
The 3rd, 9th, 15th (and other odd multiples of 3) harmonics — called triplen harmonics — behave differently from other harmonic orders in a three-phase system:
- They don't cancel in the neutral — in a balanced three-phase system, the fundamental and most harmonics cancel in a shared neutral conductor. Triplen harmonics from single-phase non-linear loads (like LED drivers or switch-mode supplies) are in phase across all three phases and add in the neutral instead of canceling.
- Practical consequence — a neutral conductor sized identically to the phase conductors, which is normal and safe for a linear balanced load, can actually carry more current than any single phase conductor in a building with heavy triplen-generating loads. This is a genuine, well-documented issue in office buildings with dense LED/electronics loading.
- Mitigation — oversized neutral conductors (commonly sized at 173% or 200% of phase conductor ampacity in triplen-heavy applications), or a zigzag/harmonic mitigating transformer that provides a local path for triplen harmonics to circulate without loading the neutral back to the source.
- Delta-wye transformers help — a delta-connected primary winding traps triplen harmonics from circulating back upstream into the utility, which is one of the practical reasons Dyn-configured distribution transformers (see the transformer selection article) are common at the utility interface.
Capacitor Bank Resonance
Power factor correction capacitor banks and harmonic sources on the same system can interact in a way that makes both problems worse:
- Parallel resonance — a capacitor bank in parallel with the system's inductive source impedance creates a resonant frequency; if that resonant point lands near a harmonic order actually present on the system (commonly the 5th or 7th from VFD loads), the resulting voltage/current at that harmonic can be amplified dramatically rather than just passed through.
- Symptoms — capacitor bank fuse blowing repeatedly, capacitor can bulging/failure well before expected life, unexplained overheating in nearby equipment — these are classic resonance symptoms, not just "the capacitors are bad."
- Detuned reactors — the standard mitigation is adding a series reactor with the capacitor bank, deliberately shifting the resonant frequency below the lowest problematic harmonic (commonly tuned around the 4.2nd or 3.8th harmonic order) so the bank can no longer resonate with real system harmonics.
- Never add capacitors to a harmonic-heavy system without checking resonance — this is one of the more common and expensive power quality mistakes: adding PF correction capacitors to fix a utility power factor penalty, only to create a new resonance problem with existing VFD harmonics.
Mitigation Approaches
- Line reactors / chokes — the simplest and cheapest mitigation; adding series inductance ahead of a VFD reduces harmonic current draw, often the first thing tried before more expensive solutions
- Passive harmonic filters — tuned LC filter branches designed to trap specific harmonic orders (commonly 5th, 7th, 11th); effective and relatively inexpensive, but fixed-tuned, so they're sized for a specific, known harmonic profile and don't adapt if the load changes significantly
- Active harmonic filters (AHF) — measure the actual harmonic content in real time and inject an equal, opposite waveform to cancel it; more expensive than passive filtering but adapts automatically to changing load conditions, and one AHF can address multiple harmonic orders simultaneously
- 12-pulse or 18-pulse VFD/rectifier designs — using a phase-shifting transformer to combine two or three 6-pulse rectifier bridges, canceling specific harmonic orders by design rather than filtering them after the fact — a design-stage choice rather than a retrofit
- Active front-end (AFE) drives — replace the diode/thyristor rectifier front end with an actively-switched one, producing near-sinusoidal input current directly, at a higher equipment cost than a standard drive
Where Standards Diverge
- Primary reference standard — IEEE 519 is the dominant harmonic limit reference in North American practice; IEC 61000-3-2/61000-3-4 (emission limits for equipment) and IEC 61000-2-4 (compatibility levels for industrial installations) serve a similar role in IEC jurisdictions, but with a different structural approach — IEEE 519 sets limits at the point of common coupling based on system stiffness, while the IEC 61000 series sets emission limits per equipment class combined with separate compatibility levels for the installation.
- Individual harmonic limit tables — both standards specify individual odd/even harmonic limits, but the exact percentage values and the Isc/IL banding structure differ — don't assume an IEEE 519-compliant design automatically satisfies IEC 61000 compatibility levels without checking both tables against the specific project requirement.
Summary
- Harmonics come from non-linear loads (VFDs, UPS, LED drivers, switch-mode supplies) and are measured as THD-V and THD-I against IEEE 519 limits at the point of common coupling
- Triplen harmonics (3rd, 9th, 15th...) add in the neutral instead of canceling — a genuine risk for oversized neutral loading in triplen-heavy buildings, mitigated with oversized neutrals or harmonic-mitigating transformers
- Capacitor banks can resonate with existing system harmonics, amplifying rather than just tolerating them — always check resonance before adding PF correction capacitors to a harmonic-heavy system, and use detuned reactors where needed
- Mitigation ranges from cheap (line reactors) to sophisticated (active harmonic filters, active front-end drives) — match the mitigation to the actual measured harmonic profile, not a generic assumption
// RELATED ARTICLE
Transformer Application Engineering
Vector groups, delta-wye configurations, and why the transformer at your utility interface matters for triplen harmonic circulation.
// REFERENCES
- IEEE Std 519-2022: Recommended Practice and Requirements for Harmonic Control in Electric Power Systems
- IEC 61000-3-2: Electromagnetic compatibility (EMC) — Limits for harmonic current emissions
- IEC 61000-2-4: Electromagnetic compatibility (EMC) — Compatibility levels in industrial plants
- IEC 61000-3-4: Electromagnetic compatibility (EMC) — Limitation of emission of harmonic currents in low-voltage power supply systems