Self inductance is the inherent property of a conductor or coil that causes it to oppose any change in the electrical current flowing through it by generating a self-induced voltage. In a real circuit, this property delays current buildup when power is first applied and generates potentially destructive high-voltage spikes when a circuit is suddenly opened. While resistance opposes the flow of current, inductance opposes the change in current. Understanding this distinction is critical for designing reliable DC systems, particularly when switching inductive loads like relays, solenoids, and motors.
The Physics and Formula of Self Inductance
When direct current flows through a wire, it generates a magnetic field around that conductor. If the current changes, the magnetic field expands or collapses. According to Faraday's Law of Induction, this changing magnetic flux cuts across the conductor itself, inducing an electromotive force (EMF). Lenz's Law dictates that this induced voltage will always act in a direction that opposes the change in current that created it. This self-opposing behavior is quantified as self inductance (L).
The governing equation for the voltage induced across an inductor is:
VL = -L (di / dt)
- VL = Induced voltage (Volts)
- L = Self inductance (Henrys)
- di = Change in current (Amperes)
- dt = Change in time (Seconds)
The standard unit of measurement is the Henry (H), defined as the inductance that induces 1 volt when the current changes at a rate of 1 ampere per second. Because 1 Henry is massive for most electronic applications, you will almost exclusively work with millihenrys (mH) or microhenrys (µH). For a deeper theoretical breakdown of magnetic flux linkage, the All About Circuits DC textbook chapter on inductors provides excellent foundational diagrams.
The Water Hammer Analogy: Think of self inductance like water flowing through a long pipe. The water's mass gives it inertia. If you suddenly slam a valve shut, the water's inertia causes a massive pressure spike (water hammer) that can burst the pipe. Inductance is electrical inertia; the collapsing magnetic field tries to keep electrons moving, resulting in a voltage spike if the path is broken.
Worked Numeric Example: The Relay Flyback Spike
To see why self inductance matters on the workbench, let's calculate the flyback voltage spike generated when switching off a standard automotive relay. We will use the parameters of a typical Bosch-style 12V SPDT relay (e.g., part 0332014150).
| Parameter | Value | Notes |
|---|---|---|
| Coil Voltage (V) | 12V DC | Nominal system voltage |
| Coil Resistance (R) | 75 Ω | Measured DCR at 20°C |
| Steady-State Current (I) | 160 mA (0.16 A) | Calculated via Ohm's Law (12V / 75Ω) |
| Self Inductance (L) | 150 mH (0.15 H) | Typical for this relay class |
| Transistor Turn-off Time (dt) | 5 µs (0.000005 s) | Conservative estimate for a BJT switch |
When the driving transistor switches off, the current attempts to drop from 160 mA to 0 mA in 5 microseconds. Let's plug these values into the inductance formula to find the unclamped voltage spike:
- di = 0 A - 0.16 A = -0.16 A
- dt = 0.000005 s
- VL = -0.15 H × (-0.16 A / 0.000005 s)
- VL = -0.15 × (-32,000)
- VL = +4,800 Volts
Destructive Potential: A 4,800V spike will instantly avalanche and destroy a standard 2N2222 BJT or a logic-level MOSFET rated for 30V. This is exactly why a flyback diode (like a 1N4007) wired in reverse-bias across the coil is mandatory. The diode provides a safe recirculation path for the inductive current, clamping the spike to roughly 0.7V above the supply rail.
Where You Meet Self Inductance in Practice
Self inductance is not just a textbook concept; it dictates component selection and PCB layout in modern electrical design.
- Switching Power Supplies (Buck/Boost Converters): In a buck converter, the power inductor's self inductance stores energy during the MOSFET's 'on' time and releases it to the load during the 'off' time. Selecting the wrong inductance value leads to high ripple current or subharmonic oscillation. Analog Devices provides excellent guidelines on matching inductance to switching frequency and load transients.
- Variable Frequency Drives (VFDs) and Long Motor Cables: Long feeder cables between a VFD and an AC motor possess distributed parasitic self inductance. When the VFD's IGBTs switch at high speeds (high di/dt), this cable inductance interacts with the cable's parasitic capacitance, creating reflected wave voltage spikes at the motor terminals. This can exceed the dielectric strength of the motor winding insulation, leading to premature failure. Output dV/dt filters are required to mitigate this.
- Solenoids and Contactors: Large industrial contactors have massive inductance. When the control circuit opens, the resulting arc across the mechanical switch contacts can cause severe pitting and electromagnetic interference (EMI). RC snubber networks are used alongside flyback diodes to manage this stored magnetic energy.
Common Confusions: Self vs. Mutual Inductance and Resistance
Makers and junior technicians frequently mix up three related but distinct concepts:
1. Self Inductance vs. Mutual Inductance: Self inductance occurs within a single coil as its own changing magnetic field induces a voltage in itself. Mutual inductance occurs between two or more coils, where the changing magnetic field of one coil induces a voltage in an adjacent coil. Mutual inductance is the operating principle behind transformers and wireless charging pads, whereas self inductance is the operating principle behind chokes and single-coil energy storage.
2. Inductance vs. DC Resistance (DCR): A relay coil might have a DC resistance of 75 Ω and a self inductance of 150 mH. Resistance dissipates energy as heat continuously whenever current flows. Inductance only opposes changes in current and stores energy in a magnetic field. Once DC current reaches steady state, the inductor's self inductance has zero effect on the circuit, and only the DCR limits the current.
Frequently Asked Questions About Self Inductance
Does self inductance affect DC circuits if the current is perfectly steady?
No. The formula V = -L(di/dt) shows that if the current is steady, the change in current over time (di/dt) is zero. Therefore, the induced voltage is zero. In a pure, steady-state DC circuit, an ideal inductor acts as a short circuit (a plain wire). Only the physical wire's parasitic DC resistance (DCR) will cause a voltage drop. Self inductance only reveals itself during transients: power-up, power-down, or PWM switching.
How do I accurately measure the self inductance of a custom-wound coil?
You cannot measure self inductance with a standard multimeter; a multimeter only reads DC resistance. You must use an LCR meter. Set the LCR meter to measure inductance (L) and select a test frequency appropriate for your application (typically 1 kHz for audio/power chokes, or 100 kHz for switching regulator inductors). Be aware that inductance drops as the core approaches magnetic saturation, so bench measurements at low signal levels may not perfectly reflect behavior under high DC bias currents.
Can parasitic self inductance in PCB traces cause problems in modern circuits?
Absolutely. A straight PCB trace has roughly 10 nH of self inductance per centimeter. While this seems negligible, modern wide-bandgap semiconductors (SiC and GaN) switch in nanoseconds. A 10 A current switching in 5 ns through a 5 cm trace (50 nH) generates a 100V spike (V = 50nH × 10A / 5ns). This parasitic self inductance causes severe ringing, EMI, and false triggering in high-speed gate drive loops. Minimizing loop area and using wide, short traces is mandatory in high di/dt layouts.






