Coil self inductance is the inherent property of a wire coil that causes it to generate a counter-electromotive force (back-EMF) opposing any change in the current flowing through it. When you build or troubleshoot circuits, this property dictates how fast current can rise or fall, stores energy in a magnetic field, and releases it as a potentially destructive voltage spike the moment the circuit opens. It fundamentally changes the transient behavior of your circuit, turning a simple 12V DC switch into a high-voltage hazard if left unmanaged.
The Core Mechanism: Magnetic Inertia
To understand self inductance, think of a heavy mechanical flywheel. You cannot instantly stop a spinning flywheel without shattering the brake, and you cannot instantly spin it up to 10,000 RPM without stalling the motor. Current flowing through an inductor behaves exactly like the momentum of that flywheel. When you apply voltage, the magnetic field builds up slowly, resisting the initial rush of electrons. When you cut the power, the collapsing magnetic field desperately tries to keep the electrons moving at the exact same rate, generating whatever voltage is necessary to force the current across the opening gap.
This is governed by Faraday’s Law of Induction and Lenz’s Law. The induced voltage always opposes the change in current. In a DC circuit, once the magnetic field is fully saturated, the coil acts like a plain wire (limited only by its DC resistance). The danger and utility of coil self inductance only exist during the transitions: turn-on and turn-off.
The Math That Bites: Calculating the Flyback Spike
The voltage spike generated when a coil is switched off is calculated using the formula:
V = L × (di / dt)
Where V is the induced voltage, L is the inductance in Henries, di is the change in current, and dt is the time it takes for the switch to open.
Let’s look at a standard Bosch 0 332 014 150 automotive relay. The coil has a DC resistance of roughly 75 ohms. Connected to a 12V battery, the steady-state current (I) is 12V / 75Ω = 0.16A (160mA). The coil self inductance (L) for this type of relay is typically around 150mH (0.15 H).
Now, you switch off the relay using a standard BJT transistor (like a 2N2222) or a mechanical toggle switch. The switch opens in about 1 microsecond (dt = 0.000001 seconds). The current drops from 0.16A to 0A, so di = 0.16A.
V = 0.15 H × (0.16 A / 0.000001 s)
V = 0.15 × 160,000
V = 24,000 Volts
This is why flyback diodes are non-negotiable. The diode provides a safe, low-resistance loop for the "flywheel" momentum to dissipate, clamping the voltage spike to roughly 0.7V above the supply rail. For a deeper dive into the physics of inductive kickback, the All About Circuits textbook chapter on inductors provides excellent foundational theory.
Where You Meet Coil Self Inductance in Practice
You will encounter this phenomenon in three primary areas on the bench or jobsite:
- Electromechanical Relays and Contactors: As shown above, the coil that pulls the physical armature closed stores significant energy. Without a snubber, the resulting arc across mechanical contacts will pit and weld them shut over time, while solid-state switches will suffer avalanche breakdown.
- Switch-Mode Power Supplies (SMPS): In buck and boost converters, coil self inductance is the star of the show. The controller rapidly switches a MOSFET on and off, forcing the inductor to store energy in its magnetic field and then release it into the output capacitor. Here, the inductance value (often 10µH to 100µH) is carefully chosen to maintain continuous conduction mode (CCM) at a specific switching frequency.
- EMI Filtering (Chokes): Because an inductor opposes changes in current, it easily passes steady DC while presenting massive impedance (X_L = 2πfL) to high-frequency AC noise. Common-mode chokes on USB cables and AC mains inputs rely entirely on self inductance to block radio frequency interference (RFI).
Common Confusions: Self vs. Mutual vs. Resistance
When troubleshooting, hobbyists and junior techs frequently mix up a few related concepts:
DC Resistance (DCR) vs. Inductance
A standard multimeter (like a Fluke 117) measures DC resistance. If you probe a 12V relay coil, the meter will read ~75Ω. However, the meter cannot see the 150mH coil self inductance. To measure inductance, you need an LCR meter (like the UNI-T UT612 or Keysight U1733C) that injects an AC test signal (usually at 100Hz or 1kHz) to measure the reactive impedance. Never assume a coil is "good" just because the DCR reads correctly; the core could be cracked, altering the inductance and ruining SMPS timing.
Self Inductance vs. Mutual Inductance
Self inductance is a single coil reacting to its own changing current. Mutual inductance occurs when the changing magnetic field of one coil induces a voltage in a second, separate coil. This is the operating principle of transformers. While a single coil has self inductance, a transformer relies on the mutual inductance between its primary and secondary windings to transfer power.
Decision Tree: Taming the Inductive Kickback
Choosing the right protection component depends on your coil's self inductance, the switching speed, and the duty cycle. Use the decision matrix below to select your snubber.
| Application Scenario | Switching Speed / Frequency | Coil Inductance Range | Recommended Protection Part |
|---|---|---|---|
| Standard electromechanical relay (e.g., HVAC control, automotive accessories) | Slow (< 10 Hz), mechanical or slow GPIO | 50mH - 500mH | 1N4007 Standard Recovery Diode |
| PWM-driven proportional solenoid or DC motor | Fast (> 1 kHz PWM) | 1mH - 50mH | 1N5819 Schottky Diode or SS34 |
| High-voltage industrial contactor (>120V AC/DC coil) | Moderate, high energy storage | > 1 Henry | RC Snubber Network (e.g., 100Ω + 0.1µF X2 Cap) or TVS Diode |
Frequently Asked Questions
Does the wire gauge (AWG) of the coil change its self inductance?
No. Coil self inductance is determined by the number of turns, the coil diameter, the coil length, and the permeability of the core material (air, iron, or ferrite). Using thicker wire (lower AWG number) will lower the DC resistance (DCR) and allow the coil to handle more continuous current without overheating, but it will not change the fundamental inductance value (Henries) if the physical geometry and turn count remain identical.
Can I use a resistor instead of a diode for flyback protection?
You can, but it is rarely the best choice for DC circuits. A resistor placed across the coil will dissipate the flyback energy faster than a diode, which is useful if you need a relay to drop out (release) as quickly as possible. However, the resistor must be sized to handle the steady-state current when the relay is energized, leading to continuous power waste and heat generation. For 95% of hobbyist and industrial DC applications, a diode is vastly superior. For AC contactors, resistors combined with capacitors (RC snubbers) or Metal Oxide Varistors (MOVs) are required since diodes would short the AC supply.
Why does my buck converter whine at audible frequencies?
This is often due to the physical construction of the inductor rather than the electrical theory of self inductance itself. If the coil windings are not tightly secured with varnish or epoxy, the magnetic forces generated by the changing current cause the wires to physically vibrate against the core. If your switching frequency drops into the 2kHz–20kHz range (often happening when a SMPS enters burst-mode or pulse-skipping mode at light loads), this magnetostriction becomes audible as a high-pitched whine. Securing the coil with proper conformal coating or epoxy dampens the vibration.






