The fundamental function of an inductor is to oppose changes in electrical current by storing energy in a magnetic field. While capacitors resist changes in voltage, inductors resist changes in current, governed by the equation V = L(di/dt). In DC circuits, a fully energized inductor acts as a short circuit (limited only by its wire resistance), but in AC or switching circuits, it acts as the primary energy transfer element. Whether you are building a buck converter, filtering EMI on a motor drive, or tuning an RF antenna, understanding what the function of an inductor is in your specific topology dictates everything from your core material choice to your thermal management strategy.
Because V = L(di/dt), interrupting current flow rapidly generates massive voltage spikes. If you open a mechanical switch on a 100µH inductor carrying 2A in just 10 nanoseconds, the theoretical voltage spike is 20,000V. Always use flyback diodes, snubber networks, or active clamp circuits when switching inductive loads to prevent arcing, component destruction, and severe shock hazards.
Core Types and Construction: Which Inductor for Which Job?
Not all inductors are created equal. The core material determines the saturation current, permeability, and high-frequency losses. Selecting the wrong core for a switching regulator will result in catastrophic thermal runaway or efficiency collapse. Here is how the primary construction types compare on the bench.
| Core Type | Construction & Traits | Typical Tolerance | Tempco / Thermal Behavior | Typical Use Case |
|---|---|---|---|---|
| Shielded Ferrite | Molded magnetic epoxy over a ferrite drum. High permeability, hard saturation. | ±20% | Inductance drops sharply near Curie temp (~100°C+). | High-density DC-DC buck/boost converters, point-of-load (POL) regulators. |
| Unshielded Ferrite | Bare drum core with visible copper winding. Cheaper, but radiates magnetic flux. | ±10% to ±20% | Similar Curie drop; vulnerable to external magnetic coupling. | Non-critical power filtering, low-cost consumer electronics. |
| Iron Powder / Alloy | Distributed air gaps in pressed metal powder. Soft, gradual saturation curve. | ±20% to ±30% | Highly stable over temperature; handles high DC bias without sudden L-drop. | Power Factor Correction (PFC) chokes, high-current output filtering. |
| Ceramic / Air Core | Non-magnetic core or hollow coil. Extremely low inductance (nH range), zero core loss. | ±2% to ±5% | Negligible thermal drift; highly stable. | RF matching networks, GHz-range filters, high-Q resonant tanks. |
Source reference: Core material behaviors align with manufacturer specifications from Coilcraft Inductor Basics and Bourns Inductor Portfolio.
Decoding Inductor Markings and Color Codes
When you are scavenging parts from a donor board or verifying a bulk reel, you need to read the physical markings. Unlike resistors, inductor coding can be highly inconsistent between manufacturers, but the 3-digit SMD standard is the most common baseline.
The 3-Digit SMD Standard
For surface-mount power inductors, the first two digits represent the significant figures, and the third digit is the multiplier (number of zeros), yielding the value in microhenries (µH).
- 100 = 10 × 10^0 = 10µH (Not 100µH! This is the most common beginner mistake).
- 101 = 10 × 10^1 = 100µH.
- 472 = 47 × 10^2 = 4700µH (4.7mH).
The 'R' Decimal Indicator
For values under 10µH, manufacturers replace the decimal point with the letter 'R'.
- 4R7 = 4.7µH
- R22 = 0.22µH (220nH)
Through-Hole Color Bands
Axial through-hole inductors often use the standard 4-band resistor color code, but the resulting value is in microhenries, not ohms. A brown-black-brown-gold band sequence translates to 1-0-10^1 µH = 100µH with a ±5% tolerance. Always verify with an LCR meter at the appropriate test frequency (usually 1kHz for power inductors, 100kHz+ for RF) before soldering.
Failure Modes: Visual Symptoms and Bench Diagnostics
Inductors are generally robust, but they fail in specific, predictable ways when pushed beyond their datasheet limits. According to All About Circuits, understanding these failure mechanisms is critical for debugging power supply explosions.
- Open Circuit (Thermal Overload): Visual Symptom: Discolored or cracked epoxy potting, burnt smell, melted solder pads. Cause: RMS current exceeded the wire's thermal limit, melting the internal copper winding. Fix: Replace with a part featuring a lower DCR or thicker wire gauge; check for inadequate PCB copper pour heatsinking.
- Shorted Turns (Insulation Breakdown): Visual Symptom: Component looks physically perfect, but circuit draws massive current and the switching FET runs hot. Cause: High voltage spikes or thermal cycling broke down the thin enamel insulation between wire turns, creating a shorted loop inside the coil. Diagnostic: Inductance reads 30-50% lower than rated; DCR reads lower than spec.
- Core Saturation (Hidden Killer): Visual Symptom: Inductor screams (audible high-pitch whine), gets too hot to touch, and the downstream MOSFET blows. Cause: Peak current exceeded the saturation current ($I_{sat}$). The core's magnetic domains are fully aligned, permeability drops to that of air, inductance collapses to near-zero, and current spikes uncontrollably. Fix: You must select an inductor where $I_{sat}$ is strictly greater than your peak ripple current.
The Substitution Protocol: Swapping Parts Safely
Supply chain shortages frequently force engineers to substitute inductors. You cannot simply swap a 4.7µH inductor for another 4.7µH inductor. The physical footprint might match, but the internal physics will destroy your board if you ignore the current ratings. Follow this strict substitution hierarchy:
- Inductance (L): Must match within ±20%. Swapping a 4.7µH for a 10µH will alter your control loop crossover frequency and likely cause regulator instability or subharmonic oscillation.
- Saturation Current ($I_{sat}$): The substitute's $I_{sat}$ must be equal to or greater than the original. $I_{sat}$ is defined as the DC bias current that causes inductance to drop by 20% (or 30%, depending on the manufacturer—always read the footnote). Calculate your peak current: $I_{peak} = I_{out} + (\Delta I_L / 2)$. The substitute $I_{sat}$ must exceed $I_{peak}$.
- RMS Current ($I_{rms}$): This is the thermal limit. If the substitute has a lower $I_{rms}$ rating, you can sometimes still use it if you add forced air cooling or increase the PCB copper pour area to act as a heatsink. However, in enclosed consumer products, never substitute down on $I_{rms}$.
- DC Resistance (DCR): A higher DCR substitute will reduce overall efficiency and increase heat. If efficiency is critical (e.g., battery-powered IoT), reject substitutes with >20% higher DCR.
Worked Example: Your BOM calls for a 4.7µH inductor with $I_{sat}$ = 8A and $I_{rms}$ = 5A. The exact part is out of stock. You find a 4.7µH part with $I_{sat}$ = 6A and $I_{rms}$ = 6A. Do not use it. Even though the RMS thermal rating is higher, the 6A saturation limit will cause the core to saturate during your 7.5A peak transient loads, collapsing the inductance and blowing your high-side FET.
Decision Tree: Picking Your Exact Inductor
Stop guessing and use this decision matrix to terminate your selection process with a concrete, proven part family. These recommendations assume a standard 30°C ambient environment and typical switching frequencies (500kHz - 2MHz) unless noted.
| Application Scenario | Critical Requirement | Concrete Part Recommendation |
|---|---|---|
| High-Density Buck Converter (e.g., 5V to 1.2V @ 10A, space-constrained PCB) | Low profile, shielded to prevent EMI coupling to nearby sensitive analog traces. | Coilcraft MSS1278T Series or Bourns SRP1265A. Shielded ferrite, excellent DC bias, automotive-grade variants available. |
| High-Current PFC Choke (e.g., 400W continuous conduction mode boost) | Must handle high DC bias without hard saturation; needs soft rolloff curve. | Wurth Elektronik WE-PDF or Coilcraft DO3316P (Iron powder / alloy core). High saturation margins. |
| EMI Common Mode Choke (e.g., Filtering noise on a 48V DC motor supply line) | High impedance at specific noise frequencies, must handle full motor stall current. | Wurth 744227 Series (SMD) or Bourns SRF Series (Through-hole). Dual-winding toroidal construction. |
| RF Impedance Matching (e.g., 2.4GHz ESP32 antenna Pi-network) | High Q-factor, tight tolerance (±2%), minimal parasitic capacitance. | Coilcraft 0603CS or 0402CS Ceramic Core series. Air/ceramic core, nH range values. |
When in doubt, pull up the manufacturer's online inductor selection tool (like the Coilcraft Power Inductor Finder). Enter your switching frequency, input/output voltages, and target ripple current (usually 30% of max load). The tool will calculate the exact microhenry value and filter out any parts where the core temperature rise exceeds 40°C at your specific RMS load. Design with the physics, not just the schematic symbol.






