Capacitive reactance is the opposition a capacitor presents to alternating current (AC), measured in ohms, which decreases as either the AC frequency or the capacitance value increases. In a real circuit, it changes how much AC current flows, directly setting the cutoff frequencies of filters, the phase shift in motor windings, and the signal attenuation in AC-coupled stages. People commonly confuse it with DC resistance, but unlike resistance, capacitive reactance does not dissipate power as heat; it temporarily stores and releases energy in an electric field.

The Core Formula and a Worked Numeric Example

To calculate the exact opposition a capacitor presents to an AC signal, we use the capacitive reactance formula:

XC = 1 / (2πfC)
Where:
XC = Capacitive reactance in ohms (Ω)
π = Pi (approx. 3.14159)
f = Frequency of the AC signal in hertz (Hz)
C = Capacitance in farads (F)

Notice the inverse relationship: as frequency (f) or capacitance (C) goes up, reactance (XC) goes down. A capacitor blocks DC (0 Hz yields infinite reactance) but passes high-frequency AC easily.

Worked Example: Audio High-Pass Filter

Let us look at a practical scenario. You are building an AC-coupled audio input stage and place a standard 100nF (0.1µF or 100 × 10-9 F) ceramic capacitor in series with the signal path. You want to know how it treats deep bass versus high treble.

At 20 Hz (Low Bass):
XC = 1 / (2 × 3.14159 × 20 × 0.0000001)
XC = 1 / 0.000012566
XC ≈ 79,577 Ω

At 20 kHz (High Treble):
XC = 1 / (2 × 3.14159 × 20000 × 0.0000001)
XC = 1 / 0.012566
XC ≈ 79.5 Ω

Bench Insight: At 20 Hz, the 79kΩ reactance forms a massive voltage divider with a standard 10kΩ amplifier input impedance, severely attenuating the bass. At 20 kHz, the 79.5Ω reactance is virtually invisible compared to the 10kΩ load, passing the treble cleanly. This is the exact mechanism behind a first-order high-pass filter.

Where You Meet Capacitive Reactance in Practice

Understanding this concept moves you from blindly copying schematics to actively designing and debugging circuits. Here is where reactance dictates system behavior on the bench:

  • Audio Crossovers and Filters: In passive speaker crossovers, capacitors are placed in series with tweeters. The capacitive reactance is intentionally high at low frequencies to protect the delicate tweeter voice coil from bass energy, but drops to near-zero at high frequencies to let treble pass.
  • DC Blocking (AC Coupling): When chaining op-amps or microcontroller audio outputs to amplifiers, a series capacitor blocks the DC offset voltage (infinite reactance at 0 Hz) while allowing the AC audio signal to pass. If your capacitor is too small, its reactance at the lowest target frequency will be too high, causing a rolled-off bass response.
  • Motor Start and Run Circuits: Single-phase AC induction motors (like those in HVAC compressors or table saws) use a run capacitor to create a phase shift in the auxiliary winding. The specific capacitive reactance at the line frequency (60 Hz in North America, 50 Hz in Europe) dictates the exact current magnitude through that winding, optimizing the rotating magnetic field.
  • EMI/RFI Bypass and Decoupling: High-frequency switching noise from an ESP32 or a buck converter needs to be shunted to ground. A 100nF ceramic capacitor has very low reactance at 100 MHz, effectively shorting the RF noise to the ground plane before it can radiate.

Decision Tree: Sizing a Capacitor for Target Reactance

Do not just grab the nearest capacitor from your bin. Use this decision path to select the correct value and dielectric material based on your target reactance behavior.

