If you are building RF filters, antenna tuners, or Tesla coils, you need to know exactly how many turns of magnet wire to wrap around a form to hit your target inductance. The industry-standard equation used by almost every reliable inductance calculator air core tool on the web is Wheeler’s Approximation for a single-layer solenoid.
The direct answer for calculating inductance (in microhenries) is: L = (r² × N²) / (9r + 10l), where r is the coil radius in inches, N is the number of turns, and l is the winding length in inches. Below, we break down the exact physics, provide a data table of real-world coil dimensions, and walk through the algebraic rearrangements you need when you are designing a coil from scratch rather than just measuring an existing one.
The Core Formula and Symbol Definitions
Wheeler’s empirical formula is accurate to within 1% for single-layer air-core coils where the length is greater than 0.8 times the radius. It bypasses the need for complex Nagaoka correction coefficients by baking the geometry correction directly into the denominator constants.
| Symbol | Parameter | Required Unit | Practical Workshop Notes |
|---|---|---|---|
| L | Inductance | Microhenries (μH) | Target value for your LC tank or filter circuit. |
| r | Coil Radius | Inches (in) | Measured from the center of the form to the center of the wire. Do not use diameter. |
| N | Number of Turns | Dimensionless | Total count of wire loops. Must be a whole number in practice. |
| l | Coil Length | Inches (in) | The physical distance from the center of the first turn to the center of the last turn. |
Real-World Data: Typical Air Core Coil Dimensions
Before we rearrange the math, it helps to know what a realistic answer magnitude looks like. Air core inductors have a relative permeability (μr) of exactly 1. Because there is no ferrite or iron core to multiply the magnetic flux, inductance scales slowly. You will rarely see an air core coil exceed 100 μH without it becoming physically massive. If your design requires millihenries (mH), you must switch to a ferrite toroid (like an FT-240-43) or an iron-powder core.
The table below shows real-world winding data for single-layer coils on common hardware store forms, using standard AWG magnet wire tightly wound (touching, but not overlapping).
| Form Material & OD | Radius (r) | Wire Gauge | Turns (N) | Length (l) | Calculated L (μH) | Est. Max TPI |
|---|---|---|---|---|---|---|
| 1/4" Acrylic Rod | 0.125 in | 32 AWG | 10 | 0.10 in | 0.73 μH | ~110 TPI |
| 1/2" Schedule 40 PVC | 0.420 in* | 24 AWG | 20 | 0.85 in | 6.15 μH | ~49 TPI |
| 1" ABS Pipe | 0.525 in* | 20 AWG | 30 | 1.50 in | 12.18 μH | ~38 TPI |
| 2" Cardboard Tube | 1.030 in | 16 AWG | 40 | 3.20 in | 40.85 μH | ~24 TPI |
*Note: Radius includes half the diameter of the wire itself added to the outer radius of the bare form.
Rearranged Forms: Solving for Turns, Length, and Radius
Most online calculators only solve for L. But on the workbench, you usually know the target inductance and the form you have in your junk box, and you need to find N or l. Here is the exact algebra for Wheeler’s formula, saving you from having to derive the quadratic roots yourself.
- Solving for Turns (N):
N = √[ L × (9r + 10l) ] / r - Solving for Length (l):
l = (r²N² - 9rL) / 10L - Solving for Radius (r):
Because r appears as a square and a linear term, this requires the quadratic formula. Taking the positive root:
r = [ 9L + √(81L² + 40N²Ll) ] / 2N²
Worked Examples with Unit Tracking
Let’s apply these formulas to two common bench scenarios. We will track units explicitly to prevent the most common calculation errors.
Example 1: Designing an RF Choke (Solving for N)
Scenario: You need a 10 μH RF choke for a 20-meter amateur radio transmitter. You have a 1/2" diameter PVC pipe form. You want the coil to be exactly 1.0 inch long to fit inside an aluminum enclosure. How many turns do you need, and what wire gauge should you use?
- Identify knowns: L = 10 μH. The form diameter is 0.5", so the base radius is 0.25". (We will ignore the wire thickness addition for the first pass to find N). l = 1.0 in.
- Select formula: N = √[ L × (9r + 10l) ] / r
- Substitute values: N = √[ 10 × (9(0.25) + 10(1.0)) ] / 0.25
- Calculate denominator of inner term: 9(0.25) = 2.25. 10(1.0) = 10. Sum = 12.25.
- Multiply by L: 10 × 12.25 = 122.5.
- Take square root: √122.5 ≈ 11.068.
- Divide by r: 11.068 / 0.25 = 44.27 turns.
Workbench Reality Check: You need 44 turns packed into 1.0 inch of length. This requires a Turns Per Inch (TPI) of 44. Looking at a standard magnet wire table, 22 AWG wire yields about 25 TPI, which is too thick. 28 AWG bare wire yields roughly 50 TPI. Therefore, you must use 28 AWG or 30 AWG polyurethane magnet wire (like MW 35-C) wound tightly to achieve this inductance on this specific form.
Example 2: Measuring an Existing Coil (Solving for L)
Scenario: You found an unmarked air-core coil in a parts bin. It is wound on a 2" diameter ABS pipe form. You count 50 turns of 18 AWG wire, and the winding spans 2.5 inches of length. What is its inductance?
- Identify knowns: N = 50. l = 2.5 in. Form diameter is 2.0", so form radius is 1.0". 18 AWG wire has a bare diameter of ~0.040". The effective coil radius (r) is the form radius plus half the wire diameter: 1.0 + 0.020 = 1.02 inches.
- Select formula: L = (r² × N²) / (9r + 10l)
- Substitute values: L = (1.02² × 50²) / (9(1.02) + 10(2.5))
- Calculate numerator: 1.0404 × 2500 = 2601.
- Calculate denominator: 9.18 + 25.0 = 34.18.
- Divide: 2601 / 34.18 = 76.09 μH.
Workbench Reality Check: A 76 μH air core coil is quite large. Because it is air core, it will have very low parasitic capacitance between the windings compared to a ferrite-cored inductor of the same value. This makes it excellent for high-frequency applications, though its DC resistance (DCR) from 50 turns of 18 AWG wire will be negligible, yielding a very high Q-factor. For more on Q-factor and RF coil design, the ARRL Handbook remains the definitive reference for amateur radio builders.
Assumptions, Unit Traps, and Realistic Magnitudes
Wheeler’s formula is an approximation. To use it safely and accurately, you must understand its boundaries and the unit mistakes that will completely break your math.
When the Formula Applies (and When It Doesn't)
- Single Layer Only: This formula assumes the wire is wound in a single, continuous layer. If you wind a second layer over the first, the mutual inductance changes drastically, and Wheeler’s formula will under-calculate the true inductance by 20% or more.
- Closely Wound: The turns should be touching or evenly spaced. If the coil is 'space-wound' with gaps larger than the wire diameter, accuracy degrades.
- Length to Radius Ratio: The formula is most accurate when the coil length (l) is at least 0.8 times the radius (r). For very short, flat 'pancake' coils, you must use a flat spiral inductance formula instead.
- No Magnetic Core: The formula assumes μr = 1. If you slip a ferrite rod inside the PVC form, the inductance will multiply by the effective permeability of the rod, rendering this calculation useless.
Unit Mistakes That Break the Math
The constants 9 and 10 in the denominator are empirical scaling factors derived specifically for inches. If you input millimeters or centimeters, your result will be wildly incorrect.
The most common mistake DIYers make is plugging the diameter of the PVC pipe into the r variable. The formula strictly requires radius. Always divide your form's outer diameter by 2 before calculating.
Realistic Magnitudes and Self-Resonance
What does a realistic answer look like? For air core solenoids, expect values in the nanohenry (nH) range for VHF/UHF circuits (using 1-5 turns on small forms), and the low microhenry (μH) range for AM broadcast or HF radio circuits (10-100 turns on 1" to 3" forms).
Finally, remember that every inductor has parasitic parallel capacitance. An air core coil with 100 turns will eventually hit its Self-Resonant Frequency (SRF). Above the SRF, the component stops acting like an inductor and behaves like a capacitor. Because air core coils have wider spacing and lower dielectric constants than ferrite cores, their SRF is typically much higher, which is exactly why they are the mandatory choice for VHF and UHF filter networks.






