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

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

meta description: Calculate the equivalent inductance of inductors in parallel. Enter any number of values; result is always less than the smallest individual inductor.

meta title: Inductors in Parallel 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 parallel. 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 Parallel — Explanation
-----------------------------------

When inductors are connected in parallel, the total inductance is found from the sum of reciprocals:
\[
\frac{1}{L\_{\text{total}}} = \frac{1}{L\_1} + \frac{1}{L\_2} + \cdots + \frac{1}{L\_n}
\]
For two inductors this simplifies to the product-over-sum form:
\[
L\_{\text{total}} = \frac{L\_1 \cdot L\_2}{L\_1 + L\_2}
\]
The result is always smaller than the smallest individual inductor in the group. This is the opposite of capacitors in parallel, where values add directly, and it mirrors exactly how resistors in parallel behave.

The derivation follows from Kirchhoff's current law. All inductors in parallel share the same voltage \( V \) across their terminals, so the current through each one is:
\[
I\_k = \frac{1}{L\_k} \int V \, dt
\]
The total current is the sum of all branch currents:
\[
I\_{\text{total}} = \sum\_k I\_k = \left(\sum\_k \frac{1}{L\_k}\right) \int V \, dt
\]
Since \( L\_{\text{total}} \) is defined by \( I\_{\text{total}} = \frac{1}{L\_{\text{total}}} \int V \, dt \), we get the reciprocal sum formula directly.

Note on mutual coupling: the formula above assumes no magnetic coupling between the inductors (\( M = 0 \)). If the inductors are physically close together their magnetic fields interact, and the effective inductance will differ from the calculated value. In most practical layouts with separate, shielded components the coupling is negligible, but it is worth keeping in mind when placing inductors near each other on a board.

When to Use Inductors in Parallel
---------------------------------

Parallel combinations of inductors are less common than series combinations, but there are two situations where they appear. The first is handling higher current: placing two identical inductors in parallel halves the effective inductance but also halves the current through each component, which allows the combination to carry twice the current within each inductor's rating. The winding resistance (DCR) also halves, reducing copper losses at high current.

The second situation is reaching a non-standard inductance value. If the target inductance is not available as a single component, two parallel inductors can sometimes hit it more closely than a series pair, particularly when the target is well below typical catalogue values. For reaching a higher inductance from available parts, the [inductors in series calculator](https://blog.hirnschall.net/tools/inductors-in-series/) is usually the better starting point.

Once the equivalent inductance is known, it can be used directly 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 Series Calculator](https://blog.hirnschall.net/tools/inductors-in-series/) — values add directly; total L is always greater than any individual inductor.
* [Capacitors in Parallel Calculator](https://blog.hirnschall.net/tools/capacitors-in-parallel/) — the capacitive analogue, where parallel connection adds values directly.
* [Inductor Impedance Calculator](https://blog.hirnschall.net/tools/inductor-impedance/) — use the equivalent parallel L to find \( X\_L \) at a given frequency.
* [RL Time Constant Calculator](https://blog.hirnschall.net/tools/rl-time-constant/) — use the equivalent parallel L in an RL circuit.
* [LC Resonance Frequency Calculator](https://blog.hirnschall.net/tools/lc-resonance-frequency/) — use the equivalent parallel L to find the resonant frequency.

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