The inductor energy formula is E = ½LI², which calculates the magnetic potential energy stored in an inductor's electromagnetic field. In this equation, E is the stored energy in Joules (J), L is the inductance in Henrys (H), and I is the steady-state current flowing through the component in Amperes (A). This formula is foundational for designing switch-mode power supplies, sizing flyback snubbers, and predicting relay contact arcing.

The Core Formula and Symbol Definitions

Before applying the math to a circuit, we must define the boundaries of the equation. The standard formula assumes a linear inductor—meaning the core material's permeability remains constant and the component has not reached magnetic saturation. If a ferrite or powdered iron core saturates, the effective inductance (L) drops sharply, and the actual stored energy will be lower than the formula predicts.

Here is the standard spec-sheet definition for every variable in the equation:

Symbol Parameter SI Unit Unit Abbreviation Practical Bench Notes
E Stored Magnetic Energy Joule J Often expressed in µJ or mJ for PCB components.
L Inductance Henry H Datasheets usually specify µH, mH, or nH.
I Current Ampere A Use DC or RMS current depending on the application.

For a deeper look at the physics governing magnetic fields and inductance, the Georgia State University HyperPhysics database provides an excellent academic breakdown of magnetic energy density.

Deriving the Equation from First Principles

Understanding where the ½ multiplier comes from prevents rote memorization errors. We derive the energy formula by calculating the total work done to establish the current I through the inductor.

  1. Instantaneous Power: Power is the product of voltage and current at any given moment: p(t) = v(t) × i(t)
  2. Inductor Voltage Law: Faraday's law dictates that the voltage across an inductor is proportional to the rate of change of current: v(t) = L × (di/dt)
  3. Substitution: Substitute the voltage equation into the power equation: p(t) = L × i(t) × (di/dt)
  4. Energy Integration: Energy is the integral of power over time. We integrate from time t=0 (where current is 0) to time t (where current reaches I):
    E = ∫ p(t) dt = ∫ [L × i(t) × (di/dt)] dt
  5. Change of Variables: The dt terms cancel out, allowing us to integrate with respect to current i from 0 to I:
    E = ∫ (from 0 to I) L × i di
  6. Final Calculus Step: The integral of i is ½i². Evaluating from 0 to I yields the final formula:
    E = ½ × L × I²

This derivation mirrors the kinetic energy formula (E = ½mv²) in classical mechanics, where inductance acts as electrical mass (inertia) and current acts as velocity.

Rearranged Forms for Circuit Design

On the bench, you rarely solve for energy in isolation. Usually, you have a target energy limit (e.g., the maximum clamp energy a TVS diode can absorb) and need to find the allowable current or required inductance. Here are the algebraically rearranged forms:

  • Solving for Inductance (L): L = 2E / I²
    Use case: Sizing a buck converter inductor to ensure it stores enough energy to maintain continuous conduction mode (CCM) without exceeding core saturation limits.
  • Solving for Current (I): I = √(2E / L)
    Use case: Determining the peak fault current a specific inductor can handle before the stored energy exceeds the mechanical or thermal limits of the winding.

Worked Examples with Strict Unit Tracking

The most common point of failure in these calculations is unit mismanagement. Squaring the current means a 10x error in current measurement becomes a 100x error in calculated energy. Always convert prefixes (µ, m, n) to base SI units before calculating.

Example 1: Switch-Mode Power Supply (SMPS) Inductor

Scenario: You are designing a 12V-to-5V buck converter. The selected shielded ferrite inductor is rated at 4.7 µH, and the peak ripple current reaches 3.2 A. How much energy is stored at peak current?

  1. Convert to base units: L = 4.7 × 10⁻⁶ H; I = 3.2 A
  2. Apply formula: E = 0.5 × (4.7 × 10⁻⁶ H) × (3.2 A)²
  3. Square the current: (3.2)² = 10.24 A²
  4. Multiply: E = 0.5 × 4.7 × 10⁻⁶ × 10.24
  5. Result: E = 24.064 × 10⁻⁶ J, or 24.06 µJ

Bench Insight: 24 µJ is a tiny amount of energy, easily managed by standard PCB trace widths and small SMD diodes during switching transitions.

Example 2: Industrial Contactor Coil (Flyback Hazard)

