To select the right component when designing how inductors power DC-DC converters, calculate the required inductance using the formula L = (V_out × (1 - D)) / (f_sw × ΔI_L), then ensure the saturation current (I_sat) exceeds your peak load current plus ripple by at least 20%. Assuming Continuous Conduction Mode (CCM) with a 30% ripple ratio, a standard 5V/3A buck converter switching at 500kHz requires a 4.7µH inductor. The concrete default pick for this application is a shielded ferrite inductor with a 5A+ I_sat rating, such as the Wurth 7447742047.
The Core Metric: Saturation Current vs. RMS Current
When evaluating inductors for power supplies, beginners often conflate saturation current (I_sat) with RMS current (I_rms). They dictate entirely different failure modes.
- Saturation Current (I_sat): The DC bias current at which the inductor's magnetic core saturates, typically defined as the point where inductance drops by 20% or 30% from its zero-bias value. Exceeding I_sat turns your inductor into a low-value resistor, causing the current ramp rate (di/dt) to spike during the MOSFET's on-time.
- RMS Current (I_rms) / Thermal Current (I_th): The continuous DC current that causes the inductor's temperature to rise by a specified amount (usually 40°C above ambient) due to I²R copper losses in the winding. Exceeding I_rms degrades the insulation and eventually melts the solder joints.
Rule of thumb: Your peak inductor current (I_load + ΔI_L/2) must be strictly less than I_sat, while your maximum continuous load current must be less than I_rms. For high-ripple applications, I_sat is usually the limiting factor; for high-current, low-ripple applications, I_rms dominates.
Power Inductor Construction Types Compared
Not all magnetic cores behave the same under DC bias. Here is how the four primary construction types compare for power conversion.
| Type | Construction & Core | Tolerance | Tempco (ppm/°C) | Typical Use Case |
|---|---|---|---|---|
| Shielded Ferrite | Ferrite drum with outer ferrite sleeve/shield | ±20% | +100 to +300 | Noise-sensitive POL, telecom, medical (e.g., Wurth WE-PD) |
| Unshielded Ferrite | Open ferrite drum core, epoxy coated | ±20% to ±30% | +100 to +300 | Cost-sensitive consumer electronics, non-critical rails (e.g., Bourns SRR) |
| Molded Metal Alloy | Carbonyl iron or alloy powder compressed in epoxy | ±10% to ±20% | +50 to +150 | High-current (>10A), high-ripple, automotive, servers (e.g., Vishay IHLP) |
| Iron Powder | Distributed air-gap iron powder toroid or drum | ±15% | +200 to +500 | Low-frequency, simple buck converters, high DC bias tolerance |
Which type for which job? If your circuit operates near sensitive RF receivers or requires strict EMI compliance, you must use Shielded Ferrite or Molded Metal Alloy to contain the magnetic flux. If you are building a high-current (15A+) GPU Vcore supply, Molded Metal Alloy is mandatory because ferrite cores physically cannot support that level of DC bias without massive physical volume.
Decoding Physical Markings and Datasheet Codes
Surface-mount power inductors use standardized alphanumeric codes stamped on their top epoxy surface. Misreading these can lead to catastrophic control-loop instability.
Reading the Inductance Code
The standard three-digit or alphanumeric code denotes microhenries (µH):
- 4R7 = 4.7µH (The 'R' acts as the decimal point)
- 100 = 10µH (First two digits are significant figures, third is the multiplier: 10 × 10⁰)
- 101 = 100µH (10 × 10¹)
- 222 = 2200µH (22 × 10²)
Polarity and Start-of-Winding Dots
Many shielded power inductors feature a small printed dot on the top surface. This indicates the start of the winding. While inductors are not polarized for basic energy storage, connecting the 'dot' side to the switching node (the noisy side) rather than the output capacitor (the quiet side) can reduce radiated EMI by up to 5dB, as the outer windings act as a partial electrostatic shield. Always check the manufacturer's specific layout guidelines, such as those detailed in Wurth Elektronik's Power Magnetics design guides.
Failure Modes and Visual Diagnostics
When an inductor fails in a power supply, the physical evidence on the PCB tells you exactly what went wrong.
- Thermal Runaway from Saturation:
Visual Symptoms: Melted or reflowed solder pads, brown discoloration on the PCB FR4 directly under the part, and a cracked or bubbled epoxy coating on the inductor itself.
Cause: The peak current exceeded I_sat. The inductance collapsed, current spiked, and copper I²R losses generated massive heat. The switching MOSFET likely failed short-circuit simultaneously. - Open Circuit (Wire Break):
Visual Symptoms: A microscopic physical crack running through the ferrite drum core, or a broken termination wire visible at the pad interface. Reads 'OL' (Open Loop) on a multimeter.
Cause: Mechanical shock (dropped board), excessive thermal cycling causing wire fatigue, or automated pick-and-place nozzle applying too much Z-axis force. - Shorted Turns (Insulation Breakdown):
Visual Symptoms: No visible external damage, but the inductor runs abnormally hot under light load. Reads 10% to 50% of nominal inductance on an LCR meter, and the Q-factor drops to near zero.
Cause: High voltage spikes (ringing at the switching node) punctured the thin enamel insulation on the copper wire, creating an internal shorted turn. This acts like a shorted secondary in a transformer, inducing massive circulating currents.
Safe Substitution: When the Exact Part is Missing
Supply chain shortages frequently force engineers to substitute power inductors. Follow these strict rules to avoid destabilizing the control loop or causing thermal failure.
- Rule 1: Never substitute a lower I_sat or I_rms. You can always use a higher current rating, provided the physical footprint matches. A higher current part will simply run cooler.
- Rule 2: DCR (DC Resistance) must be equal or lower. Substituting a part with higher DCR increases conduction losses, dropping overall converter efficiency and potentially causing the inductor to exceed its thermal limit.
- Rule 3: Inductance variance and Control Loop Stability. You can generally substitute an inductor with ±20% variance in inductance. However, if you substitute a significantly higher inductance value in a Peak Current Mode controlled buck converter operating at >50% duty cycle, you risk subharmonic oscillation. If you must increase inductance by more than 30%, verify that the controller's internal slope compensation is adequate. Conversely, substituting a lower inductance increases ripple current, which may exceed the output capacitor's ripple current rating or trigger the IC's over-current protection (OCP) prematurely.
For comprehensive loop stability analysis when substituting magnetics, refer to the Texas Instruments Buck Converter design resources to recalculate your compensation network.
The Decision Tree: Picking Your Exact Part
Use this decision path to terminate your selection process with a concrete part number based on your specific application constraints.
| Application Condition | Required Core Type | Concrete Default Pick (Part Number) |
|---|---|---|
| I_load > 10A, high transient di/dt, tight space | Molded Metal Alloy | Vishay IHLP-2525DZ (e.g., IHLP2525DZER4R7M01) |
| I_load 1A to 8A, strict EMI limits, medical/RF | Shielded Ferrite | Wurth WE-PD Series (e.g., 7447742047) |
| I_load < 3A, cost is primary driver, EMI ignored | Unshielded Drum Core | Bourns SRR Series (e.g., SRR6038-470Y) |
| High ambient temp (>105°C), automotive under-hood | High-Temp Molded Alloy | Coilcraft XEL Series (e.g., XEL3520-471ME) |






