On the workbench, engineers and technicians frequently use the phrase "current across an inductor." While technically current flows through the winding and voltage drops across the terminals, the intent is clear: you need to understand the relationship between the applied voltage and the resulting current ramp. This relationship is governed by the fundamental inductor equation: V = L(di/dt).

If you apply 5V across a 10µH inductor, the current does not jump instantly; it ramps at a rate of 500,000 Amperes per second (0.5 A/µs). This predictable ramp rate is the exact mechanism that allows inductors to store energy in switching power supplies, filter noise in RF circuits, and limit fault currents in motor drives. Selecting the right physical component, decoding its cryptic SMD markings, and diagnosing it when it fails requires moving beyond the textbook equation into practical component engineering.

Inductor Core Types and Application Matrix

Not all inductors are created equal. The core material dictates the saturation current, the temperature coefficient, and the high-frequency losses. Choosing the wrong core for a switching regulator will result in catastrophic MOSFET failure, while using a switching inductor in an RF filter will destroy your signal integrity.

Core Type Construction / Material Typical Tolerance Tempco (ppm/°C) Saturation Profile Typical Application
Air Core Enamel wire on non-magnetic former ±2% to ±5% ~0 (Linear) Never saturates RF tuned circuits, VHF antennas, crossover networks
Iron Powder Iron particles suspended in insulating binder ±10% to ±15% +500 to +1000 Soft, gradual roll-off Power Factor Correction (PFC) chokes, high DC bias
Molded Ferrite Ferrite powder compressed with resin (shielded) ±20% (M) -500 to -1000 Sharp, hard saturation DC-DC buck/boost converters, POL regulators
Ferrite Bead NiZn or MnZn ferrite cylinder over a wire ±25% (Z) Highly non-linear Saturates at very low mA EMI suppression, high-frequency noise filtering
Laminated Iron Stacked silicon steel sheets (E-I core) ±10% Varies by alloy Moderate, predictable 50/60Hz mains filtering, high-power line reactors

Which type for which job? If you are designing a 2.25 MHz synchronous buck converter, use a shielded molded ferrite inductor. The shielding prevents magnetic flux from inducing eddy currents in nearby ground planes, and the high saturation current handles the peak switching spikes. If you are filtering the output of a Class-D audio amplifier, an iron powder core is superior because its soft saturation curve prevents harsh clipping when the audio signal demands high transient current. For more on magnetics selection in power design, refer to the Texas Instruments Magnetics Design Guide.

Decoding SMD Markings and Safe Substitution Rules

Surface-mount inductors rarely have enough physical real estate for printed values. Instead, manufacturers use a standardized alphanumeric code. Misreading these codes is a primary cause of prototype failures.

How to Read the Markings

The standard 3-digit code represents the inductance in microhenries (µH). The first two digits are the significant figures, and the third digit is the multiplier (number of zeros).

  • 100 = 10 × 10⁰ = 10 µH (Not 100 µH)
  • 101 = 10 × 10¹ = 100 µH
  • 472 = 47 × 10² = 4700 µH (or 4.7 mH)
  • 4R7 = The 'R' acts as a decimal point = 4.7 µH

Following the numeric code, a letter indicates the tolerance: J (±5%), K (±10%), M (±20%), or N (±30%). Most power inductors are 'M' rated because the manufacturing process of compressing ferrite powder makes tight tolerances economically unviable.

How to Substitute Safely When the Exact Part is Missing

When your BOM calls for a 4.7µH inductor and your supplier is out of stock, you cannot simply drop in any 4.7µH part. You must evaluate three critical parameters:

  1. Saturation Current (Isat): The current at which inductance drops by 20% to 30%. Never substitute with a part that has a lower Isat. If your circuit peaks at 4A, and the substitute saturates at 3A, the inductor becomes a low-resistance wire, shorting the input rail to ground and destroying your switching MOSFET.
  2. DC Resistance (DCR): The physical resistance of the copper winding. A substitute with a higher DCR will dissipate more heat (I²R losses) and drop your output voltage under heavy load.
  3. Self-Resonant Frequency (SRF): The frequency where the inductor's parasitic capacitance resonates with its inductance. Your switching frequency must be at least one decade below the SRF. If you substitute an inductor with a lower SRF, it will act like a capacitor at your switching frequency, passing high-frequency noise directly to the output.
