The direct answer: the formula for magnetic energy stored in an inductor is E = ½LI2, where E is energy in Joules, L is inductance in Henries, and I is current in Amperes. For magnetic fields distributed in a volume, the equivalent field formula is E = (B2 / 2μ)V. Whether you are sizing a buck converter choke or calculating the destructive potential of an MRI quench, this equation defines the exact joule count trapped in the magnetic field.

The Core Formula and Symbol Definitions

Before running calculations on the bench, you need to map every variable to its strict SI unit. The circuit-level formula (E = ½LI2) and the field-level formula (E = (B2 / 2μ)V) describe the exact same physical phenomenon from two different vantage points. According to All About Circuits, the circuit model is what you use for PCB design, while the field model is what magnetics engineers use to design the physical core geometry.

Table 1: Symbol Definitions and SI Units for Magnetic Energy
Symbol Parameter SI Unit Practical Bench Notes
E Magnetic Energy Joules (J) 1 Joule = 1 Watt-second. Often measured in μJ or mJ on the bench.
L Inductance Henries (H) Usually μH or mH in power electronics. Drops sharply at core saturation.
I Current Amperes (A) Must be the instantaneous DC or peak AC current flowing through the coil.
B Magnetic Flux Density Teslas (T) Ferrite cores typically saturate between 0.3T and 0.4T.
μ Permeability H/m μ = μ0μr. Air is ~1; ferrites are 1,000 to 10,000.
V Core Volume Cubic meters (m3) The physical volume of the magnetic field path, not just the plastic casing.

Rearranged Forms for Design Work

