The foundational formula for self inductance of an ideal, long solenoid is L = (μ · N² · A) / l. This equation dictates that inductance scales with the square of the turn count and the core's magnetic permeability, while inversely scaling with the coil's physical length. If you are winding custom chokes, designing RF filters, or building switch-mode power supplies, this is the governing physics you must use to translate a target Henry value into physical wire and core dimensions.
The Core Formula for Self Inductance and Symbol Definitions
Before winding a single turn of magnet wire, you must map your target electrical parameters to physical geometry. The standard derivation for a uniformly wound solenoid assumes a constant magnetic field inside the coil and negligible fringing at the ends. According to Georgia State University's HyperPhysics, the formula is expressed as:
L = (μ · N² · A) / l
| Symbol | Parameter | SI Unit | Practical Notes |
|---|---|---|---|
| L | Self Inductance | Henries (H) | Typically measured in μH or mH in practical circuits. |
| μ | Absolute Permeability | Henries per meter (H/m) | Calculated as μ₀ · μᵣ. μ₀ = 4π × 10⁻⁷ H/m. |
| N | Number of Turns | Dimensionless | Total discrete loops of wire. Must be an integer. |
| A | Cross-Sectional Area | Square meters (m²) | Area of the core, not the wire. A = π · r². |
| l | Magnetic Path Length | Meters (m) | Physical length of the wound coil section. |
Rearranged Forms: Solving for Turns, Area, and Length
In bench practice, you rarely solve for L from scratch; you usually have a target inductance and need to find the physical parameters to achieve it. Here are the algebraic rearrangements of the master formula, isolated for each variable:
- Solve for Turns (N): N = √( (L · l) / (μ · A) )
Use this when you have a fixed core and need to know how many wraps of magnet wire to apply. - Solve for Area (A): A = (L · l) / (μ · N²)
Use this to determine the minimum core diameter required to prevent saturation at a given turn count. - Solve for Length (l): l = (μ · N² · A) / L
Use this to figure out how much physical space the winding will occupy on the bobbin or form. - Solve for Permeability (μ): μ = (L · l) / (N² · A)
Use this to identify the required core material (μᵣ) when reverse-engineering an unknown inductor.
Assumptions, Limits, and Unit Traps That Break Your Math
The formula L = (μ · N² · A) / l is an idealization. According to All About Circuits, it applies strictly under specific physical assumptions. If you violate these, your calculated inductance will diverge wildly from your measured inductance on an LCR meter.
- Long Solenoid Approximation: The formula assumes the coil length (l) is at least 10 times greater than its diameter. If you wind a short, fat coil (like a pancake inductor), fringing fields dominate, and this formula will overestimate L by 20% or more.
- Linear Core Material: The formula assumes μ is constant. In reality, ferrite and powdered iron cores exhibit non-linear B-H curves. If your DC bias current drives the core into magnetic saturation, μ drops drastically, and your effective inductance collapses.
- Uniform Winding: Assumes turns are tightly packed and evenly distributed across the entire length l.
Unit Mistakes That Break the Math
The most common reason hobbyist coil calculations fail is unit mismatch. The SI formula demands meters. Watch out for these specific traps:
- The Area Trap: Converting mm² to m² requires multiplying by 10⁻⁶, not 10⁻³. A 10 mm diameter core has a radius of 5 mm (0.005 m). Area = π · (0.005)² = 7.854 × 10⁻⁵ m². If you forget to square the conversion factor, your inductance will be off by a factor of 1,000.
- The Permeability Trap: Datasheets list relative permeability (μᵣ), which is dimensionless (e.g., 400 for MnZn ferrite). You must multiply this by the permeability of free space (μ₀ = 4π × 10⁻⁷ H/m) to get the absolute permeability (μ) used in the formula.
Realistic Answer Magnitudes
If your final calculation yields 500 Henries, you made a math error. Realistic magnitudes for hobbyist and commercial electronics are:
• RF Air-Core Coils: 10 nH to 5 μH.
• Audio Crossover Chokes: 1 mH to 10 mH.
• Switch-Mode Power Supply (SMPS) Inductors: 10 μH to 470 μH.
Worked Example 1: Air-Core Solenoid for an RF Filter
Scenario: You are building a low-pass LC filter for a 14 MHz ham radio transmitter. You need an air-core inductor of approximately 5 μH. You are winding on a 15 mm outer diameter PVC pipe form, and you have exactly 60 mm of linear space to wind the coil. How many turns of enameled copper wire do you need?
Given Parameters:
- Target L = 5 μH = 5 × 10⁻⁶ H
- Core: Air (μᵣ = 1), so μ = 4π × 10⁻⁷ H/m ≈ 1.2566 × 10⁻⁶ H/m
- Coil Length (l) = 60 mm = 0.06 m
- Form Diameter = 15 mm, so radius (r) = 7.5 mm = 0.0075 m
Step 1: Calculate Cross-Sectional Area (A)
A = π · r²
A = π · (0.0075 m)²
A = π · 0.00005625 m²
A = 1.767 × 10⁻⁴ m²
Step 2: Rearrange Formula to Solve for N
N = √( (L · l) / (μ · A) )
Step 3: Substitute and Solve
N = √( (5 × 10⁻⁶ H · 0.06 m) / (1.2566 × 10⁻⁶ H/m · 1.767 × 10⁻⁴ m²) )
N = √( 3.0 × 10⁻⁷ / 2.220 × 10⁻¹⁰ )
N = √( 1351.35 )
N ≈ 36.76 turns
Practical Execution: Round to 37 turns. To fit 37 turns into 60 mm, your wire pitch must be 1.62 mm per turn, which perfectly accommodates 14 AWG or 16 AWG magnet wire with a thick solderable enamel coating.
Worked Example 2: Ferrite Rod Choke for Audio Crossover
Scenario: You are designing a passive crossover network for a custom studio monitor and need a 2.5 mH choke. To save space, you select a high-permeability MnZn ferrite rod. Let's calculate the required turn count.
Given Parameters:
- Target L = 2.5 mH = 0.0025 H
- Core: MnZn Ferrite Rod (μᵣ = 800)
- μ = μ₀ · μᵣ = (4π × 10⁻⁷) · 800 = 1.005 × 10⁻³ H/m
- Rod Diameter = 10 mm, so radius (r) = 5 mm = 0.005 m
- Available winding length (l) = 80 mm = 0.08 m
Step 1: Calculate Cross-Sectional Area (A)
A = π · (0.005 m)²
A = 7.854 × 10⁻⁵ m²
Step 2: Substitute into the Rearranged Formula for N
N = √( (L · l) / (μ · A) )
N = √( (0.0025 H · 0.08 m) / (1.005 × 10⁻³ H/m · 7.854 × 10⁻⁵ m²) )
N = √( 0.0002 / 7.893 × 10⁻⁸ )
N = √( 2533.8 )
N ≈ 50.3 turns
Practical Execution: Wind 50 turns. Notice how the high-permeability ferrite core (μᵣ = 800) allowed us to achieve 2.5 mH with only 50 turns, whereas an air-core equivalent would have required thousands of turns and massive physical volume. Warning: Ensure the peak audio current does not exceed the core's saturation threshold, or the 2.5 mH value will drop dynamically during bass transients.
Decision Path: Picking the Right Core to Hit Your Target Inductance
Calculating the turns is only half the battle; selecting the correct core topology and material dictates whether your inductor will function under real-world thermal and frequency stresses. Use the decision matrix below to select your physical platform before running the math.
| Application Condition | Required Core Topology | Material / Permeability Target |
|---|---|---|
| Frequency > 10 MHz (RF, VHF, Antenna matching) | Air-core solenoid or ceramic form | μᵣ = 1 (Avoids core losses and parasitic capacitance) |
| Frequency 100 kHz - 5 MHz (SMPS, Buck/Boost converters) | Gapped Ferrite Toroid or E-Core | Powdered Iron (μᵣ 26-52) or Gapped MnZn (μᵣ ~125) |
| Frequency < 20 kHz, High Current (Audio, 50/60Hz filtering) | Laminated Silicon Steel or large Ferrite Rod | High μᵣ (400-2000) with physical air gap to prevent saturation |
| Space-constrained PCB mount (EMI filtering, low power) | Shielded SMD Drum Core | NiZn Ferrite (High resistivity, low eddy currents) |
If you are prototyping a general-purpose switch-mode power supply or DC-DC buck converter operating between 100 kHz and 500 kHz, and you need an inductor in the 10 μH to 100 μH range without winding it yourself, default to the Coilcraft DO3316P series (e.g., DO3316P-103MLC for 10 μH). These are shielded SMD ferrite drum cores with predictable saturation curves, documented extensively in Coilcraft's inductor design guides, and they eliminate the manual winding variables entirely. If you must hand-wind a through-hole equivalent for high-current bench testing, buy an Amidon FT-114-43 toroid and use the rearranged formula above to calculate your exact turn count for the target μH.






