The primary reactive power calculation formula is Q = V × I × sin(θ), where Q is reactive power in Volt-Amperes Reactive (VAR), V is RMS voltage, I is RMS current, and θ is the phase angle between voltage and current. If you know apparent power (S) and real power (P), the derived power triangle formula is Q = √(S² - P²).

Reactive power does no useful work, but it sustains the magnetic fields in inductive loads like motors and transformers. Calculating it accurately is the mandatory first step before sizing power factor correction capacitors to avoid utility penalty fees.

The Core Reactive Power Calculation Formula

The fundamental equation for reactive power in a single-phase sinusoidal AC circuit derives directly from the power triangle. Below is the complete specification sheet for every variable in the primary and secondary formulas.

SymbolParameterStandard UnitMeasurement Notes
QReactive PowerVAR (or kVAR)Measured with a power analyzer; positive for inductive, negative for capacitive.
VRMS VoltageVolts (V)Must be True RMS. Peak voltage will break the calculation.
IRMS CurrentAmperes (A)Must be True RMS. Measured on the load side of the breaker.
θPhase AngleDegrees (°) or RadiansThe angular difference between V and I waveforms. θ = arccos(PF).
SApparent PowerVA (or kVA)The vector sum of P and Q. S = V × I.
PReal (Active) PowerWatts (W or kW)The actual work-producing power. P = V × I × cos(θ).
Assumptions & Limits: The formula Q = V × I × sin(θ) assumes a linear load with a pure sinusoidal waveform. If your circuit has heavy harmonic distortion (THD > 5%, common with VFDs and LED drivers), this formula only calculates displacement reactive power. For non-linear loads, you must account for distortion power factor per Fluke's power quality guidelines and IEEE 519 standards.

Rearranged Forms for Missing Variables

On the bench or in the field, you rarely have every variable handed to you. Here are the algebraic rearrangements to solve for the missing parameter, assuming a linear AC circuit:

  • Solving for Voltage: V = Q / (I × sin(θ))
  • Solving for Current: I = Q / (V × sin(θ))
  • Solving for Phase Angle: θ = arcsin(Q / (V × I))
  • Solving via Real Power (P): Q = P × tan(θ)
  • Solving via Apparent Power (S): Q = √(S² - P²)

Worked Examples with Unit Tracking

Abstract formulas are useless without rigorous unit tracking. Here are two field-realistic problems solved step-by-step.

Problem 1: Calculating Q from Motor Nameplate and Clamp Meter Data

Scenario: You are auditing a 3-phase conveyor motor. Your clamp meter reads 480V (line-to-line) and 15A per phase. The motor nameplate states a Power Factor (PF) of 0.80 lagging. What is the reactive power per phase?

  1. Identify Knowns: V = 480V, I = 15A, PF = cos(θ) = 0.80.
  2. Derive Phase Angle (θ): θ = arccos(0.80). Using a calculator, θ = 36.87°.
  3. Calculate sin(θ): sin(36.87°) = 0.60.
  4. Apply Formula: Q = V × I × sin(θ).
  5. Substitute and Track Units: Q = 480 [Volts] × 15 [Amperes] × 0.60 [unitless].
  6. Final Result: Q = 4,320 VAR, or 4.32 kVAR per phase. (Total 3-phase reactive power = 4.32 × √3 × 15 × 0.60 = 12,470 VAR, but standard practice sizes correction based on total 3-phase kVAR directly using Q_total = √3 × V_LL × I × sin(θ)).

Problem 2: Using the Power Triangle with Utility Meter Data

Scenario: A utility meter logs a facility's peak apparent power (S) at 500 kVA and real power (P) at 400 kW. Find the total reactive power (Q).

  1. Identify Knowns: S = 500 kVA, P = 400 kW.
  2. Select Formula: Q = √(S² - P²).
  3. Substitute Values: Q = √(500² - 400²).
  4. Square and Subtract: Q = √(250,000 - 160,000) = √(90,000).
  5. Track Units and Solve: √([kVA]² - [kW]²) = [kVAR]. Q = 300 kVAR.

Unit Mistakes That Break the Math

If your calculated reactive power looks wildly wrong, you likely fell victim to one of these three bench mistakes:

  • Degrees vs. Radians: If your calculator is set to radians, sin(36.87) yields -0.53 instead of 0.60, resulting in a negative, mathematically invalid VAR reading. Always verify your calculator is in Degree mode when using arccos(PF).
  • Peak vs. RMS Voltage: The formula strictly requires RMS values. If you measure peak voltage on an oscilloscope (e.g., 170V peak for a 120V RMS system) and plug 170 into the V slot, your reactive power calculation will be inflated by a factor of √2 (approx 1.414).
  • Prefix Mismatch (k vs Base): Mixing kilowatts (kW) with base Volt-Amperes (VA) in the power triangle formula (Q = √(S² - P²)) will yield nonsense. Convert all values to base units (W, VA, VAR) before calculating, or consistently use kilo-units (kW, kVA, kVAR) across the entire equation.

Realistic Magnitudes and Benchmarks

Knowing what a realistic answer looks like prevents you from chasing phantom errors. According to All About Circuits and standard industrial baselines, use this magnitude table to sanity-check your results:

EnvironmentTypical LoadExpected Q MagnitudeCorrection Strategy
ResidentialHVAC compressors, well pumps0.5 to 3 kVARUsually ignored; utilities rarely penalize residential PF.
CommercialElevator motors, large HVAC chillers10 to 50 kVARFixed capacitors at the motor starter.
Industrial (Light)Conveyor belts, stamping presses50 to 250 kVARAutomated capacitor banks at the main switchgear.
Industrial (Heavy)Arc furnaces, massive pump stations1 to 10+ MVARStatic VAR Compensators (SVC) or synchronous condensers.

Decision Path: Sizing Power Factor Correction Capacitors

Calculating Q is only half the job. The ultimate goal is usually to size a capacitor bank to cancel that reactive power out. Use this decision tree to determine your exact hardware pick based on your calculated Q and system topology.

Condition (If...)Context (And...)Action (Then...)
Calculated Q < 2 kVARUtility does not enforce PF penalties on your meter tier.Halt. Do not install correction. The ROI on capacitor hardware and contactor wiring will never materialize.
2 kVAR < Q < 15 kVARLoad is a single, continuously running large motor (e.g., 10-50 HP).Fix at the motor. Install a fixed, 3-phase dry-type capacitor wired directly to the load side of the motor contactor.
Calculated Q > 15 kVARLoad is highly variable (motors cycling on/off throughout the day).Fix at the mains. Install an automated, switched capacitor bank with a PF controller at the main distribution panel to avoid over-correction and leading PF penalties.
System has VFDs > 20% of total loadTHD is measured > 5%.Add reactors. You must install detuned (anti-harmonic) reactors in series with your capacitors to prevent harmonic resonance and capacitor explosion.
The Concrete Pick: If your decision path terminates at the second row (a single continuously running 480V 3-phase motor with a calculated Q between 2 and 6 kVAR), purchase the Schneider Electric VarPlusCan 5 kVAR 480V 3-Phase Capacitor (Part # VLVAW4805000). Wire it directly to the load side of the motor starter using 10 AWG THHN, and ensure the motor overload relay is adjusted downward to account for the reduced line current post-correction.