# [Inductors in Series Calculator](https://blog.hirnschall.net/tools/inductors-in-series/)

author: [Sebastian Hirnschall](https://blog.hirnschall.net/about/)

meta description: Calculate the equivalent inductance of inductors in series. Values add directly; total L is always greater than any individual inductor.

meta title: Inductors in Series Calculator — Equivalent Inductance

date published: 11.05.2026 (DD.MM.YYYY format)
date last modified: 11.05.2026 (DD.MM.YYYY format)

---

Calculator
----------

Enter the inductance of each inductor in series. Add more inductors with the button below. The total inductance is calculated from all filled fields.

* Inductor 1 (L1):
* H
  mH
  µH
  nH

* Inductor 2 (L2):
* H
  mH
  µH
  nH

Enter at least two inductance values.

Add Inductor
Calculate



Inductors in Series — Explanation
---------------------------------

When inductors are connected in series, the total inductance is the sum of all individual values:
\[
L\_{\text{total}} = L\_1 + L\_2 + \cdots + L\_n
\]
The result is always greater than any single inductor in the string. This is the simplest combination rule for any passive component, and it mirrors resistors in series exactly. It is also the opposite of capacitors in series, where the reciprocal formula applies and the total is always less than the smallest value.

The derivation is straightforward. All inductors in series carry the same current \( I \), so the voltage across each one is \( V\_k = L\_k \frac{dI}{dt} \). The total voltage is:
\[
V\_{\text{total}} = \sum\_k V\_k = \left(\sum\_k L\_k\right) \frac{dI}{dt}
\]
Since \( L\_{\text{total}} \) is defined by \( V\_{\text{total}} = L\_{\text{total}} \frac{dI}{dt} \), the sum formula follows directly.

Note on mutual coupling: the formula above assumes no magnetic coupling between inductors (\( M = 0 \)). When two inductors are wound or placed so their magnetic fields interact, the effective inductance changes. For two coupled inductors in series, the result depends on the winding orientation:
\[
L\_{\text{total}} = L\_1 + L\_2 \pm 2M
\]
where \( M \) is the mutual inductance. Aiding fields (fluxes in the same direction) add \( 2M \), giving a higher total than the simple sum. Opposing fields subtract \( 2M \), giving a lower total. The calculator assumes \( M = 0 \), which is the correct starting point for well-separated, unshielded components.

Special Case: Equal Inductors
-----------------------------

When all \( n \) inductors have the same value \( L \), the total simplifies to:
\[
L\_{\text{total}} = n \cdot L
\]
Two identical 100 µH inductors in series give 200 µH, three give 300 µH, and so on. This is useful when a target inductance is a whole-number multiple of a standard catalogue value.

When to Use Inductors in Series
-------------------------------

Series combinations are the more common case in practice. The main reason is reaching a higher inductance than is available from a single component. Wirewound inductors have a limited range of off-the-shelf values, and combining two in series is often simpler than a custom winding. Series inductors are also used to add small parasitic-suppression inductors in line with a main inductor in power supply layouts, where a few extra nanohenries of series inductance can help damp ringing without changing the main filter design significantly.

The total DCR of inductors in series adds directly, unlike the parallel case where DCR halves. For high-current applications where copper loss matters, the [inductors in parallel calculator](https://blog.hirnschall.net/tools/inductors-in-parallel/) is usually the better route. Once the equivalent series inductance is known, use it in the [RL time constant calculator](https://blog.hirnschall.net/tools/rl-time-constant/), the [inductor impedance calculator](https://blog.hirnschall.net/tools/inductor-impedance/), or the [LC resonance frequency calculator](https://blog.hirnschall.net/tools/lc-resonance-frequency/).

Related Tools
-------------

* [Inductors in Parallel Calculator](https://blog.hirnschall.net/tools/inductors-in-parallel/) — total L is always less than any individual inductor; halves DCR at the cost of halved inductance.
* [Capacitors in Series Calculator](https://blog.hirnschall.net/tools/capacitors-in-series/) — the capacitive analogue, where series connection uses the reciprocal formula.
* [Inductor Impedance Calculator](https://blog.hirnschall.net/tools/inductor-impedance/) — use the equivalent series L to find \( X\_L \) at a given frequency.
* [RL Time Constant Calculator](https://blog.hirnschall.net/tools/rl-time-constant/) — use the equivalent series L in an RL circuit.
* [LC Resonance Frequency Calculator](https://blog.hirnschall.net/tools/lc-resonance-frequency/) — use the equivalent series L to set the resonant frequency.

More calculators: [blog.hirnschall.net/tools/](https://blog.hirnschall.net/tools/).