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). Measured in Henries (H), this fundamental property dictates how circuits behave when power is switched on or off, or when alternating current (AC) is applied. While a resistor opposes the flow of current uniformly, an inductor specifically opposes the change in current. In practical electronics and electrical wiring, this means inductors act as short circuits to steady DC, but present significant impedance to high-frequency AC or rapid switching transients.

The Core Mechanics: What Inductance Actually Changes

When current flows through a wire, it generates a magnetic field around it. If you coil that wire, the magnetic fields of each turn intersect and concentrate. When the current tries to increase, the expanding magnetic field induces a voltage that pushes back against the source (Lenz’s Law). When the current tries to decrease, the collapsing magnetic field induces a voltage that tries to keep the current flowing in the same direction.

To visualize this, imagine water flowing through a long, heavy pipe connected to a massive water wheel. When you first open the valve, the heavy wheel resists starting, and the water flow builds up slowly. Once the wheel is spinning at full speed, it maintains the flow easily. If you suddenly slam the valve shut, the momentum of the spinning wheel and the moving water will create a massive pressure spike that can burst the pipe. In a circuit, that ‘pressure spike’ is inductive kickback, and the ‘pipe burst’ is a blown MOSFET or arcing contacts.

Safety & Design Warning: Inductive kickback in DC circuits can generate voltage spikes dozens of times higher than the supply voltage. Always use a flyback diode (like a 1N4007) across relay coils, solenoids, and DC motors to provide a safe path for the collapsing magnetic field’s energy. Failure to do so will destroy your driving transistors or microcontroller GPIO pins.

Worked Example: Calculating Inductive Reactance and Time Constants

Inductance manifests differently depending on whether you are dealing with steady-state AC or transient DC switching. Let’s look at both with real-world component values.

Scenario 1: AC Inductive Reactance (Mains Filter Choke)

Suppose you are designing an EMI filter for a 120V, 60Hz AC mains input and you place a 15 mH (0.015 H) common-mode choke in series with the line. The opposition to AC current is called inductive reactance ($X_L$), calculated as:

$X_L = 2 \pi f L$

$X_L = 2 \times 3.1416 \times 60 \text{ Hz} \times 0.015 \text{ H} = 5.65 \Omega$

If the load draws 10A, the voltage drop across this choke is $10 \text{ A} \times 5.65 \Omega = 56.5 \text{ V}$, which is far too high for a standard filter. This numeric example shows why mains chokes are typically kept in the low millihenry range, while high-frequency switching noise (e.g., 100 kHz) requires much smaller microhenry ($\mu$H) inductors to achieve the same reactance.

Scenario 2: DC Time Constant (Relay Coil Turn-On)

Consider a 12V automotive relay coil with a measured DC resistance ($R$) of 120 $\Omega$ and an inductance ($L$) of 60 mH (0.060 H). When you apply 12V, the current doesn’t jump to 100mA instantly. The RL time constant ($\tau$) dictates the ramp-up:

$\tau = \frac{L}{R} = \frac{0.060}{120} = 0.0005 \text{ seconds (0.5 ms)}$

It takes exactly one time constant to reach 63.2% of the final current. To reach 99% (considered fully ‘on’), it takes $5\tau$, which is 2.5 ms. If you are driving this relay with a 20 kHz PWM signal (50 $\mu$s period), the coil will never fully energize because the PWM cycle is much faster than the inductor’s time constant. This is a critical edge case when using PWM for analog-like control of inductive loads.

Where You Meet Inductance in Practice

While discrete inductors are common, inductance is a parasitic or intentional factor in almost every electrical installation and PCB design. According to foundational component theory outlined by Electronics Tutorials, the physical core material heavily dictates the real-world behavior of the component.

