Inductor power handling is not rated in watts like a standard resistor. Instead, an inductor's power capability is defined by two distinct current thresholds: Saturation Current ($I_{SAT}$) and Thermal RMS Current ($I_{RMS}$). To calculate the maximum continuous power an inductor can safely dissipate as heat, multiply the square of its $I_{RMS}$ rating by its DC Resistance (DCR) using the formula $P = I_{RMS}^2 \times DCR$. If you push current beyond $I_{SAT}$, the magnetic core saturates, inductance collapses, and your driving MOSFET will likely explode. This guide breaks down the physics, decoding methods, and exact part selections you need to design reliable power stages.

Decoding Inductor Power Ratings: The Two-Current Rule

When reading a datasheet for a power inductor, you will see two current specifications. Confusing them is the most common cause of switched-mode power supply (SMPS) failures on the bench.

Safety Warning: High-power SMPS inductors store significant magnetic energy ($E = \frac{1}{2}LI^2$). If an inductor saturates and the controller fails to limit current, the resulting short circuit can cause catastrophic component explosion and fire. Always use a current-limited bench supply when testing new power topologies, and wear safety glasses when probing live high-current nodes.
  • Saturation Current ($I_{SAT}$): The magnetic limit. This is the DC current at which the inductor's value drops by a specified percentage (usually 20% or 30%). Beyond this point, the core cannot hold any more magnetic flux. The inductor effectively becomes a low-value resistor, causing current to spike uncontrollably.
  • Thermal RMS Current ($I_{RMS}$): The thermal limit. This is the continuous DC current that causes the inductor's temperature to rise by a specified amount (typically 40°C above ambient) due to $I^2R$ copper losses in the winding.

Worked Numeric Example

Let's look at the Bourns SRP1265A-100M, a popular 10µH shielded power inductor. According to its datasheet, it has a typical DCR of 24mΩ, an $I_{RMS}$ of 9A, and an $I_{SAT}$ of 11A.

To find its continuous power dissipation limit based on thermal constraints:

$P_{dissipation} = I_{RMS}^2 \times DCR = 9^2 \times 0.024 = 1.94W$

This means at 9A continuous, the part will dissipate nearly 2 watts of heat. If your PCB lacks adequate copper pours to act as a heatsink, the part will exceed its 40°C temperature rise limit. Note that in high-frequency switching applications, you must also add core losses (hysteresis and eddy currents) to this copper loss figure, which is why Analog Devices recommends derating the $I_{RMS}$ by 20-30% for switching frequencies above 1MHz.

Construction Types and Power Capabilities

Not all inductors are built to handle high power. The core material and shielding method dictate the saturation characteristics, electromagnetic interference (EMI), and physical size. Here is how the four main construction types compare for power applications.

Type Construction Tolerance Tempco (ppm/°C) Typical Use
Unshielded Ferrite Drum Ferrite bobbin with exposed copper wire winding ±10% to ±20% +100 to +500 Low-cost, low-current (<2A) buck converters, basic EMI filtering
Shielded Molded Ferrite Ferrite powder mixed with resin, molded around the coil ±20% to ±30% +50 to +200 General purpose 2A-10A DC-DC converters, noise-sensitive rails
Metal Alloy Powder Iron-alloy powder core, flat copper wire or embedded coil ±20% -50 to +100 High-current (>10A) VRMs, automotive, fast-transient response
Air Core Self-supporting copper coil, no magnetic material ±2% to ±5% ~0 (Copper only) RF tuning, high-frequency resonant tanks, zero core-loss needs
Bench Tip: If you are designing a point-of-load (POL) regulator for a modern FPGA or CPU, default to Metal Alloy Powder inductors. Their soft saturation curve prevents sudden inductance collapse during massive load steps, protecting your high-side FETs.

Reading Physical Markings and Part Codes

When you are scavenging parts from a donor board or verifying a reel from the stockroom, you need to read the SMD markings. Unlike resistors, inductor markings denote inductance in microhenries (µH), not ohms.

Most SMD power inductors use a 3-digit code or an alphanumeric code with an 'R' for the decimal point:

  • "100" = 10 × 10⁰ = 10µH (The third digit is the multiplier, just like resistors, but the base unit is µH).
  • "101" = 10 × 10¹ = 100µH.
  • "4R7" = 4.7µH (The 'R' acts as the decimal point).
  • "R47" = 0.47µH.

