If you have ever tried to wind a custom RF choke or an audio crossover coil from scratch, you already know that guessing the number of turns is a fast track to wasted magnet wire. Every reliable air inductor calculator on the web relies on a specific empirical approximation to bridge the gap between theoretical physics and the messy reality of a workbench. The infinite solenoid equations you learn in introductory physics fail on short, stubby coils because they ignore edge effects.
To get it right, we use the metric adaptation of Wheeler’s approximation for single-layer air-core coils. It is accurate to within 1% for coils where the length is greater than 0.8 times the radius. Below is the exact formula, the algebraic rearrangements you need to design backwards from a target inductance, and the bench-level unit tracking that keeps your builds from failing on the first test.
The Core Formula Behind Every Air Inductor Calculator
The fundamental physics equation for a solenoid is L = (μ₀ × N² × A) / l. However, this assumes an infinitely long coil. For practical, finite-length air-core coils wound on the bench, the industry standard is Wheeler’s continuous inductance formula. While originally published in imperial units, the metric adaptation is far more useful for modern makers using digital calipers.
L = (r² × N²) / (22.86r + 25.4l)
| Symbol | Parameter | Required Unit |
|---|---|---|
| L | Inductance | Microhenries (μH) |
| r | Radius of the coil (center of wire to center axis) | Centimeters (cm) |
| N | Total number of turns | Unitless (integer) |
| l | Length of the winding (center of first turn to center of last) | Centimeters (cm) |
- The coil must be single-layer and air-core (or wound on a low-permeability form like acrylic or cardboard; ferrite cores invalidate this entirely).
- The turns should be closely and evenly spaced.
- It assumes the coil length
lis at least0.8 × r. For very flat, pancake-style coils, you must use a different empirical formula (like the modified Wheeler for spiral coils). - It models the DC or low-frequency inductance. At VHF/UHF frequencies, skin effect and parasitic turn-to-turn capacitance will alter the effective impedance.
Rearranged Forms: Solving for Turns, Length, and Radius
An online air inductor calculator usually only solves for L. But on the bench, you already know the target inductance and the physical constraints of your enclosure. You need to solve for the physical dimensions. Here are the algebraic rearrangements of the metric Wheeler formula.
Solving for Number of Turns (N)
Use this when you have a specific coil form (fixed radius) and a target winding length, and need to know how many turns to wrap.
N = √ [ L × (22.86r + 25.4l) / r² ]
Solving for Coil Length (l)
Use this to determine how much physical space the coil will consume on your PCB or chassis if you know the wire gauge (which dictates turn spacing) and required turns.
l = [ (r² × N²) - (22.86 × r × L) ] / (25.4 × L)
Solving for Coil Radius (r)
Because the radius appears as both a linear and squared term in the denominator, solving for r requires the quadratic formula. If you know your target L, your available turns N, and your maximum winding length l, the required radius is:
r = [ 22.86L + √(522.58L² + 101.6 × N² × L × l) ] / (2N²)
Note: We discard the negative root of the quadratic equation, as a negative physical radius is impossible.
Worked Examples with Strict Unit Tracking
The most common reason custom inductors fail bench testing is unit mismanagement. Let’s walk through two problems, explicitly tracking the units to ensure the microhenry output is correct.
Problem 1: Finding Inductance from Physical Dimensions
Given: You wind 15 turns of 18 AWG magnet wire on a 3 cm diameter acrylic tube. The winding spans 4 cm from the first turn to the last.
- Convert to required units: Diameter is 3 cm, so radius
r = 1.5 cm. Lengthl = 4.0 cm. TurnsN = 15. - Calculate the numerator: r² × N² = (1.5 cm)² × (15)² = 2.25 × 225 = 506.25
- Calculate the denominator: 22.86(1.5) + 25.4(4.0) = 34.29 + 101.6 = 135.89
- Divide: L = 506.25 / 135.89 = 3.725 μH
Result: The coil yields 3.725 microhenries.
Problem 2: Finding Turns for a Target RF Choke
Given: You need a 150 nH (0.15 μH) choke for an FM transmitter. You are using a 1 cm diameter (0.5 cm radius) form, and you want the coil to be exactly 1.2 cm long to fit between two SMD pads.
- Standardize units:
L = 0.15 μH,r = 0.5 cm,l = 1.2 cm. - Calculate denominator of the rearranged formula: 22.86(0.5) + 25.4(1.2) = 11.43 + 30.48 = 41.91
- Multiply by L: 0.15 × 41.91 = 6.2865
- Divide by r²: 6.2865 / (0.5)² = 6.2865 / 0.25 = 25.146
- Take the square root: √25.146 = 5.014 turns
Result: Wind exactly 5 turns. (Since 5.014 is practically 5, the physical dimensions align perfectly with an integer turn count).
Real-World Scenario: Winding an 88 MHz FM Transmitter Tank Coil
Formulas are clean; the workbench is not. Here is a narrative walkthrough of a real-world build where the air inductor calculator gave the "right" answer, but the physical execution introduced errors.
The Setup: Designing the LC tank circuit for a low-power FM transmitter targeting the bottom of the broadcast band (88 MHz). The tank capacitor is fixed at 18 pF. Using the resonance formula f = 1 / (2π√LC), the required inductance is calculated to be exactly 182 nH (0.182 μH). We choose a 6 mm diameter (0.3 cm radius) ceramic form and plan a 1.0 cm winding length.
The Numbers: Plugging L = 0.182, r = 0.3, and l = 1.0 into the rearranged turns formula yields N = 6.8 turns. We round to 7 turns, expecting a slight drop in frequency that we can trim with a variable capacitor.
The Outcome: After winding 7 turns of 0.5 mm enameled copper wire, we connect the coil to a NanoVNA (Vector Network Analyzer). The measured self-resonant frequency of the coil is fine, but when paired with the 18 pF capacitor, the circuit resonates at 94 MHz instead of 88 MHz. The inductance is too low.
What Went Wrong: The calculator wasn't wrong; the physical measurement of l was. The formula defines l as the distance from the center of the first wire to the center of the last wire. During winding, the builder measured the total outer span of the coil, including the full thickness of the first and last wire. Furthermore, the builder didn't account for the 5 mm lead lengths extending from the coil to the PCB pads. Those leads added roughly 12 nH of stray inductance in series, but the loose winding spacing dropped the primary coil inductance by 25 nH. The net result was a higher resonant frequency. The fix: compress the turns tightly, measure center-to-center, and subtract the lead lengths from the physical layout before soldering.
Unit Traps and Realistic Magnitude Checks
When using any air inductor calculator, you must develop a gut feeling for what a realistic answer looks like. If your calculator spits out an unexpected number, check these common failure points before blaming the math.
Which Unit Mistakes Break the Formula?
- The Millimeter Trap: The metric Wheeler formula provided above strictly requires centimeters. If you measure your coil form with digital calipers reading in millimeters (e.g., 15.0 mm) and plug "15" into the
rvariable instead of "1.5", your calculated inductance will be off by a factor of nearly 10. - Diameter vs. Radius: Calipers measure outer diameter. The formula demands radius. Forgetting to divide your caliper reading by 2 is the single most common error in hobbyist RF design.
- Ignoring Wire Thickness: The radius
ris measured from the central axis to the center of the wire, not the surface of the coil form. If you use a 10 mm diameter form and wrap 1 mm thick wire, the true winding radius is 5 mm (form radius) + 0.5 mm (half the wire thickness) = 5.5 mm (0.55 cm).
What Does a Realistic Answer Magnitude Look Like?
If your calculation yields a result outside these typical bounds, you likely have a decimal error or are trying to build an impractical component:
- VHF/UHF RF Tank Circuits (30 MHz - 500 MHz): Expect values between 10 nH and 500 nH (0.01 μH to 0.5 μH). These are physically small, often just 3 to 8 turns of thick wire.
- HF/Shortwave Antennas and Filters (1 MHz - 30 MHz): Expect values between 1 μH and 20 μH. These require larger forms and dozens of turns.
- Audio Crossovers and Power Filtering (20 Hz - 20 kHz): Expect values between 0.5 mH and 10 mH (500 μH to 10,000 μH). Warning: You cannot practically wind a 5 mH single-layer air-core coil without it becoming the size of a coffee can. At these magnitudes, you must switch to ferrite or powdered iron toroid cores, meaning the Wheeler air-core formula no longer applies.
For deeper reference on RF coil behavior and the limitations of empirical approximations at high frequencies, the ARRL Handbook of Radio Communications remains the definitive bench reference. Additionally, the underlying physics of solenoid magnetic fields and edge-effect limitations are thoroughly documented by Georgia State University's HyperPhysics database. Master the formula, respect the units, and measure center-to-center—your custom inductors will hit their target frequency on the first try.






