The energy stored in inductor formula is E = ½ L I2. This equation calculates the total magnetic potential energy (in Joules) held within an inductor's magnetic field when a specific direct current (in Amperes) flows through a given inductance (in Henries). Unlike resistors, which dissipate energy as heat, inductors store energy reversibly, releasing it back into the circuit when the current decreases.

The Energy Stored in Inductor Formula: Core Equation & Symbols

To use the formula correctly on the bench or in simulation, you must strictly adhere to base SI units. The standard equation is:

E = ½ L I2

Below is the definitive symbol table for this equation. Do not substitute prefixes (like milli or micro) directly into these variables without converting them to their base exponential forms first.

Symbol Parameter Base SI Unit Unit Abbreviation Practical Measurement Tool
E Energy stored Joules J Calculated (not directly measurable)
L Inductance Henries H LCR Meter (e.g., Keysight E4980A)
I Current Amperes A Clamp meter or DMM in series

Rearranged Forms

In power supply design and magnetics selection, you frequently need to solve for inductance or current rather than energy. Here are the algebraically rearranged forms:

  • Solving for Inductance (L): L = 2E / I2 (Useful when sizing an inductor to absorb a known flyback energy spike).
  • Solving for Current (I): I = √(2E / L) (Useful for finding the peak current limit before core saturation or thermal failure).

Assumptions, Limitations, and Realistic Magnitudes

The formula E = ½ L I2 is elegant, but it relies on physical assumptions that break down in real-world high-power magnetics. Understanding these limitations prevents catastrophic design failures.

