Reactance is the opposition to alternating current (AC) caused by the temporary storage of energy in electric or magnetic fields, measured in ohms but dissipating zero real power as heat. When AC voltage pushes electrons through a coil or a capacitor, the component doesn't just resist the flow; it stores the energy and pushes it back. This phase shift between voltage and current changes a circuit's power factor, inflating the apparent power (VA) your utility must supply without increasing the real work (Watts) your load performs.
Most beginners confuse reactance ($X$) with resistance ($R$). Resistance turns electrical energy into heat—think of a toaster coil glowing red. Reactance stores energy and returns it to the source every half-cycle. The vector sum of the two is impedance ($Z$). If you are sizing components for AC filters, motor starts, or power factor correction, understanding reactance is the difference between a circuit that runs efficiently and one that trips breakers or melts windings.
The Core Confusion: Reactance vs. Resistance
To visualize the difference, use a single mechanical analogy. Pushing a heavy block through thick mud is resistance; the energy you expend is lost forever to friction (heat). Pushing a block attached to a heavy steel spring is reactance; the energy is stored in the spring as you push, and then violently returned to you when the spring rebounds.
- Resistors have Resistance ($R$). They dissipate real power ($P$) in Watts.
- Inductors have Inductive Reactance ($X_L$). They cause current to lag voltage.
- Capacitors have Capacitive Reactance ($X_C$). They cause current to lead voltage.
Because inductive and capacitive reactance operate 180 degrees out of phase with each other, they cancel each other out when placed in the same circuit. This cancellation is the entire basis of power factor correction and radio tuning.
The Math: A Worked Numeric Example
Let's calculate the capacitive reactance ($X_C$) of a standard 40 µF motor run capacitor connected to a 120V, 60Hz residential branch circuit. This is a real-world scenario when replacing a hard-start capacitor on a single-phase HVAC blower motor.
The formula for capacitive reactance is:
X_C = 1 / (2 × π × f × C)
Step 1: Identify the variables.
- Frequency ($f$) = 60 Hz
- Capacitance ($C$) = 40 µF = 0.000040 Farads
- Voltage ($V$) = 120V AC
Step 2: Calculate the denominator.
2 × 3.14159 × 60 × 0.000040 = 0.015079
Step 3: Solve for X_C.
X_C = 1 / 0.015079 = 66.31 Ω
Step 4: Calculate the current flow.
Using Ohm's Law ($I = V / X_C$):
I = 120V / 66.31 Ω = 1.81 Amps
Where You Meet Reactance in Practice
You won't just see reactance in textbooks; it dictates the physical layout and component selection in several common electrical and electronic systems.
1. HVAC Motor Run Capacitors
Single-phase induction motors are inherently inductive. The magnetic field required to turn the rotor creates high inductive reactance ($X_L$), causing the current to lag the voltage. If left uncorrected, the motor draws excessive apparent current, overheating the branch circuit wiring. We wire a capacitor in parallel with the start/auxiliary winding to introduce capacitive reactance ($X_C$), canceling the lag and creating the phase shift needed to generate starting torque.
2. Audio Crossover Networks
In passive speaker crossovers, reactance acts as a frequency-dependent gatekeeper. Because $X_C$ increases as frequency drops, a capacitor placed in series with a tweeter blocks low-frequency bass (which would destroy the voice coil) while letting high-frequency treble pass. Conversely, inductors block treble and pass bass to the woofer.
3. VFD Output Filters (dV/dt Chokes)
Variable Frequency Drives (VFDs) use high-frequency PWM switching to synthesize AC waveforms. The rapid voltage spikes ($dV/dt$) interact with the parasitic capacitance of long motor cables, causing reflected wave voltage spikes that can punch through motor winding insulation. Installing a $dV/dt$ choke (an inductor) at the VFD output adds intentional inductive reactance at the switching frequency, smoothing the waveform and protecting the motor.
Decision Path: Sizing a Power Factor Correction Capacitor
If you are dealing with an inductive load (like a large air compressor or a well pump) that is suffering from voltage drop or triggering utility power factor penalties, you need to add capacitive reactance to cancel the inductive reactance. Use this decision tree to select the right component.
| Diagnostic Step | Condition / Measurement | Action & Component Selection |
|---|---|---|
| 1. Measure Baseline | Clamp meter shows high current, but wattmeter shows low real power (PF < 0.80). | Proceed to calculate reactive power (VAR). Do not guess capacitor size. |
| 2. Calculate VAR | Formula: VAR = √(VA² - W²). Example: 1HP motor, 120V, 10A (1200VA), 900W. VAR = √(1440000 - 810000) = 793 VAR. |
You need to cancel roughly 793 VAR of inductive reactance to approach unity (1.0) power factor. |
| 3. Find Required X_C | Formula: X_C = V² / VAR. Example: 120² / 793 = 18.15 Ω. |
Target a capacitor that provides ~18.15 Ω of reactance at your line frequency. |
| 4. Calculate µF | Formula: C = 1 / (2 × π × f × X_C). Example: 1 / (377 × 18.15) = 0.000146 F = 146 µF. |
Select the closest standard capacitance value without exceeding the calculated VAR to avoid overcorrection (leading PF). |
| 5. Final Pick | Standard values jump from 140µF to 150µF. Voltage rating must be ≥ 1.5x line voltage. | Concrete Pick: Buy a Cornell Dubilier (CDE) 97F9838 (or equivalent 140µF, 370VAC oval film capacitor). Wire it in parallel across the motor contactor load side. |
Frequently Asked Questions
Does reactance exist in DC circuits?
No. Reactance formulas ($X_L = 2\pi fL$ and $X_C = 1 / 2\pi fC$) rely on frequency ($f$). In a pure DC circuit, frequency is 0 Hz. Therefore, inductive reactance is zero (an inductor acts as a short circuit, limited only by its wire resistance), and capacitive reactance is infinite (a capacitor acts as an open circuit once fully charged). Reactance is strictly an AC phenomenon.
Why do utility companies penalize low power factor?
Even though reactive power doesn't do real work at your facility, the current associated with it still flows through the utility's transmission lines, transformers, and your service entrance conductors. This current causes $I^2R$ heating losses in the grid infrastructure. Utilities must build larger transformers and thicker lines to handle the apparent power (VA), so they install smart meters that bill commercial facilities for poor power factor to recoup those infrastructure costs.
What is the difference between reactance and impedance?
Reactance ($X$) is only the imaginary, energy-storing component of opposition. Impedance ($Z$) is the total, real-world opposition of a component or circuit, combining both resistance ($R$) and reactance ($X$) as a vector sum: $Z = \sqrt{R^2 + X^2}$. For example, a real-world inductor has inductive reactance from its coil, but also resistance from the copper wire it is wound with.
Understanding reactance moves you from blindly swapping parts to engineering circuits that respect the physics of alternating current. Whether you are tuning an LC filter for an ESP32 PWM output or correcting the power factor on a 5HP shop compressor, the math remains your most reliable diagnostic tool.






