The primary purpose of an inductor is to oppose changes in electrical current by storing energy in a magnetic field. While a capacitor resists changes in voltage by storing energy in an electric field, an inductor acts as the circuit's inertia against current fluctuations. In practical electronics, this property is exploited to filter noise, store energy in switching power supplies, choke high-frequency AC signals, and tune resonant RF circuits.
The Core Purpose of an Inductor in Practical Circuits
The fundamental behavior of an inductor is governed by Faraday's law of induction, expressed as:
V = L × (di/dt)
Where V is the induced voltage, L is the inductance in Henries, and di/dt is the rate of change of current over time. The faster you try to change the current, the harder the inductor fights back by generating a voltage spike.
Bench Example: Imagine you have a 10mH (0.01 H) inductor carrying 2A of DC current. If you suddenly open a mechanical switch and the current drops to zero in 1 microsecond (1µs), the rate of change (di/dt) is 2A / 0.000001s = 2,000,000 A/s. The inductor will generate V = 0.01 × 2,000,000 = 20,000 volts in a desperate attempt to keep the current flowing. This is the 'flyback' effect, and it is exactly why we place snubber circuits or flyback diodes across relay coils and motor windings. Without them, this voltage spike will instantly arc across switch contacts or punch through the silicon of your driving MOSFET.
Think of an inductor like a heavy water wheel in a pipe. When you turn the water valve on, the wheel's mass prevents the water from rushing to full speed instantly. When you slam the valve shut, the wheel's momentum keeps pushing water forward, causing a pressure spike (water hammer) in the pipe.
Inductor Types and Selection Matrix
Choosing the right inductor requires matching the core material to your frequency and current requirements. Below is a data-dense selection matrix detailing the physical construction, expected tolerances, and ideal applications for the most common inductor families.
| Core Material / Construction | Typical Tolerance | Tempco (ppm/°C) | Saturation Behavior | Best Application |
|---|---|---|---|---|
| Air Core (Self-supporting coil) | ±2% to ±5% | ~0 (Copper only) | Linear (Never saturates) | High-frequency RF tuning, crossover networks, VHF/UHF filters. |
| Ferrite Drum (Unshielded bobbin) | ±10% to ±20% | +1000 to +3000 | Hard saturation (Sharp drop) | Low-cost DC-DC buck/boost converters, general EMI filtering. |
| Shielded Ferrite (Molded epoxy/compound) | ±20% to ±30% | +500 to +1500 | Soft saturation (Gradual) | High-density SMD power supplies where magnetic coupling must be minimized. |
| Powdered Iron (Toroidal) | ±10% to ±15% | +200 to +800 | Very soft saturation | AC line filters, high-current switching supplies, PFC chokes. |
| Multilayer Ceramic (SMD Chip) | ±10% to ±20% | ±100 to ±300 | Low saturation current | High-frequency signal filtering, RF matching, low-current data lines. |
Note: Temperature coefficient (Tempco) values assume standard ambient 25°C baselines. Ferrite materials are highly temperature-dependent; expect inductance to drift significantly if the core operates above 80°C.
Decoding Physical Markings and SMD Codes
Unlike resistors, inductor markings are not globally standardized across all manufacturers, but the majority follow two dominant conventions based on the package type.
Through-Hole Color Bands (Axial/Radial)
Many axial leaded inductors use a 4-band color code identical to resistors, but the base unit is microhenries (µH), not ohms.
- Band 1 & 2: Significant digits.
- Band 3: Multiplier (number of zeros).
- Band 4: Tolerance (Silver = ±10%, Gold = ±5%).
Example: An inductor with Brown - Black - Brown - Silver bands translates to 1 - 0 - ×10 - ±10%. This is a 100 µH inductor with a 10% tolerance.
SMD Chip Inductor Codes
Surface-mount inductors use either a 3-digit numeric code or an 'R' notation for values under 10 µH. The base unit is again microhenries (µH).
| SMD Marking | Decoding Logic | Actual Inductance |
|---|---|---|
| 100 | 10 × 10^0 | 10 µH |
| 101 | 10 × 10^1 | 100 µH |
| 472 | 47 × 10^2 | 4700 µH (4.7 mH) |
| 4R7 | 'R' acts as decimal point | 4.7 µH |
| R47 | 'R' acts as leading decimal | 0.47 µH |
For deeper mathematical modeling of inductive reactance ($X_L = 2\pi fL$) and impedance curves, reference the foundational texts at All About Circuits or the component primers on Electronics Tutorials.
Safe Substitution and Derating Rules
When your exact BOM inductor is out of stock, you cannot simply swap in any part with the same microhenry rating. Inductors have hidden current limits that will destroy your circuit if ignored. Follow this hierarchy when substituting:
- Match Inductance (L): For power supply filters, a ±20% variance is usually acceptable. For RF oscillators or precise timing circuits, you must match the exact value and tolerance.
- Exceed Saturation Current ($I_{sat}$): This is the current at which the core's magnetic field maxes out. If you exceed $I_{sat}$, the inductance drops precipitously (often to near zero), and the component effectively becomes a short piece of wire. Always choose a substitute with an $I_{sat}$ at least 20% higher than your peak circuit current.
- Exceed Thermal Current ($I_{rms}$): This is the DC current limit dictated by the wire gauge and the resulting $I^2R$ heating. If your substitute has a lower $I_{rms}$, it will overheat and melt the internal windings, even if the core never saturates.
- Check DC Resistance (DCR): Lower DCR is always better for efficiency in power circuits. If substituting, ensure the new DCR is equal to or lower than the original.
If you substitute a 10µH inductor rated for $I_{sat}$ = 2A with a physically smaller 10µH inductor rated for $I_{sat}$ = 1A in a buck converter, the circuit may work fine at light loads. However, when the load draws 1.5A, the core saturates. The inductance collapses, the current ramp rate (di/dt) spikes to infinity, and the high-side switching MOSFET will instantly vaporize due to overcurrent. Always verify $I_{sat}$ on the datasheet, not just the inductance value.
Failure Modes and Visual Diagnostics
Inductors are generally robust, but they do fail under specific stress conditions. Here is how to diagnose them on the bench.
1. Winding Short (Thermal Failure)
- Cause: Exceeding the $I_{rms}$ rating causes the copper windings to overheat, melting the thin enamel insulation between the wire turns. This creates a shorted turn inside the coil.
- Visual Symptoms: The outer epoxy or heat-shrink coating will appear yellowed, browned, or cracked. You will often smell a distinct 'burnt electronics' odor. On SMD parts, the surrounding PCB solder mask may blister.
- Meter Test: Measure the DC Resistance (DCR). A shorted inductor will read significantly lower than the datasheet DCR specification, often approaching 0.1Ω or less.
2. Core Saturation (Secondary Failure)
- Cause: Operating continuously above the $I_{sat}$ limit. The inductor itself rarely 'blows up' from saturation; instead, it passes massive current spikes to the driving semiconductor.
- Visual Symptoms: The inductor may look perfectly fine. However, the driving MOSFET or IC will be cracked, scorched, or have a literal hole blown through the silicon die.
- Audible Symptom: In switching power supplies, a saturated or heavily stressed inductor will emit a high-pitched acoustic whine (magnetostriction) before the silicon fails.
3. Mechanical Fracture (SMD Pads)
- Cause: Flexing the PCB during assembly, or dropping a board with heavy shielded ferrite inductors. The rigid ceramic or ferrite core cannot bend with the FR4 fiberglass.
- Visual Symptoms: A hairline crack running through the body of the SMD inductor, or the solder pad lifting entirely off the PCB copper trace.
- Meter Test: Reads 'OL' (Open Loop) or infinite resistance on a multimeter because the internal wire has snapped at the termination point.
Understanding the physical limits of magnetic cores and copper windings bridges the gap between theoretical circuit diagrams and reliable, real-world hardware. Always respect the saturation and thermal boundaries outlined in the manufacturer's datasheet, and your inductors will outlast the rest of your circuit.