Warning: The Inductance Value Trap
In a switching regulator, increasing the inductance (e.g., swapping a 4.7µH for a 6.8µH) will lower your ripple current, which sounds beneficial. However, it also slows down the converter's transient response time and can push the control loop's phase margin into instability. Always verify loop stability with a Bode plot or network analyzer if you change the inductance value by more than 20%.

Calculating and Measuring Current Through the Coil

To measure the current through an inductor in a high-frequency switching circuit, a standard digital multimeter (DMM) is useless. DMMs average the signal and will miss the high-frequency ripple that causes core saturation.

The Math: Ripple Current Calculation

In a continuous conduction mode (CCM) buck converter, the peak-to-peak ripple current (ΔIL) through the inductor is calculated as:

ΔIL = [ (Vin - Vout) / L ] × D × T

Where D is the duty cycle and T is the switching period. If Vin is 12V, Vout is 3.3V, L is 4.7µH, and the switching frequency is 500 kHz (T = 2µs), the duty cycle D is roughly 0.275. The ripple current calculates to approximately 1.02A peak-to-peak. This AC ripple sits on top of your DC load current. The peak current (DC load + half the ripple) must remain below the inductor's Isat rating.

Bench Measurement Techniques

Do not insert a shunt resistor in series with the inductor to measure high-frequency current. The shunt's parasitic inductance and the probe's ground lead will create an LC tank circuit, resulting in massive ringing on your oscilloscope that masks the actual current waveform.

Instead, use one of these two methods:

  • Hall-Effect Current Probe: A clamp-on AC/DC current probe (like the Tektronix TCP0030A) isolates the circuit and measures the magnetic field generated by the current. This is the most accurate method but requires an expensive probe.
  • Low-Inductance Shunt: If you must use a shunt, use a surface-mount current sense resistor (e.g., a 10mΩ 2512 package) and measure the voltage drop using an oscilloscope with a differential probe or two matched probes in math-subtract mode (A-B). Keep the probe ground springs as short as physically possible.

For automated design validation, tools like the Wurth Elektronik RED EXPERT simulator allow you to input your exact operating parameters and visualize the AC ripple and core losses before you ever solder a component.

Failure Modes and Visual Diagnostics

Inductors are generally robust, but they fail catastrophically when pushed beyond their thermal or magnetic limits. Recognizing the visual symptoms of a failed inductor can save hours of debugging a dead PCB.

Failure Mode Root Cause Visual / Measured Symptoms Prevention Strategy
Core Saturation Peak current exceeds Isat; permeability drops to near 1. No visual damage to inductor. The driving MOSFET is usually shattered or shorted. Scope shows massive current spikes at switch turn-on. Calculate peak current including transient load steps; add a 20% derating margin to Isat.
Thermal Runaway High DCR or excessive core losses at high frequency. Epoxy potting compound is discolored (yellowed or charred). Component is too hot to touch (>100°C). Inductance drops as core heats up. Select a part with lower DCR or a core material optimized for your specific switching frequency.
Mechanical Fracture PCB flexing during depaneling or drop-shock. Hairline crack visible on the ferrite core under 10x magnification. Inductance value drops significantly due to an unintended air gap. Keep heavy inductors away from PCB bend lines; use underfill or corner staking adhesive for large SMD parts.
Winding Short Voltage spike breaks down the thin enamel insulation between wire turns. DCR measures near zero ohms. Inductance is a fraction of the rated value. Component may emit a high-pitched acoustic whine. Use snubber circuits or TVS diodes to clamp inductive kickback voltage spikes in flyback or boost topologies.

When troubleshooting a dead power supply, always measure the inductor's DCR with a precision milliohm meter before applying power. A shorted winding will read near 0Ω, while an open winding will read OL (over-limit). For deeper diagnostics on passive component behavior in complex circuits, All About Circuits provides excellent foundational theory on magnetic flux paths and parasitic effects.

Understanding the physical realities of the inductor—its core material limits, its parasitic capacitance, and its thermal boundaries—is what separates a theoretical schematic from a reliable, production-ready power supply. Always design for the peak current, not just the average.