The inductance of a wire is the inherent property of a conductor to oppose changes in electrical current flowing through it by storing energy in a surrounding magnetic field, even when the wire is perfectly straight. In a real circuit, this property changes the voltage profile during switching events, generating high-voltage transient spikes that can destroy semiconductors, cause electromagnetic interference (EMI), and delay current rise times. Makers and apprentices commonly confuse wire inductance with wire resistance (which opposes steady current and causes continuous voltage drop and heat) or capacitance (which stores energy in an electric field between two separate conductors).

The Physics of Straight Wire Inductance

When we hear "inductance," we usually picture a coiled inductor on a PCB. However, every single piece of wire in your panel or project possesses partial self-inductance. When current flows through a straight conductor, it generates a concentric magnetic field. If that current changes, the collapsing or expanding magnetic field induces a voltage that fights the change in current.

The Flywheel Analogy: Think of wire inductance like the mechanical inertia of a heavy flywheel. It takes effort to get it spinning (current rising), but once it is moving, it violently resists being stopped abruptly (current falling). If you force it to stop instantly, the kinetic energy has to go somewhere—usually as a destructive shock.

For a straight wire, the inductance is primarily dictated by its length and the physical area of the current loop (the outbound wire and its return path). A standard rule of thumb in high-speed and power electronics is that a simple wire loop exhibits roughly 1 μH (microhenry) per meter of loop length. While a few microhenries sounds negligible at 60 Hz mains frequency, it becomes a massive liability when modern MOSFETs and IGBTs switch high currents in fractions of a microsecond.

Worked Example: The Hidden Voltage Spike in a 10 AWG Run

To understand why wire inductance destroys equipment, we need to look at the fundamental inductor equation:

V = L × (di / dt)

Where V is the induced voltage spike, L is the inductance in Henries, di is the change in current, and dt is the time it takes for that change to occur.

The Scenario

You are wiring a 48V LiFePO4 battery bank to a 2kW high-frequency inverter using 10 feet (3.05 meters) of 10 AWG THHN wire. The total loop length (positive and negative) is 20 feet, giving a loop inductance of approximately 6 μH. The inverter’s internal switching transistors draw 40A and turn off extremely fast—in just 0.2 μs (microseconds).

The Math

  • L = 6 μH (0.000006 H)
  • di = 40A (dropping from 40A to 0A)
  • dt = 0.2 μs (0.0000002 s)

V = 0.000006 × (40 / 0.0000002) = 1,200 Volts

The Result: Even though your battery bank is only 48V, the inductance of your 10 AWG wire generates a 1,200V transient spike the millisecond the inverter switches. This 1,248V total easily punches through the 600V or 800V rating of the inverter's internal MOSFETs, bricking the unit. This is why manufacturers void warranties if you use excessively long, untwisted battery cables.

Where You Meet Wire Inductance in Practice

You will rarely need to calculate wire inductance for standard 15A or 20A 120V AC branch circuits; the 60 Hz frequency is too low for the inductive reactance to matter. However, it rears its head in three specific DIY and pro-installation scenarios:

1. VFD Motor Leads (Reflected Waves)

Variable Frequency Drives (VFDs) use Pulse Width Modulation (PWM) to control AC motor speed. The fast rise times (dv/dt) of the VFD's output interact with the inductance and capacitance of long motor leads. This causes "reflected wave" voltage doubling at the motor terminals, which can melt the enamel insulation off standard motor windings, leading to phase-to-phase shorts.

2. Solar DC Disconnects and Relays

When you open a DC disconnect switch or a relay on a solar string carrying 10A at 400V DC, the inductance of the long roof-to-inverter wire run fights the sudden drop in current. This energy sustains a DC arc across the opening contacts. Unlike AC, which crosses zero 120 times a second to naturally extinguish an arc, DC arcs will melt the switch contacts if the wire inductance is high and no arc-chute or snubber is present.

3. High-Speed Digital and Sensor Buses

For low-voltage makers, running RS485 (Modbus), I2C, or high-speed PWM signals over long, untwisted wires creates loop inductance that acts as a low-pass filter. It rounds off the sharp edges of your digital square waves, causing data corruption, phantom triggers, and watchdog resets in microcontrollers like the ESP32 or Arduino Mega.

Decision Tree: Mitigating Inductance in Your Next Build

Do not guess how to handle wire inductance. Use this decision matrix to select the exact mitigation strategy and part number for your specific application.

If your application is... The inductance threat is... Your concrete fix / part
VFD to AC Motor (Long runs over 50ft) Reflected wave voltage doubling destroying motor insulation. Use symmetrical, shielded VFD cable with three ground conductors.
Pick: Belden 29500 Series VFD Cable.
DC Battery to Inverter (High current, fast switching) Inductive kickback blowing input capacitors and MOSFETs. Twist the positive and negative DC cables together (3 to 4 twists per foot) to cancel the magnetic fields. Keep runs under 5 feet.
RS485 / Modbus Sensors (Industrial IoT / ESP32) Loop inductance rounding off digital edges, causing packet loss. Use twisted-pair shielded cable and terminate with a 120Ω resistor.
Pick: Belden 9841 (24 AWG twisted pair).
PWM High-Power LEDs (Fast dimming circuits) Spikes during MOSFET turn-off causing EMI and radio interference. Add an RC snubber directly across the LED load or the switching MOSFET.
Pick: 100Ω resistor in series with a 100nF 630V film capacitor.

For deeper reading on how parasitic inductance affects high-speed switching and PCB layout, the engineering team at All About Circuits provides excellent foundational theory on magnetic field storage. For industrial motor applications, Fluke's technical guides on VFD cabling detail exactly how symmetrical grounding mitigates inductive bearing currents.

FAQ: Wire Inductance Edge Cases

Does thicker wire (lower AWG) have less inductance?

Counterintuitively, yes, but only marginally. A thicker wire has a slightly larger radius, which reduces its internal partial inductance. However, the overall loop inductance is dominated by the physical spacing between the outbound and return conductors. Moving two 10 AWG wires closer together will reduce inductance far more than upgrading them to 4 AWG while keeping them spaced apart.

Does pulling wire through steel conduit change its inductance?

Yes. Steel conduit is ferromagnetic. The alternating magnetic field from the wire induces eddy currents and hysteresis losses in the steel pipe. This effectively acts like a distributed, lossy transformer, altering the inductive reactance and causing the conduit itself to heat up. This is exactly why the NEC requires all conductors of the same circuit (including the neutral and ground) to be pulled through the same ferrous conduit—to ensure their magnetic fields cancel out before reaching the steel.

Can I just use a bigger snubber to fix long wire runs?

No. While an RC snubber or a TVS diode can clamp the voltage spike, it does not remove the inductance. The energy stored in the wire's magnetic field still has to be dissipated as heat in your snubber. If the wire run is excessively long, the snubber will overheat and fail. Physical mitigation (twisting, shortening, or using shielded geometry) must always be your first line of defense.

The Default Rule: Never leave high-current DC or high-speed PWM wires running parallel and untwisted. If you are wiring a DC bus, a battery bank, or a motor drive, physically twist the outbound and return conductors together. It costs zero extra dollars, requires no special parts, and instantly slashes your loop inductance by up to 80%.