Inductance is the property of an electrical conductor that opposes any change in the current flowing through it by storing energy in a magnetic field. When you first apply voltage to a coil, the current does not spike instantly; it ramps up as the magnetic field builds. When you cut the power, the collapsing magnetic field induces a voltage that desperately tries to keep the current flowing in the same direction. This 'electrical inertia' is measured in Henrys (H), though in practical electronics, you will almost always see millihenrys (mH) or microhenrys (µH).
The Core Mechanism: What Inductance Actually Changes
In a real circuit, inductance fundamentally changes the timing and phase of current relative to voltage. It does not dissipate energy as heat like a resistor; instead, it temporarily stores energy and returns it to the circuit.
In DC circuits, inductance only matters during switching transients—the exact moments you turn the power on or off. The inductor fights the change, causing a delayed ramp-up and a potentially destructive voltage spike on turn-off. In AC circuits, however, the current is constantly changing direction. Here, inductance creates inductive reactance (XL), which continuously limits current flow based on the frequency of the AC signal, not just the DC resistance of the wire.
Worked Numeric Example: Sizing a Choke for a 120V AC Line
Let us say you are designing a simple LC low-pass filter for a 120V AC (60 Hz) mains line to block high-frequency switching noise from a nearby variable frequency drive (VFD). You need an inductor that presents at least 50 ohms of reactance at a 1 kHz noise frequency, while minimally affecting the 60 Hz fundamental power.
The formula for inductive reactance is XL = 2πfL.
Step 1: Calculate required inductance for the 1 kHz noise.
- 50 Ω = 2 × π × 1000 Hz × L
- L = 50 / 6283.18
- L = 0.00795 H, or roughly 8 mH.
Step 2: Verify performance with a standard 10 mH iron-core choke.
If we select a readily available 10 mH (0.01 H) choke, the reactance at the 1 kHz noise frequency becomes:
- XL = 2 × π × 1000 × 0.01 = 62.8 Ω. (This successfully chokes the noise).
Step 3: Check the voltage drop at the 60 Hz fundamental.
- At 60 Hz, XL = 2 × π × 60 × 0.01 = 3.77 Ω.
Assuming a 5A load, the voltage drop across the choke at 60 Hz is only V = I × XL = 5A × 3.77 Ω = 18.8V. The 120V line easily passes through to the load, while the 1 kHz noise is heavily attenuated. For deeper theory on this relationship, refer to the All About Circuits guide on Inductive Reactance.
Where You Meet Inductance in Practice
You do not need to be designing RF filters to deal with inductance. It shows up on every workbench and jobsite:
- Switch-Mode Power Supplies (SMPS): Every buck, boost, or buck-boost converter relies on an inductor to store energy during the switch's 'on' time and transfer it to the load during the 'off' time. If the inductor saturates, the power supply fails catastrophically.
- Motor Windings: Every AC induction motor, stepper motor, and DC brushed motor is essentially a giant inductor. This is why motor wires are heavily insulated and why VFDs require specific cable types to handle the reflected wave voltage spikes caused by the motor's inductance.
- Relays and Contactors: The coil that pulls the mechanical contacts closed is an inductor. The larger the contactor, the higher the inductance, and the more robust your flyback suppression needs to be.
- Ferrite Beads: Those small cylindrical bumps on your USB and HDMI cables are high-frequency, lossy inductors designed to absorb EMI and prevent data corruption.
Real-World Scenario Walkthrough: The Flyback Diode Failure
Abstract formulas only get you so far. Here is a classic bench failure that perfectly illustrates inductance in action.
The Setup: A hobbyist is driving a 12V DC automotive relay (coil DC resistance = 75 Ω, inductance roughly 150 mH) using an Arduino and a standard 2N2222 NPN transistor as a low-side switch.
The Numbers: The steady-state coil current is I = V/R = 12V / 75 Ω = 160 mA. The 2N2222 transistor is rated for 600 mA continuous, so it is well within its Safe Operating Area (SOA). The Arduino outputs 5V to the base via a 1 kΩ resistor, turning the transistor fully on.
The Outcome: The relay clicks on perfectly. But when the Arduino pin goes LOW to turn off the relay, the Arduino instantly resets, and the 2N2222 transistor shorts out and gets too hot to touch.
What Went Wrong: The inductor fought the change in current. When the transistor switched off, the 160 mA current had nowhere to go. The collapsing 150 mH magnetic field generated a massive flyback voltage spike. Using the formula V = L(di/dt), with di being 0.16A and dt being just a few nanoseconds, the voltage spiked to hundreds of volts. This vastly exceeded the 2N2222's VCEO (collector-emitter breakdown voltage, typically 30V), punching through the silicon junction. The resulting noise coupled back into the Arduino's 5V rail via the ground plane, causing a brownout reset.
Common Confusions: Inductance vs. Resistance vs. Capacitance
Beginners frequently confuse inductance with resistance or capacitance. Think of inductance as a massive line of cars in heavy traffic: it takes a lot of force (voltage) to get them moving (current), but once they are rolling at speed, they are incredibly hard to stop suddenly without a crash (voltage spike). Resistance is just the friction of the road, and capacitance is a springy suspension system.
For a rigorous breakdown of component behavior, consult the Electronics Tutorials AC Inductance reference. Below is a direct comparison of how these three fundamental properties behave:
| Property | Opposes Changes In... | Energy Storage Medium | DC Behavior (Steady State) | AC Behavior (High Freq) |
|---|---|---|---|---|
| Resistance (R) | N/A (Dissipates Energy) | None (Converts to Heat) | Limits current (Ohm's Law) | Limits current identically |
| Inductance (L) | Current | Magnetic Field | Short circuit (only DCR limits) | High impedance (blocks current) |
| Capacitance (C) | Voltage | Electric Field | Open circuit (blocks DC) | Low impedance (passes current) |
FAQ: Troubleshooting and Measuring Inductors
How do I measure inductance with a standard digital multimeter?
You cannot. A standard DMM only measures DC resistance. If you probe an inductor with a DMM, you are just reading the DC Resistance (DCR) of the copper wire, which might be less than 1 Ω. To measure actual inductance (in Henrys), you must use a dedicated LCR meter, which applies an AC test signal at a specific frequency (usually 1 kHz or 100 kHz) to calculate the reactance.
Why does my power inductor get hot if it is just a coil of wire?
Inductor heating comes from two main sources. First is copper loss (I²R heating from the DCR of the wire). Second is core loss, which includes hysteresis loss (energy spent constantly reversing the magnetic domains in the ferrite or iron core) and eddy currents (parasitic circulating currents induced inside the core material itself). At high switching frequencies, core losses often exceed copper losses.
What is inductor saturation, and why does it destroy my circuit?
Every magnetic core has a limit to how much magnetic flux it can hold, defined by its saturation current (Isat). If you push more DC current through the inductor than its Isat rating, the core saturates. When this happens, the inductance value plummets toward zero. In a switching regulator, a saturated inductor acts like a dead short, causing the switching MOSFET to draw massive, uncontrolled current and explode.
Can I put inductors in series or parallel?
Yes. Uncoupled inductors in series add up just like resistors (Ltotal = L1 + L2). Uncoupled inductors in parallel combine using the reciprocal formula. However, they must be physically spaced apart or shielded. If their magnetic fields overlap (mutual coupling), the total inductance will be wildly unpredictable depending on their physical orientation.






