Inductance is the property of an electrical conductor that opposes any change in the current flowing through it by generating a self-induced electromotive force (EMF). In plain terms: it is a circuit’s inertia against current changes, measured in Henries (H). When you close a switch, an inductor delays the current ramp-up; when you open it, the collapsing magnetic field tries to keep current flowing, often causing a massive voltage spike. This single property dictates how AC motors start, why relays need flyback diodes, and how switching power supplies transfer energy.
When searching for a practical inductance definition, most textbooks stop at Faraday's law. But on the workbench, inductance is the reason your 120V AC contactor coil burns up if you accidentally wire it to a 120V DC battery, and it is the reason a 5-meter motor cable can destroy a Variable Frequency Drive (VFD) output stage. Let's break down exactly what it changes in a real circuit, look at real-world component values, and run the math on a common installation mistake.
The Core Physics: What Inductance Actually Changes
In a purely resistive DC circuit, current responds instantly to voltage changes according to Ohm's Law ($I = V/R$). Inductance breaks this instant response. The governing equation for an inductor is $V = L(di/dt)$, meaning the voltage across an inductor is proportional to the rate of change of the current through it.
In an AC installation, inductance changes two critical parameters:
- Phase Shift: It forces the current waveform to lag behind the voltage waveform. In a pure inductor, current lags voltage by exactly 90 degrees. In real-world motor loads, this lag creates a power factor less than 1.0, meaning the utility must supply more apparent power (VA) than the load actually converts to real work (Watts).
- Frequency-Dependent Impedance: Unlike a resistor, which offers the same opposition to DC and AC, an inductor's opposition to current (called inductive reactance, $X_L$) increases as the AC frequency increases. It acts as a short circuit to steady DC, but a high-impedance roadblock to high-frequency AC or switching noise.
Real-World Component Values: What Do Henries Look Like?
A Henry is a massive unit. In practical electronics and electrical wiring, you will almost exclusively deal with microhenries ($\mu H$) or millihenries ($mH$). The table below maps common components to their typical inductance ranges and core materials, which heavily dictate their saturation current and frequency limits.
| Component Type | Typical Inductance | Core Material | Primary Application |
|---|---|---|---|
| High-Freq Buck Converter Inductor | 1.5 $\mu H$ to 10 $\mu H$ | Powdered Iron / Ferrite | DC-DC step-down voltage regulation (100kHz - 2MHz) |
| Mains EMI Common Mode Choke | 2 mH to 15 mH | Nanocrystalline / Ferrite | Filtering 50/60 Hz conducted emissions on AC inputs |
| 120V AC Contactor/Relay Coil | 40 mH to 150 mH | Laminated Silicon Steel | Electromechanical relay actuation and motor starting |
| Audio Crossover Inductor | 0.5 mH to 5 mH | Air Core or Iron Powder | Low-pass filtering for subwoofer/woofer drivers |
| Tesla Coil Secondary Winding | 10 mH to 50 mH | Air Core (PVC form) | High-voltage resonant step-up (RF frequencies) |
Worked Example: Calculating Inductive Reactance in a Contactor Coil
Let’s run the numbers on a real-world scenario to see how inductance limits current. Suppose you are wiring an Eaton C25 series 120V AC, 60Hz contactor coil. The datasheet specifies an inductance ($L$) of 80 mH (0.08 H) and the coil has a measured DC wire resistance ($R$) of 15 $\Omega$.
Step 1: Calculate Inductive Reactance ($X_L$)
The formula for inductive reactance is $X_L = 2\pi f L$.
$X_L = 2 \times 3.14159 \times 60\text{ Hz} \times 0.08\text{ H}$
$X_L = 30.16\text{ }\Omega$
Step 2: Calculate Total Impedance ($Z$)
Because resistance and reactance are 90 degrees out of phase, we cannot just add them. We use the Pythagorean theorem: $Z = \sqrt{R^2 + X_L^2}$.
$Z = \sqrt{15^2 + 30.16^2}$
$Z = \sqrt{225 + 909.6} = \sqrt{1134.6} \approx \mathbf{33.68\text{ }\Omega}$
Step 3: Calculate the AC Holding Current
Using Ohm's law for AC ($I = V / Z$):
$I = 120\text{V} / 33.68\text{ }\Omega \approx \mathbf{3.56\text{ A}}$
The Fatal DC Mistake:
What happens if an apprentice accidentally wires this exact same coil to a 120V DC battery bank? In DC, the frequency ($f$) is 0 Hz. Therefore, $X_L = 0\text{ }\Omega$. The only thing limiting the current is the 15$\Omega$ DC wire resistance.
$I_{DC} = 120\text{V} / 15\text{ }\Omega = \mathbf{8.0\text{ A}}$.
The coil will draw more than double its designed current, overheat rapidly, and melt the winding insulation. This is why AC coils and DC coils for the same physical contactor frame are wound with vastly different wire gauges and turn counts.
Where You Meet Inductance in Practice (and How to Tame It)
You don't just meet inductance in discrete components; parasitic inductance exists in every wire and PCB trace. Here is where it dictates your design and installation choices:
1. Relay and Motor Kickback (The $di/dt$ Spike)
When a microcontroller (like an ESP32 or Arduino) switches off a transistor driving a relay coil, the current attempts to drop to zero instantly. Because $V = L(di/dt)$, a near-infinite $di/dt$ generates a massive voltage spike—often hundreds of volts. This spike will instantly punch through the collector-emitter junction of your switching transistor or fry your GPIO pin. The Fix: Always place a flyback diode (like a 1N4007) in reverse parallel across inductive loads to give the collapsing magnetic field a safe path to dissipate its stored energy ($E = \frac{1}{2}LI^2$).
2. Switching Power Supplies (Buck/Boost Converters)
In a buck converter, the inductor is the actual energy transfer mechanism. The internal MOSFET switches at high frequencies (e.g., 500 kHz), charging the inductor's magnetic field during the 'on' time and discharging it into the load during the 'off' time. Selecting the wrong inductor value here leads to excessive output voltage ripple or, worse, core saturation. If an inductor saturates, its inductance drops to near zero, turning it into a low-resistance short circuit that destroys the switching IC.
3. VFD Cable Runs and dV/dt Filters
Variable Frequency Drives output high-speed PWM waveforms to control AC motor speed. Long motor cables have parasitic capacitance, which interacts with the motor's winding inductance to create high-frequency ringing and voltage reflections. On runs exceeding 50 feet, these reflections can double the peak voltage at the motor terminals, causing premature insulation breakdown. The Fix: Install a $dV/dt$ filter (an inductor-capacitor-resistor network) at the VFD output to slow the voltage rise time and protect the motor windings.
Common Confusions: Inductance vs. Resistance vs. Capacitance
Even experienced hobbyists occasionally mix up how these three fundamental properties behave under AC and transient conditions. Here is the definitive breakdown to clear up the confusion:
- Inductance vs. Resistance: Resistance dissipates electrical energy as heat (friction). Inductance temporarily stores energy in a magnetic field (mass/inertia) and returns it to the circuit later. An ideal inductor generates zero heat.
- Inductance vs. Capacitance: Capacitance opposes changes in voltage by storing energy in an electric field between two plates. Inductance opposes changes in current by storing energy in a magnetic field around a coil. In AC circuits, they are exact opposites: capacitive current leads voltage, while inductive current lags voltage.
Frequently Asked Questions
Can I measure inductance with a standard digital multimeter?
No. Standard multimeters measure DC resistance, voltage, and current. To measure inductance, you need an LCR meter, which applies a known AC test signal (usually 1 kHz or 100 Hz) and calculates the phase shift and impedance to determine the Henry value. Some advanced bench multimeters have an LCR function, but handheld DMMs do not.
Why do high-frequency circuits use such physically small inductors?
Because inductive reactance ($X_L$) scales with frequency. At 2 MHz, a tiny 2.2 $\mu H$ surface-mount inductor provides nearly 28 $\Omega$ of reactance. To get that same reactance at 60 Hz mains frequency, you would need a massive 74 mH inductor weighing several pounds with a thick laminated steel core.
What causes an inductor to fail in a real circuit?
The two most common failure modes are thermal overload (exceeding the RMS current rating, melting the copper wire enamel) and core saturation (exceeding the peak current limit, causing the inductance to collapse and the downstream switch to short-circuit). Always check both the $I_{RMS}$ and $I_{SAT}$ specs on the datasheet.
Understanding inductance moves you from blindly copying schematics to actually predicting how a circuit will behave when a switch flips. Whether you are sizing a common-mode choke for an EMI filter or calculating the flyback diode requirements for a 24V solenoid valve, the math and physics remain exactly the same.






