To define inductor components practically: they are passive two-terminal devices that store energy in a magnetic field, fundamentally opposing any change in current flow. Governed by the equation V = L(di/dt), an inductor acts as electrical inertia. While a capacitor resists voltage changes, an inductor resists current changes. In modern power electronics—where GaN-based DC-DC converters push switching frequencies past 5 MHz—selecting the right inductor is no longer just about matching a microhenry (µH) value. It requires balancing core losses, saturation current (Isat), and self-resonant frequency (SRF).

Whether you are repairing a blown buck converter or designing an RF matching network, understanding the physical construction and limitations of these components is mandatory. Below is a data-dense breakdown of core materials, marking standards, and a rigorous framework for part substitution.

Core Materials and Application Matrix

The core material dictates an inductor's permeability, saturation behavior, and high-frequency losses. Choosing the wrong core for a specific job is the most common reason for catastrophic power supply failures. Use this matrix to match the core type to your circuit's demands.

Core Material Construction Style Typical Tolerance Tempco (ppm/°C) Typical Use
Air Self-supporting coil or ceramic bobbin ±2% to ±5% ~50 (copper wire drift) UHF/VHF RF tuning, high-frequency filters (>50 MHz) where core losses are unacceptable.
Ferrite (Mn-Zn) Toroidal, E-core, or shielded drum ±10% to ±20% -500 to +2000 (highly non-linear) Switch-mode power supplies (SMPS) up to 2 MHz, common-mode chokes, audio transformers.
Iron Powder Toroidal (distributed air gap) ±10% to ±15% +100 to +350 High DC bias applications, power factor correction (PFC) chokes, differential mode filtering.
Ceramic Multilayer SMD or thin-film ±2% to ±10% +100 to +1000 High-frequency RF impedance matching, Bluetooth/WiFi antenna networks (1 GHz+).
Ferrite (Ni-Zn) Beads, toroids, SMD chip ±20% to ±30% -1000 to -3000 EMI suppression beads, broadband RF chokes (>2 MHz), snubber networks.

Which type for which job? If you are building a 500 kHz buck converter, use Mn-Zn ferrite or iron powder for high energy storage. If you are designing a 2.4 GHz antenna matching network on an ESP32-WROOM-32, you must use air-core or ceramic multilayer inductors; ferrite will absorb the RF energy as heat and detune the antenna.

Decoding Physical Markings and Color Codes

Unlike resistors, inductors lack a universal, globally enforced color code standard, but the industry heavily relies on a few established conventions for both Surface Mount (SMD) and through-hole axial parts. Here is what the markings mean on the bench.

SMD Inductor Codes (EIA Standard)

SMD power and RF inductors typically use a 3-digit or 4-digit alphanumeric code. The unit of measure is almost always microhenries (µH) for power inductors, and nanohenries (nH) for RF ceramic inductors. Always check the footprint size and datasheet to confirm the base unit.

  • 3-Digit Code (Power): The first two digits are the significant figures, and the third is the multiplier (number of zeros).
    • 100 = 10 × 10^0 = 10 µH
    • 101 = 10 × 10^1 = 100 µH
    • 472 = 47 × 10^2 = 4700 µH (or 4.7 mH)
  • The 'R' Decimal Indicator: When the value is under 10 µH, 'R' replaces the decimal point.
    • 4R7 = 4.7 µH
    • R22 = 0.22 µH
  • RF Inductors (nH base): A 3-digit code on a tiny 0402 ceramic inductor usually denotes nanohenries. 101 on an RF inductor means 100 nH (0.1 µH).

Axial Through-Hole Color Bands

Molded axial inductors (often shaped like fat resistors) use a 4-band color code similar to resistors, but the base unit is microhenries (µH).

Band Position Meaning Example: Brown-Black-Brown-Silver
Band 1 1st Significant Digit Brown = 1
Band 2 2nd Significant Digit Black = 0
Band 3 Multiplier (×10^n µH) Brown = ×10
Band 4 Tolerance Silver = ±10%

Result: 10 × 10 = 100 µH ±10%. Note that Gold in the multiplier position means ×0.1, and Silver means ×0.01. A band reading of Red-Violet-Gold-Silver translates to 27 × 0.1 = 2.7 µH ±10%.

The Substitution Framework: Swapping Parts Safely

When the exact OEM inductor is out of stock or obsolete, you cannot simply swap in any part with the same microhenry rating. Inductors are highly application-specific. Use this four-step decision path to substitute safely without causing thermal runaway or switching node ringing.