Scenario: You are driving a large 24VDC industrial contactor. The coil has a measured inductance of 500 mH and draws a steady-state holding current of 0.8 A. You need to size a flyback diode to absorb the turn-off energy.

  1. Convert to base units: L = 0.500 H; I = 0.8 A
  2. Apply formula: E = 0.5 × (0.500 H) × (0.8 A)²
  3. Square the current: (0.8)² = 0.64 A²
  4. Multiply: E = 0.5 × 0.500 × 0.64
  5. Result: E = 0.16 J (or 160 mJ)
⚠️ SAFETY & COMPONENT WARNING: 160 mJ is a massive amount of energy for a semiconductor. If you open the circuit without a freewheeling diode, the inductor will force that current across the opening switch or transistor. The resulting voltage spike (V = L × di/dt) can easily exceed 1,000V, instantly destroying logic-level MOSFETs and pitting mechanical relay contacts. Always use a flyback diode (like a 1N4007) or a TVS diode for coils in this magnitude range.

Realistic Answer Magnitudes and Unit Mistakes

Knowing what a 'normal' answer looks like saves you from chasing decimal errors. If you calculate that a 0805-package RF choke stores 50 Joules, you have made a math error. Here is a reference scale for realistic magnitudes:

Application Typical Inductance Typical Current Realistic Energy Magnitude
RF Chokes / Filters nH to low µH mA Picojoules (pJ) to Nanojoules (nJ)
SMPS Inductors 1 µH to 100 µH 1 A to 20 A Microjoules (µJ) to Millijoules (mJ)
Relays / Solenoids 10 mH to 2 H 0.1 A to 5 A Millijoules (mJ) to Joules (J)
MRI Magnets / SMES Henrys (H) Hundreds of Amps Megajoules (MJ)

Common Unit Mistakes that Break the Formula:

  • Leaving L in µH: If you plug 4.7 into the formula instead of 0.0000047, your energy result will be one million times too high.
  • Forgetting to square I: Multiplying by I instead of is the most frequent algebraic slip, especially when calculating by hand on the bench.
  • Using Peak-to-Peak AC current: The formula requires the absolute instantaneous current (for DC) or RMS current (for average AC energy calculations). Using peak-to-peak voltage/current values will yield wildly incorrect results.

For further reading on practical inductor selection and managing these energy states in power electronics, Electronics Tutorials offers a comprehensive guide on inductor behavior in both DC and AC domains.

Frequently Asked Questions

How does the inductor energy formula apply to AC circuits?

In an AC circuit, the current is constantly changing, meaning the stored energy is also constantly fluctuating. Because the current term is squared (), the energy pulsates at exactly twice the line frequency (e.g., a 60Hz AC current causes the magnetic energy to pulse at 120Hz). To calculate the average energy stored over a full cycle, you must use the RMS (Root Mean Square) value of the AC current in place of I in the formula. Using peak AC current will give you the maximum instantaneous energy stored at the peak of the sine wave, not the average.

Why is there a one-half (1/2) multiplier in the formula?

The ½ multiplier is a direct result of the calculus integration step (∫ i di = ½i²), but geometrically, it represents the area under a linear curve. When you ramp current up from 0 to I in an ideal inductor, the voltage required to push that current starts high and drops to zero (in a purely DC resistive sense) or opposes the change linearly. The total work done is the area of a triangle (½ × base × height) on a flux-current graph, rather than a rectangle. This is the exact same mathematical reason kinetic energy is ½mv² and capacitor energy is ½CV².

What happens to the stored inductor energy when a switch opens?

The law of conservation of energy dictates that the stored magnetic energy (E = ½LI²) cannot simply vanish. When a mechanical switch or transistor opens, the current path is broken (di/dt becomes extremely large and negative). The inductor's magnetic field collapses, converting the stored magnetic energy into electrical potential energy. This energy transfers into the circuit's parasitic capacitance (E = ½CV²), resulting in a massive voltage spike. If the voltage exceeds the dielectric breakdown of the air gap (in a mechanical switch), it creates an arc. In solid-state circuits, it causes avalanche breakdown. To manage this safely, engineers provide a controlled path—like a freewheeling diode, an RC snubber, or a Zener clamp—where the energy can safely dissipate as heat.