The inductance solenoid formula is L = (μ0 · μr · N2 · A) / l. This equation dictates the energy storage capability of a coil based on its physical geometry and core material. For hobbyists and bench engineers, this formula is the dividing line between a working DC-DC buck converter and a smoking MOSFET. Below is the complete derivation framework, strict unit tracking, and a concrete decision path for when to wind your own versus buying off-the-shelf.

The Inductance Solenoid Formula and Symbol Definitions

The fundamental equation for the inductance of an ideal, long solenoid is derived from Ampere's Law and the definition of magnetic flux linkage. According to standard electromagnetic theory documented by resources like Georgia State University's HyperPhysics, the formula is expressed as:

L = (μ0 · μr · N2 · A) / l

SymbolParameterSI UnitTypical Bench Values
LInductanceHenries (H)10 μH to 50 mH
μ0Permeability of free spaceH/m1.2566 × 10-6 H/m
μrRelative permeability of coreDimensionless1 (air) to 2000 (ferrite)
NNumber of turnsDimensionless10 to 500 turns
ACross-sectional areaSquare meters (m2)1 × 10-6 to 5 × 10-4 m2
lLength of the coilMeters (m)0.01 m to 0.15 m
E-E-A-T Note on μ0: Prior to the 2019 SI base unit redefinition by the BIPM, μ0 was defined as exactly 4π × 10-7 H/m. Today, it is an experimentally determined constant (approximately 1.25663706 × 10-6 H/m). For all practical PCB and bench-winding calculations, using 1.2566 × 10-6 or 4π × 10-7 yields identical results within standard component tolerances (±10%).

When the Formula Applies (and When It Breaks)

This formula is not universally applicable to every piece of coiled wire. It relies on three strict assumptions:

  1. The 'Long Solenoid' Approximation: The length of the coil (l) must be significantly greater than its radius (r). A standard rule of thumb is l > 10r. If your coil is short and fat (like a pancake coil), the magnetic field lines bulge outward at the ends, and this formula will overestimate inductance by 20% to 50%. For short coils, you must multiply the result by Nagaoka's coefficient (K), which is derived from elliptic integrals based on the l/d ratio.
  2. Uniform Core Material: The formula assumes the core material uniformly fills the entire cross-sectional area A. If you are using a powdered iron core with distributed air gaps, the effective μr drops drastically, and you must use the manufacturer's specified AL (inductance factor) value instead of raw permeability.
  3. Low Frequency / Negligible Skin Effect: At RF frequencies (above 10 MHz), current crowds to the surface of the wire (skin effect), altering the internal inductance of the conductor itself. This formula calculates the external, geometry-dependent inductance, which dominates at low and medium frequencies.

Realistic Magnitudes: If you calculate an inductance of 50 H for a handheld coil, your math is wrong. Air-core coils for RF filtering typically land in the 1 μH to 500 μH range. Ferrite-core chokes for power supplies typically range from 1 mH to 100 mH. Values outside these bounds warrant an immediate review of your unit conversions.

Rearranged Forms for Coil Design

In practice, you rarely know all variables and just solve for L. Usually, you have a target inductance and a specific core, and you need to find the physical dimensions. Here are the algebraically rearranged forms:

  • Solving for Turns (N): N = √( (L · l) / (μ0 · μr · A) )
  • Solving for Area (A): A = (L · l) / (μ0 · μr · N2)
  • Solving for Length (l): l = (μ0 · μr · N2 · A) / L
  • Solving for Core Permeability (μr): μr = (L · l) / (μ0 · N2 · A)

Worked Examples with Strict Unit Tracking

The most common point of failure in inductance calculations is unit mismatch. The SI system demands meters. Below are two bench-realistic problems with explicit unit tracking.

Problem 1: Air-Core RF Choke

Given: You wind 40 turns of 22 AWG magnet wire on a 6 mm diameter (3 mm radius) plastic straw. The winding length is 25 mm. Find L.

Knowns & Conversions:

  • N = 40
  • μr = 1 (air/plastic)
  • r = 3 mm = 0.003 m
  • l = 25 mm = 0.025 m
  • A = π · r2 = π · (0.003 m)2 = 2.827 × 10-5 m2

