If you need to design a filter, tune an antenna, or build a buck converter, you cannot rely on guesswork. The fundamental formula for coil inductance of an ideal, long air-core solenoid is L = (μ₀ × μᵣ × N² × A) / l. This equation dictates how many turns of wire you need on a specific core to achieve a target Henry value. However, applying this formula on the workbench requires strict unit tracking and an understanding of magnetic path assumptions. Below, we break down the variables, rearrange the math for design work, and walk through real-world calculations where textbook theory meets physical reality.
The Core Formula for Coil Inductance and Symbol Definitions
The inductance of a uniformly wound solenoid is derived from the magnetic flux linkage per unit of current. Before plugging in numbers, you must understand the physical meaning and standard SI units of every variable in the equation.
| Symbol | Parameter | SI Unit | Notes & Realistic Magnitudes |
|---|---|---|---|
| L | Inductance | Henrys (H) | Typically measured in microhenrys (μH) or millihenrys (mH) in practical circuits. |
| μ₀ | Vacuum Permeability | H/m | Approx. 1.256637 × 10⁻⁶ H/m. (Note: Since the 2019 SI redefinition, this is an experimentally determined value, no longer exactly 4π × 10⁻⁷). |
| μᵣ | Relative Permeability | Dimensionless | Air = 1. Ferrite = 20 to 5000+. Iron powder = 10 to 100. |
| N | Number of Turns | Dimensionless | Total count of wire loops. Because it is squared, small changes in N drastically alter L. |
| A | Cross-Sectional Area | Square meters (m²) | Area of the core, not the wire. Usually calculated as π × r². |
| l | Coil Length | Meters (m) | The physical length of the wound coil, not the total wire length. |
For a deeper look at how magnetic fields behave in these geometries, the Electronics Tutorials guide on inductors provides excellent visual breakdowns of flux lines.
Rearranged Forms: Solving for Turns, Area, and Length
On the bench, you rarely calculate inductance from scratch; usually, you have a target inductance (L) and a core, and you need to find the required turns (N). Here are the algebraically rearranged forms of the formula for coil inductance:
- Solving for Turns (N):
N = √( (L × l) / (μ₀ × μᵣ × A) ) - Solving for Area (A):
A = (L × l) / (μ₀ × μᵣ × N²) - Solving for Length (l):
l = (μ₀ × μᵣ × N² × A) / L - Solving for Relative Permeability (μᵣ):
μᵣ = (L × l) / (μ₀ × N² × A)
Worked Examples with Strict Unit Tracking
The most common point of failure in inductor math is unit mismatch. The formula demands base SI units: meters for length and radius, square meters for area. Let us walk through two scenarios with explicit intermediate steps.
Problem 1: Finding Inductance of an Air-Core RF Choke
Given: A coil wound on a plastic former with a radius of 5 mm, a winding length of 10 cm, and 250 turns.
Find: Inductance (L).
- Convert to SI units:
Radius (r) = 5 mm = 0.005 m
Length (l) = 10 cm = 0.1 m
μᵣ = 1 (air/plastic) - Calculate Area (A):
A = π × r² = 3.14159 × (0.005)² = 7.854 × 10⁻⁵ m² - Calculate N²:
N² = 250² = 62,500 - Apply the formula:
L = (1.2566 × 10⁻⁶ × 1 × 62,500 × 7.854 × 10⁻⁵) / 0.1
Numerator = 6.168 × 10⁻⁶
L = 6.168 × 10⁻⁶ / 0.1 = 6.168 × 10⁻⁵ H - Convert to standard magnitude:
6.168 × 10⁻⁵ H = 61.68 μH
Problem 2: Calculating Turns for a Ferrite Rod Inductor
Given: Target L = 100 μH. Ferrite rod has a radius of 4 mm, length of 50 mm, and a stated material μᵣ of 400.
Find: Required turns (N).
- Convert to SI units:
L = 100 μH = 100 × 10⁻⁶ H
r = 4 mm = 0.004 m
l = 50 mm = 0.05 m - Calculate Area (A):
A = π × (0.004)² = 5.0265 × 10⁻⁵ m² - Set up the rearranged formula:
N = √( (L × l) / (μ₀ × μᵣ × A) ) - Calculate the denominator:
μ₀ × μᵣ × A = (1.2566 × 10⁻⁶) × 400 × (5.0265 × 10⁻⁵) = 2.526 × 10⁻⁸ - Calculate the numerator:
L × l = (100 × 10⁻⁶) × 0.05 = 5.0 × 10⁻⁶ - Divide and take the square root:
N² = 5.0 × 10⁻⁶ / 2.526 × 10⁻⁸ = 197.94
N = √197.94 = 14.07 turns (Round to 14 turns)
Real-World Bench Scenario: Winding a Buck Converter Inductor
Textbook math is clean; the workbench is not. Let us look at a scenario where blindly trusting the formula for coil inductance leads to a failed prototype.
The Setup: You are building a 12V-to-5V buck converter switching at 100 kHz. The design requires a 100 μH inductor. You select a manganese-zinc ferrite rod (50 mm long, 8 mm diameter) with a datasheet stating a relative permeability (μᵣ) of 400. Using the math from Problem 2 above, you calculate that 14 turns of 22 AWG enameled copper wire will yield exactly 100 μH.
The Numbers: You wind 14 turns tightly in the center of the rod, solder it to your PCB, and measure it with a benchtop LCR meter at 100 kHz.
The Outcome: The meter reads 22 μH. Your buck converter fires up, but the ripple current is massive, the MOSFET overheats, and the output voltage is unstable.
What Went Wrong: You used the material permeability (μᵣ = 400) instead of the effective permeability (μ_eff) of the physical rod shape. The formula for coil inductance assumes a closed magnetic loop (like a toroid) or an infinitely long solenoid. A cylindrical rod has a massive "demagnetization factor" because the magnetic flux must travel through the surrounding air to complete its loop from the north to the south pole of the rod. For a rod with a length-to-diameter ratio of roughly 6:1, the effective permeability drops from 400 down to approximately 65.
If you recalculate Problem 2 using μ_eff = 65, the required turns jump from 14 to roughly 35 turns, which would have yielded the correct 100 μH on the LCR meter.
Assumptions, Limitations, and Unit Mistakes That Break the Math
To use the formula for coil inductance reliably, you must understand its boundaries and the pitfalls that trap hobbyists and junior engineers.
When the Formula Applies (and When It Doesn't)
- Applies to: Long, tightly wound solenoids where the length (l) is at least 10 times greater than the radius (r). It also applies perfectly to closed-loop toroids if you substitute the toroid's mean magnetic path length for (l) and its cross-section for (A).
- Fails on: Short, stubby coils (pancake coils). For these, the magnetic field bulges outward at the ends. You must apply the Nagaoka coefficient (a correction factor derived from elliptic integrals) to the result to account for the non-uniform field at the coil ends.
- Fails under DC Bias: The μᵣ of ferromagnetic materials is not a static number. As DC current increases, the core approaches magnetic saturation, and μᵣ plummets. A 100 μH inductor might drop to 40 μH when 2 Amps of DC bias is applied.
Unit Mistakes That Will Ruin Your Build
- Forgetting to square the radius: Area is π × r². If you use the diameter (d) by mistake without dividing by 2 first, your area will be off by a factor of 4, and your inductance will be 4x higher than calculated.
- Mixing centimeters and meters: The formula requires meters. If you plug in 10 cm as "10" instead of "0.1", your calculated inductance will be off by a factor of 100.
- Ignoring wire insulation thickness: When calculating the winding length (l), you must account for the build-up of the wire enamel. 50 turns of 28 AWG wire will occupy a different physical length than 50 turns of 18 AWG wire, changing the 'l' variable in your denominator.
By respecting the SI units, understanding the difference between material and effective permeability, and verifying your math with an LCR meter before soldering the component into a live circuit, the formula for coil inductance transitions from an abstract textbook exercise into a reliable tool for power and RF design.






