The di/dt Reality Check: A Bench Failure Story
Inductor voltage is not a static number you read off a datasheet; it is a dynamic, sometimes violent reaction to changing current. To understand why, let us look at a real bench failure that cost me a prototype board and a very confusing afternoon.
The Setup: I was building a 12V-to-5V buck converter to power a Raspberry Pi 4 using an LM2596 switching regulator. The datasheet called for a 33µH inductor. I grabbed a cheap, unshielded ferrite drum-core inductor from a bulk bin, rated for 1.2A RMS current. The Pi 4, however, can pull transient peaks of 2.5A when the WiFi radio and CPU spike simultaneously.
The Numbers: The LM2596 switches at roughly 150kHz. Under normal operation, the current ramps up linearly. But my chosen inductor had a saturation current ($I_{SAT}$) of just 1.4A. When the Pi demanded 2.5A, the inductor's magnetic core saturated. Inductance ($L$) instantly collapsed from 33µH to roughly 0.5µH (essentially just the parasitic resistance of the copper wire).
The Outcome: Because $V = L(di/dt)$, when $L$ approaches zero, the rate of current change ($di/dt$) skyrockets. The LM2596's internal MOSFET tried to limit the current, but when it finally snapped off, the collapsing magnetic field generated a massive back EMF (inductor voltage spike). The parasitic ringing on the switch node exceeded the IC's 40V absolute maximum rating, blowing the internal catch diode and permanently shorting the regulator.
What Went Wrong: I confused RMS current rating (heating limit) with saturation current (magnetic limit), and ignored the resulting inductor voltage transient. In power electronics, ignoring $di/dt$ is how you turn a $2 component into a smoke machine.
Decoding Inductor Voltage: Back EMF and Saturation Limits
At its core, an inductor resists changes in current. When you force current to change rapidly—like opening a switch in a relay circuit or turning off a MOSFET in a buck converter—the inductor generates a voltage to oppose that change. This is Faraday's law of induction in action, governed by the fundamental equation:
Where V is the induced voltage, L is inductance in Henries, di is the change in current, and dt is the time over which it changes.
If you switch off a 10µH inductor carrying 2A of current in just 50 nanoseconds, and there is no clamping diode to absorb the energy, the math is brutal: $V = 10\mu H \times (2A / 50ns) = 400V$. That 400V inductor voltage spike will instantly avalanche a 30V MOSFET. This is exactly why flyback diodes are mandatory across relay coils and inductive loads.
According to All About Circuits, the energy stored in the magnetic field ($E = \frac{1}{2}LI^2$) must have somewhere to go when the circuit opens. If the core saturates before the switch opens, $L$ drops, the stored energy limit is breached, and the current ramps uncontrollably until the switch fails. Always design for the peak current, not just the average.
Inductor Construction Types: Which Core for Which Job?
Selecting the right inductor means matching the core material to your circuit's electrical and environmental demands. Here is how the main types stack up.
| Core Type | Construction | Typical Tolerance | Tempco (ppm/°C) | Typical Use & Selection Criteria |
|---|---|---|---|---|
| Ferrite Drum (Unshielded) | Wire wound on a bobbin with ferrite end caps | ±20% (M) | -200 to +200 | Cheap power supplies, non-RF sensitive areas. Avoid near ESP32/antenna traces due to radiated EMI. |
| Shielded Ferrite (Molded) | Wire wound and encased in magnetic epoxy/powder | ±20% (M) / ±10% (K) | -100 to +100 | Dense PCB layouts, noise-sensitive IoT devices. Choose when board space is tight and EMI must be contained. |
| Iron Powder (Toroid) | Wire wound around a ring of insulated iron powder | ±10% to ±15% | +50 to +300 | High-current, low-frequency filtering (e.g., 50/60Hz mains, audio crossovers). Excellent soft saturation characteristics. |
| Air Core | Wire wound on a non-magnetic ceramic or plastic form | ±1% to ±5% | +10 to +50 | RF tuning, high-frequency resonant tanks, VHF/UHF filters. Zero core saturation, but requires many turns for low µH values. |
Reading the Dots and Numbers: Inductor Markings Explained
Unlike resistors, inductor markings are notoriously inconsistent across manufacturers, but the 3-digit EIA code is the most common standard for surface-mount and radial power inductors. Here is how to decode them without guessing.
- The 3-Digit Code: The first two digits are the significant figures, and the third digit is the multiplier (number of zeros) in microhenries (µH).
- 100 = 10 × 10^0 = 10µH (This is the most common trap: 100 means 10, not 100).
- 101 = 10 × 10^1 = 100µH.
- 472 = 47 × 10^2 = 4700µH (or 4.7mH).
- The 'R' Decimal Indicator: For values under 10µH, the letter 'R' acts as a decimal point. 4R7 means 4.7µH. R22 means 0.22µH.
- Tolerance Letters: Usually stamped after the value.
- J = ±5%
- K = ±10%
- M = ±20% (Standard for power inductors)
- N = ±30%
- RF Color Dots: On tiny axial RF inductors (like the Coilcraft 0402HP series), you will not find text. Instead, look for three colored bands read from the lead end, functioning exactly like a resistor color code but yielding nanohenries (nH). Refer to the specific manufacturer's inductor marking library for exact color mappings.
Safe Substitution: What to Do When the Exact Part is Missing
You are repairing a board or building a prototype, and the exact BOM inductor is out of stock. Substituting an inductor is not as simple as grabbing any part with the same microhenry rating. Follow these rules to ensure your circuit survives the swap.
- Inductance Value (L): For simple EMI chokes or basic LC filters, ±20% is fine. For switching regulator power stages (buck/boost), stick within ±10% of the original value. Going too low increases output ripple and peak currents; going too high degrades transient response and can cause control loop instability.
- Current Ratings (The Dual Limit): You must check both ratings.
- $I_{RMS}$ (Thermal Limit): Must be greater than your maximum continuous DC load current. If the original was 3A, do not use a 2A part, even if it fits.
- $I_{SAT}$ (Magnetic Limit): Must be greater than the peak switching current (usually 1.2x to 1.5x the max load current in a buck converter). If $I_{SAT}$ is too low, you will trigger the inductor voltage spikes and saturation failures described in the opening scenario.
- DC Resistance (DCR): Lower DCR is generally better for efficiency (less $I^2R$ heating). However, if you are replacing an inductor in a peak-current-mode controller that relies on the inductor's ESR/DCR for current sensing slope compensation, dropping the DCR too low can cause sub-harmonic oscillation.
- Physical Footprint and Shielding: Never downsize the physical footprint if it forces a compromise on $I_{SAT}$. Never swap shielded for unshielded in mixed-signal or RF layouts.
Autopsy of a Dead Inductor: Visual Failure Modes
Inductors rarely fail silently. When they do, the physical evidence on the PCB tells a clear story if you know what to look for.
- Thermal Runaway (Melted Enamel): Visual Symptom: The outer heat-shrink sleeve is blistered, discolored (brown/black), or the epoxy coating is cracked and smells like burning plastic. Cause: Exceeding the $I_{RMS}$ rating. The copper wire's DC resistance generated more heat than the core could dissipate, melting the thin insulating enamel between windings and creating shorted turns.
- Core Saturation Cracking: Visual Symptom: A visible hairline fracture running through the ferrite drum or toroid core, sometimes accompanied by a shattered epoxy seal. Cause: Severe magnetic saturation combined with thermal cycling. Ferrite is a ceramic; it is brittle. The mechanical stress of magnetic domain realignment, exacerbated by extreme heat from overcurrent, physically snaps the core.
- Parasitic Ringing Arcing: Visual Symptom: Black carbon tracking or pitting between the solder pads on the PCB, or between the inductor leads, while the inductor itself looks physically intact. Cause: Unclamped inductor voltage spikes ($V = L(di/dt)$) exceeding the dielectric breakdown voltage of the air/flux residue between the pads, causing micro-arcing.
- Moisture Ingress and Corrosion: Visual Symptom: Green/white crusty oxidation at the base of the leads where they enter the core, leading to high contact resistance or an open circuit. Cause: Operating in high-humidity environments without conformal coating. The dissimilar metals (copper wire and tin/lead solder) create a galvanic cell in the presence of moisture.
Understanding inductor voltage is ultimately about respecting the energy stored in the magnetic field. Whether you are routing a 10A buck converter or snubbing a 24V relay coil, always calculate the $di/dt$, verify your saturation margins, and give that back EMF a safe place to go.






