The Air Coil Inductance Formula: Wheeler’s Empirical Equation
When you need to wind an inductor for an RF tank circuit, a crystal radio, or a high-frequency filter, you are almost always building a single-layer, air-core solenoid. The theoretical physics formula for a long solenoid ($L = \mu_0 N^2 A / l$) falls apart on the workbench because it assumes the coil is infinitely long compared to its radius. For real-world bench work in 2026, the undisputed standard is Wheeler’s Empirical Formula (derived by H.A. Wheeler in 1928 and still validated by modern electromagnetic solvers). It bakes in the Nagaoka correction factor for short coils, giving you an answer accurate to within 1% for most hobbyist and amateur radio geometries.
Here is the formula in both metric and imperial forms. Both yield inductance in microHenrys ($\mu$H).
Metric Version (Centimeters)
$$L = \frac{r^2 N^2}{22.9r + 25.4l}$$
Imperial Version (Inches)
$$L = \frac{r^2 N^2}{9r + 10l}$$
| Symbol | Parameter | Unit (Metric) | Unit (Imperial) | Notes |
|---|---|---|---|---|
| L | Inductance | microHenrys ($\mu$H) | microHenrys ($\mu$H) | Result is always in $\mu$H, not Henrys. |
| r | Radius of the coil | centimeters (cm) | inches (in) | Measured from the center to the center of the wire. |
| N | Number of turns | dimensionless | dimensionless | Total count of wire loops. |
| l | Length of the winding | centimeters (cm) | inches (in) | Distance from the first turn to the last turn. |
Assumptions, Limits, and Unit Traps
Before you start stripping magnet wire, you must understand the boundaries of this equation. Wheeler's formula is not a magic wand; it is an empirical curve-fit for a specific physical geometry.
When the Formula Applies (Assumptions)
- Single-layer winding: The wire must be wound in a single layer. If you wind a second layer over the first, this formula becomes invalid and inductance will be wildly underestimated.
- Air core: The relative permeability ($\mu_r$) of the core must be approximately 1. This includes air, plastic, wood, and non-magnetic ceramics. If you slide a ferrite rod into the coil, multiply the result by the rod's effective permeability (usually between 10 and 100, depending on the material and rod geometry).
- Cylindrical geometry: The coil must be wound on a round former. Square or flat spiral coils require entirely different equations.
- Length-to-radius ratio: Accuracy is best when the coil length ($l$) is greater than $0.8r$. For extremely short, pancake-like coils, error creeps up toward 5%.
Realistic Answer Magnitudes
A common mistake is expecting air coils to yield massive inductance. A realistic air-core coil on a workbench will yield between $0.1 \mu$H and $100 \mu$H. If your calculation spits out $5,000 \mu$H (5 mH), you have either made a math error or you are designing a coil the size of a water heater. If your circuit requires inductance in the milliHenry (mH) range, stop and switch to a ferrite or powdered iron core.
Unit Mistakes That Break the Math
The Big Three Fatal Errors:
- Using diameter instead of radius: If you plug the diameter of your PVC pipe into the '$r$' variable, your calculated inductance will be off by a factor of 4.
- Mixing millimeters and centimeters: The metric formula demands centimeters. If your calipers read 15 mm and you type '15' into the formula instead of '1.5', your answer will be off by a factor of 10 to 100 depending on the variable.
- Ignoring the micro prefix: The formula outputs $\mu$H. If your schematic calls for a $0.005$ H inductor, you must input $5,000$ into the '$L$' variable when rearranging the formula.
Rearranged Forms: Solving for Turns, Radius, and Length
On the bench, you rarely know all the physical dimensions and ask for the inductance. Usually, you know the target inductance ($L$) and the radius of the PVC pipe or 3D-printed form ($r$) you have in your junk box, and you need to find how many turns ($N$) to wind, or how long ($l$) to space them.
Here are the algebraic rearrangements of the metric Wheeler formula. (For imperial, swap 22.9 for 9, and 25.4 for 10).
Solving for Number of Turns (N)
This is the most common design scenario. You have a target $\mu$H, a specific coil form radius, and a planned winding length.
$$N = \sqrt{\frac{L(22.9r + 25.4l)}{r^2}}$$
Solving for Winding Length (l)
Use this when you know the wire gauge, the number of turns you want, and the form radius, and you need to know how much space to leave on the PCB or chassis.
$$l = \frac{r^2 N^2 - 22.9rL}{25.4L}$$
Solving for Radius (r)
Because '$r$' appears as both a square and a linear term, solving for radius requires the quadratic formula. If you know $L$, $N$, and $l$:
$$r = \frac{22.9L + \sqrt{(22.9L)^2 + 4 N^2 (25.4Ll)}}{2N^2}$$
Take only the positive root, as a negative radius is physically impossible.
Worked Examples with Strict Unit Tracking
Let's run two scenarios to prove the math and demonstrate strict unit tracking. For deeper theoretical background on magnetic fields, the All About Circuits inductor textbook chapter provides excellent foundational reading.
Problem 1: Finding Inductance from Physical Dimensions
Scenario: You wind 40 turns of 22 AWG enameled copper wire on a 3D-printed form. The form has an outer diameter of 20 mm. You space the windings so the total length of the coil is 4.0 cm. What is the inductance?
- Convert to formula units (cm):
- Diameter = 20 mm = 2.0 cm. Therefore, radius $r = 1.0$ cm.
- Length $l = 4.0$ cm.
- Turns $N = 40$.
- Calculate the numerator ($r^2 N^2$):
- $1.0^2 \times 40^2 = 1 \times 1600 = 1600$
- Calculate the denominator ($22.9r + 25.4l$):
- $22.9(1.0) + 25.4(4.0) = 22.9 + 101.6 = 124.5$
- Divide to find L:
- $L = 1600 / 124.5 = \mathbf{12.85 \mu H}$
Problem 2: Finding Turns for a Target Inductance
Scenario: You are building an AM broadcast band (1 MHz) tank circuit and need exactly $5.0 \mu$H. You are using a ceramic coil form with a 10 mm outer diameter. You plan to wind the coil tightly over a 2.0 cm length. How many turns do you need?
- Convert to formula units (cm):
- Target $L = 5.0 \mu$H.
- Diameter = 10 mm = 1.0 cm. Therefore, radius $r = 0.5$ cm.
- Length $l = 2.0$ cm.
- Calculate the inner denominator term ($22.9r + 25.4l$):
- $22.9(0.5) + 25.4(2.0) = 11.45 + 50.8 = 62.25$
- Multiply by L:
- $5.0 \times 62.25 = 311.25$
- Divide by $r^2$ ($0.5^2 = 0.25$):
- $311.25 / 0.25 = 1245$
- Take the square root to find N:
- $N = \sqrt{1245} = 35.28$
- Practical rounding: Wind 35 turns, and leave a small gap to fine-tune to exactly 5.0 $\mu$H with an LCR meter.
Decision Path: Sizing Your Air-Core Coil
Use this decision tree to select your physical approach before you even touch the math. This prevents the common mistake of trying to force air-core geometry into applications that demand magnetic cores.
| Target Inductance | Frequency Range | Decision / Action | Concrete Default Pick |
|---|---|---|---|
| > 1,000 $\mu$H (1 mH) | Audio / Low RF | STOP. Air core is physically impractical. The coil will be massive and suffer from extreme parasitic capacitance. | Switch to a ferrite toroid (e.g., Amidon T50-2 or FT50-43). |
| 10 $\mu$H to 500 $\mu$H | HF (3 - 30 MHz) | PROCEED. Use Wheeler's metric formula. Ideal for AM radio, shortwave, and HF ham bands. | 10 mm OD ceramic form, 22 AWG enameled copper wire, close-wound. |
| 1 $\mu$H to 10 $\mu$H | VHF (30 - 300 MHz) | PROCEED WITH CAUTION. Skin effect dominates. Keep leads extremely short. | 6 mm OD plastic form, 18 AWG bare silver-plated wire, space-wound. |
| < 1 $\mu$H (nH range) | UHF / Microwave | PIVOT. Discrete wire coils become unpredictable due to lead inductance. | Use PCB trace inductors (microstrip) or thick copper bus-bar loops. |
The Default Recommendation: If you are building a general-purpose HF (shortwave) receiver or transmitter tank circuit and haven't finalized your BOM, default to a 10 mm outer-diameter ceramic coil form paired with 22 AWG (0.64 mm) polyurethane-nylon enameled copper wire (UEW-155). This combination provides excellent mechanical stability, a high Q-factor, and allows for easy soldering without aggressive flux.
Real-World Winding Tips and Parasitic Effects
Calculating the inductance is only half the battle. Once you wind the coil, real-world physics introduces parasitics that the basic air coil inductance formula ignores. The ARRL Handbook of Radio Communications dedicates entire chapters to managing these effects in high-Q circuits.
Self-Resonant Frequency (SRF)
Every turn of wire in your coil acts as a tiny capacitor plate relative to its neighbor. This inter-turn capacitance ($C_p$) forms a parallel LC circuit with your coil's inductance. At a specific frequency—the Self-Resonant Frequency—the coil stops acting like an inductor and becomes a high-impedance parallel resonant circuit. Above the SRF, it acts like a capacitor.
Rule of thumb: Your operating frequency must be at least 30% to 50% below the coil's SRF. To push the SRF higher (allowing the coil to work at higher frequencies), increase the spacing between turns (space-winding) or use a 'universal' or 'basket-weave' winding pattern to minimize adjacent-turn capacitance.
Wire Gauge and Skin Effect
At RF frequencies, current does not flow through the entire cross-section of the wire; it flows only on the outer surface (the skin). At 10 MHz, the skin depth in copper is roughly 0.02 mm. Using a massive 12 AWG wire for a 10 MHz coil gives you no electrical benefit over 22 AWG wire, but it drastically increases the coil's physical size and inter-turn capacitance.
For frequencies below 5 MHz, standard solid enameled copper wire (20-26 AWG) is perfect. For frequencies above 10 MHz, switch to Litz wire (multiple individually insulated thin strands woven together) to maximize surface area and preserve your Q-factor.
Securing the Windings
Once you hit your target inductance on your LCR meter, the windings will try to relax and slide, changing the spacing ($l$) and altering your inductance. Do not use superglue (cyanoacrylate), which can wick between the wires and alter the dielectric constant, lowering the SRF. Instead, use a micro-drop of clear nail polish, a dedicated coil dope (like polystyrene dissolved in toluene), or heat-shrink tubing over the entire form to lock the geometry in place permanently.