Calculation:

  1. L = (1.2566 × 10-6 H/m · 1 · 402 · 2.827 × 10-5 m2) / 0.025 m
  2. L = (1.2566 × 10-6 · 1600 · 2.827 × 10-5) / 0.025
  3. L = (5.685 × 10-8) / 0.025
  4. L = 2.274 × 10-6 H

Answer: 2.27 μH. (A realistic magnitude for an air-core RF coil).

Problem 2: Ferrite-Core Power Inductor

Given: You need a 5 mH inductor for a low-frequency audio crossover. You have a ferrite rod with μr = 800, a cross-sectional area of 0.5 cm2, and a length of 5 cm. How many turns (N) are required?

Knowns & Conversions:

  • L = 5 mH = 0.005 H
  • μr = 800
  • A = 0.5 cm2 = 0.5 × 10-4 m2 = 5.0 × 10-5 m2
  • l = 5 cm = 0.05 m

Calculation:

  1. N = √( (L · l) / (μ0 · μr · A) )
  2. Numerator: 0.005 H · 0.05 m = 2.5 × 10-4
  3. Denominator: 1.2566 × 10-6 H/m · 800 · 5.0 × 10-5 m2 = 5.026 × 10-8
  4. N2 = (2.5 × 10-4) / (5.026 × 10-8) = 4974.1
  5. N = √4974.1 = 70.52

Answer: 71 turns. (Always round up to the nearest whole integer for physical windings).

The Unit Traps That Break Your Math

If your calculated inductance is off by a factor of 10,000 or 1,000,000, you fell into one of these specific traps:

Trap 1: The Area Squared Error. Converting cm2 to m2 is not a factor of 100; it is a factor of 10,000. 1 cm = 0.01 m, therefore 1 cm2 = (0.01 m)2 = 0.0001 m2 (10-4). Forgetting the exponent on the area conversion is the #1 cause of wildly inflated inductance calculations.
Trap 2: Dropping the 10-7 in μ0. The permeability of free space is roughly 1.25 × 10-6. If you punch '1.256' into your calculator and forget the '× 10-6' suffix, your answer will be a million times too large.
Trap 3: Diameter vs. Radius. The formula requires Area (A = πr2). Calipers measure diameter. If you square the diameter instead of the radius, your area (and resulting inductance) will be exactly 4 times higher than reality.

Decision Path: Hand-Wind vs. Buy Off-The-Shelf

Calculating the theoretical inductance is only step one. Step two is deciding if hand-winding the coil is physically and economically viable, or if you should source a manufactured part. Use this decision matrix to terminate your design process with a concrete action.

Condition / RequirementPhysical Reality CheckAction / Decision
Target L < 10 μH, High Frequency (>1MHz) Requires very few turns; parasitic capacitance of hand-wound wire will detune the circuit. Buy an off-the-shelf RF chip inductor (e.g., Coilcraft 0402HP series).
Target L > 50 mH, High Current (>2A) Requires hundreds of turns of thick wire. Coil will be massive, heavy, and saturate standard ferrite rods. Buy a gapped toroidal power inductor or redesign the topology to use a higher switching frequency.
Target L = 10 μH to 500 μH, Low Current (<100mA) Easy to wind by hand on a small plastic or ceramic former. Tolerance of ±10% is acceptable. Hand-wind using the calculated N from the formula. Verify with an LCR meter.
Target L = 100 μH, DC-DC Buck Converter (>1.5A) Hand-wound solenoids lack magnetic shielding, causing EMI radiation that will fail FCC/CE compliance and disrupt nearby logic. DEFAULT PICK: Buy the Coilcraft DO3316P-104ML (100 μH, 3.5A, shielded SMD). Hand-winding unshielded solenoids for power switching is a false economy.

Final Recommendation: If your calculations yield a requirement for a standard power-filtering choke in the 10 μH to 1 mH range carrying more than 500 mA of continuous current, abandon the hand-winding calculations. The parasitic resistance of hand-wound enameled wire and the lack of magnetic shielding will degrade your power supply efficiency and cause EMI failures. Terminate your design by specifying the Coilcraft DO3316P-104ML (100 μH, 3.5A saturation current, shielded drum core). It is the industry-standard workhorse for this exact application profile, available via DigiKey and Mouser for under $2.00 per unit in low quantities, entirely bypassing the physical tolerances and Nagaoka coefficient corrections required for hand-wound solenoids.