If you have ever watched a 12 AWG jumper wire vaporize when shorting a capacitor bank, you already understand the physical reality of the power in capacitor formula. On paper, capacitors are simple energy storage devices. On the bench, they are transient power cannons. Understanding exactly how much power a capacitor delivers or absorbs at any given millisecond is the difference between a reliably pulsed circuit and a melted PCB trace.
This guide strips away the abstract textbook prose. We will derive the formula from first principles, track the units through real math problems, and look at a bench scenario where ignoring these calculations led to a smoky failure.
The Core Power in Capacitor Formula and Symbol Definitions
To understand instantaneous power in a capacitor, we start with the fundamental definition of electrical power: p(t) = v(t) × i(t). We also know the governing current equation for a capacitor is i(t) = C × (dv/dt). By substituting the current equation into the power equation, we arrive at the primary formula for instantaneous power:
p(t) = C × v(t) × (dv/dt)
Alternatively, if you start from the energy stored in a capacitor (W = 0.5 × C × v²) and take the derivative with respect to time (dW/dt), the chain rule yields the exact same result: 0.5 × C × 2v × (dv/dt) = C × v × (dv/dt).
| Symbol | Definition | Standard SI Unit | Practical Bench Unit |
|---|---|---|---|
p(t) |
Instantaneous power at time t | Watts (W) | Watts, Kilowatts (kW) |
C |
Capacitance | Farads (F) | Microfarads (µF), Millifarads (mF) |
v(t) |
Instantaneous voltage across the capacitor | Volts (V) | Volts (V) |
dv/dt |
Rate of change of voltage over time | Volts per second (V/s) | Volts per millisecond (V/ms) |
W |
Total energy stored | Joules (J) | Joules (J) |
Rearranged Forms and Unit Pitfalls That Break Your Math
On the bench, you rarely need to solve for power directly. Usually, you have a power supply limit or a load requirement, and you need to back-calculate the capacitor size or the required voltage slew rate. Here are the rearranged forms solving for each variable:
- Solving for Capacitance (C):
C = p(t) / [v(t) × (dv/dt)]— Use this when your power supply has a strict peak current/power limit during the charging phase. - Solving for Slew Rate (dv/dt):
dv/dt = p(t) / [C × v(t)]— Use this to determine how fast a voltage will collapse when a specific power load is applied. - Solving for Voltage (v(t)):
v(t) = p(t) / [C × (dv/dt)]— Use this to find the instantaneous voltage when a known constant power is being drawn at a specific slew rate.
Unit Mistakes That Will Break Your Calculations
The most common reason hobbyists and junior engineers get wildly incorrect answers is failing to convert practical bench units into base SI units before multiplying.
470 × 10⁻⁶ F in the formula. If your voltage changes over 5 milliseconds, your dv/dt must be calculated in seconds (e.g., 12V / 0.005s = 2400 V/s). Mixing microfarads with milliseconds without adjusting the exponents will result in power calculations that are off by a factor of 1,000 or more.
Assumptions and Limitations
This formula assumes an ideal capacitor. It calculates the power transferred into or out of the electric field. It completely ignores Equivalent Series Resistance (ESR) and Equivalent Series Inductance (ESL). In high-current pulse applications, the internal I²R heating (power dissipated as heat inside the capacitor itself) can exceed the power delivered to the load. For high-frequency AC, this formula calculates instantaneous reactive power, not real power (Watts).
Solved Problems: Tracking Units from Microfarads to Watts
Let us run two scenarios with explicit unit tracking to prove the math holds up.
Problem 1: Linear Charging of a Filter Capacitor
Scenario: A soft-start circuit linearly ramps the voltage across a 1,000 µF bulk capacitor from 0V to 24V over 10 milliseconds. What is the peak instantaneous power delivered to the capacitor at the very end of the ramp?
- Convert to SI units: C = 1,000 × 10⁻⁶ F = 0.001 F. Time (t) = 10 × 10⁻³ s = 0.01 s.
- Calculate dv/dt: Since the ramp is linear, dv/dt is constant. Δv = 24V - 0V = 24V.
dv/dt = 24V / 0.01s = 2,400 V/s. - Identify v(t) at peak: The peak power occurs when v(t) is at its maximum, which is 24V.
- Apply formula:
p(t) = C × v(t) × (dv/dt)
p(t) = [0.001 F] × [24 V] × [2,400 V/s] - Track units: Farads × Volts × (Volts/Seconds) = (Coulombs/Volt) × Volts × (Volts/Seconds) = Coulombs × Volts / Seconds = Joules / Seconds = Watts.
- Final Calculation: 0.001 × 24 × 2400 = 57.6 Watts.
Problem 2: Constant Current Discharge
Scenario: A 4,700 µF capacitor charged to 12V is discharged through a constant-current electronic load set to 3 Amps. What is the instantaneous power at exactly t = 0, and what is the slew rate?
- Convert to SI units: C = 4,700 × 10⁻⁶ F = 0.0047 F.
- Find dv/dt using i = C(dv/dt): Since it is discharging, current is negative relative to the voltage polarity.
i = -3A.
dv/dt = i / C = -3A / 0.0047 F = -638.3 V/s. - Apply power formula at t=0: At t=0, v(t) = 12V.
p(0) = C × v(0) × (dv/dt)
p(0) = 0.0047 F × 12 V × (-638.3 V/s) - Final Calculation: -36.0 Watts. (The negative sign simply indicates power is flowing out of the capacitor and into the load. The load is absorbing 36W at t=0).
Real-World Bench Scenario: The Capacitor Bank Melt-Down
Formulas are useless if you ignore the physical constraints of your materials. Here is a teardown of a bench failure involving a DIY spot welder build.
The Setup
A hobbyist wired five Cornell Dubilier 10,000 µF 50V computer-grade electrolytic capacitors in parallel to create a pulse bank for spot welding nickel strips. Total capacitance: 50,000 µF (0.05 F). They charged the bank to 40V using a bench supply, then used a standard 18 AWG silicone jumper wire to manually short the terminals to the welding probes.
The Numbers
Let us look at the energy and average power. Total stored energy W = 0.5 × C × V².
W = 0.5 × 0.05 F × (40V)² = 40 Joules.
When shorted, the bank discharged through the wire and the nickel strip in approximately 1.5 milliseconds (0.0015s), limited by the ESR of the capacitors and the inductance of the leads.
Average Power = Energy / Time = 40 J / 0.0015 s = 26,666 Watts (26.6 kW).
The Outcome and What Went Wrong
The 18 AWG jumper wire instantly vaporized, splattering molten copper across the workbench and ruining the welding probes. The welder failed to fire properly because the wire acted as a fuse, interrupting the current before the nickel strip could heat up.
What went wrong: The hobbyist looked at the steady-state current rating of 18 AWG wire (roughly 14A for chassis wiring) and assumed it was fine for a brief pulse. They failed to calculate the instantaneous power and peak current. At 40V, assuming a total circuit resistance (ESR + wire) of just 0.02 ohms, peak current I = V/R = 40 / 0.02 = 2,000 Amps. Peak instantaneous power at t=0 was 40V × 2000A = 80,000 Watts. For pulsed power delivery, you must use heavy copper busbars or thick parallel battery cables (like 2/0 AWG welding cable), not flexible silicone hookup wire. As noted in electronics tutorials on capacitance, the physical construction and ESR of the capacitor dictate how much of this theoretical power can actually be extracted without catastrophic internal heating.
Realistic Magnitudes and When the Formula Actually Applies
Knowing what a "normal" answer looks like prevents you from trusting a math error. Here is a reality check for power magnitudes across different applications:
- Signal Coupling & Audio (0.1 µF to 10 µF): Power magnitudes are in the microwatts (µW) to milliwatts (mW) range. The formula applies, but ESR losses are negligible.
- Power Supply Bulk Filtering (100 µF to 10,000 µF): During startup inrush, power spikes can hit tens to hundreds of Watts for a few milliseconds. This is where soft-start circuits are mandatory to prevent tripping upstream breakers.
- Pulsed Power & Spot Welding (0.01 F to 1.0 F): Power magnitudes are in the kilowatts (kW) to megawatts (MW) range for fractions of a millisecond. This is where the ideal formula breaks down, and ESR/ESL dominate the real-world behavior.
When the Formula Applies (and When It Doesn't)
The p(t) = C × v(t) × (dv/dt) formula is strictly for transient analysis—when the voltage is actively changing.
If you apply a steady DC voltage to a capacitor, dv/dt = 0. Therefore, p(t) = 0. An ideal capacitor dissipates zero real power in steady-state DC. If your multimeter shows current flowing continuously through a DC capacitor, you are not measuring capacitive power; you are measuring leakage current through the dielectric, which is a parasitic resistive effect.
In AC circuits, the voltage is constantly changing, so dv/dt is never zero. However, the power calculated by this formula is reactive power. The capacitor absorbs power during one quarter-cycle and returns it to the source during the next. The net real power (Watts) consumed by an ideal capacitor over a full AC cycle is zero. For AC power factor and real dissipation calculations, you must look at the capacitor's Dissipation Factor (DF) or ESR, as detailed in Georgia State University's HyperPhysics capacitor energy resources.
Mastering this formula means knowing exactly when to use it to size a charging resistor, and knowing when to put the calculator down and look at the physical gauge of your copper.