On the bench, you rarely solve for E in isolation. You usually have an energy requirement or a current limit and need to find the missing component spec. Here are the algebraic rearrangements:

  • Solving for Inductance: L = 2E / I2 (Use when you know the required energy storage and your peak current limit).
  • Solving for Current: I = √(2E / L) (Use to find the absolute maximum current before a specific energy threshold—like a core's saturation energy—is exceeded).
  • Solving for Flux Density: B = √(2μE / V) (Use in physical core design to ensure B stays below the saturation limit of the material).

Real-World Energy Magnitudes Across Applications

What does a realistic answer magnitude look like? A common mistake hobbyists make is assuming all inductors store dangerous amounts of energy. In reality, board-level passives store microscopic amounts, while industrial magnetics store enough to weld metal. The table below maps real-world components to their stored magnetic energy at rated current.

Table 2: Real-World Magnetic Energy Magnitudes by Application
Application / Component Typical Inductance (L) Operating Current (I) Stored Energy (E = ½LI2) Hazard Level
0805 SMD Ferrite Bead (Signal Line) 100 nH 0.5 A 12.5 nJ None (Negligible)
Wurth Elektronik WE-PD (Buck Converter) 100 μH 5.0 A 1.25 mJ Low (Can damage sensitive ICs)
EV Traction Inverter DC-Link Choke 2.0 mH 400 A 160 J High (Lethal arc flash potential)
Siemens 1.5T MRI Superconducting Coil 10.0 H 100 A 50,000 J (50 kJ) Extreme (Explosive quench hazard)

As noted in Georgia State University's HyperPhysics database, the energy scales linearly with inductance, but quadratically with current. This is why a 400A EV choke stores vastly more energy than a 100A industrial motor choke, even if their inductances are similar.

When the Formula Applies (and When It Breaks)

The Linearity Assumption and Core Saturation

The formula E = ½LI2 assumes that inductance (L) is a constant value regardless of the current. This is only true for air-core inductors or gapped ferrite/powdered-iron cores operating well below their saturation point.

When a solid ferrite core approaches magnetic saturation (typically around 0.35 Tesla for MnZn ferrites), the permeability (μ) plummets. Consequently, L drops. If you blindly plug the nominal 100μH datasheet value into the formula while pushing 20A through a core rated for 5A, your calculated energy will be wildly inaccurate. The actual stored energy will be significantly lower than the formula predicts because the core can no longer support the magnetic field density. Always check the manufacturer's L vs. I saturation curve before running energy calculations at peak loads.

The Unit Mistakes That Break the Math

Because the current term is squared, unit conversion errors are catastrophic. The two most common bench mistakes are:

  1. The mA Trap: Plugging 500 mA into the formula as '500' instead of '0.5'. Because the term is squared, this results in an answer that is one million times too large. Always convert to base Amperes first.
  2. The μH Trap: Forgetting to convert microhenries to Henries. 4.7μH must be entered as 0.0000047 H (or 4.7 × 10-6 H). If you use '4.7', your energy result will be off by a factor of one million.

Worked Examples with Unit Tracking

Let's walk through two practical scenarios, tracking every unit conversion to ensure the math holds up to physical reality.

Example 1: Sizing a Snubber Capacitor for an Inductive Kickback

Scenario: You are switching a 50 mH relay coil carrying 2.0 A of DC current using a MOSFET. When the MOSFET turns off, the inductor will dump its stored magnetic energy into your snubber network. You want to use a capacitor to absorb this energy and limit the voltage spike across the MOSFET to a maximum of 50V (above the 12V supply rail, so ΔV = 50V). What capacitance do you need?

Step 1: Calculate the stored magnetic energy.

  • L = 50 mH = 0.050 H
  • I = 2.0 A
  • E = ½LI2
  • E = 0.5 × 0.050 H × (2.0 A)2
  • E = 0.5 × 0.050 × 4.0 = 0.1 Joules (100 mJ)

Step 2: Equate to capacitive energy and solve for C.

The capacitor must absorb this exact energy. The formula for capacitive energy is E = ½C(ΔV)2.

  • 0.1 J = ½ × C × (50 V)2
  • 0.1 = 0.5 × C × 2500
  • 0.1 = 1250 × C
  • C = 0.1 / 1250 = 0.00008 Farads (80 μF)

Bench Takeaway: You would select a standard 100μF, 100V ceramic or film capacitor to safely clamp the spike with a 20% margin.

Example 2: Checking Core Saturation Energy in a Buck Converter

Scenario: A TDK SRN6045TA-100M power inductor has a nominal inductance of 10μH and a saturation current (Isat) rating of 2.3 A. What is the maximum magnetic energy this core can store before it begins to saturate and lose inductance?

Step 1: Identify the threshold variables.

  • L = 10 μH = 10 × 10-6 H
  • Isat = 2.3 A

Step 2: Apply the formula.

  • Emax = ½ × (10 × 10-6 H) × (2.3 A)2
  • Emax = 0.5 × 0.000010 × 5.29
  • Emax = 0.00002645 Joules = 26.45 μJ

Bench Takeaway: If your buck converter topology requires the inductor to store more than ~26 μJ per switching cycle, this specific TDK part will saturate, causing a massive current spike that will likely destroy your switching MOSFET. You must select a physically larger core with a higher Isat rating.

Safety and Practical Bench Considerations

Magnetic energy is not just a theoretical number; it is stored kinetic potential that demands a path when the circuit opens. The fundamental rule of inductors is that they resist changes in current. If you interrupt a circuit carrying 160 J (like the EV traction choke in Table 2) without a freewheeling diode, active crowbar, or snubber, the inductor will generate whatever voltage is necessary to keep the current flowing.

⚠ High-Energy Inductive Hazard: For any inductor storing more than 1 Joule of energy at operating current, a simple flyback diode is often insufficient due to slow reverse recovery and prolonged decay times. Use an active clamp circuit, a TVS diode network, or a dedicated crowbar thyristor to safely dissipate the magnetic energy into a resistive load. Never open-circuit a high-current inductor on the bench; the resulting arc flash can cause severe burns and blindness.

When designing power systems, always calculate the E = ½LI2 value at the absolute worst-case fault current, not just the nominal operating current. If a short circuit occurs downstream of a DC-link choke, the current will ramp up until the upstream breaker trips. The energy stored at that peak fault current dictates the physical size and joule-rating of the MOVs and TVS diodes required to keep the system from catching fire. Reference the Texas Instruments Application Reports on inductor selection for deeper thermal and saturation modeling techniques.