Inductive reactance is the opposition that an inductor presents to alternating current (AC), measured in ohms, which increases as either the frequency or the inductance increases. Unlike a standard resistor that burns electrical energy as heat, an inductor stores energy in a magnetic field and returns it to the circuit, meaning this specific type of opposition limits current flow without inherently wasting real power.
The Core Mechanism: How Inductive Reactance Actually Works
When direct current (DC) flows through a coil of wire, it establishes a steady magnetic field. The only opposition to the current is the tiny DC resistance of the copper wire itself. But when alternating current (AC) or a pulsing DC signal (like PWM) flows through that same coil, the magnetic field is constantly expanding and collapsing.
According to Faraday’s Law of Induction, a changing magnetic field induces a voltage that opposes the change in current. This is called back-EMF (electromotive force). The faster the current tries to change direction (higher frequency), or the more turns of wire there are (higher inductance), the stronger this opposing voltage becomes.
Key Insight: Inductive reactance is exactly zero for pure DC (0 Hz), meaning an ideal inductor is just a short circuit to a battery.
The Math: A Worked Numeric Example on the Bench
The formula for inductive reactance (XL) is straightforward:
XL = 2πfL
- XL = Inductive reactance in Ohms (Ω)
- π = Pi (approx. 3.1416)
- f = Frequency in Hertz (Hz)
- L = Inductance in Henrys (H)
Let’s look at a real bench scenario. You have a 10 mH (0.01 H) toroidal inductor. How does it behave in two completely different circuits?
Scenario A: 60 Hz Mains AC Filter
XL = 2 × 3.1416 × 60 Hz × 0.01 H = 3.77 Ω
At standard wall power frequencies, this inductor offers less than 4 ohms of opposition. It will easily pass 60 Hz current, dropping very little voltage.
Scenario B: 20 kHz Switch-Mode Power Supply
XL = 2 × 3.1416 × 20,000 Hz × 0.01 H = 1,256 Ω
At a typical switching frequency, that exact same physical component acts as a massive 1.2 kΩ roadblock to the AC ripple, while still freely passing the DC output current.
This frequency dependence is why a single inductor can act as a short circuit to DC but a choke to high-frequency noise. For a deeper look at the underlying physics, the All About Circuits textbook chapter on AC inductance provides excellent foundational math.
Where You Meet Inductive Reactance in Practice
You won't just see this on a whiteboard; it dictates component selection across several common electrical and electronic domains:
- Variable Frequency Drive (VFD) Output Chokes: VFDs output high-frequency PWM to control motor speed. The steep voltage spikes (high dv/dt) can degrade motor winding insulation. An output choke uses high inductive reactance at the switching frequency to smooth the waveform into a cleaner sine-like shape.
- Audio Speaker Crossovers: A woofer needs low frequencies but will distort if fed high frequencies. A series inductor uses its rising reactance at high frequencies to naturally block treble from reaching the woofer cone.
- Buck/Boost DC-DC Converters: In a switching regulator, the inductor's reactance to the high-frequency square wave limits the ripple current, allowing the capacitor to smooth the output into a clean DC rail.
- Fluorescent and HID Lamp Ballasts: Older magnetic ballasts rely on the inductive reactance of a large iron-core coil to limit the current through the gas discharge tube once it strikes, preventing it from drawing infinite current and exploding.
Scenario Walkthrough: When the Wrong Inductor Melts Your PWM Driver
Theory is clean; the workbench is messy. Here is a real-world failure mode involving inductive reactance, core saturation, and a melted MOSFET.
The Numbers:
Let's calculate the reactance of your 100 μH inductor at the ESP32's 500 Hz PWM frequency:
XL = 2 × 3.1416 × 500 × 0.0001 = 0.314 Ω
The Outcome:
You power it up. The motor still whines loudly. Within three minutes, the inductor is scalding hot, and your IRFB4110 MOSFET violently fails, shorting the 24V rail and tripping your bench power supply.
What Went Wrong:
First, at 500 Hz, 100 μH provides almost zero reactance (0.314 Ω). It wasn't choking the AC ripple; it was just passing the raw PWM square wave straight to the motor.
Second, and more fatally, because the reactance was so low, the peak-to-peak ripple current was massive—easily exceeding 30A. This pushed the inductor's core past its saturation current rating. When an inductor core saturates, its magnetic permeability drops to near that of air, meaning its inductance (L) plummets to almost zero. With L at zero, XL becomes zero. The inductor effectively turned into a piece of bare wire, allowing uncontrolled inrush current to destroy the MOSFET.
The Fix:
Change the ESP32 PWM frequency to 20,000 Hz (inaudible) and swap the inductor for a 470 μH part specifically rated for a 15A saturation current. At 20 kHz, the 470 μH inductor yields an XL of 59 Ω, easily smoothing the ripple without saturating.
Common Confusions: Reactance vs. Resistance vs. Impedance
One of the most common mistakes hobbyists make is treating reactance exactly like resistance. While both are measured in Ohms, their physical behaviors are entirely different. Here is how to keep them straight, as detailed in standard electronics tutorials on AC inductance.
| Property | Symbol | Physical Action | Frequency Dependence | Power Dissipation |
|---|---|---|---|---|
| Resistance | R | Friction (collisions of electrons) | None (same for DC and AC) | Burns real power (Watts) |
| Inductive Reactance | XL | Magnetic inertia (back-EMF) | Increases with frequency | Stores/returns reactive power (VARs) |
| Capacitive Reactance | XC | Electric field storage | Decreases with frequency | Stores/returns reactive power (VARs) |
| Impedance | Z | The total vector combination of R, XL, and XC | Depends on the dominant component | Combines real and reactive power |
Remember: You cannot simply add Resistance and Inductive Reactance together (e.g., 5Ω R + 5Ω XL ≠ 10Ω Z). Because the voltage and current are 90 degrees out of phase in an inductor, you must use vector addition: Z = √(R² + XL²).
FAQ: Quick Answers for the Workbench
Does inductive reactance consume power and generate heat?
Ideally, no. Inductive reactance creates 'reactive power' (measured in VARs), which sloshes back and forth between the source and the magnetic field. However, real-world inductors have copper wire (which has DC resistance) and magnetic cores (which suffer from eddy currents and hysteresis). Those parasitic elements do generate heat, but the reactance itself does not.
Can I measure inductive reactance with my digital multimeter?
No. A standard DMM applies a tiny DC voltage to measure resistance. Since XL is zero at DC, your meter will only read the parasitic DC resistance of the copper wire (often less than 1Ω). To measure inductance (and calculate reactance), you need a dedicated LCR meter that applies an AC test signal at a specific frequency (usually 1 kHz or 100 kHz).
Why does my inductor get hot in a DC circuit if reactance is zero?
If you are feeding the inductor with pure, steady DC, the heat is entirely due to I²R losses (the DC resistance of the wire). However, if your 'DC' circuit has significant ripple, noise, or is actually a PWM signal, the AC components are experiencing inductive reactance, causing core losses (eddy currents) in the ferrite or iron powder core, which manifests as heat.
How do I choose between a ferrite core and a powdered iron core?
Use ferrite for high-frequency, low-current applications (like RF chokes or small signal filtering above 100 kHz) because it has high permeability but saturates easily. Use powdered iron for high-current, lower-frequency applications (like PWM motor chokes or buck converters under 100 kHz) because the distributed air gaps in the powder give it a much higher saturation current threshold, preventing the catastrophic failure seen in our walkthrough scenario.






