Electronics Design AU
ComponentsPower Electronics

Inductor Types, Saturation Current, and How to Select One

Last updated 27 June 2026 · 8 min read

Direct Answer

An inductor stores energy in a magnetic field (E = ½LI²). The two critical current ratings for switching power supply inductors are: saturation current (Isat) — the current at which inductance drops by 20–30%, causing the inductor to fail to limit current properly — and RMS current rating — the continuous current at which self-heating from winding resistance (DCR) reaches the thermal limit. Select an inductor whose Isat exceeds the peak inductor current (DC load + ½ × ripple current) and whose RMS rating exceeds the DC load current. Core material matters: ferrite cores (MnZn, NiZn) have low loss at high switching frequencies (100 kHz–several MHz) but saturate abruptly; iron powder cores saturate more gradually but have higher core losses above 500 kHz.

Detailed Explanation

An inductor is a passive component that stores energy in a magnetic field proportional to the square of the current flowing through it: E = ½LI². In power electronics, inductors smooth current in switching regulators, absorb voltage transients, and set the energy transfer in converters. In signal processing, they form LC filters. Selecting the right inductor requires understanding its saturation behaviour, winding losses, and frequency characteristics.

Inductance and Units

Inductance L is measured in henries (H), with practical values in power electronics ranging from nanohenries (nH, chip inductors for RF filtering) to microhenries (µH, switching regulator power inductors) to millihenries (mH, line EMI filter chokes). The voltage across an ideal inductor is V = L × dI/dt — for a given applied voltage, the current ramps at rate dI/dt = V/L. This is the fundamental operating principle of buck and boost converters.

Core Materials

The inductor's magnetic performance is determined by its core material. Two broad categories cover most power electronics applications:

Ferrite cores (MnZn and NiZn):

  • MnZn ferrite: High permeability (µr 1,000–15,000), low core loss at 100 kHz–2 MHz, widely used in switching power supply inductors and transformers. Saturation flux density: 0.3–0.5 T. Saturation is relatively abrupt — inductance falls quickly as Isat is approached. Available as toroidal, E-core, drum core, and integrated SMD packages.
  • NiZn ferrite: Lower permeability than MnZn, lower loss at higher frequencies (2 MHz to GHz), preferred for RF chokes and high-frequency EMI filters. Not suitable for DC power inductors.

Iron powder (iron-powder composite) cores:

  • High saturation flux density (1.0–1.5 T), lower permeability than ferrite (µr 14–75 depending on mix), and higher core losses at frequencies above 500 kHz. Saturation is gradual — inductance rolls off smoothly rather than sharply, which provides some built-in overload tolerance.
  • Preferred for applications where load current may transiently exceed the nominal Isat without immediate catastrophic failure. Common in AC power line filter chokes and low-frequency (< 300 kHz) switching supplies.

Air core: No magnetic core — the inductor is just the wire coil. No saturation, linear inductance at any current. Very low loss at high frequencies. Inductance is low (typically nH to a few µH). Used in RF matching networks, tuned circuits, and high-frequency (>10 MHz) power converters where core losses would dominate.

Saturation Current (Isat)

Saturation current is the most important power inductor parameter. It is defined as the DC current at which the inductance falls to a specified fraction of its nominal value — typically 20% or 30% depending on the manufacturer.

Why saturation matters: A switching regulator relies on the inductor to limit the rate of current rise through the switch. If the inductor saturates during the on-time, inductance collapses, current rises almost uncontrolled, and the switching transistor sees its peak current limit far exceeded — often causing immediate failure.

Selecting Isat: Peak inductor current = DC output current + ½ × peak-to-peak ripple current. Select an inductor with Isat ≥ 1.3 × Ipeak (30% safety margin). For the buck converter ripple current formula, see how does a buck converter work?.

Example: 5V → 3.3V buck converter at 2 A output, 500 kHz, 4.7 µH inductor:

  • Ripple current ΔI_L = (5 − 3.3)/5 × 3.3/(500,000 × 4.7×10⁻⁶) ≈ 0.47 A peak-to-peak
  • Peak current = 2 + 0.47/2 = 2.24 A
  • Required Isat ≥ 2.24 × 1.3 ≈ 2.9 A

Choose an inductor rated Isat ≥ 3 A.

RMS Current Rating and Self-Heating

The RMS current rating (also called the thermal current or Idc rating) defines the continuous current at which the inductor's internal temperature rise due to winding resistance (DCR) reaches its maximum rated value (typically 40°C rise above ambient). It is not the same as saturation current.

For most DC-DC converter applications, the DC output current sets the RMS current requirement. The ripple current's RMS contribution is small compared to the DC component for typical ripple ratios.

DCR and efficiency: P_copper = I²_RMS × DCR. For a 3 A converter with a 30 mΩ DCR inductor, copper loss = 3² × 0.03 = 0.27 W. At Vout = 3.3 V, this is 0.27/6.6 = 4% efficiency loss from the inductor alone. Compare with a 100 mΩ DCR inductor: 3² × 0.1 = 0.9 W, or 14% efficiency loss. Low DCR inductors are worth the premium cost in battery-powered and efficiency-critical designs.

Self-Resonant Frequency (SRF)

At high frequencies, inter-winding capacitance (Cw) resonates with the inductance to form a self-resonant circuit at frequency SRF = 1/(2π√(L × Cw)). Above the SRF, the component becomes capacitive — it no longer behaves as an inductor at all. Use inductors only at frequencies well below their SRF (typically below SRF/5 for reliable inductive behaviour). For EMI filter chokes, verify that the SRF is above the frequencies you need to filter.

