Capacitor Discharge Curve
A charged capacitor discharges through a resistor following an exponential decay. The voltage drops to 36.8% after one time constant (τ = RC), to 5% after 3τ, and is considered fully discharged after 5τ (0.67%).
R — Discharge resistance. Larger R = slower discharge.
C — Capacitance. Larger C = more stored charge = slower discharge.
τ = RC — Time constant. After 1τ the voltage is at 36.8%. After 5τ it is effectively zero.
Capacitor Discharge Calculator
A charged capacitor stores energy in its electric field. When connected to a resistor, the stored charge flows as current, and the voltage decays exponentially toward zero. The rate of decay depends on the RC time constant — the product of resistance and capacitance. This calculator computes the time constant, discharge milestones, time to any target voltage, initial current, and stored energy.
The Discharge Equation
τ = R × C — time constant (seconds)
I(t) = (V₀/R) × e−t/τ — current also decays exponentially
E = ½CV₀² — stored energy (joules)
t = −τ × ln(Vtarget/V₀) — time to reach target voltage
The exponential decay means the capacitor loses the same fraction of its remaining voltage each time constant. After 1τ it is at 36.8%, after 2τ at 13.5%, after 3τ at 5.0%, and after 5τ at 0.67% — considered fully discharged for practical purposes. For the relationship between charge, voltage, and capacitance, see the Capacitor Charge Calculator.
Time Constant Milestones
2τ — 13.5% remaining.
3τ — 5.0% remaining. Usually safe for most digital circuits.
5τ — 0.67% remaining. Considered fully discharged.
For safety (high voltage): wait at least 5τ and verify with a meter before touching.
PSU Bleeder (400V / 10kΩ / 470µF)
5τ = 23.5 s to fully discharge
Time to 50V: t = −4.7 × ln(50/400) = −4.7 × (−2.08) = 9.8 s
Initial current: I = 400/10000 = 40 mA
Stored energy: E = ½ × 470µF × 400² = 37.6 J
37.6 joules at 400 V is potentially lethal. The bleeder resistor ensures the capacitor discharges safely when the PSU is unplugged. 10 kΩ gives a 4.7 second time constant — the capacitor reaches 50 V in 9.8 seconds and is below 3 V after 23.5 seconds. For the bleeder resistor design itself, see the Bleeder Resistor Calculator.
555 Timer Discharge (5V / 100kΩ / 10µF)
Time to 1.67V (1/3 Vcc): t = −1.0 × ln(1.67/5) = 1.10 s
This is the LOW period of a 555 astable oscillator.
In a 555 timer circuit, the capacitor charges through RA + RB and discharges through RB alone. The discharge time from 2/3 Vcc to 1/3 Vcc determines the LOW output period. For the full RC timing calculation, use the RC Time Constant Calculator.
Camera Flash Tube (300V / 500Ω / 120µF)
Initial current: I = 300/500 = 600 mA
Energy: E = ½ × 120µF × 300² = 5.4 J
Time to 10V: t = −60ms × ln(10/300) = 204 ms
The flash tube presents a low resistance (simulated here as 500 Ω), so the discharge is fast — 60 ms time constant. The 5.4 joules discharge in roughly 200 ms, producing the brief intense flash. For the energy stored before firing, see the Capacitor Energy Calculator.
Safety Discharge (48V / 1MΩ / 100µF)
5τ = 500 s = 8.3 minutes
Time to 5V: t = −100 × ln(5/48) = 226 s = 3.8 minutes
High-impedance circuits (like multimeter inputs) discharge capacitors very slowly. A 100 µF capacitor at 48 V takes over 8 minutes through a 1 MΩ path. Never rely on passive leakage for safety — always install a dedicated bleeder resistor.
Safe Discharge Practice
Use a discharge resistor — not a screwdriver. A short circuit creates an arc, welds contacts, and can shatter ceramic capacitors.
Calculate the energy (E = ½CV²) before handling. Above 1 J is painful. Above 10 J is dangerous. Above 50 J is potentially lethal.
Wait 5τ minimum after power-off, then verify with a rated meter.
Stored Energy and Danger
The energy stored in a capacitor scales with the square of the voltage. A 1000 µF capacitor at 50 V stores 1.25 J (a sharp shock). The same capacitor at 400 V stores 80 J (potentially lethal). Voltage is the dominant factor. High-voltage power supply capacitors retain lethal charges for minutes or hours after power-off without a bleeder resistor.
Frequently Asked Questions
Last updated: March 2026