The primary formula for reactive power in a single-phase AC circuit is Q = Vrms × Irms × sin(θ), measured in Volt-Amperes Reactive (VAR). Unlike real power (Watts) which performs actual work like heating a coil or turning a shaft, reactive power represents the energy continuously sloshing back and forth between the source and the reactive components (inductors and capacitors) of your load. Getting this calculation right is the difference between a properly sized capacitor bank and a melted feeder cable.

The Core Formula for Reactive Power and Symbol Definitions

While the sine-wave derivation is the most common way to calculate reactive power on the bench, you will frequently encounter the power triangle and component-level variations depending on what your multimeter or clamp meter can actually measure. Below are the three primary mathematical forms you need to know.

1. The Phase Angle Form (Primary):
Q = Vrms × Irms × sin(θ)

2. The Power Triangle Form:
Q = √(S2 - P2)

3. The Component Reactance Form:
Q = Irms2 × X

Symbol Definitions and Units
Symbol Parameter Standard Unit Practical Notes
Q Reactive Power VAR (Volt-Amperes Reactive) Positive (+) for inductive loads, negative (-) for capacitive loads.
Vrms RMS Voltage Volts (V) Must be RMS, not peak. For 120V nominal, use 120V.
Irms RMS Current Amperes (A) Measured via clamp meter or shunt. Must be RMS.
θ Phase Angle Degrees (°) or Radians (rad) The angle by which current lags (inductive) or leads (capacitive) voltage.
S Apparent Power VA (Volt-Amperes) The vector sum of real and reactive power (S = V × I).
P Real (Active) Power Watts (W) The power actually consumed and converted to work or heat.
X Reactance Ohms (Ω) XL (inductive) or XC (capacitive) at the fundamental frequency.

Rearranged Forms and Algebraic Solves

When troubleshooting a circuit or sizing a replacement component, you rarely have all the variables handed to you. Here are the algebraic rearrangements of the primary formula, solving for each individual variable:

  • Solve for Voltage (V): Vrms = Q / (Irms × sin(θ)) — Useful when calculating the required supply voltage to sustain a specific magnetic field in an inductor.
  • Solve for Current (I): Irms = Q / (Vrms × sin(θ)) — Critical for sizing the wire gauge and breaker for a capacitor bank.
  • Solve for Phase Angle (θ): θ = arcsin(Q / (Vrms × Irms)) — Used to find the power factor angle when you know the VAR and VA ratings of a motor.
  • Solve for Reactance (X): X = Q / Irms2 — Derived from the component form; essential for selecting the exact microfarad (μF) or millihenry (mH) value for a filter circuit.

Assumptions, Boundaries, and Unit Traps

The formula for reactive power is not a universal law that applies to every waveform. It has strict boundaries, and violating them is the most common reason DIYers and junior technicians end up with blown components.

When the Formula Applies (and its Assumptions)

This formula assumes sinusoidal steady-state AC and linear loads. It works perfectly for induction motors, transformers, and passive LC filters operating at a fundamental frequency (50Hz or 60Hz). It completely breaks down when applied to non-linear loads like variable frequency drives (VFDs), LED drivers, or switching power supplies without applying harmonic correction factors (like True Power Factor). For non-sinusoidal waveforms, reactive power must be calculated using Fourier analysis to sum the reactive components of each individual harmonic.

Unit Mistakes That Break the Math

Trap 1: Peak vs. RMS. If you measure voltage with an oscilloscope and use the peak-to-peak or peak amplitude (e.g., 170V for a 120V line) instead of the RMS value (120V), your calculated Q will be artificially inflated by a factor of √2 (approx 1.414) for voltage, and compounded if you also use peak current. Always use RMS.

Trap 2: Degrees vs. Radians. If your phase angle is 35°, but your calculator or Python script is set to Radians, sin(35) will return -0.428 instead of the correct +0.573. You will end up with a negative, nonsensical magnitude. Always verify your trig mode.

Trap 3: Watts vs. VAR. Never label reactive power in Watts (W). Utilities bill you differently for W and VAR (often via kVARh penalties). Mixing these up on a spec sheet will cause procurement to order the wrong equipment.

Realistic Answer Magnitudes

To sanity-check your math, compare your result to these real-world benchmarks:

  • Small bench linear power supply: 10 to 50 VAR (mostly from the 50/60Hz step-down transformer magnetizing current).
  • 5HP (3.7kW) industrial air compressor motor: 2,500 to 4,000 VAR at full load.
  • Utility transmission line compensation: Measured in Megavars (MVAR), typically 50 MVAR to 200 MVAR per substation capacitor bank.

