The direct answer: Power factor (PF) is the ratio of Real Power (Watts) to Apparent Power (Volt-Amps), calculated as PF = P / S or PF = cos(θ). It is a dimensionless number strictly bounded between 0 and 1 (or 0% and 100%). If you are measuring a purely resistive load like a toaster, your PF is 1.0. If you are measuring an unloaded induction motor, your PF might drop to 0.20. Understanding the math behind this ratio is the difference between correctly sizing a 400A service panel and watching your main breaker trip on a hot summer day.
The Core Power Factor Formulas and Symbol Definitions
At the bench, we rely on three primary expressions for power factor depending on what our meters are reading. The universal definition is the ratio of real work done to the total power supplied. In AC circuits with linear loads, this maps directly to the cosine of the phase angle between voltage and current waveforms.
| Formula | Application Context |
|---|---|
| PF = P / S | Universal definition. Use when you have wattmeter (P) and VA meter (S) readings. |
| PF = cos(θ) | Oscilloscope or power analyzer use. Requires measuring the time delay (phase angle) between V and I zero-crossings. |
| PF = R / Z | Series circuit component analysis. Use when calculating PF from known resistance and total impedance. |
To use these power factor formulas correctly, you must track your units meticulously. Mixing Watts and Volt-Amps without converting to base units is the most common cause of calculation errors.
| Symbol | Name | Unit | Definition |
|---|---|---|---|
| PF | Power Factor | Dimensionless | Ratio of Real to Apparent power (0 to 1). |
| P | Real (Active) Power | Watts (W) | Power that actually performs work or generates heat. |
| S | Apparent Power | Volt-Amps (VA) | Vector sum of Real and Reactive power; dictates wire/breaker sizing. |
| Q | Reactive Power | Volt-Amps Reactive (VAR) | Power oscillating between source and load (magnetic/electric fields). |
| θ | Phase Angle | Degrees (°) or Radians | Angular displacement between voltage and current waveforms. |
| R | Resistance | Ohms (Ω) | Real part of impedance; dissipates energy. |
| Z | Impedance | Ohms (Ω) | Total AC opposition to current (vector sum of R and X). |
Rearranged Forms: Solving for Any Variable
You rarely measure every variable directly. When troubleshooting a panel or sizing a capacitor bank, you need to isolate specific variables. Here are the algebraically rearranged forms derived from the core power triangle (where S² = P² + Q²).
- Solving for Real Power: P = S × PF
- Solving for Apparent Power: S = P / PF
- Solving for Phase Angle: θ = arccos(PF)
- Solving for Reactive Power: Q = P × tan(arccos(PF)) or Q = √(S² - P²)
- Solving for Single-Phase Current: I = P / (V × PF)
- Solving for Three-Phase Current: I = P / (√3 × V_LL × PF)
Note: V_LL represents Line-to-Line voltage in three-phase systems. If you are working with Line-to-Neutral (V_LN), the √3 multiplier is dropped, but you must calculate per-phase and multiply by 3.
Assumptions, Limits, and Unit Mistakes That Break the Math
When the Formula Applies (and When It Doesn't)
The formula PF = cos(θ) assumes a sinusoidal steady-state with linear loads. This means it works perfectly for induction motors, transformers, and resistive heaters. However, if you are measuring a Variable Frequency Drive (VFD), an LED driver, or a server power supply, the current waveform is non-sinusoidal and heavily distorted. In these cases, you must use True Power Factor, which accounts for Total Harmonic Distortion (THD):
True PF = Displacement PF / √(1 + THD²)
If you apply standard cos(θ) math to a VFD pulling 40% THD, your calculated real power will be dangerously optimistic. For harmonic-heavy environments, always refer to All About Circuits' AC power theory guidelines and IEEE 519 standards.
Unit Mistakes That Break the Calculation
- Peak vs. RMS Voltage: Apparent power (S = V × I) strictly requires RMS values. If your oscilloscope reads 170V peak for a 120V RMS mains supply, and you multiply 170V × 10A, your Apparent Power is inflated by 41%, destroying your PF calculation.
- Mixing kW and kVA: The formula PF = P / S works with Watts and VA, or kW and kVA. It breaks if you divide 50 kW by 65,000 VA. Always normalize to base units (W and VA) or matching prefixes (kW and kVA) before dividing.
- Ignoring the √3 in Three-Phase: Calculating three-phase apparent power as S = V × I instead of S = √3 × V × I will result in a mathematically impossible PF greater than 1.0.
What a Realistic Answer Magnitude Looks Like
Power factor is strictly bounded between 0 and 1. If your calculation yields 1.15 or -0.4, your math is wrong, or your meter is misconfigured. Here are realistic bench and jobsite benchmarks:
- Incandescent bulbs / Resistive heaters: 1.00 (Unity)
- Industrial induction motors (fully loaded): 0.85 to 0.90 lagging
- Industrial induction motors (unloaded/idling): 0.20 to 0.40 lagging
- Utility-corrected main switchgear: 0.95 to 0.98 lagging
- Overcorrected capacitor banks: 0.95 to 0.99 leading (A leading PF is just as bad as a lagging PF; it causes voltage rise and resonance issues).
Solved Problems: Tracking Units from Apparent to Real Power
Let's run two scenarios with explicit unit tracking to show how these power factor formulas operate in practice.
Problem 1: Single-Phase Motor Bench Test
Given: A 240V RMS single-phase compressor motor draws 15.0A. A Fluke 435-II power analyzer reads a displacement power factor of 0.82 lagging.
Find: Real Power (W), Apparent Power (VA), and Reactive Power (VAR).
- Calculate Apparent Power (S):
S = V × I
S = 240 V × 15.0 A = 3,600 VA - Calculate Real Power (P):
P = S × PF
P = 3,600 VA × 0.82 = 2,952 W - Calculate Phase Angle (θ):
θ = arccos(0.82) = 34.92° - Calculate Reactive Power (Q):
Q = S × sin(θ)
Q = 3,600 VA × sin(34.92°)
Q = 3,600 × 0.5724 = 2,060 VAR
Verification: S = √(P² + Q²) = √(2952² + 2060²) = √(8,714,304 + 4,243,600) = √12,957,904 = 3,599.7 VA. The 0.3 VA difference is rounding error.
Problem 2: Three-Phase Capacitor Bank Sizing
Given: A 480V three-phase workshop has a measured real power load of 120 kW at a poor power factor of 0.76. The utility mandates a minimum PF of 0.95 to avoid penalty fees.
Find: The required kVAR of the capacitor bank to correct the PF.
- Find initial Reactive Power (Q1):
θ1 = arccos(0.76) = 40.54°
Q1 = P × tan(θ1)
Q1 = 120 kW × tan(40.54°) = 120 × 0.855 = 102.6 kVAR - Find target Reactive Power (Q2):
θ2 = arccos(0.95) = 18.19°
Q2 = P × tan(θ2)
Q2 = 120 kW × tan(18.19°) = 120 × 0.3287 = 39.4 kVAR - Calculate Required Capacitor Bank:
Q_cap = Q1 - Q2
Q_cap = 102.6 kVAR - 39.4 kVAR = 63.2 kVAR
You would specify a standard 60 kVAR or 65 kVAR three-phase capacitor bank, wired in parallel at the main distribution bus. For detailed utility penalty structures and correction strategies, the Department of Energy's motor efficiency guidelines provide excellent baseline data.
Real-World Scenario Walkthrough: The Compressor Motor Penalty
Formulas are useless if they don't map to physical reality. Here is a scenario from a recent manufacturing plant audit that highlights why apparent power dictates physical infrastructure sizing.
The Setup
A facility installed a new 50 HP (approx. 37.3 kW) three-phase air compressor. The electrical contractor sized the feeder conductors and the inverse-time circuit breaker based on the motor's nameplate Real Power (kW) and standard NEC 430.52 multipliers. They installed 4 AWG THHN copper wire and an 80A breaker. Within two weeks, the breaker began nuisance-tripping during high-ambient-temperature afternoons, and the wire termination lugs at the disconnect were running at 68°C (154°F).
The Numbers
We hooked up a power quality logger to the feeder. The supply was a stable 480V three-phase. Under full load, the compressor drew 74 Amps per phase. The logged power factor was a dismal 0.68 lagging due to the motor operating significantly below its optimal load point (it was oversized for the actual air demand).
- Apparent Power (S): √3 × 480V × 74A = 61.5 kVA
- Real Power (P): 61.5 kVA × 0.68 = 41.8 kW
The Outcome and What Went Wrong
The contractor made a classic unit mistake: they sized the wire for the Real Power equivalent current, ignoring the Apparent Power. Wires and breakers do not care about phase angles; they only care about total current flow (Amperes), which is driven by Apparent Power (kVA). At 74A, the 4 AWG THHN wire (rated 85A at 90°C, but derated to 70A for standard 75°C terminations per NEC 110.14(C)) was operating above its continuous ampacity limit. The heat at the lugs was a direct result of I²R losses from the reactive current bouncing back and forth.
Furthermore, the local utility was applying a 15% demand charge penalty because the plant's aggregate PF dropped below 0.85 during compressor cycles.
The Fix
We couldn't easily swap the motor, so we addressed the math. Using the rearranged formulas, we calculated the reactive power draw:
Q = √(61.5² - 41.8²) = 45.1 kVAR.
We installed a 45 kVAR automatic capacitor bank at the compressor disconnect. This supplied the reactive current locally. The line current immediately dropped from 74A to 51A, the PF rose to 0.96, the lugs cooled to 38°C, and the utility penalty vanished. The math didn't just save the wire; it saved the facility roughly $2,400 annually in utility demand charges.






