The energy equation for a capacitor is E = ½CV2, where energy (E) is measured in Joules, capacitance (C) in Farads, and voltage (V) in Volts. This formula defines the maximum theoretical work a capacitor can deliver when fully discharged from its rated voltage to zero. Whether you are sizing a bulk filter for a switching power supply, designing a camera flash trigger, or building a supercapacitor bank for a solar inverter, understanding exactly how much energy is stored—and how much is actually usable—is critical. Below, we break down the derivation, rearrange the formula for component selection, and run through bench-tested examples to show what these numbers actually mean in practice.

The Core Energy Equation and Symbol Definitions

When a DC voltage is applied to a capacitor, the power supply does work to move electrons against the growing electric field between the plates. Integrating this work over the charging cycle yields the fundamental energy equation:

E = ½ × C × V2

Symbol Parameter SI Unit Practical Bench Unit
E Stored Energy Joules (J) Joules, Watt-seconds (Ws)
C Capacitance Farads (F) Microfarads (µF), Millifarads (mF)
V Voltage across plates Volts (V) Volts DC (VDC)

In component selection and troubleshooting, you rarely need to solve for Energy alone. You usually have a target energy requirement or a fixed supply voltage and need to find the missing variable. Here are the rearranged forms of the equation:

  • Solving for Capacitance (C): C = 2E / V2 (Use when you know the required energy burst and your available bus voltage.)
  • Solving for Voltage (V): V = √(2E / C) (Use to find the minimum pre-charge voltage needed to deliver a specific energy payload from a known capacitor.)

Real-World Energy Storage by Capacitor Type

Textbook problems often use neat numbers like 1 Farad and 10 Volts. On the bench, capacitance and voltage ratings vary wildly by dielectric technology. Because voltage is squared in the energy equation, a capacitor with a lower capacitance but a much higher voltage rating will often store more total energy than a massive low-voltage capacitor. According to Georgia State University's HyperPhysics, the quadratic relationship with voltage means high-voltage film caps punch well above their weight in energy density.

The table below compares real-world capacitor types, showing how their physical construction limits their maximum stored energy.

Capacitor Technology Typical Model / Spec Capacitance (C) Max Voltage (V) Calculated Max Energy (E)
MLCC Ceramic Murata 1210 X5R 100 µF 6.3 V 0.00198 J
Polypropylene Film Cornell Dubilier 942C 10 µF 1200 V 7.20 J
Aluminum Electrolytic United Chemi-Con KMH 4700 µF 450 V 475.87 J
EDLC Supercapacitor Maxwell / Tesla 3000F 3000 F 2.7 V 10,935.0 J

Notice the 10µF film capacitor stores nearly 4,000 times more energy than the 100µF ceramic capacitor, purely because its voltage rating is 190 times higher (and 1902 = 36,100). This is why snubber circuits and pulse-power applications rely on high-voltage film caps rather than bulk electrolytics.

Worked Examples with Unit Tracking

Let's move from theory to the workbench. When calculating energy, tracking your units through every step prevents the most common design errors. As noted in the SparkFun Capacitor Tutorial, failing to convert microfarads to base Farads is the number one reason hobbyists miscalculate discharge times.

Problem 1: Camera Flash Discharge Energy

Scenario: You are repairing a vintage camera flash circuit. The main storage capacitor is rated at 330 µF and charges to 350 VDC. How much energy is delivered to the xenon tube upon firing?

  1. Identify and convert variables to base SI units:
    C = 330 µF = 330 × 10-6 F = 0.00033 F
    V = 350 V
  2. Apply the energy equation:
    E = ½ × C × V2
  3. Square the voltage:
    (350 V)2 = 122,500 V2
  4. Multiply and apply the ½ factor:
    E = 0.5 × 0.00033 F × 122,500 V2
    E = 0.5 × 40.425 J
    E = 20.21 Joules

Bench Note: 20 Joules released in 1 millisecond is a 20,000 Watt peak power pulse. This is why flash tubes get incredibly hot and require heavy-gauge trigger wiring.

Problem 2: Sizing a Capacitor for a Solenoid Kick

Scenario: You are designing a 24V DC latching solenoid circuit. The solenoid requires a minimum 5 Joule pulse to physically pull the plunger in. You have a 24V power supply. What minimum capacitance do you need?

  1. Identify variables:
    E = 5 J
    V = 24 V
  2. Rearrange the formula to solve for C:
    C = 2E / V2
  3. Plug in the values:
    C = (2 × 5 J) / (24 V)2
  4. Calculate the denominator:
    (24)2 = 576 V2
  5. Divide to find C:
    C = 10 / 576 F
    C = 0.01736 F
  6. Convert to practical units:
    0.01736 F = 17,360 µF (or roughly 17.3 mF)

Bench Note: To ensure the solenoid fires reliably despite capacitor ESR and wiring resistance, you would select the next standard value up, such as a 22,000 µF (22mF) 35V electrolytic capacitor.

Assumptions, Unit Traps, and Realistic Magnitudes

The equation E = ½CV2 is elegant, but it describes an ideal world. To use it effectively in real circuit design, you must understand its boundaries.

When the Formula Applies (and Its Assumptions)

  • Ideal Components: The formula assumes a perfect capacitor with zero Equivalent Series Resistance (ESR) and zero leakage current. In reality, when you discharge a 4700µF capacitor at 20 Amps, the internal ESR (say, 20mΩ) dissipates power as heat (I2R losses). The usable energy delivered to the load will always be lower than the calculated theoretical maximum.
  • Full Discharge to Zero: The formula calculates the energy stored between V and 0V. If your circuit uses a buck converter that stops drawing current when the capacitor drops to 10V, you cannot use the full calculated energy. You must calculate E at the starting voltage and subtract E at the cutoff voltage.
  • DC Steady-State: This formula applies to the instantaneous energy stored at a specific DC voltage. In AC circuits, the stored energy fluctuates continuously with the sine wave; engineers typically rely on reactive power (VAR) calculations rather than static Joule storage for AC analysis.

Unit Mistakes That Break the Math

I have seen countless breadboards fried and simulation models fail because of two specific unit traps:

  1. The "Micro" Trap: Plugging 4700 directly into the C variable instead of 0.0047. Because capacitance is a linear multiplier, this results in an answer that is exactly one million times too large.
  2. The Voltage Squared Trap: Forgetting to square the kilovolt prefix. If you have a 2kV pulse cap, V is 2000. V2 is 4,000,000. If you accidentally square the "2" and just multiply by 1000 later, your energy calculation will be off by a factor of 1,000, leading to catastrophic underestimation of arc flash hazards.

What a Realistic Answer Magnitude Looks Like

When you get your final answer, sanity-check the magnitude. Joules are surprisingly small. One Joule equals one Watt-second. A standard 60W incandescent lightbulb consumes 60 Joules every single second. Therefore, that massive 4700µF 450V capacitor storing 475 Joules could only power that 60W bulb for about 7.9 seconds (assuming 100% efficiency).

This is why capacitors are used for power (delivering energy very quickly) rather than energy storage (delivering energy over hours). When comparing to batteries, remember that 1 Watt-hour (Wh) equals 3,600 Joules. A modest 12V 100Ah lead-acid battery stores 1,200 Wh, which is 4,320,000 Joules. You would need over 9,000 of those 450V bulk electrolytic capacitors to match the energy of a single car battery. Use the energy equation to size capacitors for pulse loads, snubbers, and ride-through hold-up times, but defer to chemical batteries for long-term energy storage.