When the Formula Applies (and When It Doesn't)

This equation assumes a linear inductor—meaning the inductance (L) remains constant regardless of the current flowing through it. In reality, inductors with ferromagnetic cores (ferrite, powdered iron, or silicon steel) exhibit core saturation.

When the magnetic flux density (B) reaches the material's saturation limit (typically 0.3T to 0.4T for ferrites, and ~1.0T for powdered iron), the relative permeability (μr) plummets toward 1 (the permeability of air). As the core saturates, the effective inductance drops drastically. If you use the nominal, unsaturated inductance value in the formula at high currents, you will grossly overestimate the stored energy. For precise energy calculations near saturation, you must integrate the area under the actual B-H curve or use the dynamic inductance value at that specific operating point, as detailed in Texas Instruments' Magnetics Design Guidelines.

What a Realistic Answer Magnitude Looks Like

Engineers new to magnetics often misunderstand the scale of Joules in practical circuits. Here is a benchmark of realistic magnitudes:

  • Signal Filtering (mJ range): A 10μH RF choke carrying 50mA stores just 12.5 nanojoules (0.0000000125 J).
  • Automotive Relays (mJ range): A standard 12V Bosch-style relay coil (~50mH, 150mA) stores roughly 0.56 millijoules. This is enough to pit the contacts over time without a flyback diode.
  • Switch-Mode Power Supplies (J range): A large 100μH buck converter inductor carrying 50A peak stores 0.125 Joules. This energy must be safely managed during short-circuit faults.
  • Superconducting Magnets (kJ to MJ range): An MRI machine's main magnet (e.g., 10H at 100A) stores 50,000 Joules (50 kJ). If this energy is released suddenly (a "quench"), it can vaporize copper and cause explosive structural damage.

Worked Examples with Strict Unit Tracking

⚠ The #1 Bench Mistake: Unit Prefix Errors

The most common error when calculating inductor energy is plugging milliamps (mA) and millihenries (mH) directly into the formula. Because the current is squared, using mA instead of A introduces a 1,000,000x error. Using mH introduces another 1,000x error. Always convert to base SI units (Amperes and Henries) before calculating.

Problem 1: Calculating Stored Energy in a DC-DC Converter

Scenario: You are designing a snubber network for a boost converter. The main power inductor is rated at 4.7mH. During peak load, your oscilloscope current probe measures a peak current of 2.5A flowing through the inductor. How much energy must your snubber dissipate if the switch opens?

Step 1: Convert to base SI units.

  • L = 4.7 mH = 4.7 × 10-3 H = 0.0047 H
  • I = 2.5 A (already in base units)

Step 2: Apply the formula.

  • E = ½ × L × I2
  • E = 0.5 × 0.0047 H × (2.5 A)2

Step 3: Execute the math with unit tracking.

  • E = 0.5 × 0.0047 × 6.25
  • E = 0.0146875 Joules

Answer: The inductor stores 14.7 mJ of energy. A standard 1N4007 flyback diode or a small RC snubber can easily absorb this pulse without failing.

Problem 2: Finding the Peak Current Limit for Core Saturation

Scenario: You are testing a custom-wound powdered iron toroid for a high-current solar charge controller. The LCR meter reads 22μH at low signal levels. However, the core manufacturer's datasheet specifies that the core reaches hard saturation when the stored magnetic energy exceeds 50 mJ. What is the absolute maximum peak current you can allow before the inductor loses its inductance?

Step 1: Convert to base SI units.

  • E = 50 mJ = 50 × 10-3 J = 0.05 J
  • L = 22 μH = 22 × 10-6 H = 0.000022 H

Step 2: Select the rearranged formula.

  • I = √(2E / L)

Step 3: Substitute and solve.

  • I = √(2 × 0.05 J / 0.000022 H)
  • I = √(0.1 / 0.000022)
  • I = √(4545.4545...)
  • I ≈ 67.419 A

Answer: The peak current must be limited to 67.4 A. In your firmware, you should set the overcurrent protection (OCP) trip point to roughly 60A to provide a 10% safety margin below the saturation threshold, ensuring the inductor remains linear during transient spikes.

Frequently Asked Questions

How does the energy stored in an inductor compare to a capacitor?

While an inductor stores energy in a magnetic field proportional to the square of the current (E = ½ L I2), a capacitor stores energy in an electric field proportional to the square of the voltage (E = ½ C V2). On the bench, this means an inductor resists changes in current (acting like electrical flywheel), while a capacitor resists changes in voltage (acting like a pressure tank). In LC resonant circuits, energy continuously sloshes back and forth between the magnetic field of the inductor and the electric field of the capacitor at the resonant frequency.

Why is the energy stored in an inductor proportional to the square of the current?

This relationship comes directly from calculus and the definition of electrical power. Power is the rate of energy transfer: P = V × I. For an inductor, the voltage across it is defined by Faraday's law as V = L(di/dt). Substituting this into the power equation gives P = L(di/dt) × i. To find the total energy (E), we integrate power over time from i=0 to i=I:

E = ∫ P dt = ∫ (L × i × di/dt) dt = L ∫ i di

The integral of i with respect to di is ½ i2. Evaluated from 0 to I, this yields E = ½ L I2. The square arises because both the induced voltage and the current are increasing simultaneously as the magnetic field builds.

What happens to the stored energy when an inductor circuit is suddenly opened?

When a switch opens, the current attempts to drop to zero instantly (dt approaches 0). Because V = L(di/dt), the induced voltage spikes toward infinity to maintain current flow. In physical reality, this stored energy (E = ½ L I2) forces electrons across the air gap of the opening switch, creating an arc. This dissipates the energy as intense heat, light, and electromagnetic interference (EMI), eventually destroying the switch contacts or the driving transistor. To prevent this, engineers place a flyback diode (like a 1N5819 Schottky) in reverse parallel across the inductor. The diode provides a safe, low-resistance path for the current to circulate, allowing the stored magnetic energy to dissipate slowly as heat in the diode's forward voltage drop and the wire's parasitic resistance.

Can the energy stored in inductor formula be used for AC circuits?

Yes, but with a critical distinction between instantaneous and average energy. The formula E = ½ L i(t)2 calculates the exact energy stored at any specific microsecond using the instantaneous AC current i(t). Because AC current constantly swings from positive peak to zero to negative peak, the stored energy pulses from maximum to zero twice per cycle.

If you want to know the average energy stored over a full AC cycle, you cannot use the peak current. You must use the RMS (Root Mean Square) current. The formula becomes Eavg = ½ L Irms2. For a pure sine wave, Irms is exactly Ipeak / √2, meaning the average stored energy is exactly half of the peak stored energy. For deeper AC magnetics analysis, refer to the core loss and RMS calculations outlined in standard resources like Electronics Tutorials on Inductors.