Equivalent inductance is the single hypothetical inductor value that perfectly replaces a network of multiple inductors in a circuit without changing the overall current or voltage behavior. When you wire multiple coils together, the power supply doesn't see three separate components; it sees one combined magnetic load. This combined value dictates the circuit's total energy storage, alters the L/R time constant, and shifts the resonant frequency in LC filter networks. Understanding how to calculate and manipulate this value is critical for everything from tuning RF tanks to stabilizing switch-mode power supplies.

The Core Concept and the Flywheel Analogy

Inductors resist changes in current by storing energy in a magnetic field. To visualize this, think of an inductor as a mechanical flywheel. Wiring inductors in series is like coupling multiple flywheels on the same shaft—the total rotational inertia (inductance) adds up, making it harder for the motor (voltage) to change the speed (current). Wiring them in parallel is like distributing the load across multiple independent drive belts, which reduces the effective inertia the motor feels.

In a real circuit, changing the equivalent inductance directly alters the ripple current in power converters and the cutoff frequency in passive filters. If your calculated equivalent value is off, your buck converter might suffer from excessive output voltage ripple, or your audio crossover network might introduce a harsh resonance peak.

The Math: Series and Parallel Combinations

Assuming the inductors are placed far enough apart that their magnetic fields do not interact (zero mutual inductance), the math perfectly mirrors equivalent resistance rules. Here is the baseline reference chart for uncoupled inductors:

Configuration Formula Resulting Value
Series (N inductors) L_eq = L1 + L2 + ... + Ln Always greater than the largest individual inductor
Parallel (N inductors) 1/L_eq = 1/L1 + 1/L2 + ... + 1/Ln Always less than the smallest individual inductor
Parallel (2 inductors) L_eq = (L1 × L2) / (L1 + L2) Product-over-sum shortcut
Worked Numeric Example:
You are prototyping a high-frequency switching regulator and need exactly 5 µH of inductance to maintain your target ripple current. Scavenging your bench bin, you find two identical 10 µH shielded SMD inductors. By wiring them in parallel, the equivalent inductance is:
L_eq = (10 × 10) / (10 + 10) = 100 / 20 = 5 µH.
Because they are shielded, you can place them reasonably close together without their magnetic fields interfering, successfully hitting your 5 µH target while doubling your current handling capacity.

Where You Meet This in Practice

You will rarely calculate equivalent inductance just for the sake of theory. On the bench or in CAD, you use these combinations to solve specific hardware bottlenecks:

  1. Power Electronics (Buck/Boost Converters): When a single inductor cannot handle the required RMS current without saturating or overheating, designers place two smaller inductors in parallel. This halves the equivalent inductance but splits the thermal load.
  2. EMI Filtering: In differential mode chokes, placing inductors in series increases the total equivalent inductance to push the filter's attenuation curve to lower frequencies, blocking stubborn low-MHz switching noise.
  3. RF and Impedance Matching: In LC tank circuits for antennas or wireless charging coils, trimming the exact resonant frequency often requires adding a small series inductor to a larger primary coil to hit a precise equivalent value that standard off-the-shelf parts can't provide.

The Mutual Inductance Trap: A Real-World Bench Failure

The formulas above assume a coupling coefficient (k) of zero. In the real world, magnetic fields bleed. If you ignore this, your circuit will fail. Here is a scenario from a recent 48V-to-12V point-of-load (PoL) converter design.

The Setup: The design required a 15 µH inductor capable of handling 20A continuous. The selected off-the-shelf 15 µH part was backordered for 24 weeks. To keep the prototype moving, I decided to use two 30 µH unshielded drum-core inductors in parallel.

The Numbers: According to the standard product-over-sum formula, L_eq = (30 × 30) / (30 + 30) = 15 µH. The math looked perfect. I placed them on the PCB about 6mm apart to save board space.

The Outcome: Upon powering up, the converter immediately tripped its overcurrent protection. The inductors were screaming hot (65°C above ambient) within seconds, and the oscilloscope showed massive sub-harmonic oscillation on the switch node.

What Went Wrong: Because the unshielded inductors were placed close together and aligned on the same axis, their magnetic fields coupled. When inductors are coupled, mutual inductance (M) hijacks the equivalent value. For two identical inductors in parallel, the true equivalent inductance becomes L_eq = L(1 ± k) / 2, where k is the coupling coefficient.

By measuring the setup with an LCR meter, I found the physical placement resulted in a coupling coefficient of k = 0.35. Because the flux was aiding, the actual equivalent inductance was 30(1 + 0.35) / 2 = 20.25 µH, not 15 µH. This 35% increase in inductance pushed the converter's control loop out of its stable phase margin, causing the sub-harmonic oscillation and subsequent current spike.

The Fix: I rotated one inductor 90 degrees relative to the other, forcing their magnetic flux lines orthogonal to each other. This dropped the coupling coefficient (k) to near zero, restoring the true equivalent inductance to 15 µH and stabilizing the power supply. For a detailed breakdown of how physical placement alters magnetic coupling, refer to this guide on inductor networks from All About Circuits.

What People Commonly Confuse Equivalent Inductance With

When troubleshooting or designing, hobbyists and junior engineers frequently mix up a few core concepts:

  • Confusing it with Equivalent Resistance Rules: While the baseline math (series adds, parallel divides) is identical to resistors, treating inductors exactly like resistors ignores spatial geometry. A 10Ω resistor doesn't care if it's placed 2mm or 20mm from another 10Ω resistor. A 10 µH inductor absolutely does.
  • Confusing Inductance with Inductive Reactance: Equivalent inductance (measured in Henries) is a fixed physical property of the component network. Inductive reactance (measured in Ohms) is how much that network resists AC current at a specific frequency (X_L = 2πfL). You calculate the equivalent inductance first, then use that value to find the reactance at your operating frequency.
  • Ignoring DC Bias Derating: Two 10 µH inductors in parallel might give you 5 µH at zero current. But if your circuit pulls 15A, the magnetic core might saturate, dropping the physical inductance of each part by 40%. Your equivalent inductance under load is now 3 µH. Always check the manufacturer's DC bias curve.

FAQ: Quick Answers for the Workbench

Can I mix different inductor types (e.g., ferrite and powdered iron) in series?

Yes, the math still holds (L_eq = L1 + L2), but their saturation characteristics will differ. The ferrite core will likely saturate and drop its inductance at a much lower current than the powdered iron core. Once the ferrite saturates, your equivalent inductance will abruptly collapse to just the value of the powdered iron inductor, which can cause unexpected current spikes in switching circuits.

Does wiring inductors in parallel increase the current rating?

Yes, but only if they are perfectly matched. If one inductor has a slightly lower DC resistance (DCR), it will hog the majority of the current and saturate or overheat first. Always measure the DCR of parallel inductors with a milliohm meter and match them within 5% before soldering them down.

How do I measure the equivalent inductance of a network I just built?

Use a dedicated LCR meter set to 1 kHz or 100 kHz (depending on your application frequency). Ensure the circuit is completely de-energized and isolate the inductor network from the rest of the PCB by lifting one leg, or desoldering it entirely. Measuring in-circuit will give you false readings due to parallel capacitive and resistive paths. For more on proper LCR measurement techniques, consult the inductor tutorials at Electronics Tutorials.