The Core Definition and Circuit Impact

Inductance reactance (technically termed inductive reactance, XL) is the frequency-dependent opposition an inductor presents to alternating current, measured in ohms. Unlike a standard resistor, which limits current by dissipating energy as heat, an inductor limits AC current by storing energy in a magnetic field and returning it to the circuit. This dynamic fundamentally changes how your circuit behaves: it restricts AC current flow without burning off real power (watts), while simultaneously forcing the current waveform to lag behind the voltage waveform by exactly 90 electrical degrees.

What People Commonly Confuse It With:
  • DC Resistance (DCR): The physical resistance of the copper wire used to wind the coil. DCR causes heat loss; reactance does not.
  • Capacitive Reactance (XC): The opposition presented by a capacitor, which decreases as frequency rises (the exact inverse of inductive reactance) and causes current to lead voltage.
  • Inductance (L): Inductance (measured in Henries) is the physical property of the component; reactance (measured in Ohms) is how that property behaves at a specific AC frequency.

The Math: Calculating Reactance with Real Values

To find the exact opposition an inductor will present in your circuit, you use the standard formula:

XL = 2πfL

Where f is the frequency in Hertz (Hz) and L is the inductance in Henries (H). The critical takeaway here is the linear relationship: if you double the frequency or double the inductance, you double the reactance.

Worked Numeric Example

Let us take a standard 10 mH (0.010 H) inductor and calculate its reactance in two vastly different real-world environments: a 60Hz mains-powered audio crossover, and a 100 kHz switching power supply (SMPS).

Scenario A: 60Hz Mains / Audio Line

  • XL = 2 × 3.14159 × 60 × 0.010
  • XL = 3.77 Ω

At 60Hz, this 10mH inductor barely impedes the current. It acts almost like a short circuit (limited only by its internal DCR, which might be 0.5 Ω).

Scenario B: 100 kHz SMPS Switching Node

  • XL = 2 × 3.14159 × 100,000 × 0.010
  • XL = 6,283.18 Ω

At 100 kHz, that exact same physical component presents over 6 kilo-ohms of impedance, effectively choking high-frequency switching noise while allowing DC to pass freely. This massive frequency-dependent swing is why inductors are the backbone of EMI filtering.

Where You Meet This in Practice

You will rarely calculate inductance reactance for simple DC LED circuits, but it dominates three major areas of electrical and electronics design:

  1. Switch-Mode Power Supplies (SMPS): In a buck converter, the output inductor relies on its high reactance at the switching frequency (typically 100 kHz to 2 MHz) to smooth the PWM square wave into a clean DC output. If your reactance is too low, you get massive output voltage ripple.
  2. EMI and Common-Mode Chokes: On the AC input of a PC power supply, common-mode chokes use high inductance to create massive reactance against high-frequency RF noise (MHz range) generated by the switching transistors, preventing it from polluting the mains grid.
  3. Audio Crossover Networks: In a passive speaker crossover, a series inductor is placed before the woofer. Because reactance increases with frequency, it blocks high-frequency treble signals from reaching the woofer, acting as a natural low-pass filter.
Bench Tip: The Self-Resonant Frequency (SRF) Trap
Inductors have parasitic capacitance between their wire windings. At a specific frequency called the Self-Resonant Frequency (SRF), the inductive reactance and capacitive reactance cancel out, and the component acts like a pure resistor. Above the SRF, the component actually becomes capacitive, and its impedance drops. Always check the manufacturer datasheet to ensure your operating frequency is at least 10x below the SRF.

Component Selection Decision Tree

Choosing the right inductor is not just about the Henries value; core material and physical construction dictate how the reactance holds up under real current loads. Use this decision matrix to terminate your selection process with a concrete part number.

Application Scenario Frequency Range Required Core Material Concrete Part Pick (2026 Standard)
DC-DC Buck Converter Output (High DC current, needs to resist saturation) 100 kHz - 2 MHz Shielded Iron Powder or Carbonyl (High saturation current, Isat) Bourns SRP1265A-100M (10µH, 11A saturation, shielded to prevent EMI coupling)
AC Mains Input EMI Filter (Needs high inductance to block RF noise, low DC current) 10 kHz - 30 MHz Nanocrystalline or High-Permeability Ferrite Toroid (Common Mode) Schaffner RN202-16-02D (2x10mH common mode choke, rated for 16A AC mains)
Passive Audio Crossover (Needs low DCR to avoid wasting amplifier power, handles high audio current) 20 Hz - 20 kHz Laminated Silicon Steel or Air Core (Zero core saturation risk, very low DCR) Jantzen Audio 000-1040 (Air core, 1.0mH, 1.0mm wire for ultra-low 0.3Ω DCR)

Reference: For deep-dive magnetics modeling and core loss calculations, the Wurth Elektronik REDEXPERT tool allows you to input your exact AC ripple current and frequency to simulate core temperature rise before you buy.

Common Troubleshooting and Measurement Pitfalls

Why does my multimeter read 0.4Ω, but the schematic says 50Ω?

Your standard digital multimeter (DMM) measures DC Resistance (DCR) by applying a tiny DC voltage. It cannot measure reactance. The 0.4Ω is just the physical resistance of the copper wire. To measure the 50Ω inductive reactance, you must use an LCR meter set to measure inductance (L) or impedance (Z) at the specific AC test frequency (e.g., 1 kHz or 100 kHz) where that 50Ω value is valid.

My inductor is getting dangerously hot, but my current is below the datasheet rating. Why?

Datasheets typically list two current ratings: Imax (thermal limit based on DCR heating) and Isat (saturation limit). If your AC ripple current is too high, the core material saturates. Once saturated, the magnetic field cannot store any more energy, the inductance value effectively collapses to near-zero, and the inductive reactance vanishes. The component then acts as a simple, low-resistance wire, drawing massive current spikes from your switching IC and generating severe heat. Always design so your peak current (DC + half the AC ripple) stays 20% below the Isat threshold.

Can I put two inductors in parallel to handle more current?

Technically yes, but it is a layout nightmare. Paralleling inductors halves the total inductance (and thus halves the reactance), requiring you to double the physical component count just to maintain your original XL. Furthermore, slight differences in DCR between the two components will cause unequal current sharing, leading to premature thermal failure of one unit. The correct engineering decision is to select a single inductor with a larger core geometry and thicker wire gauge.

For foundational theory on phase angles and impedance triangles, the All About Circuits textbook chapter on Inductive Reactance remains the definitive open-source reference. For power stage design, consult the Texas Instruments SLVA061 application report on buck converter magnetics to understand how reactance interacts with duty cycle and ripple current.