Typical Inductance Ranges and Core Materials by Application
Application Typical Range Core Material Key Design Constraint
RF Chokes & Matching 1 nH to 10 $\mu$H Air, Ceramic, Ferrite Self-resonant frequency (SRF) and Q-factor
SMPS (Buck/Boost) 1 $\mu$H to 100 $\mu$H Powdered Iron, Ferrite Saturation current ($I_{sat}$) and DC resistance (DCR)
Mains EMI Filters 1 mH to 50 mH Nanocrystalline, Ferrite Core saturation from unbalanced line currents
Relays & Contactors 10 mH to 500 mH Laminated Silicon Steel Kickback voltage and mechanical pull-in time
Parasitic (Long Wire Runs) 1 $\mu$H to 5 $\mu$H per meter N/A (Air/Dielectric) Voltage spikes during short circuits (di/dt limits)

In switch-mode power supplies (SMPS), the inductor is the primary energy storage element. As detailed in Analog Devices design notes, selecting an inductor for a buck converter requires checking the saturation current ($I_{sat}$). If your peak ripple current exceeds $I_{sat}$, the core saturates, the inductance drops to near-zero, and the switching MOSFET will likely short out and explode due to uncontrolled current spikes.

Common Confusions: Inductance vs. Capacitance vs. Magnetic Flux

People frequently confuse inductance with related electromagnetic concepts. Here is the exact breakdown:

  • Inductance vs. Capacitance: Inductance opposes changes in current (acting like electrical inertia), while capacitance opposes changes in voltage (acting like an electrical spring or reservoir). In AC circuits, inductive reactance increases with frequency, whereas capacitive reactance decreases with frequency.
  • Inductance vs. Magnetic Flux: Magnetic flux (measured in Webers) is the actual quantity of magnetic field lines passing through an area at a given moment. Inductance (measured in Henries) is the ratio of that magnetic flux linkage to the current causing it. Flux is the physical phenomenon; inductance is the component’s geometric and material property that dictates how much flux is generated per ampere.
  • Inductance vs. Resistance: Resistance dissipates energy as heat (real power). Ideal inductance stores energy in a magnetic field and returns it to the circuit (reactive power), dissipating zero net energy over a full AC cycle, though real-world inductors always have some parasitic wire resistance (DCR).

Frequently Asked Questions About Inductance

How does wire gauge affect the inductance of a coil?

Wire gauge (AWG) itself does not directly change the inductance; the number of turns, coil diameter, and core material dictate the inductance. However, using a thicker wire (lower AWG number) allows you to wind fewer turns in the same physical space, which decreases the total inductance. Conversely, thicker wire lowers the DC resistance (DCR) and increases the current-handling capability, which is why high-current SMPS inductors use thick, flat copper ribbon or heavy-gauge magnet wire.

Why does my multimeter read near-zero ohms across a large inductor?

A standard multimeter measures DC resistance (DCR), not inductance. A large toroidal inductor might have 50 turns of thick copper wire, resulting in an inductance of 10 mH but a DC resistance of only 0.05 $\Omega$. Your multimeter will read this as a dead short. To measure the actual inductance, you must use an LCR meter, which applies an AC test signal (usually at 1 kHz or 100 kHz) to measure the reactive impedance.

Can parasitic inductance destroy my ESP32 or Arduino project?

Yes, absolutely. Long jumper wires and breadboard traces possess parasitic inductance (roughly 1 $\mu$H per inch of wire). If you are switching a moderate inductive load (like a small 5V fan or a solenoid) directly from a microcontroller pin or a small breadboard MOSFET without a flyback diode, the collapsing magnetic field will induce a high-voltage spike. This spike can easily arc across breadboard contacts, reset your ESP32 via the ground plane, or permanently fry the GPIO pin’s internal protection diodes.

What happens to inductance when you put two inductors in parallel?

When two non-coupled inductors are placed in parallel, their total equivalent inductance decreases, calculated exactly like resistors in parallel: $L_{total} = \frac{L_1 \times L_2}{L_1 + L_2}$. For example, two 10 $\mu$H inductors in parallel yield 5 $\mu$H. However, the total current-handling capability and the saturation threshold increase. This technique is sometimes used in high-current DC-DC converters to manage thermal limits and reduce DCR when a single suitable inductor is unavailable or too expensive.