SMD Power Inductor Packages

Modern switching power supply designs use integrated-shield SMD inductors, available from manufacturers including Würth Elektronik (WE-PD series), TDK (SPM series), Coilcraft (SER series), and Murata (DFE series). These combine the core, winding, and shielding in a single package with two solderable terminals.

Common package sizes for 1–5 A switching regulators:

Package approx. footprintInductance rangeIsat rangeDCR range
3 mm × 3 mm1–22 µH0.5–3 A40–500 mΩ
4 mm × 4 mm2.2–47 µH1–5 A20–200 mΩ
5 mm × 5 mm4.7–100 µH2–8 A10–100 mΩ
6.6 mm × 6.6 mm10–220 µH3–15 A5–50 mΩ

For very high current (10–50 A), composite (powdered metal) inductors with metal alloy cores provide higher saturation current in a compact package with low DCR.

Practical Selection Process

  1. Calculate required inductance from the converter topology (buck, boost, SEPIC) using the converter IC's recommended inductance formula or the ripple current equation. See how does a buck converter work? for the buck inductance formula.
  2. Calculate peak current and set minimum Isat = Ipeak × 1.3 minimum.
  3. Set minimum RMS current rating ≥ IL_DC (DC load current).
  4. Set maximum DCR based on the acceptable efficiency loss: P_max = efficiency_loss × Pout.
  5. Check SRF is at least 5× the switching frequency.
  6. Verify physical size fits the PCB footprint and height constraints.

For buck converter PCB layout guidance including inductor placement, see how should you lay out a buck converter PCB?. For boost converter inductance calculation, see how does a boost converter work?.

For power supply design support including inductor selection and PCB layout, Zeus Design's electronics engineering team provides full switching power supply design services.

Design Considerations

  • Check the saturation current at operating temperature: Ferrite core saturation flux density decreases with temperature (typically 10–20% reduction from 25°C to 100°C). An inductor with Isat = 3 A at 25°C may saturate at 2.5 A at 100°C operating temperature. Verify Isat vs temperature from the datasheet or manufacturer's saturation curves.
  • Inductor orientation and mutual coupling: On a PCB with multiple inductors (e.g. multi-phase converter, separate buck and boost), orient inductors so their magnetic axes are perpendicular or the cores are sufficiently shielded to prevent mutual inductance. Coupled inductors in a multi-phase design can cause unexpected current imbalance between phases.
  • Place the inductor close to the switching node: In a buck converter, the switching node (drain of the low-side FET or source of the high-side FET) connects to the inductor. This node has high dV/dt and radiates EMI. Keep it as small as possible in PCB copper area and route the inductor input terminal directly to it. See buck converter PCB layout for layout guidance.

Common Mistakes

  • Selecting an inductor based on rated inductance only, ignoring Isat: The part may meet the inductance requirement at low currents but saturate well below the operating peak current, causing converter instability or catastrophic failure. Always check both Isat and RMS ratings.
  • Underestimating startup peak current: During startup, the output capacitor is uncharged, so the full input voltage appears across the inductor. This creates a much higher initial current ramp than during normal operation. If the converter IC uses a soft-start function (most modern ICs do), the peak current is controlled. If not, the startup current can exceed Isat even for a properly designed steady-state current.
  • Ignoring DCR in the thermal model: DCR increases with temperature. If the inductor heats significantly during operation, recalculate DCR at the operating temperature and verify that the RMS current rating is still met.

Frequently Asked Questions

What happens when an inductor saturates?
When inductor current exceeds the saturation current, the magnetic core approaches full alignment of its magnetic domains. The relative permeability of the core material drops sharply, causing inductance to fall — sometimes by 50–80% in a few microseconds. In a switching power supply, this means the inductor no longer limits peak current: the switching transistor sees almost the same current slope as if the inductor weren't there. Peak current increases rapidly, exceeding the transistor's current rating and potentially causing catastrophic failure. Saturation can occur during startup (before the output capacitor is charged) or during load transients. Always design with Isat > Ipeak with margin.
What is DCR and why does it matter?
DCR (DC resistance) is the total resistance of the inductor winding at DC. It causes power loss: P = I² × DCR. For a 1 A DC load through a 100 mΩ DCR inductor, P = 0.1 W. DCR loss reduces converter efficiency and heats the inductor. Lower DCR requires more turns of heavier wire or a larger core — so low-DCR inductors are physically larger or more expensive than high-DCR types. For battery-powered designs where efficiency is critical, use an inductor with DCR < 100 mΩ (ideally < 50 mΩ for high-current designs). Datasheet DCR is specified at 25°C; winding resistance increases with temperature (~0.4% per °C for copper), so DCR at 100°C is roughly 30% higher than the datasheet value.
When should I use a shielded vs unshielded inductor?
A shielded inductor (toroidal core, drum core with ferrite shield, or integrated-shield SMD package) contains its magnetic flux within the core, minimising EMI radiation and sensitivity to nearby components. Use shielded inductors in switching power supplies, especially on layouts with sensitive analog circuitry nearby, or in any design that needs to pass radiated emissions testing. Unshielded inductors (open-drum or rod-core construction) radiate more flux, which can couple into nearby traces or components. They are acceptable in non-EMC-critical applications where cost and size are priorities. At the PCB level, keep both shielded and unshielded inductors away from the analog signal path and ADC inputs.

References

Related Questions

Related Forum Discussions