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). When you force electrons through a wire, they create a magnetic field; when you try to stop or change that current, the collapsing or expanding magnetic field fights back, inducing a voltage that tries to keep the current exactly as it was. This fundamental property dictates how motor windings behave, why switching power supplies need snubber circuits, and what happens to your signals on long cable runs.
The Core Mechanism: Magnetic Fields and Lenz's Law
To understand what is inductance in a physical sense, you have to look at the relationship between electricity and magnetism. When direct current (DC) flows through a straight wire, it generates a static magnetic field around it. If you loop that wire into a coil, the magnetic fields of each loop叠加 (stack) together, concentrating the flux.
According to Faraday's Law of Induction, a changing magnetic field induces a voltage in a conductor. Lenz's Law adds the critical caveat: the induced voltage will always have a polarity that opposes the change in current that created it. If you try to increase the current, the inductor generates a reverse voltage to slow the rise. If you try to decrease the current, it generates a forward voltage to keep the current flowing.
The Flywheel Analogy: Think of an inductor as a heavy mechanical flywheel in a drive train. It takes significant time and torque to get the flywheel spinning up to speed (current rise). Once it is spinning, it stores kinetic energy. If you try to jam a stick into the spokes to stop it instantly, the stick shatters and the flywheel fights to keep turning (voltage spike). Inductors do the exact same thing with electrons and magnetic fields.
The standard unit of inductance is the Henry (H), named after Joseph Henry. In practical electronics, we almost exclusively deal in millihenries (mH), microhenries (µH), or nanohenries (nH).
Crunching the Numbers: AC Reactance and Time Constants
Inductance changes a circuit's behavior dynamically depending on whether you are dealing with DC transients or steady-state AC. Let's look at a worked numeric example using a standard 100mH ferrite-core choke with a DC resistance (DCR) of 10 ohms.
DC Time Constant (The Delay Effect)
When you apply a DC voltage to an inductor, the current does not jump to maximum instantly. It follows an exponential curve defined by the time constant ($\tau$), where $\tau = L / R$.
- Inductance (L): 100mH (0.1 H)
- Resistance (R): 10 $\Omega$
- Time Constant ($\tau$): $0.1 / 10 = 0.01$ seconds (10ms)
It takes exactly $5\tau$ for the current to reach roughly 99.3% of its final steady-state value. In this circuit, the inductor delays the full current flow for 50ms. This is what inductance changes in a real DC circuit: it prevents instantaneous current changes.
AC Inductive Reactance (The Frequency Effect)
In AC circuits, inductance manifests as reactance ($X_L$), which is frequency-dependent. The formula is $X_L = 2 \pi f L$.
- At 60Hz (Mains frequency): $X_L = 2 \cdot \pi \cdot 60 \cdot 0.1 = 37.7 \Omega$
- At 10kHz (PWM switching frequency): $X_L = 2 \cdot \pi \cdot 10000 \cdot 0.1 = 6,283 \Omega$
This massive increase in impedance at higher frequencies is exactly why inductors are used as 'chokes' in EMI filters—they easily pass 60Hz mains power but block high-frequency switching noise.
Where You Meet Inductance in Practice
You rarely buy a component explicitly labeled 'inductor' unless you are designing a switching power supply or an RF filter. More often, you encounter inductance as a parasitic or functional property of other hardware:
- Motor Windings: Every AC induction motor and DC brushed/brushless motor relies on the inductance of its stator coils to limit current and generate torque. When you spin a motor, it acts as a generator, producing back-EMF that opposes the supply voltage.
- Transformers: Rely on mutual inductance. The changing magnetic flux in the primary coil induces a voltage in the secondary coil based on the turns ratio.
- Long Cable Runs: A standard 1mm wide PCB trace has roughly 1nH per millimeter of length. A 50-foot run of 12 AWG THHN wire to a subpanel carries enough parasitic inductance to cause severe voltage ringing if a high-speed fault occurs, which is why AFCI breakers use specific high-frequency signature detection.
- Relays and Contactors: The coil that pulls the mechanical armature is a massive inductor. When the control circuit opens, the collapsing field has nowhere to go but back into the switching component.
Bench War Story: The Flyback Voltage Disaster
Theory is clean; the workbench is not. Here is a real-world scenario walkthrough that demonstrates why ignoring inductance will destroy your hardware.
The Setup: A builder was using an ESP32 DevKit v1 to control a 12V DC automotive relay (Bosch-style, 5-pin). The ESP32 GPIO pin drove the gate of an IRLZ44N logic-level N-channel MOSFET, which switched the relay coil to ground. The builder omitted a flyback diode to 'save board space'.
The Numbers: The relay coil had a measured inductance of 150mH and drew 70mA of steady-state current at 12V. When the ESP32 pulled the GPIO pin LOW to turn off the relay, the MOSFET's internal channel closed in approximately 200 nanoseconds ($dt = 200 \times 10^{-9}$ s).
The Outcome: We use the inductor voltage formula: $V = L \cdot (di / dt)$.
- $V = 0.150 \text{ H} \cdot (0.070 \text{ A} / 200 \times 10^{-9} \text{ s})$
- $V = 0.150 \cdot 350,000$
- $V = 52,500 \text{ Volts}$
What Went Wrong: Obviously, the circuit did not actually generate 52kV. Instead, the induced voltage spiked instantly until it exceeded the Drain-Source Breakdown Voltage ($V_{DSS}$) of the IRLZ44N, which is rated for just 55V. The silicon die underwent avalanche breakdown, violently shorting the drain to the source. The massive current surge and ground bounce ruptured the MOSFET internally and fed 12V straight back into the ESP32's GPIO pin, frying the microcontroller's internal logic gate.
Safety & Hardware Warning: Never switch an inductive load (relay, solenoid, motor) with a solid-state device (MOSFET, BJT, IC) without a freewheeling path for the collapsing magnetic field. The resulting voltage spike will exceed the component's maximum ratings and cause catastrophic, potentially sparking failure.
The Fix: To safely manage this inductive kickback, follow these numbered steps:
- Select a standard rectifier diode like a 1N4007 (rated 1000V, 1A) or a fast-switching 1N4148 for lower-current relays.
- Place the diode in reverse bias across the relay coil (cathode/stripe pointing toward the +12V supply, anode pointing toward the MOSFET drain).
- Keep the diode leads as short as possible and place the diode physically adjacent to the relay coil pins, not back at the power supply.
- When the MOSFET turns off, the 52kV spike forward-biases the diode, creating a closed loop that safely dissipates the magnetic energy as heat in the coil's internal resistance.
What People Commonly Confuse With Inductance
When learning AC/DC theory, it is easy to mix up the 'big three' passive properties. Here is how to keep them straight:
- Capacitance vs. Inductance: Capacitance opposes changes in voltage by storing energy in an electric field. Inductance opposes changes in current by storing energy in a magnetic field. They are mathematical duals of each other.
- Resistance vs. Inductance: Resistance dissipates electrical energy as heat (irreversible). Inductance stores energy temporarily in a magnetic field and returns it to the circuit (reversible, ideally lossless, though real wires have DCR).
- Magnetic Flux vs. Inductance: Magnetic flux (measured in Webers) is the actual volume of the magnetic field passing through an area. Inductance (measured in Henrys) is the geometric and material property of the coil that dictates how much flux is generated per amp of current.
Quick Reference FAQ
Can I measure inductance with a standard digital multimeter?
No. Standard multimeters can only measure voltage, current, and resistance. To measure inductance, you need a dedicated LCR meter (like the DER EE DE-5000 or Keysight U1733C), which applies an AC test signal and measures the phase shift between voltage and current to calculate the Henry value.
Does the wire gauge (AWG) affect inductance?
Only marginally. The inductance of a coil is primarily determined by the number of turns, the cross-sectional area of the loop, the length of the coil, and the permeability of the core material (e.g., air vs. Fair-Rite #43 ferrite). Thicker wire lowers the DC resistance, allowing more current, but does not significantly change the base inductance.
Why do we sometimes want parasitic inductance to be high?
We usually don't. However, in specific applications like Tesla coils or certain RF tank circuits, designers rely on the parasitic self-inductance of the secondary winding to resonate with a capacitor at a specific high frequency.
For further reading on magnetic components and circuit theory, refer to the foundational guides on All About Circuits and the physics breakdowns provided by Georgia State University's HyperPhysics. Understanding what is inductance at a mathematical and physical level is the difference between a circuit that works on the simulator and one that survives on the bench.