If Your Goal Is... Then Calculate For... Concrete Pick (Value & Dielectric)
Audio High-Pass Filter (Cutoff ~150Hz into 10kΩ) XC = 10kΩ at 150Hz. Solve for C: C ≈ 106nF. 100nF C0G/NP0 Ceramic or Polypropylene Film. Avoid X7R/Y5V due to microphonic and voltage-coefficient distortion in audio paths.
General DC Blocking (Signals > 1kHz) XC < 1/10th of load impedance at 1kHz. 1µF X7R Ceramic. Cheap, stable enough for non-critical data or voice audio, and physically tiny (0603 or 0805 SMD).
Motor Phase Shift (e.g., 120V 60Hz fan motor) XC = V / I_required. (e.g., 120V / 0.5A = 240Ω). Solve for C at 60Hz. 10µF to 15µF CBB60 Metallized Polypropylene. Must be AC-rated (non-polarized) with a self-healing dielectric. Never use DC electrolytics here.
High-Frequency Bypass (Shunting >50MHz noise) XC must be minimal at target RF frequency, limited only by ESL. 10nF to 100nF X7R Multilayer Ceramic (MLCC). Place as close to the IC VCC pin as possible to minimize parasitic trace inductance.

Common Confusions: Reactance vs. Resistance vs. Impedance

The most frequent mistake hobbyists make is treating capacitive reactance exactly like resistance. While both are measured in ohms and both limit current, their physics are entirely different.

Resistance (R) is the friction of electron flow. It converts electrical energy into heat (I²R losses) and operates identically on DC and AC. Capacitive Reactance (XC) does not dissipate heat. Think of it like a flexible rubber membrane stretched across a water pipe: it blocks steady water flow (DC), but if you push and pull the water back and forth rapidly (AC), the membrane flexes and transmits the pressure wave without the water actually passing through it. Energy is stored in the flex, not lost to friction.

Impedance (Z) is the total opposition to AC current when both resistance and reactance are present. Because reactance causes the current to lead the voltage by exactly 90 degrees in a pure capacitor, you cannot simply add them together like normal numbers. You must use vector addition:

Z = √(R² + XC²)

For a real-world capacitor, 'R' in this equation is the Equivalent Series Resistance (ESR). At low frequencies, XC dominates. At very high frequencies, XC drops so low that the capacitor's ESR and parasitic inductance (ESL) become the dominant factors limiting current.

FAQ: Edge Cases and Real-World Parasitics

Does capacitive reactance apply to DC circuits?

Only during transient events. In a steady-state DC circuit, the frequency is 0 Hz, making the theoretical reactance infinite (an open circuit). However, when you first apply DC power, the capacitor charges. During that brief charging window, current flows. Once the capacitor reaches the applied DC voltage, current stops. For timing circuits (like a 555 timer), we rely on this RC time constant, not steady-state reactance.

Why does my capacitor get hot if reactance does not dissipate power?

Because real capacitors are not ideal. They possess Equivalent Series Resistance (ESR). When high AC currents flow through a capacitor (such as in a switching power supply output filter), the I²R losses occur across the ESR, not the reactance. If your capacitor is getting hot, its ESR is too high for the ripple current it is handling. Switch to a low-ESR polymer or specialized high-ripple electrolytic capacitor.

What is the Self-Resonant Frequency (SRF) and how does it affect reactance?

Every physical capacitor has parasitic inductance (ESL) due to its leads and internal foil structure. As frequency increases, capacitive reactance drops, but inductive reactance (XL) rises. The exact frequency where XC = XL is the Self-Resonant Frequency. Above the SRF, the component stops acting like a capacitor and acts like an inductor. This is why a massive 1000µF electrolytic capacitor is useless for bypassing 100MHz digital noise; its SRF is likely below 100kHz. You must parallel it with a small ceramic capacitor that has a high SRF.

For further reading on the mathematical derivation of these concepts, refer to the All About Circuits chapter on capacitive reactance and the Electronics Tutorials guide on AC circuits. For practical component selection, review the Fluke guide on capacitance and testing.

The Default Recommendation: If you are designing a general-purpose AC-coupled signal path or low-frequency filter and lack a strict BOM constraint, default to a 100nF (0.1µF) X7R ceramic capacitor for signals above 1kHz, and step up to a 10µF electrolytic or film capacitor for sub-100Hz audio paths. Never use high-K dielectrics (like Y5V) for any application where capacitive reactance stability across temperature and voltage matters.