The direct answer for the reactance of inductor formula is XL = 2πfL. This equation dictates that an inductor's opposition to alternating current scales linearly with both the frequency (f) of the signal and the physical inductance (L) of the component. For a practical baseline: a standard 10 mH filter choke operating on a 60 Hz mains supply yields a reactance (XL) of exactly 3.77 Ω. If you push that same component to a 100 kHz switching frequency, its reactance skyrockets to 6,283 Ω.
Below, we break down the derivation, map out every variable, and run through strict unit-tracked calculations so you can design filters, crossovers, and power supplies without second-guessing your math.
The Core Reactance of Inductor Formula and Symbol Definitions
The fundamental equation for inductive reactance is:
XL = 2πfL
To use this formula correctly on the bench or in simulation, you must understand the strict SI units required for each symbol. Plugging in non-base units (like millihenries or kilohertz) without conversion is the number one reason DIY filter designs fail.
| Symbol | Parameter | Strict SI Unit | Typical Real-World Range |
|---|---|---|---|
| XL | Inductive Reactance | Ohms (Ω) | 1 Ω (audio crossovers) to 10 kΩ (RF chokes) |
| π | Archimedes' Constant | Dimensionless | ~3.14159 |
| f | Frequency | Hertz (Hz) | 50/60 Hz (mains) to 2.4 GHz (RF) |
| L | Inductance | Henries (H) | 100 nH (decoupling) to 10 H (tube amp chokes) |
Where Does the 2π Come From? (Brief Derivation)
The formula is not arbitrary; it is derived directly from Faraday's Law of Induction. The voltage across an ideal inductor is defined by the rate of change of current: v(t) = L(di/dt).
If we apply a sinusoidal AC current where i(t) = Ipeak sin(2πft), taking the derivative with respect to time yields di/dt = Ipeak (2πf) cos(2πft). The peak voltage is therefore Vpeak = Ipeak (2πfL). Since Ohm's Law defines resistance (or in this case, reactance) as the ratio of peak voltage to peak current (Vpeak / Ipeak), the 2πfL term isolates as the reactance XL. For a deeper dive into the calculus behind AC circuits, the Georgia State University HyperPhysics database provides an excellent foundational breakdown.
Rearranged Forms: Solving for Frequency and Inductance
On the workbench, you rarely just solve for XL. Usually, you have a target reactance to block a specific harmonic, or you are constrained by a fixed frequency and need to source the right component. Here are the algebraically rearranged forms of the reactance of inductor formula:
- Solving for Inductance (L):
L = XL / (2πf)
Use case: Designing a low-pass LC filter for a buck converter where the switching frequency (f) and target impedance (XL) are known. - Solving for Frequency (f):
f = XL / (2πL)
Use case: Finding the cutoff frequency of an existing audio crossover network given the speaker impedance and coil inductance.
Worked Examples with Strict Unit Tracking
The most common point of failure in these calculations is unit mismatch. The formula only accepts base SI units: Henries and Hertz. Below are two real-world scenarios with explicit intermediate conversion steps.
Problem 1: Mains Frequency Choke Sizing
Scenario: You are building a linear power supply and need to calculate the reactance of a 250 mH smoothing choke operating on a 60 Hz North American mains grid.
- Identify and convert variables to base SI units:
L = 250 mH = 250 × 10-3 H = 0.25 H
f = 60 Hz (already in base units) - Apply the formula:
XL = 2 × π × 60 × 0.25 - Calculate intermediate product:
2 × 60 × 0.25 = 30 - Final multiplication:
XL = 30π ≈ 94.25 Ω
Bench Note: At 94.25 Ω, this choke will drop roughly 9.4 volts of AC ripple per 100 mA of current, making it highly effective for smoothing 120 Hz ripple (the full-wave rectified frequency of 60 Hz mains).
Problem 2: RF/Switching Converter Filter Design
Scenario: You are designing an EMI filter for a 2.4 MHz switching regulator. You need the inductor to present at least 1.5 kΩ of reactance at the switching frequency to choke the noise. What inductance value do you buy?
- Identify and convert variables to base SI units:
XL = 1.5 kΩ = 1,500 Ω
f = 2.4 MHz = 2.4 × 106 Hz = 2,400,000 Hz - Select the rearranged formula:
L = XL / (2πf) - Plug in the base values:
L = 1500 / (2 × π × 2,400,000) - Calculate the denominator:
2 × 3.14159 × 2,400,000 ≈ 15,079,644 - Final division:
L = 1500 / 15,079,644 ≈ 0.00009947 H - Convert to standard component units:
0.00009947 H = 99.47 μH
Bench Note: You would source a standard 100 μH ferrite-core inductor. For high-frequency switching, ensure the part is rated for the DC bias current without saturating, as core saturation effectively drops L toward zero, destroying your calculated XL. See All About Circuits for more on AC inductor behavior and saturation limits.
Assumptions, Limitations, and Common Unit Mistakes
The reactance of inductor formula is a mathematical idealization. If you apply it blindly to physical components without understanding its boundaries, your circuit will misbehave.
When the Formula Applies (and When It Breaks)
- Sinusoidal Steady-State: The formula assumes a pure sine wave. If you are driving the inductor with a square wave (like a PWM signal from an ESP32 or a 555 timer), the square wave contains odd harmonics (3f, 5f, 7f). The inductor will present a different XL to each harmonic. You must use Fourier analysis to calculate the reactance for each frequency component individually.
- The Self-Resonant Frequency (SRF) Limit: Real inductors have parasitic capacitance between their wire windings. This creates a parallel LC tank circuit. Below the SRF, the component acts inductive, and the formula holds. Above the SRF, the parasitic capacitance dominates, and the component acts like a capacitor. If your calculated XL requires operating near or above the manufacturer's stated SRF, the formula is invalid.
- Ignoring DC Resistance (DCR): The formula calculates the imaginary opposition to current. Real inductors also have real resistance (the copper wire itself). In low-frequency, high-current applications, the DCR might be 2 Ω while XL is only 3 Ω. You cannot ignore DCR in these scenarios; total impedance is Z = √(R2 + XL2).
The Unit Mistakes That Break Your Math
When troubleshooting a failed DIY audio crossover or a noisy buck converter, check these three traps first:
- The Milli/Kilo Trap: Entering 10 for a 10 mH inductor instead of 0.010. This inflates your calculated reactance by a factor of 1,000.
- The RPM vs Hz Confusion: In motor drive circuits, rotational speed is often given in RPM. You must divide RPM by 60 to get mechanical Hertz, and then multiply by the motor's pole-pair count to get the electrical frequency (f) required for the formula.
- Angular Frequency (ω) Substitution: In advanced textbooks, the formula is written as XL = ωL. If a datasheet gives you ω in radians per second, do not multiply by 2π again. ω already includes the 2π multiplier.
Frequently Asked Questions
How does the reactance of an inductor change with DC current?
It does not change with DC current magnitude, because for direct current, the frequency f is exactly 0 Hz. Plugging f = 0 into the formula yields XL = 0 Ω. To a steady DC source, an ideal inductor is a dead short. The only opposition to DC current is the physical DC resistance (DCR) of the copper windings. However, excessive DC current can cause core saturation, which alters the inductance (L) value itself, indirectly affecting AC reactance if an AC ripple is superimposed on the DC.
What is the difference between inductive reactance and impedance?
Reactance (XL) is strictly the frequency-dependent, imaginary opposition to AC current caused by the magnetic field. Impedance (Z) is the total, complex opposition to current, combining both the real resistance (R) and the imaginary reactance (XL). Mathematically, impedance is expressed as a complex number: Z = R + jXL. When sizing wires or calculating total voltage drops in a real-world coil, you must use the magnitude of impedance (|Z| = √(R2 + XL2)), not just the reactance.
Why does my inductor measure lower reactance than the formula predicts at high frequencies?
You have likely exceeded the component's Self-Resonant Frequency (SRF). Every physical inductor possesses parasitic parallel capacitance due to the insulation between adjacent wire loops. At low frequencies, XL dominates. As frequency rises, XL increases while the capacitive reactance (XC) decreases. At the SRF, they cancel out, leaving only the resistive losses. Above the SRF, the parasitic capacitance takes over, and the component's overall reactance begins to drop, behaving like a capacitor. Always check the manufacturer's SRF spec sheet when designing RF or high-speed switching filters.
Can I use the reactance of inductor formula for square waves?
Not directly as a single calculation. A square wave is not a single frequency; it is a fundamental sine wave plus an infinite series of odd harmonics (3rd, 5th, 7th, etc.). Because XL scales linearly with f, the inductor will present three times as much reactance to the 3rd harmonic as it does to the fundamental frequency. To find the total voltage drop or filtering effect, you must decompose the square wave using a Fourier series, calculate XL for each harmonic individually, and sum the resulting voltage vectors.






