The inductive reactance formula is XL = 2πfL. It calculates the opposition an inductor presents to alternating current (AC), measured in ohms (Ω). Unlike DC resistance, which remains relatively constant, inductive reactance scales linearly with both the AC frequency (f) and the component's physical inductance (L). Whether you are designing an audio crossover network, sizing a filter choke for a switching power supply, or debugging an ESP32 PWM driver pushing a relay coil, knowing exactly how to manipulate this equation prevents core saturation, voltage drop miscalculations, and destroyed MOSFETs.
The Core Inductive Reactance Formula & Symbol Definitions
To use the formula correctly on the bench, you must understand the strict boundaries of each variable. The standard equation is expressed as:
XL = 2 × π × f × L
| Symbol | Parameter | Standard Unit | Practical Notes |
|---|---|---|---|
| XL | Inductive Reactance | Ohms (Ω) | Represents AC opposition only; does not dissipate real power (watts) like resistance does. |
| π | Pi | Dimensionless | Constant (~3.14159). Converts linear cycles to angular radians. |
| f | Frequency | Hertz (Hz) | Must be in base Hz, not kHz or MHz, for the math to resolve correctly. |
| L | Inductance | Henrys (H) | Must be in base Henrys, not millihenrys (mH) or microhenrys (μH). |
Realistic Magnitudes: A 10mH choke at 60Hz yields a modest 3.77Ω of reactance. However, push that same 10mH choke to 100kHz (typical for a switching supply), and the reactance spikes to 6,283Ω. This massive scaling is why inductors pass DC but block high-frequency noise.
Rearranged Forms for Frequency and Inductance
In practical circuit design, you rarely solve for XL directly. Usually, you know the target reactance and need to select a component or determine the cutoff frequency. Here are the algebraically rearranged forms:
Solving for Frequency (f)
Use this when determining the crossover frequency of an audio filter or the point at which a choke begins to effectively attenuate a signal.
f = XL / (2 × π × L)
Solving for Inductance (L)
Use this when sizing an inductor for a specific ripple current in a buck converter or selecting an RF choke for a known impedance matching network.
L = XL / (2 × π × f)
Worked Examples with Strict Unit Tracking
The most common way engineers and hobbyists destroy components is by ignoring metric prefixes. The formula demands base units. Here are two bench-realistic problems with explicit unit tracking.
Problem 1: Calculating Reactance in a Mains Filter
Scenario: You are building an EMI filter for a 120V/60Hz AC motor and need to know the reactance of your chosen choke to calculate voltage drop.
- Given: L = 45 mH, f = 60 Hz
- Find: XL
- Step 1 (Convert Units): Convert millihenrys to Henrys. 45 mH = 45 × 10-3 H = 0.045 H.
- Step 2 (Substitute): XL = 2 × π × 60 Hz × 0.045 H.
- Step 3 (Calculate): XL = 376.99 × 0.045.
- Step 4 (Result): XL = 16.96 Ω.
Bench Note: At 16.96Ω, if your motor draws 2A, the inductor will drop roughly 34V (2A × 16.96Ω). This is a massive voltage drop for a 120V system, indicating you need a much smaller inductance value for the main power line.
Problem 2: Sizing an Inductor for an RF Choke
Scenario: You are designing a bias-tee for a 2.4 GHz WiFi antenna and need an RF choke that presents at least 1,000Ω of reactance to keep the RF signal out of your DC power supply.
- Given: Target XL = 1000 Ω, f = 2.4 GHz
- Find: L
- Step 1 (Rearrange): L = XL / (2 × π × f).
- Step 2 (Convert Units): Convert gigahertz to Hertz. 2.4 GHz = 2.4 × 109 Hz = 2,400,000,000 Hz.
- Step 3 (Substitute): L = 1000 / (2 × π × 2,400,000,000).
- Step 4 (Calculate Denominator): 2 × π × 2.4 × 109 ≈ 15,079,644,739.
- Step 5 (Divide): L = 1000 / 15,079,644,739 = 6.6314 × 10-8 H.
- Step 6 (Convert to standard prefix): L ≈ 66.3 nH.
Bench Note: A 66.3nH inductor at RF is physically tiny, often just a short trace on a PCB or a 0402 SMD chip inductor. Using a standard 1mH through-hole choke here would introduce massive parasitic capacitance, rendering it useless at 2.4 GHz.
Assumptions, Edge Cases, and Unit Traps
The formula XL = 2πfL is elegant, but it relies on strict physical assumptions. According to foundational AC circuit theory outlined by resources like All About Circuits and Electronics Tutorials, you must account for the following edge cases:
- Sinusoidal Steady-State: The formula assumes a pure sine wave. If you are driving the inductor with a square wave, PWM signal, or sawtooth wave, you cannot use a single frequency. You must perform a Fourier analysis to calculate XL for the fundamental frequency and every relevant harmonic, then sum them vectorially.
- Linearity and Core Saturation: The formula assumes L is a constant. In reality, if you push too much DC current through a cored inductor (like ferrite or iron powder), the core saturates. When saturation occurs, the permeability drops, L collapses toward zero, and your calculated XL vanishes, usually resulting in a short circuit and a blown driver transistor.
- The DC Edge Case: In a DC circuit, f = 0 Hz. Plugging this into the formula yields XL = 2π(0)L = 0Ω. An ideal inductor is a perfect short circuit to DC. In reality, the only opposition to DC is the wire's parasitic DC Resistance (DCR), which is typically under 1Ω.
- The Unit Prefix Trap: I once saw a junior tech troubleshoot a 12V buck converter because they sized the output choke using the 60Hz mains frequency instead of the 500kHz switching frequency. They calculated a massive 470μH inductor that instantly saturated at 3A and fried the switching MOSFET. Always write out the scientific notation (e.g., 10-6 for micro, 10-9 for nano) before punching numbers into your calculator.
Frequently Asked Questions
Does the inductive reactance formula work for DC circuits?
Mathematically, it resolves to zero. Since frequency (f) is 0 Hz in a pure DC circuit, XL = 2π(0)L = 0Ω. This means an ideal inductor offers zero reactance to DC current. However, real-world inductors have copper windings that introduce DC Resistance (DCR). When analyzing DC circuits, you must ignore XL and instead look up the component's DCR on the datasheet, which typically ranges from 0.01Ω to 5Ω depending on the wire gauge.
How do I use the inductive reactance formula for square waves or PWM?
You cannot plug a single 'PWM frequency' into the formula to get a total reactance value. A square wave is composed of a fundamental sine wave plus an infinite series of odd harmonics (3rd, 5th, 7th, etc.). Because XL scales linearly with frequency, the inductor will present 3 times more reactance to the 3rd harmonic than to the fundamental, 5 times more to the 5th, and so on. For practical PWM filtering (like smoothing a 20 kHz motor drive signal), design the inductor to have a high XL at the fundamental switching frequency, which will naturally attenuate the higher harmonics even more aggressively.
What is the difference between inductive reactance and impedance?
Reactance (XL) is only the imaginary, frequency-dependent part of the equation. Impedance (Z) is the total, real-world opposition to AC current, combining both the inductive reactance and the physical DC resistance (R) of the copper wire. The complete formula is Z = √(R² + XL²). In large power line chokes, XL is so massive compared to R that Z ≈ XL. But in small, high-frequency RF inductors, the DCR is significant, and ignoring it will lead to severe Q-factor and voltage drop miscalculations.
Why is 2 pi included in the inductive reactance formula?
The 2π constant is a unit conversion factor that translates linear frequency (f, measured in cycles per second or Hertz) into angular frequency (ω, measured in radians per second). Since one complete sine wave cycle covers exactly 2π radians, the formula is frequently written in engineering textbooks as XL = ωL. Using radians simplifies the calculus required to derive the voltage-current phase shift (where voltage leads current by exactly 90 degrees, or π/2 radians) in AC circuit analysis.






