The inductance reactance formula is XL = 2πfL. It defines the opposition an inductor presents to alternating current (AC), scaling linearly with both the frequency of the signal and the physical inductance of the component. 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 90 degrees.

The Inductance Reactance Formula and Symbol Definitions

To use the formula correctly on the bench, you must track every variable's base SI unit. Plugging in millihenries or kilohertz without conversion is the most common reason hobbyists and junior engineers get wildly incorrect impedance values.

The core equation is:

XL = 2 × π × f × L

Symbol Parameter Base SI Unit Unit Abbreviation
XL Inductive Reactance Ohms Ω
π Archimedes' constant Dimensionless ~3.14159
f Frequency Hertz Hz
L Inductance Henries H

Rearranged Forms

When designing filters or selecting components for a switching power supply, you rarely solve for XL directly. You usually know the target reactance and the operating frequency, and need to find the required inductor. Here are the algebraic rearrangements:

  • Solving for Inductance (L): L = XL / (2 × π × f)
  • Solving for Frequency (f): f = XL / (2 × π × L)

When the Formula Applies (And When It Fails)

The inductance reactance formula is not a universal law for all electrical scenarios; it relies on specific assumptions that break down in real-world edge cases.

Core Assumptions

  1. Sinusoidal Steady-State: The formula strictly applies to pure sine waves. If you are driving an inductor with a square wave (like a PWM motor drive), the square wave is composed of a fundamental sine wave plus infinite odd harmonics. The reactance will be different for every harmonic frequency.
  2. Linear Magnetic Core: The formula assumes L is constant. In reality, if the current exceeds the inductor's saturation current (Isat), the core permeability drops, L collapses, and XL plummets toward zero.
  3. Ideal Component: It ignores parasitic elements. Real inductors have Equivalent Series Resistance (ESR) and parasitic parallel capacitance. At the self-resonant frequency (SRF), the parasitic capacitance cancels the inductive reactance, and the component acts like a resistor or even a capacitor above SRF.

Realistic Answer Magnitudes

What should your answer look like? If you calculate an XL in the megaohms for a power inductor, you have a unit error.

  • Mains/Line Frequency (50/60 Hz): Large iron-core chokes (10mH to 1H) yield reactances from 3 Ω to 370 Ω.
  • Switching Regulators (500 kHz - 2 MHz): Small ferrite-core chip inductors (1µH to 10µH) yield reactances from 3 Ω to 125 Ω.
  • RF Circuits (100 MHz+): Tiny air-core or ceramic inductors (1nH to 100nH) yield reactances from 0.6 Ω to 60 Ω.

Step-by-Step Solved Problems with Unit Tracking

Let's run two calculations typical of bench work, explicitly tracking the powers of ten to avoid the classic decimal-place trap.

Problem 1: Sizing a VFD Line Reactor

Scenario: You are installing a Variable Frequency Drive (VFD) and need to calculate the voltage drop across a 3-phase AC line reactor to ensure the motor gets enough voltage. The reactor is rated at 15 mH per phase, and the mains supply is 60 Hz.

  1. Convert to Base Units: 15 mH = 15 × 10-3 H = 0.015 H. Frequency is already in base units (60 Hz).
  2. Apply Formula: XL = 2 × π × 60 × 0.015
  3. Multiply Constants: 2 × 3.14159 × 60 = 376.99 rad/s (angular frequency, ω)
  4. Final Calculation: 376.99 × 0.015 = 5.65 Ω

Result: The reactor presents 5.65 Ω of reactance per phase at the fundamental 60Hz line frequency.

Problem 2: ESP32 Buck Converter Inductor

Scenario: You are designing a custom carrier board for an ESP32-WROOM-32 and need to verify the reactance of the output inductor in your 3.3V buck converter. The switching frequency is 4 MHz, and you selected a 2.2 µH shielded ferrite inductor.

  1. Convert to Base Units: 2.2 µH = 2.2 × 10-6 H. 4 MHz = 4 × 106 Hz = 4,000,000 Hz.
  2. Apply Formula: XL = 2 × π × 4,000,000 × (2.2 × 10-6)
  3. Combine Powers of Ten: 106 × 10-6 = 100 = 1. The math simplifies beautifully to: 2 × π × 4 × 2.2
  4. Final Calculation: 2 × 3.14159 × 8.8 = 55.29 Ω

Result: At the 4 MHz switching node, the inductor presents 55.29 Ω of reactance to the AC ripple, effectively choking the high-frequency noise while passing the DC load current.

The Unit Mistakes That Break Your Calculations

According to educational resources like All About Circuits, the vast majority of student and hobbyist errors in AC theory stem from prefix mismanagement. Here are the specific traps:

  • The kHz Trap: Oscilloscopes and function generators often display frequency in kHz or MHz. If your screen reads "500 kHz" and you plug "500" into the formula, your reactance will be 1,000 times too small. Always multiply kHz by 1,000.
  • The µH vs mH Confusion: Inductors in the millihenry (mH, 10-3) and microhenry (µH, 10-6) ranges look physically similar if unmarked. A 100µH inductor mistaken for a 100mH inductor will yield a calculated reactance 1,000 times higher than reality.
  • Ignoring Angular Frequency (ω): Some datasheets provide ω (omega) instead of f. Since ω = 2πf, the formula simplifies to XL = ωL. If you accidentally multiply ω by 2π again, your answer will be off by a factor of ~6.28.

Real-World Bench Scenario: The PWM Filter Failure

Formulas on paper rarely account for procurement errors. Here is a narrative walkthrough of a bench failure caused by a decimal-place mistake in the inductance reactance formula.

The Setup

An engineer was building a Class-D audio amplifier driven by a 400 kHz PWM carrier wave. To smooth the PWM square wave into an analog audio signal, an LC low-pass filter was required. The design called for an inductor that would present roughly 25 Ω of reactance at the 400 kHz switching frequency to effectively block the carrier while passing the 20 kHz audio bandwidth.

The Numbers

Using the rearranged formula L = XL / (2πf):
L = 25 / (2 × 3.14159 × 400,000)
L = 25 / 2,513,272
L ≈ 9.95 µH

The engineer specified a 10 µH inductor in the BOM. However, when ordering from the distributor, they accidentally selected a 10 mH radial leaded choke instead of a 10 µH surface-mount ferrite.

The Outcome

Upon powering the prototype, the audio output was completely silent, and the MOSFETs in the H-bridge were running dangerously hot. The output voltage at the speaker terminals was essentially 0V AC.

What Went Wrong

Let's run the inductance reactance formula on the physically installed 10 mH (0.01 H) component at the 400 kHz carrier frequency:

XL = 2 × π × 400,000 × 0.01 = 25,132 Ω

Instead of the intended 25 Ω, the inductor presented over 25 kilo-ohms of reactance to the PWM carrier. Because the inductor was in series with the load, this massive impedance acted as an open circuit to the high-frequency switching energy. The LC filter couldn't charge the output capacitor, collapsing the output voltage. Furthermore, the massive voltage spikes generated by the H-bridge slamming into this high reactance caused ringing that exceeded the MOSFET VDS ratings, leading to thermal runaway.

As noted in power electronics design guides from Electronics Tutorials, inductive reactance is highly frequency-dependent. A component perfectly suited for a 60 Hz mains filter becomes a catastrophic bottleneck at 400 kHz. Always verify the physical markings and measure the actual inductance with an LCR meter before soldering high-frequency power components.