Capacitive reactance is the opposition a capacitor presents to alternating current (AC), measured in ohms, which decreases as either the signal frequency or the capacitance value increases. Unlike a standard resistor, which burns off energy as heat to limit current, capacitive reactance limits AC current by temporarily storing and releasing energy in an electric field. This fundamental difference means a capacitor can restrict current flow in an AC circuit without dissipating real power (watts), while simultaneously shifting the phase of the current so that it leads the voltage by exactly 90 degrees.

The Core Formula and Quick-Reference Chart

To calculate capacitive reactance ($X_C$), you need two variables: the frequency of the AC signal ($f$) in Hertz, and the capacitance ($C$) in Farads. The formula is:

$X_C = \frac{1}{2 \pi f C}$

Because $2\pi$ is approximately 6.283, you can quickly estimate reactance on the bench by dividing 1 by the product of 6.283, the frequency, and the capacitance. As noted by Georgia State University's HyperPhysics, the inverse relationship means that doubling the frequency or doubling the capacitance will cut the reactance exactly in half. At DC (0 Hz), the formula divides by zero, resulting in infinite reactance—which is why capacitors block DC entirely.

Below is a quick-reference chart showing how capacitive reactance scales across common bench and jobsite values. Keep this in mind when selecting components for filtering or current-limiting tasks.

Capacitance Value Signal Frequency Calculated Reactance ($X_C$) Typical Application
1.0 µF 50 Hz 3,183 Ω Capacitive dropper power supply (EU)
10 µF 60 Hz 265.3 Ω Small fractional HP motor start circuit
40 µF 60 Hz 66.3 Ω HVAC compressor motor run capacitor
100 nF (0.1 µF) 1 kHz 1,591 Ω Audio signal coupling / DC blocking
100 nF (0.1 µF) 20 kHz 79.6 Ω Audio high-pass filter for tweeters

Worked Example: Sizing a Motor Run Capacitor

Let's look at a real-world scenario: you are replacing a failed run capacitor on a 240V, 60Hz single-phase HVAC compressor motor. The schematic calls for a 40 µF CBB60 metallized polypropylene film capacitor. You need to verify how much current this capacitor will pass to the motor's start winding during operation.

Step 1: Identify the variables.
$V = 240V$ (RMS)
$f = 60 Hz$
$C = 40 \mu F = 0.000040 F$

Step 2: Calculate Reactance ($X_C$).
$X_C = \frac{1}{2 \times 3.14159 \times 60 \times 0.000040}$
$X_C = \frac{1}{0.01508}$
$X_C = 66.31 \Omega$

Step 3: Calculate the Current ($I$).
Using Ohm's Law for AC reactance ($I = \frac{V}{X_C}$):
$I = \frac{240V}{66.31 \Omega}$
$I = 3.62 A$

The start winding will draw approximately 3.62 Amps. Notice that if you accidentally installed a 20 µF capacitor instead, the reactance would double to 132.6 Ω, cutting the start winding current to 1.81 A. The motor would likely stall, overheat, and trip the thermal overload because it lacks the necessary phase-shifted current to generate starting torque.

Where You Meet Capacitive Reactance in Practice

You will encounter capacitive reactance in almost every AC design, but it is the primary operating principle in three specific applications:

  • Capacitive Dropper Power Supplies: When designing a low-cost, low-current power supply for a smart switch or IoT relay, engineers use an X2-rated safety capacitor (e.g., 0.47 µF) in series with the 120V AC mains. At 60 Hz, a 0.47 µF capacitor has a reactance of about 5,643 Ω. This limits the AC current to roughly 21 mA without generating the massive heat a resistive dropper would produce. The energy is temporarily stored and returned to the grid, not burned as heat.
  • Motor Start and Run Circuits: Single-phase AC motors cannot create a rotating magnetic field on their own. By placing a capacitor in series with an auxiliary start winding, the capacitive reactance shifts the current phase in that winding. This creates the artificial 'second phase' needed to generate starting torque. Run capacitors (like the CBB60 series) stay in the circuit to maintain efficiency and power factor.
  • Audio Crossover Networks: In a passive speaker crossover, a non-polarized electrolytic or film capacitor is placed in series with a tweeter. Because $X_C$ increases as frequency drops, the capacitor presents high reactance to low-frequency bass notes (blocking them and protecting the delicate tweeter voice coil) while presenting very low reactance to high-frequency treble, allowing it to pass through unimpeded.

Common Confusions: Reactance vs. Resistance vs. Impedance

Even experienced hobbyists occasionally mix up these three foundational AC terms. Here is how to keep them straight on the bench.

Property Symbol & Unit Energy Behavior Phase Shift Effect
Resistance $R$ (Ohms, Ω) Dissipates energy as heat (Real Power) None (Voltage and current are in phase)
Capacitive Reactance $X_C$ (Ohms, Ω) Stores and returns energy (Reactive Power) Current LEADS voltage by 90°
Inductive Reactance $X_L$ (Ohms, Ω) Stores and returns energy (Reactive Power) Current LAGS voltage by 90°
Impedance $Z$ (Ohms, Ω) The vector sum of Resistance and Reactance Shifts phase by an angle between 0° and 90°

FAQ: Clearing Up the Bench Confusion

Q: If capacitive reactance is measured in ohms, why can't I just measure it with my multimeter's resistance setting?
A: A standard multimeter measures DC resistance by applying a small DC voltage. Because a capacitor blocks DC (infinite reactance at 0 Hz), the meter will just read 'OL' (Open Loop). To measure the actual effect of capacitive reactance, you must measure the capacitance value (in Farads) and calculate the reactance for your specific AC frequency, or use an LCR meter that applies an AC test signal.

Q: Is impedance just another word for reactance?
A: No. As detailed in the All About Circuits AC textbook, impedance ($Z$) is the total opposition to AC current, combining both resistance ($R$) and reactance ($X$) using vector math ($Z = \sqrt{R^2 + X^2}$). A real-world capacitor has capacitive reactance, but it also has a tiny amount of internal wire resistance (ESR). The combination of the two is its impedance.

Understanding capacitive reactance moves you from simply swapping out failed parts to actually designing and troubleshooting AC circuits. Whether you are sizing a dropper cap for an ESP32 power supply or diagnosing a failing HVAC contactor, knowing how frequency and capacitance interact to limit current is an essential bench skill.