The Reality of an Inductor with Resistance (DCR Explained)
In schematic capture, an inductor is a purely reactive component. On the workbench, every physical inductor is an inductor with resistance. This parasitic series resistance is known as Direct Current Resistance (DCR), and it stems from the physical length and cross-section of the copper or aluminum wire used in the windings. Ignoring DCR is the fastest way to ruin the efficiency of a DC-DC converter or detune an RF filter.
DCR dictates your conduction losses. The power dissipated as heat is calculated by $P = I^2 \times DCR$. Consider a 5V buck converter pushing 3A through a 2.2µH inductor. If you select a wire-wound inductor with a DCR of 35mΩ (like the Coilcraft XEL4030-222), it dissipates $3^2 \times 0.035 = 0.315W$. If you accidentally substitute a multilayer ceramic inductor with a DCR of 450mΩ, that same 3A current generates $4.05W$ of heat. I once debugged a field failure where this exact substitution caused the inductor's epoxy to melt and the converter to drop out under load due to the massive voltage drop across the parasitic resistance.
Furthermore, DCR directly limits the Quality factor (Q) of the component. The formula $Q = \frac{\omega L}{R}$ shows that higher resistance broadens the bandwidth of resonant circuits. While high Q is critical for narrowband RF tank circuits, a deliberately lower Q (higher DCR) is sometimes preferred in snubber networks to dampen high-frequency ringing.
Standard 2-wire digital multimeters add the resistance of the test leads (often 50mΩ to 100mΩ) to your reading. If you are measuring a power inductor with a spec'd DCR of 20mΩ, your meter will read 80mΩ and lead you to falsely reject the part. Always use a 4-wire Kelvin measurement setup or a dedicated milliohm meter for power inductors to eliminate lead resistance from the equation.
Inductor Construction Types and DCR Trade-offs
Choosing the right inductor with resistance characteristics requires matching the physical construction to your circuit's demands. You cannot simply pick the lowest DCR part available; size, cost, and EMI shielding all play a role. Use this comparison matrix to determine which type for which job.
| Construction Type | Typical Tolerance | Tempco (ppm/°C) | DCR Profile | Typical Use Case |
|---|---|---|---|---|
| Unshielded Wire-wound | ±10% to ±20% | +3900 (Copper) | Very Low (10mΩ - 100mΩ) | High-current DC-DC buck/boost converters where EMI is managed by enclosure. |
| Shielded Drum Core | ±10% to ±30% | +3900 (Copper) | Low to Medium (20mΩ - 500mΩ) | Point-of-load (PoL) regulators, battery management systems requiring low EMI. |
| Multilayer Ceramic | ±5% to ±20% | +1000 to +2500 | High (500mΩ - 3Ω) | Low-current signal filtering, high-frequency RF chokes, impedance matching. |
| Thin-Film | ±2% to ±5% | Variable | High (1Ω - 10Ω) | Ultra-compact mobile device RF matching, GHz-range resonant circuits. |
According to Texas Instruments' magnetics design guidelines, the temperature coefficient of copper windings means that as your inductor heats up, its DCR increases by roughly 0.39% per degree Celsius. An inductor running at 80°C ambient will see its DCR rise by nearly 20% compared to its 20°C datasheet spec, which must be factored into your thermal budget.
Decoding Physical Markings and Spec Sheets
When scavenging parts or verifying inventory, knowing how to read the marking or code on the physical part is essential. Unlike resistors, inductors do not universally use the standard 3-digit EIA code, though it is common on larger wire-wound parts.
- 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). A marking of
100means 10µH (10 × 10^0). A marking of101means 100µH (10 × 10^1). A marking of472means 4700µH (4.7mH). - The 'R' Decimal Indicator: For values under 10µH, the letter 'R' acts as a decimal point. A marking of
4R7translates to 4.7µH.R10means 0.10µH. - Tolerance Letters: Look for a trailing letter indicating the inductance tolerance.
J= ±5%,K= ±10%,M= ±20%, andN= ±30%. A part marked100Kis a 10µH inductor with a ±10% tolerance.
Note that DCR is almost never printed on the physical component body. You must cross-reference the manufacturer's lot code or visual dimensions with a datasheet from manufacturers like Würth Elektronik, Murata, or Coilcraft to find the exact DCR and saturation current ($I_{sat}$) limits.
Failure Modes and Visual Symptoms
When an inductor with resistance is pushed beyond its limits, the parasitic DCR becomes the primary failure mechanism. Here is what to look for when troubleshooting a suspected inductor failure on the bench:
1. Thermal Runaway (Epoxy Discoloration)
Symptom: The protective epoxy coating or plastic overmold turns yellow, brown, or black. You may smell a distinct "sweet" burning electronics odor.
Cause: The RMS current exceeded the inductor's thermal rating ($I_{rms}$). The $I^2R$ losses from the DCR generated more heat than the component's surface area could dissipate, raising the temperature, which in turn raised the copper DCR, accelerating the heating process.
2. Core Saturation (Solder Joint Reflow)
Symptom: The inductor measures perfectly fine with an LCR meter when cold, but the circuit fails under load. Upon close inspection with a microscope, the solder joints on the inductor pads look dull, cracked, or slightly reflowed.
Cause: The peak current exceeded the saturation current ($I_{sat}$). When the ferrite or iron powder core saturates, the inductance collapses to near zero. The component effectively becomes a low-value resistor (just its DCR). Massive current spikes flow through the winding, localized entirely at the PCB pads, melting the solder.
3. Mechanical Ferrite Cracking
Symptom: Visible hairline fractures on the shielded drum core or the ferrite sleeve.
Cause: Thermal expansion mismatch between the copper windings and the ferrite core during severe thermal cycling, or physical shock during PCB depaneling. Cracks alter the magnetic air gap, changing the inductance and lowering the saturation threshold.
Safe Substitution Rules for Missing Parts
When the exact part is out of stock, knowing how to substitute safely prevents costly board respins. Follow this hierarchy when selecting an alternative inductor with resistance:
- Match Inductance First: Stay within ±10% of the original value for power supplies. For RF matching networks, you must match within ±2% or the circuit will detune.
- Verify Current Ratings: The substitute's $I_{sat}$ (saturation current) and $I_{rms}$ (thermal current) must be greater than or equal to the original part. Never substitute a lower current-rated part.
- Evaluate the DCR Delta:
- In DC-DC Converters: A substitute with a lower DCR is almost always safe and will improve efficiency. Ensure the physical footprint matches.
- In Snubbers and Damping Networks: A substitute with a lower DCR might be dangerous. Snubbers rely on the inductor's inherent DCR (or an explicit series resistor) to dampen LC resonance. Lowering the DCR can cause severe voltage ringing that destroys downstream MOSFETs.
- Check Shielding: Never replace a shielded inductor with an unshielded one in a noise-sensitive environment (like near an ADC or RF antenna), even if the DCR and inductance match perfectly. The radiated EMI will fail FCC/CE compliance.
Frequently Asked Questions
Can I intentionally use an inductor with high resistance for damping?
Yes. In RLC snubber circuits or EMI filter damping networks, a high DCR is sometimes desirable to lower the Q-factor and prevent resonant peaking. If you need a specific damping resistance but only have low-DCR inductors available, you can safely add a discrete surface-mount resistor in series with the inductor. Calculate the required total resistance, subtract the inductor's inherent DCR, and select the nearest standard resistor value.
Why does my buck converter overheat when using an inductor with high resistance?
High DCR directly translates to high conduction losses ($I^2R$). In a buck converter stepping down 12V to 1.2V at 5A, the inductor carries the full 5A continuously. If your inductor has a DCR of 150mΩ, it dissipates 3.75W of heat. In a compact PCB layout without adequate copper pour heatsinking, this localized heat will raise the ambient temperature of the surrounding components, potentially triggering the IC's internal thermal shutdown. Always check the Q-factor and loss metrics during the design phase.
What is the difference between DCR and ACR in inductors?
DCR (Direct Current Resistance) is the static resistance of the wire measured at 0Hz. ACR (Alternating Current Resistance) is the effective resistance at your circuit's switching frequency. At high frequencies (typically above 100kHz), ACR becomes significantly higher than DCR due to the skin effect (current crowding to the outer edge of the wire) and proximity effect (magnetic fields from adjacent turns inducing eddy currents). For high-frequency switch-mode power supplies, core losses and ACR often dominate total losses, making DCR a less reliable predictor of total thermal performance.
How do I know if an inductor's DCR is causing an unacceptable voltage drop?
Measure the DC voltage directly across the inductor pads while the circuit is under maximum steady-state load. According to Ohm's law, $V_{drop} = I_{load} \times DCR$. If your load is 2A and you measure a 200mV drop across the inductor, its effective hot DCR is 100mΩ. Compare this measured drop against your system's voltage regulation budget; if the drop pushes your output voltage below the minimum required by the load IC, you must select a physically larger inductor with thicker wire windings to achieve a lower DCR.






