Real power, apparent power, and the ratio between them
Power factor is the ratio of real power — the power that actually does useful work, measured in watts — to apparent power, the simple product of RMS voltage and RMS current, measured in volt-amperes. A power factor of 1 means every amp of current you draw is doing productive work; a power factor below 1 means the utility has to size its wires, transformers and generators for more current than is actually delivering energy, which costs money and capacity even though your electricity meter (which typically measures only real power) doesn't directly show it.
Two very different ways to have bad power factor
For a purely sinusoidal load — a motor with inductive lag, say — power factor is just cos(φ), the cosine of the phase angle φ between voltage and current, and this is the classic displacement power factor problem, historically fixed with capacitor banks. Switching power supplies (phone chargers, LED drivers, computer PSUs) have a different and often worse problem: a plain bridge rectifier feeding a smoothing capacitor only conducts in short, sharp pulses right at the peak of each half-cycle, when the instantaneous line voltage exceeds the capacitor's charge. That pulsed current is far from sinusoidal, so it carries substantial energy at harmonics of the line frequency (2nd, 3rd, 5th...) that transfer no real power at all — distortion power factor, quantified by total harmonic distortion (THD).
PF = P_real / S_apparent = P_real / (V_rms * I_rms) for sinusoidal V and I, phase-shifted by angle phi: PF = cos(phi) (displacement power factor) for a nonsinusoidal (distorted) current with THD: PF = cos(phi) / sqrt(1 + THD^2) (distortion also derates PF) plain rectifier + cap: PF often 0.5-0.6, THD > 100% active PFC boost stage: PF > 0.95-0.99, THD < 10%
The boost PFC stage: two nested control loops
Active PFC solves the distortion problem by placing a boost converter directly after the rectifier and running it with a fast current control loop that continuously forces the inductor current to track a scaled, rectified copy of the instantaneous line voltage — so the current waveform becomes a sine wave (rectified into a series of humps) instead of narrow spikes, and it stays in phase because it's literally being commanded to follow the voltage shape at every instant. A slower outer voltage control loop monitors the DC bus that the boost stage charges and adjusts the amplitude of the current reference to hold that bus voltage constant despite load changes, while running too slowly to distort the fast current waveform it's supervising.
Why regulators mandate it
Standards like IEC 61000-3-2 legally cap the harmonic currents that consumer electronics above a modest power threshold are allowed to inject back into the grid, which is why active PFC circuitry is now built into essentially every laptop charger, LED driver and computer power supply above roughly 75W — without it, millions of switching supplies drawing distorted current in near-unison would pollute grid voltage with harmonics, overheat neutral conductors in three-phase systems, and force utilities to over-provision infrastructure for apparent power that never converts to useful energy.
Frequently asked questions
What exactly does power factor measure?
It is the ratio of real power (what actually does useful work) to apparent power (voltage RMS times current RMS). A power factor of 1 means all the delivered current does useful work; anything less means part of the current is wasted moving energy back and forth without net transfer, or is at the wrong frequency to transfer real power at all.
Why does a plain rectifier and capacitor make such bad power factor?
A bridge rectifier feeding a smoothing capacitor only conducts in narrow current spikes near the peak of each AC half-cycle, when the line voltage exceeds the capacitor's stored voltage. Those spikes are far from sinusoidal, so most of the current is at harmonics of the line frequency that carry no real power at all.
How does boost PFC fix the current waveform?
A fast inner control loop forces the inductor current to track a scaled copy of the rectified input voltage at every instant, using rapid PWM switching, so the drawn current becomes sinusoidal and in phase with the voltage. A slower outer loop regulates the DC bus voltage that this boost stage feeds to the load.
Try it live
Everything above runs in your browser — open Power Factor Correction (PFC) and change the parameters while it is running. Nothing is installed, nothing is uploaded, the whole model lives in one tab.
▶ Open Power Factor Correction (PFC) simulation