Worked Example 1: Sizing a Capacitor for an Inductive Motor

Scenario: You are measuring a single-phase 240V AC pool pump motor. Your True-RMS clamp meter reads 15.0 A, and your power analyzer shows a lagging phase angle of 35°. You need to calculate the reactive power to determine the size of the parallel run capacitor required for local power factor correction.

  1. Identify the knowns:
    Vrms = 240 V
    Irms = 15.0 A
    θ = 35°
  2. Select the formula:
    Q = Vrms × Irms × sin(θ)
  3. Calculate the apparent power (S) first (intermediate step):
    S = 240 V × 15.0 A = 3,600 VA
  4. Evaluate the sine of the phase angle:
    sin(35°) ≈ 0.573576
  5. Multiply to find Q with unit tracking:
    Q = 3,600 VA × 0.573576 = 2,064.87 VAR

Result: The motor generates approximately 2,065 VAR (or 2.06 kVAR) of inductive reactive power. To correct the power factor to 1.0, you would install a capacitor bank rated for at least 2.1 kVAR at 240V.

Worked Example 2: Calculating Reactive Power from Apparent and Real Power

Scenario: A desktop CNC router is plugged into a 120V circuit. You don't have a phase-angle meter, but your smart plug reports an Apparent Power (S) of 1,850 VA and a Real Power (P) of 1,420 W. You need to find the reactive power to see if the spindle motor's inductive draw is causing voltage sag on the branch circuit.

  1. Identify the knowns:
    S = 1,850 VA
    P = 1,420 W
  2. Select the Power Triangle formula:
    Q = √(S2 - P2)
  3. Square the apparent and real power (intermediate step):
    S2 = 1,8502 = 3,422,500 VA2
    P2 = 1,4202 = 2,016,400 W2
  4. Subtract P2 from S2:
    3,422,500 - 2,016,400 = 1,406,100
  5. Take the square root to find Q:
    Q = √(1,406,100) ≈ 1,185.79 VAR

Result: The CNC router draws 1,186 VAR of reactive power. For a deeper dive into how these power components interact, the Electronics Tutorials guide on AC reactive power provides excellent phasor diagrams to visualize this triangle.

Real-World Scenario: The Power Factor Correction Disaster

Formulas on paper are clean; jobsite reality is messy. Here is a scenario that demonstrates what happens when you apply the formula for reactive power without respecting its underlying assumptions.

The Setup:
A small manufacturing shop was being penalized by their utility for a low power factor (0.78 lagging) on their main 480V 3-phase feeder. The facility engineer used the standard reactive power formulas to calculate that the shop's inductive loads (mostly older conveyor motors and an air compressor) were generating 45 kVAR of lagging reactive power. To fix this, they purchased and wired a 50 kVAR, 480V delta-connected capacitor bank directly to the main busbar.

The Numbers:
Using the rearranged component formula Xc = V2 / Q, the capacitors were spec'd to handle the nominal 480V RMS and the calculated 60A RMS current at the fundamental 60Hz frequency. The math was flawless for a pure sine wave.

The Outcome:
Within three weeks, the capacitor bank began overheating. The dielectric fluid expanded, venting from the pressure relief valves, and the bank eventually shorted internally, tripping the 400A main feeder breaker and shutting down the entire shop.

What Went Wrong:
The engineer ignored the assumption of linear loads. The shop had recently installed three large Variable Frequency Drives (VFDs) for their HVAC system. VFDs are non-linear loads that inject heavy 5th (300Hz) and 7th (420Hz) harmonic currents back into the bus.

The formula Q = Vrms × Irms × sin(θ) only accounts for the fundamental 60Hz frequency. At 300Hz, the capacitive reactance (Xc = 1 / (2πfC)) drops to one-fifth of its 60Hz value. This caused the capacitor bank to act like a near dead-short to the 5th harmonic voltage, absorbing massive harmonic currents far beyond its RMS rating. Furthermore, the capacitance created a parallel resonance with the facility's transformer inductance right around the 7th harmonic, amplifying the voltage distortion.

The fix? They had to replace the standard capacitor bank with a detuned capacitor bank, which places a 7% or 14% series reactor (choke) in front of the capacitors. This shifts the resonant frequency below the 5th harmonic (e.g., to 210Hz), preventing the harmonic amplification. As noted in Fluke's technical documentation on power factor, measuring true power factor and harmonic distortion with a power quality analyzer is mandatory before sizing any modern correction equipment.