The direct answer: the formula of inductive reactance is XL = 2πfL. It calculates the opposition an inductor presents to alternating current (AC), measured in ohms (Ω). Unlike DC resistance, which dissipates energy as heat, reactance temporarily stores energy in a magnetic field and returns it to the circuit. If you are designing an EMI filter, sizing a choke for a switch-mode power supply, or troubleshooting an audio crossover, getting the math right—and more importantly, getting the units right—is the difference between a working prototype and a melted component.
The Core Formula and Symbol Definitions
Inductive reactance increases linearly with both the frequency of the AC signal and the physical inductance of the component. The mathematical relationship is expressed as:
In many textbooks, you will also see this written as XL = ωL, where ω (omega) represents the angular frequency in radians per second. Below is the strict definition of every symbol in the primary formula.
| Symbol | Parameter | Standard Unit | Bench Notes |
|---|---|---|---|
| XL | Inductive Reactance | Ohms (Ω) | The effective AC 'resistance'. Measured with an LCR meter, not a standard multimeter. |
| 2 | Constant | Dimensionless | Represents the two zero-crossings (or half-cycles) in one full AC sine wave. |
| π | Pi | Dimensionless | Approx 3.14159. Converts rotational cycles to radians. |
| f | Frequency | Hertz (Hz) | Must be in base Hz. 60 Hz for US mains, 100 kHz for typical SMPS switching. |
| L | Inductance | Henries (H) | Must be in base Henries. 1 mH = 0.001 H; 1 μH = 0.000001 H. |
Real-World Inductive Reactance Magnitudes
A common bench mistake is losing perspective on what a 'normal' answer looks like. Inductive reactance spans from milliohms in heavy power filtering to kiloohms in RF chokes. If you calculate a reactance of 0.05 Ω for a 10 MHz RF circuit, you have likely dropped a decimal point. Below is a data-dense reference table of real-world components operating at their intended frequencies to calibrate your intuition.
| Application / Component | Inductance (L) | Frequency (f) | Calculated XL | Physical Reality Check |
|---|---|---|---|---|
| Mains Line Choke (EMI Filter) | 10 mH | 60 Hz | 3.77 Ω | Low reactance allows 60Hz power through; blocks high-freq noise. |
| Audio Speaker Crossover | 1.5 mH | 1 kHz | 9.42 Ω | Matches nominal 8Ω speaker impedance at crossover point. |
| Buck Converter Power Inductor | 47 μH | 500 kHz | 147.6 Ω | High reactance at switching freq smooths the PWM into DC. |
| RF Choke (VHF Transceiver) | 2.2 μH | 145 MHz | 2,007 Ω | Kiloohm-level block prevents RF from entering the DC bias rail. |
| Tesla Coil Primary Tank | 50 μH | 250 kHz | 78.5 Ω | Handles massive circulating currents; low resistance, high reactance. |
Rearranged Forms and Unit Pitfalls
On the bench, you rarely just calculate XL. More often, you have a target reactance and need to find the right component or the self-resonant frequency. Here are the algebraically rearranged forms:
- Solving for Frequency (f):
f = XL / (2πL)— Use this to find the cutoff frequency of an RL filter. - Solving for Inductance (L):
L = XL / (2πf)— Use this to select an inductor part number for a specific impedance at a known switching frequency.
Unit Mistakes That Break the Math
The formula is unforgiving of prefix errors. The three most common unit mistakes that yield catastrophic design flaws are:
- Forgetting to convert sub-multiples to base units: Plugging '4.7' into the L variable for a 4.7 mH inductor instead of '0.0047'. This inflates your reactance calculation by a factor of 1,000, leading you to select a capacitor for an LC filter that is 1,000 times too small.
- Confusing ω and f: Using the formula XL = ωL but plugging in Hertz instead of radians per second. Remember that ω = 2πf. If your oscilloscope reads 10 kHz, ω is 62,831 rad/s, not 10,000.
- Ignoring RMS vs. Peak: While XL itself is a scalar magnitude and doesn't change based on RMS or peak voltage, the current you calculate using Ohm's Law (I = V / XL) will be wildly wrong if you mix peak voltage with RMS current expectations.
Worked Examples with Step-by-Step Unit Tracking
Let's apply the formula to two distinct bench scenarios, strictly tracking units at every intermediate step to prevent magnitude errors.
Problem 1: Sizing an RF Choke for a 2.4 GHz WiFi Bias Tee
Scenario: You are injecting DC power into a 2.4 GHz (2,400 MHz) antenna line via a bias tee. You need the RF choke to present at least 500 Ω of reactance to prevent the RF signal from shorting to the DC power supply. What minimum inductance is required?
Step 1: Identify knowns and convert to base units.
- XL = 500 Ω
- f = 2.4 GHz = 2,400,000,000 Hz (2.4 × 109 Hz)
Step 2: Rearrange the formula to solve for L.
- L = XL / (2πf)
Step 3: Substitute and calculate.
- L = 500 / (2 × 3.14159 × 2,400,000,000)
- L = 500 / 15,079,632,000
- L = 0.00000003315 Henries
Step 4: Convert to standard component prefixes.
- 0.00000003315 H × 109 = 33.15 nH
Bench Reality Check: At 2.4 GHz, a 33 nH surface-mount chip inductor (like a Murata LQH series) is physically tiny. However, you must check the datasheet for the Self-Resonant Frequency (SRF). If the SRF is below 2.4 GHz, the component acts as a capacitor, and this formula no longer applies.
Problem 2: Current Limiting for a 120V AC Solenoid
Scenario: You have a 120V AC, 60 Hz solenoid valve that draws too much current and overheats. You measure the coil's DC resistance at 15 Ω, but when powered, it draws 4 Amps RMS. You want to add a series inductor to drop the total current to 2 Amps RMS. Assuming the coil's inductance is negligible, what inductance do you need to add?
Step 1: Calculate the target total impedance (Z).
- Using Ohm's Law for AC: Z = V / I
- Z = 120V / 2A = 60 Ω
Step 2: Determine the required reactance (XL).
- In a series RL circuit, Z = √(R2 + XL2)
- 60 = √(152 + XL2)
- 3600 = 225 + XL2
- XL2 = 3375
- XL = √3375 ≈ 58.09 Ω
Step 3: Solve for L using the inductive reactance formula.
- L = XL / (2πf)
- L = 58.09 / (2 × 3.14159 × 60)
- L = 58.09 / 376.99
- L = 0.154 Henries
Step 4: Convert to practical units.
- 0.154 H × 1000 = 154 mH
Bench Reality Check: A 154 mH inductor capable of handling 2 Amps continuous AC current without saturating its core will be heavy, expensive, and physically large (likely a laminated iron-core choke). This demonstrates why adding series inductance for mains-frequency current limiting is often less practical than using a step-down transformer or a triac-based phase-angle controller.
Assumptions, Limits, and When the Formula Breaks Down
The formula XL = 2πfL is elegant, but it models an ideal inductor. As noted by Georgia State University's HyperPhysics, real-world components introduce parasitics that invalidate the basic formula under specific conditions. You must account for these three limits:
The formula assumes L is a constant. If your inductor uses a ferromagnetic core (iron, ferrite) and the AC current exceeds the core's saturation threshold, the permeability drops drastically. The inductance (L) collapses in real-time during the peaks of the sine wave. Your calculated XL will be much higher than the effective reactance in the saturated state, leading to unexpected current spikes and component failure.
Every physical coil has turn-to-turn capacitance. This creates a parallel LC tank circuit. At the Self-Resonant Frequency (SRF), the inductive and capacitive reactances cancel out, leaving only the wire's DC resistance. Above the SRF, the component becomes capacitive. If you use the formula XL = 2πfL to calculate reactance at 50 MHz for an inductor with an SRF of 20 MHz, your math will tell you the reactance is high, but the physical reality is that the part is acting as a capacitor with a completely different impedance profile. Always check the manufacturer's SRF graph.
The formula strictly applies to pure sine waves. If you are driving an inductor with a square wave (like a PWM motor drive or a switching regulator), the waveform contains a fundamental frequency plus infinite odd harmonics. Because XL scales linearly with frequency, the inductor will present massively higher reactance to the 3rd, 5th, and 7th harmonics than to the fundamental. This causes severe voltage overshoot (ringing) and core heating. For non-sinusoidal waves, you must perform a Fourier decomposition and calculate XL for each harmonic individually, as detailed in the All About Circuits AC textbook.
Mastering the formula of inductive reactance isn't just about plugging numbers into a calculator. It requires understanding the physical boundaries of the component you are holding in your hand. Verify your units, respect the self-resonant frequency, and always check your core's saturation current before powering up the bench supply.






