Topology Behavior and Node Mapping
Before wiring components, you must define the nodes to understand current flow and voltage drops. In a series topology, current flows from Node A (Source) through $L_1$, into Node B (Junction), through $L_2$, and out to Node C (Load). The same exact current flows through both components. In a parallel topology, current enters Node A (Source), splits between $L_1$ and $L_2$, and recombines at Node B (Load). The voltage across both inductors is identical, but current divides based on their impedance and DCR.
Bench Rule: Never place series or parallel inductors physically adjacent or parallel to each other on the PCB. Mutual inductance ($M$) will couple their magnetic fields, altering the total inductance to $L_{total} = L_1 + L_2 \pm 2M$. Keep them at least 3mm apart and orient their axes orthogonally (90 degrees) to minimize coupling.
| Parameter | Series Topology ($L_1 + L_2$) | Parallel Topology ($L_1 || L_2$) |
|---|---|---|
| Total Inductance | Increases (Sum of parts) | Decreases (Reciprocal sum) |
| Total DCR | Increases ($DCR_1 + DCR_2$) | Decreases (Reciprocal sum) |
| Max Current Limit | Limited by the lowest $I_{sat}$ part | Sum of both $I_{sat}$ ratings (if matched) |
| If $L_1$ value increases | $L_{total}$ increases linearly | $L_{total}$ increases, but asymptotically limits to $L_2$ |
| High-Frequency ESR Impact | ESR adds up, increasing $I^2R$ losses | ESR divides, lowering overall thermal dissipation |
Real-World Design Walkthrough: Picking Component Values
Theory is clean; the parts bin is not. Let us design a 44µH output filter inductor for a custom synchronous buck converter that requires 4.0A continuous current. We will evaluate two topologies using real Coilcraft MSS1260 shielded power inductors.Option A: Series Configuration
We select two MSS1260-223 (22µH) inductors.
- Inductance: $22\mu H + 22\mu H = 44\mu H$
- Saturation Current ($I_{sat}$): Rated at 4.2A each. In series, the limit is the lowest part: 4.2A. (Passes the 4.0A requirement).
- DCR: Rated at 36mΩ each. Total DCR = $36 + 36 =$ 72mΩ.
Option B: Parallel Configuration
We select two MSS1260-883 (88µH) inductors.
- Inductance: $88\mu H / 2 = 44\mu H$
- Saturation Current ($I_{sat}$): Rated at 2.1A each. In parallel, current splits: $2.1A + 2.1A =$ 4.2A. (Passes the 4.0A requirement).
- DCR: Rated at 120mΩ each. Total DCR = $120 / 2 =$ 60mΩ.
| Metric | Series (2x 22µH) | Parallel (2x 88µH) | Winner |
|---|---|---|---|
| Target Inductance | 44µH | 44µH | Tie |
| Current Capacity | 4.2A | 4.2A | Tie |
| Total DCR | 72mΩ | 60mΩ | Parallel (Lower $I^2R$ loss) |
| PCB Footprint | 2x 12x12mm | 2x 12x12mm | Tie |
| Current Sharing Risk | None (Kirchhoff's Current Law) | High (Mismatched DCR causes imbalance) | Series (More robust) |
The Verdict: The parallel topology wins on paper due to 16% lower DCR, reducing thermal losses. However, if the PCB traces to Node A and Node B are not perfectly symmetrical, the 88µH inductors will not share the 4.0A load equally. One may hit 2.5A, saturate, and fail. For high-reliability power supplies, the series topology is the safer choice despite the higher DCR, as it guarantees identical current through both cores.
Failure Modes: What Breaks at the Extremes?
Understanding how these topologies fail is critical for selecting protective components like fuses and snubber diodes. The failure modes of inductor series and parallel circuits are diametrically opposed.Series Topology Failures
- Open Circuit (L1 fails open): The entire circuit breaks. In a switching converter, the sudden interruption of current ($di/dt \rightarrow \infty$) causes a massive flyback voltage spike ($V = L \cdot di/dt$). Without a clamping diode, this spike will instantly avalanche and destroy the driving MOSFET.
- Short Circuit (L1 winding insulation melts): $L_1$ drops to ~0µH. Total inductance halves to 22µH. The converter's ripple current doubles, potentially triggering over-current protection or causing excessive output voltage ripple.
Parallel Topology Failures
- Open Circuit (L1 fails open): This is the catastrophic parallel failure. $L_2$ is now forced to carry 100% of the 4.0A load. Since $L_2$ is only rated for 2.1A $I_{sat}$, its core instantly saturates. Inductance collapses to near-zero, DCR becomes the only limiting factor, and $L_2$ enters thermal runaway, often melting the solder joints or catching fire.
- Short Circuit (L1 shorts internally): Total inductance drops to near zero. The power supply sees a dead short through the DCR of the wiring, tripping the main input breaker or destroying the upstream switching IC.
Safety Caveat: When using parallel inductors in mains-adjacent or high-current DC-DC circuits, always place a small ballast resistor (e.g., 10mΩ) in series with each parallel branch to force equal current sharing, or use a single custom-wound toroid instead.
How to Breadboard-Test the Network Step-by-Step
Do not trust the silk-screen values on power inductors; core permeability shifts during manufacturing and soldering. You must verify the assembled network using an LCR meter. Follow these steps to accurately measure inductor series and parallel circuits on the bench.- Isolate the Network: Ensure the inductors are completely disconnected from any active circuitry. Parallel semiconductor paths (like MOSFET body diodes) will skew LCR readings.
- Configure the LCR Meter: Set your meter (e.g., DER EE DE-5000 or Keysight U1733C) to measure Inductance (L) in Series Equivalent mode (Ls).
Critical Setting: Change the test frequency from the default 1 kHz to 100 kHz (or your circuit's actual switching frequency). Power inductor cores exhibit severe permeability roll-off at higher frequencies; a 44µH inductor might read 44µH at 1 kHz but only 32µH at 100 kHz.
- Zero the Probes: Short the Kelvin clips or test leads together and run the 'Zero/Null' calibration to subtract probe inductance (which can be 0.1µH to 0.5µH—enough to ruin RF measurements).
- Measure Individual Baselines: Clip across $L_1$ and record. Clip across $L_2$ and record.
- Measure the Network:
- For Series: Place probes on Node A and Node C. Verify $L_{total} \approx L_1 + L_2$.
- For Parallel: Place probes on Node A and Node B. Verify $L_{total} \approx (L_1 \cdot L_2) / (L_1 + L_2)$.
- Check Coupling: If your measured series value is significantly higher or lower than the mathematical sum, your inductors are magnetically coupled. Move them further apart or rotate one 90 degrees and re-measure.
Why Choose One Topology Over the Alternative?
Choosing between topologies is rarely about just hitting an inductance target; it is about managing parasitics, thermal limits, and physical layout constraints. Refer to the All About Circuits DC textbook chapter for foundational theory, but apply this decision framework for physical implementation:- Choose Series When: You need to increase voltage standoff capability (voltage divides across the inductors), you require guaranteed current equality without ballast resistors, or you are building high-voltage snubber networks where a single inductor's parasitic capacitance would cause ringing.
- Choose Parallel When: You need to lower total DCR for high-current, low-voltage rails (like a 1.2V CPU core supply), you need to distribute thermal dissipation across two physical zones on the PCB, or you are limited by component height and must use two low-profile shielded parts instead of one massive unshielded drum core.