Warning: The Saturation Trap
Never substitute a power inductor with a part that has a lower Saturation Current (Isat) than the original. If an inductor saturates, its permeability drops to near that of air, the inductance collapses to almost zero, and it becomes a low-resistance wire. In a buck converter, this causes an immediate, massive current spike that will violently destroy the high-side MOSFET and potentially the controller IC.

Step 1: Match the Inductance (L) and Tolerance

For DC-DC power converters, a ±20% variance in inductance is generally acceptable; the control loop will adjust the duty cycle to compensate. For RF oscillators, tank circuits, or EMI filters, you must match the inductance within ±5% or better, or the resonant frequency will shift out of spec.

Step 2: Verify Saturation Current (Isat) vs. RMS Current (Irms)

Datasheets list two distinct current ratings. You must check both:

  • Isat (Saturation Current): The DC bias current at which the inductance drops by a specified amount (usually 20% or 30%). Your peak switching current (I_load + 0.5 × I_ripple) must remain below this threshold.
  • Irms (Thermal Current): The continuous DC current that causes a specific temperature rise (usually 40°C above ambient). Your maximum continuous load current must stay below Irms to prevent the copper windings from overheating.
Bench Rule: If substituting, choose a part where both Isat and Irms are equal to or greater than the original component.

Step 3: Check DC Resistance (DCR)

Lower DCR is always better for power efficiency, but physically larger. If you substitute a part with a significantly higher DCR, calculate the I²R losses. A 4.7µH inductor with 80mΩ DCR carrying 3A will dissipate 0.72W. If the replacement has 150mΩ DCR, it dissipates 1.35W, which may exceed the thermal limits of a small SMD footprint.

Step 4: Confirm the Self-Resonant Frequency (SRF)

Every inductor has parasitic parallel capacitance between its windings, creating a self-resonant frequency.

  • In Power Circuits: The SRF must be at least 10 times higher than the switching frequency. If your buck converter switches at 1 MHz, the inductor's SRF must be >10 MHz. Above the SRF, the inductor acts like a capacitor, completely defeating high-frequency noise filtering.
  • In RF Circuits: You often want the SRF to be near your operating frequency to maximize impedance (Q-factor) for chokes, or exactly on frequency for LC tank resonance.

Failure Modes and Visual Diagnostics

Inductors rarely fail silently. When they do, the physical evidence on the PCB tells a story about the electrical abuse they suffered. Here is how to diagnose inductor failures based on visual symptoms.

1. Thermal Overstress (Exceeded Irms)

  • Visual Symptom: The epoxy potting compound or plastic overmold on the inductor is yellowed, brittle, or slightly melted. The solder fillets on the PCB pads may look dull, grainy, or reflowed.
  • Root Cause: The continuous RMS current exceeded the thermal rating, or the ambient temperature inside the enclosure was higher than the datasheet's 40°C baseline. The copper wire's I²R heating baked the component.
  • Fix: Substitute with a physically larger inductor of the same µH value but a lower DCR and higher Irms rating, or improve chassis airflow.

2. Core Saturation Damage (Exceeded Isat)

  • Visual Symptom: The inductor itself often looks perfectly fine, but the downstream switching MOSFET or diode is cracked, scorched, or has a visible hole blown through the silicon die.
  • Root Cause: A transient load spike pushed the current past the Isat limit. The inductance collapsed, di/dt skyrocketed, and the unprotected current surge destroyed the semiconductor switch.
  • Fix: Replace the FET and install an inductor with a higher Isat rating, or add peak current limiting to the controller circuit.

3. Mechanical Fracture (Board Flex)

  • Visual Symptom: A hairline crack running vertically through the ferrite shield or drum core of an SMD inductor. In severe cases, the copper PCB pad is lifted entirely off the FR4 substrate.
  • Root Cause: Ferrite is essentially ceramic—it is hard but extremely brittle. If the PCB was depanelized poorly (bent instead of snapped along the mouse-bites) or subjected to heavy vibration, the rigid inductor body cracks under mechanical shear stress.
  • Fix: Replace the component. For high-vibration environments (automotive, industrial motors), switch to a molded iron-powder inductor or add a staking compound (like RTV silicone) to the sides of the component after reflow to absorb mechanical shock.

Understanding how to define inductor parameters beyond the basic microhenry stamp is what separates a parts-swapper from a true circuit debugger. Always verify Isat, Irms, and SRF against your specific operating conditions, and consult manufacturer tools like the Coilcraft Inductor Basics Guide or All About Circuits DC Theory when calculating core losses for high-frequency designs.