The unit of capacitive reactance is the ohm (Ω), representing the opposition a capacitor presents to alternating current (AC) at a specific frequency. In a real circuit or installation, this value dictates phase shift and limits AC current flow without dissipating real power as heat, fundamentally altering power factor and signal filtering. People commonly confuse the unit of capacitive reactance (ohms) with the unit of capacitance (farads); capacitance is the physical storage capacity of the component, while reactance is the dynamic, frequency-dependent AC opposition that results from that capacity.

The Core Metric: Why the Unit of Capacitive Reactance is Measured in Ohms

While a resistor opposes both AC and DC current equally through atomic friction (dissipating heat), a capacitor opposes AC current through electrostatic storage. Because this opposition limits current flow in a manner mathematically identical to resistance when applying Ohm’s Law ($V = I imes X_C$), the unit of capacitive reactance is universally designated as the ohm.

The formula to calculate capacitive reactance ($X_C$) is:

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

Where f is frequency in Hertz (Hz) and C is capacitance in Farads (F).

Notice the inverse relationships: as frequency increases, reactance in ohms drops. As capacitance increases, reactance in ohms also drops. This is why a capacitor acts as an open circuit (infinite ohms) in steady-state DC ($f = 0$), but acts nearly as a short circuit (fractional ohms) at high radio frequencies.

Below is a reference table demonstrating how the unit of capacitive reactance scales across standard utility frequencies and common component values used in HVAC, power supplies, and audio equipment.

Capacitance (µF) Reactance at 50 Hz (Ω) Reactance at 60 Hz (Ω) Common Application
5 µF 636.6 Ω 530.5 Ω PSC motor start / ceiling fans
15 µF 212.2 Ω 176.8 Ω HVAC blower motor run circuits
47 µF 67.7 Ω 56.4 Ω Audio crossover networks (midrange)
1000 µF 3.18 Ω 2.65 Ω Power supply ripple filtering

Worked Numeric Example: Sizing a Capacitive Dropper for a 120V AC Line

Let’s move from theory to the workbench. A common embedded systems task is powering a low-current microcontroller (like an ESP32) directly from a 120V AC mains line without using a bulky, expensive step-down transformer. We can use a capacitor’s reactance to limit the current.

The Scenario: We need to deliver roughly 100 mA of AC current from a 120V RMS, 60 Hz mains supply to a bridge rectifier. We will use an X2-rated safety capacitor.

Step 1: Calculate the required reactance in ohms.
Using Ohm’s Law rearranged for reactance ($X_C = V / I$):
$X_C = 120\text{V} / 0.100\text{A} = 1200\text{ }\Omega$

Step 2: Calculate the required capacitance.
Rearranging the reactance formula to solve for C ($C = \frac{1}{2 \pi f X_C}$):
$C = \frac{1}{2 \times \pi \times 60\text{ Hz} \times 1200\text{ }\Omega}$
$C = \frac{1}{452,389} \approx 2.21 \times 10^{-6}\text{ F}$, or 2.2 µF.

Step 3: Verify the real-world current.
Using a standard off-the-shelf 2.2 µF capacitor, the exact reactance is:
$X_C = \frac{1}{2 \times \pi \times 60 \times 2.2 \times 10^{-6}} = 1205.7\text{ }\Omega$
Actual Current = $120\text{V} / 1205.7\text{ }\Omega = \mathbf{0.0995\text{ A}}$ (99.5 mA).

Safety Critical: Never use a standard DC-rated electrolytic or ceramic capacitor for mains dropper circuits. You must use an X2 or Y2 safety-rated film capacitor (e.g., EPCOS/TDK B3292 series rated for 305VAC). If an X2 capacitor fails, it fails open; a standard DC cap will fail short, creating a direct mains-to-low-voltage dead short and a severe fire or shock hazard.

Why this matters: If we had used a resistor to drop 120V down to 100 mA, the resistor would need to dissipate $P = I^2R = (0.1)^2 \times 1200 = 12\text{ Watts}$ of heat, requiring a massive, expensive wirewound resistor. The 2.2 µF capacitor limits the current to 99.5 mA while dissipating zero real power. The energy is stored in the electric field and returned to the grid every half-cycle. This is the practical power of understanding the unit of capacitive reactance.

Where You Meet This in Practice: Power Factor and Filter Design

Understanding that capacitive reactance is measured in ohms allows technicians and engineers to balance circuits mathematically. Here is where this metric directly impacts real-world installations:

1. Industrial Power Factor Correction (PFC)

Large induction motors introduce inductive reactance ($X_L$), also measured in ohms, which causes the current to lag the voltage. This creates a poor power factor, forcing the utility to supply more apparent power (kVA) than real power (kW). Industrial plants install capacitor banks to inject capacitive reactance ($X_C$) into the system. Because $X_L$ and $X_C$ are 180 degrees out of phase, the capacitive ohms mathematically cancel the inductive ohms. The goal is to bring the net reactance as close to zero ohms as possible, pushing the power factor toward 1.0.

2. Audio Crossover Networks

In a passive speaker crossover, a capacitor is placed in series with a tweeter to block low-frequency bass. Suppose you have an 8-ohm tweeter and a 2.2 µF capacitor. At a bass frequency of 20 Hz, the capacitor’s reactance is roughly 3,617 ohms—effectively blocking the signal. At a treble frequency of 9,000 Hz, the reactance drops to about 8 ohms, perfectly matching the tweeter’s impedance and allowing the high frequencies to pass. Audio engineers select capacitor values specifically to tune this ohm-value crossover point.

3. HVAC Motor Run Capacitors

HVAC technicians replace motor run capacitors based on microfarad ratings, but the motor windings actually ‘feel’ the reactance in ohms. If a facility is running on a backup generator and the frequency sags from 60 Hz to 55 Hz, the capacitive reactance ($X_C$) increases. This higher ohm value restricts current to the start winding, reducing the motor’s torque and potentially causing it to stall and overheat, even though the physical capacitor hasn’t changed at all.

Common Confusions and FAQ

Q: Is capacitive reactance the same thing as impedance?
A: No. Impedance ($Z$) is the total opposition to AC current and is the vector sum of resistance ($R$) and reactance ($X$). The formula is $Z = \sqrt{R^2 + (X_L - X_C)^2}$. Capacitive reactance is just one component of the total impedance, but both are measured in ohms.

Q: Why does my multimeter read ‘OL’ (open loop) when I measure a capacitor on the ohms setting?
A: A standard multimeter measures DC resistance. Because DC frequency is 0 Hz, the capacitive reactance formula divides by zero, resulting in infinite ohms. The meter correctly reads an open circuit. To measure the physical component, you must use the multimeter’s dedicated capacitance (Farad) setting, or use an LCR meter that applies an AC test signal to measure reactance and calculate capacitance.

Q: Do capacitors consume power if their reactance is measured in ohms?
A: Ideal capacitors consume zero real power (Watts). The current flowing through the capacitive reactance generates reactive power, measured in VARs (Volt-Amps Reactive). Real-world capacitors do have a tiny amount of parasitic series resistance (ESR), which does dissipate a small amount of heat, but the reactance itself does not.

Mastering the unit of capacitive reactance bridges the gap between reading a schematic and understanding how a circuit behaves in the physical world. Whether you are sizing an X2 safety capacitor for an ESP32 power supply, tuning an audio crossover, or calculating power factor correction for a 50 HP motor, the math always comes back to the ohm.