The formula for inductive reactance is XL = 2πfL. It defines the opposition an inductor presents to alternating current (AC), measured in ohms (Ω). Unlike resistance, which dissipates energy as heat, inductive reactance temporarily stores energy in a magnetic field and returns it to the circuit, causing the current to lag the voltage by exactly 90 degrees in an ideal component.
While the math is straightforward, applying it on the bench or in a SPICE simulation requires a strict grasp of unit scaling, parasitic behaviors, and core saturation limits. Below is a complete breakdown of the formula, real-world magnitude expectations, and the specific unit mistakes that ruin PCB designs.
The Core Formula and Symbol Definitions
The fundamental equation for inductive reactance in a sinusoidal steady-state AC circuit is:
XL = 2πfL (or equivalently, XL = ωL)
Every variable in this equation must be converted to its base SI unit before calculating. Plugging in milliamps or microhenries without adjusting the decimal will yield dangerously incorrect impedance values.
| Symbol | Parameter | Base SI Unit | Typical Real-World Range |
|---|---|---|---|
| XL | Inductive Reactance | Ohms (Ω) | 0.1 Ω to 100 kΩ |
| π | Pi (Mathematical Constant) | Dimensionless | ~3.14159 |
| f | Frequency | Hertz (Hz) | 50 Hz (mains) to 5 GHz (RF) |
| L | Inductance | Henries (H) | 1 nH to 10 H |
| ω | Angular Frequency | Radians per second (rad/s) | 314 rad/s (50Hz) to 31.4 Grad/s |
Real-World Magnitudes: What Do the Numbers Actually Look Like?
Abstract formulas are useless if you don't know what a "normal" answer looks like. A reactance of 0.05 Ω might be a short circuit in an audio crossover, but it is the expected target for a high-current buck converter output choke. The table below maps real-world inductor applications to their expected reactance at their operating frequencies.
| Application / Component Type | Inductance (L) | Operating Freq (f) | Calculated XL | Design Context |
|---|---|---|---|---|
| Mains EMI Filter Choke | 10 mH | 60 Hz | 3.77 Ω | Blocks high-freq noise; 3.77 Ω is low enough to avoid excessive 60Hz voltage drop. |
| Audio Crossover Woofer Coil | 2.5 mH | 2.5 kHz | 39.27 Ω | Matches 8 Ω nominal speaker impedance at the crossover frequency. |
| SMPS Output Inductor (Buck) | 4.7 µH | 500 kHz | 14.76 Ω | Controls ripple current; DCR (often < 20 mΩ) dictates actual DC losses. |
| RF Impedance Matching Network | 12 nH | 2.4 GHz (WiFi) | 180.95 Ω | Tiny physical trace or 0402 chip; parasitic capacitance dominates above 3 GHz. |
| Parasitic PCB Via/Trace | 2 nH | 100 MHz | 1.25 Ω | Unintentional inductance causing ground bounce and ringing in digital logic. |
Rearranged Forms and the Unit Mistakes That Break Calculations
You will frequently need to solve for inductance or frequency rather than reactance. Here are the algebraically rearranged forms:
- Solving for Inductance: L = XL / (2πf)
- Solving for Frequency: f = XL / (2πL)
- Solving for Angular Frequency: ω = XL / L
150 and 100 into the formula. You must use base units: 0.000000150 H and 100,000,000 Hz. Alternatively, use scientific notation: 150e-9 and 100e6. Forgetting the e-9 will result in a calculated reactance a billion times larger than reality.
The Radian vs. Hertz Mistake: Textbooks often write the formula as XL = ωL. If a datasheet specifies an angular frequency (ω) in rad/s, do not multiply it by 2π again. The 2π is already baked into ω (since ω = 2πf). Multiplying by 2π twice will inflate your reactance by a factor of 6.28.
Worked Examples with Step-by-Step Unit Tracking
Let's walk through two practical engineering scenarios, explicitly tracking the units to ensure the math resolves correctly.
Example 1: Sizing an Audio Crossover Inductor
Scenario: You are designing a passive 2-way speaker crossover. The woofer has a nominal impedance of 8 Ω. You need the inductor's reactance to equal 8 Ω at the crossover frequency of 3,000 Hz to create a -3dB attenuation point. What inductance (L) do you need?
- Identify knowns and target: XL = 8 Ω, f = 3000 Hz. Target = L.
- Select rearranged formula: L = XL / (2πf)
- Verify base units: 8 Ω is base. 3000 Hz is base. No prefix conversions needed.
- Substitute and solve:
L = 8 / (2 × 3.14159 × 3000)
L = 8 / 18849.54
L = 0.0004244 Henries - Convert to practical units: 0.0004244 H = 424.4 µH.
- Unit Check: Ω / Hz = (V/A) / (1/s) = (V·s)/A. Since 1 Henry is defined as 1 (V·s)/A, the units resolve perfectly to Henries.
Bench Note: You won't find a 424.4 µH inductor off the shelf. You would wind a custom coil on a ferrite core or use a 470 µH standard value and adjust the crossover capacitor slightly to compensate.
Example 2: Calculating SMPS Ripple Impedance
Scenario: A synchronous buck converter switches at 1.2 MHz. The output inductor is a Wurth Elektronik 744774122 (22 µH). What is the inductive reactance at the switching frequency?
- Identify knowns: L = 22 µH, f = 1.2 MHz.
- Convert to base SI units:
L = 22 × 10-6 H (0.000022 H)
f = 1.2 × 106 Hz (1,200,000 Hz) - Apply formula: XL = 2πfL
- Substitute:
XL = 2 × 3.14159 × (1.2 × 106) × (22 × 10-6) - Solve intermediate steps:
Notice that 106 and 10-6 cancel each other out perfectly.
XL = 2 × 3.14159 × 1.2 × 22
XL = 6.28318 × 26.4
XL = 165.88 Ω
Bench Note: While the AC reactance is 165.88 Ω, the DC load current only sees the inductor's DCR (typically around 45 mΩ for this specific part). This massive difference between DC resistance and AC reactance is exactly why inductors are used in switching regulators to pass DC while choking AC ripple.
Assumptions, Edge Cases, and When the Formula Breaks Down
The formula XL = 2πfL is an idealization. According to foundational AC theory outlined by resources like All About Circuits, this equation assumes a purely inductive component in a sinusoidal steady state. In physical reality, three major edge cases invalidate the simple formula.
1. Parasitic Elements and Self-Resonant Frequency (SRF)
No physical inductor is purely inductive. Every coil has parasitic parallel capacitance (Cp) between its windings, and series DC resistance (DCR). The true impedance is calculated using the complex vector sum: Z = √(R2 + (XL - XC)2). As frequency increases, XL climbs, but the parasitic capacitive reactance (XC) drops. At the Self-Resonant Frequency (SRF), XL and XC cancel out, leaving only the resistive component. Above the SRF, the inductor becomes capacitive. The formula XL = 2πfL will mathematically predict a higher reactance, but the physical component will actually exhibit decreasing impedance. Always check the manufacturer's SRF spec; for RF chokes, operating above 80% of the SRF is a design failure.
2. Core Saturation in Magnetic Materials
The inductance value (L) is not a fixed constant if the inductor uses a magnetic core (ferrite, powdered iron, or laminated steel). L is directly proportional to the core's magnetic permeability (µ). If the DC bias current exceeds the inductor's saturation current rating (Isat), the magnetic domains in the core align completely. Permeability plummets toward the permeability of free space (µ0), and the inductance (L) can drop by 50% to 90%. When L drops, XL collapses. In a buck converter, this saturated state causes massive current spikes, often resulting in catastrophic MOSFET shoot-through and blown silicon. As noted in Georgia State University's HyperPhysics magnetic field references, core linearity is strictly bounded by the material's B-H curve.
3. Non-Sinusoidal Waveforms (Transient DC)
The formula XL = 2πfL only applies to continuous sinusoidal AC waveforms (or can be adapted via Fourier analysis for square waves by calculating reactance for each harmonic). It does not apply to transient DC switching events, such as an inductor being connected to a battery via a MOSFET. In transient states, the opposition to current change is governed by Faraday's law of induction: V = L(di/dt). Attempting to use AC reactance formulas to calculate inrush currents or flyback voltage spikes will yield entirely incorrect and potentially dangerous results.






