Self-inductance is the inherent property of a conductor or coil to oppose any change in the current flowing through it by generating a self-induced back-electromotive force (back-EMF). In a real circuit, this property delays current rise and fall times, stores energy in a magnetic field, and generates potentially destructive voltage spikes when a switch opens. If you are designing power supplies, driving relays, or switching motors, ignoring self-inductance will result in fried transistors, welded switch contacts, and erratic microcontroller resets.
The Core Mechanism: How Self-Inductance Shapes Circuit Behavior
When current flows through a wire, it creates a magnetic field around it. If that wire is wound into a coil, the magnetic fields of each turn link together, amplifying the effect. When you try to increase or decrease the current, the changing magnetic field induces a voltage that fights the change in current. This is governed by Faraday’s Law of Induction and Lenz’s Law, mathematically expressed as:
VL = L (di/dt)
Where VL is the induced voltage, L is the inductance in Henries, and di/dt is the rate of change of current over time.
To visualize this, think of self-inductance like the inertia of water flowing through a heavy pipe. When you suddenly shut the valve, the water's momentum creates a massive pressure spike (water hammer) that can burst the pipe. In a circuit, the "pressure spike" is the inductive kickback voltage, and it will punch through the insulation of your switching components if not properly managed.
Worked Example: Calculating Inductive Kickback in a Relay Coil
Let’s look at a real-world scenario using a standard Omron G5V-2 12VDC PCB relay. According to its datasheet, the coil resistance is roughly 288 Ω, and the coil inductance (L) is approximately 1.5 H.
- Steady-State Current: With 12V applied, the steady current is I = V / R = 12V / 288Ω ≈ 41.7 mA (0.0417 A).
- The Switching Event: You use a standard 2N2222 BJT transistor to switch the relay off. The transistor turns off in about 1 microsecond (1 µs, or 1 × 10-6 seconds).
- The Math: The current drops from 0.0417 A to 0 A in 1 µs. Therefore, di/dt = 0.0417 / 0.000001 = 41,700 A/s.
- The Kickback Voltage: V = 1.5 H × 41,700 A/s = 62,550 Volts.
Where You Meet Self-Inductance in Practice
You cannot avoid self-inductance in physical hardware. Here is where it dictates your design choices:
- DC-DC Buck Converters: The inductor is the core energy-transfer element. It smooths the chopped PWM signal from the switching MOSFET into steady DC. If you select an inductor with too low a saturation current rating (e.g., using a Wurth Elektronik 744774047 4.7µH inductor in a circuit that pulls 3A when its saturation limit is 1.6A), the core saturates, inductance drops to near zero, and the MOSFET shorts out from excessive current.
- EMI Filtering: Common-mode chokes rely on the self-inductance of their windings to present high impedance to high-frequency noise while passing DC or low-frequency AC power.
- Motor Control: H-bridges driving stepper motors or BLDC motors must handle massive self-inductance kickback from the stator windings every time the PWM commutates. This requires careful dead-time insertion and robust freewheeling diodes.
Common Confusions: Self vs. Mutual Inductance and Parasitics
When reading schematics or studying circuit theory, builders frequently mix up three distinct concepts:
1. Self-Inductance vs. Mutual Inductance
Self-inductance happens entirely within a single coil or loop of wire reacting to its own changing current. Mutual inductance is the magnetic coupling between two separate coils, where the changing field of the first coil induces a voltage in the second. Mutual inductance is the operating principle behind transformers; self-inductance is the operating principle behind chokes and single-winding inductors.
2. Self-Inductance vs. Parasitic Capacitance (SRF)
Many hobbyists assume an inductor will block all high frequencies. In reality, the physical wire turns of a coil act like the plates of a capacitor. This parasitic capacitance combines with the self-inductance to create a Self-Resonant Frequency (SRF). Above the SRF, the component stops acting like an inductor and becomes a capacitor, allowing high-frequency noise to pass right through. Always check the manufacturer's SRF spec when designing RF or high-speed switching filters.
Decision Tree: Selecting Flyback Protection for Inductive Loads
To protect your switching components from the self-inductance kickback calculated above, you must provide a path for the collapsing magnetic field to dissipate its stored energy. Use this decision matrix to select the right protection component.
| Load Type & Switching Speed | Protection Component | Concrete Part Pick | Why This Works |
|---|---|---|---|
| Electromechanical Relay (< 10 Hz), Slow switch | Standard Rectifier Diode | 1N4007 | Slow reverse recovery is fine for low-speed switching; clamps spike to ~0.7V. |
| Solenoid / Contactor (PWM < 1 kHz), Medium speed | Fast Recovery / Signal Diode | 1N4148 or UF4007 | Handles faster PWM turn-off without overheating from reverse recovery losses. |
| High-Speed PWM Motor (20 kHz+), Fast switching | TVS Diode or RC Snubber | SMAJ15A (TVS) | Diodes are too slow and cause shoot-through; TVS clamps instantly at a safe voltage. |
| Telecom / Latching Relay requiring fast drop-out | Zener + Standard Diode | 1N4148 + 12V Zener | Zener allows higher clamp voltage, collapsing the magnetic field 10x faster. |
FAQ: Quick Answers on Inductor Behavior
Q: Does self-inductance change with frequency?
A: The physical inductance value (L) is largely fixed by the coil's geometry and core material. However, the inductive reactance (XL = 2πfL), which is the actual opposition to AC current, increases linearly with frequency. This is why a 10µH inductor passes DC easily but blocks 100 kHz RF signals.
Q: Why do we sometimes put a resistor in series with a flyback diode?
A: A standard diode clamps the kickback voltage to about 0.7V. Because V = L(di/dt), a very low voltage means di/dt is very slow, and the relay takes a long time to physically release (drop-out). Adding a resistor in series with the diode allows the clamp voltage to rise higher (e.g., to 10V), which forces the current to decay much faster, resulting in a snappier relay release.
Q: Can I put multiple inductors in parallel to increase current handling?
A: Generally, no. Due to slight manufacturing tolerances in DC resistance (DCR) and core permeability, the current will not share equally. One inductor will saturate before the other, leading to a cascading thermal or electrical failure. Always buy a single inductor rated for your peak current plus a 20% safety margin.