Additional Markings: You will often see a single letter at the end of the code (e.g., "100M"). This is the tolerance code. M stands for ±20%, K stands for ±10%, and J stands for ±5%. Standard power inductors are non-polarized and can be placed in either direction. However, if you are using a coupled inductor (two windings on one core for SEPIC or flyback topologies), look for a small dot or dimple on the top surface indicating the phase/polarity of the primary winding.

Failure Modes: Visual Symptoms of Exceeding Power Limits

When an inductor is pushed past its power or current ratings, it fails in specific, identifiable ways. Recognizing these symptoms on the bench will save you hours of debugging.

1. Core Saturation (The Silent Killer)

Cause: Peak current exceeds $I_{SAT}$. The core cannot store more flux, inductance drops to near zero, and the inductor acts as a dead short.
Visual Symptom: None on the inductor itself. The inductor will look perfectly fine. However, the driving MOSFET or controller IC will have a cracked package, a blown die visible under decapsulation, or a melted drain pin. You will measure a dead short from the SW node to GND.

2. Thermal Runaway and Winding Melt

Cause: Continuous RMS current exceeds $I_{RMS}$, or ambient temperature is too high, causing $I^2R$ copper losses to overheat the winding wire.
Visual Symptom: The epoxy or plastic overmold will turn yellow or brown. In severe cases, the top coating will blister or crack, exposing the copper winding. The solder pads on the PCB may show signs of reflow or lifting due to extreme heat transfer through the terminals.

3. Mechanical Core Cracking (Magnetostriction)

Cause: High AC ripple current causes the magnetic domains in the ferrite to physically expand and contract (magnetostriction). Over time, or during severe thermal cycling, this mechanical stress fractures the brittle ferrite.
Visual Symptom: Hairline fractures on the sides or top of the ferrite drum. You may also hear an audible high-pitched whining or clicking noise from the board before the physical crack appears.

The Substitution Matrix: Swapping Parts Safely

Supply chain shortages frequently force engineers to substitute inductors. According to Coilcraft's engineering guidelines, you cannot simply swap parts based on inductance alone. Use this matrix to ensure a safe substitution when the exact BOM part is missing.

Parameter Substitution Rule Why It Matters
Inductance (L) Must be within ±20% of original Dictates ripple current and control loop stability.
Saturation Current ($I_{SAT}$) Must be ≥ original part Prevents core saturation and MOSFET destruction during load spikes.
Thermal Current ($I_{RMS}$) Must be ≥ original part Prevents overheating and thermal degradation of the winding.
DC Resistance (DCR) Should be ≤ original part Lower DCR reduces copper losses and improves overall converter efficiency.
Footprint / Pad Layout Must match exactly Prevents poor solder joints and excessive parasitic trace inductance.

The Golden Rule of Substitution: If you must compromise, always sacrifice DCR (accept a slightly higher DCR) before you sacrifice $I_{SAT}$. A higher DCR will slightly lower your efficiency and increase heat, but a lower $I_{SAT}$ will cause catastrophic circuit failure.

Decision Tree: Picking Your Exact Inductor

Stop guessing which series to use. Follow this decision path based on your circuit's peak current and switching frequency to arrive at a concrete, proven part number.

  • IF your application is a high-current (>10A) buck converter for a GPU, CPU, or automotive rail, AND switching frequency is >500kHz:
    Choose: Metal Alloy Powder core.
    Concrete Pick: Coilcraft XEL3520-100ME (10µH, 15.5A $I_{SAT}$, ultra-low DCR, excellent soft saturation).
  • IF your application is a general-purpose 2A to 8A DC-DC step-down converter, AND you need low EMI radiation for passing FCC/CE emissions:
    Choose: Shielded Molded Ferrite.
    Concrete Pick: Bourns SRP1265A-100M (10µH, 11A $I_{SAT}$, magnetically shielded, cost-effective).
  • IF your application is a low-power (<1A) LED driver, basic EMI choke, or low-frequency filtering, AND board space/cost is the primary constraint:
    Choose: Unshielded Ferrite Drum.
    Concrete Pick: Murata LQH32CN100K53 (10µH, 1A limit, tiny 1210 footprint, very low cost).
Default Recommendation: If you are building a standard hobbyist or prototyping buck converter (like an LM2596 or MP2315 based design) operating between 2A and 5A, the Bourns SRP1265A series is the ultimate default choice. It offers the best balance of magnetic shielding, high saturation current, and wide availability across global distributors like Mouser and Digi-Key.