RC Charging Circuit
When a voltage source is applied through a series resistor, the capacitor charges exponentially. The time constant τ = RC determines how fast it charges. After 1τ the capacitor reaches 63.2% of V. After 5τ it is effectively fully charged (99.3%).
Capacitor Charge Calculator
Three questions: how much charge does a capacitor store at a given voltage, how much energy is in that charge, and how long does it take to charge or discharge through a resistor. Enter capacitance and voltage to get charge and energy. Add a series resistance to get the full RC timing analysis — time constant, peak current, and specific charge/discharge times.
Core Formulas
E = ½ × C × V² — energy stored (joules)
τ = R × C — time constant (seconds)
Ipeak = V / R — peak charging current at t = 0
Vc(t) = V × (1 − e−t/τ) — charging voltage over time
Vc(t) = V × e−t/τ — discharging voltage over time
Charge (Q) tells you how many coulombs of electrons sit on the capacitor plates. Energy (E) tells you how much work they can do when released. Energy scales with V squared — doubling the voltage quadruples the stored energy. The underlying V/R relationship follows Ohm’s law.
The Time Constant (τ = RC)
The time constant is the single number that characterises how fast the circuit responds. During charging, τ is the time to reach 63.2% of the supply voltage. During discharging, τ is the time to fall to 36.8% of the initial voltage. Key milestones:
Discharging: 1τ → 36.8% | 3τ → 5.0% | 4.6τ → 1.0%
For practical purposes, a capacitor is “fully charged” at 5τ (99.3%) and “fully discharged” at 5τ (0.7%). Most designs use 3τ (95%) as the working threshold and 4.6τ (99%) for safety-critical timing. For a dedicated timing analysis, see the RC Time Constant Calculator.
Worked Example — RC Timer (100 µF, 10 kΩ, 5 V)
Classic timing circuit. C = 100 µF, R = 10 kΩ, V = 5 V.
E = 0.5 × 100×10−6 × 25 = 1.25 mJ
τ = 10000 × 100×10−6 = 1.0 second
Ipeak = 5 / 10000 = 0.5 mA
Charge to 63.2% (3.16 V): 1.0 s
Charge to 95% (4.75 V): 3.0 s
Charge to 99% (4.95 V): 4.6 s
Discharge to 36.8% (1.84 V): 1.0 s
Discharge to 5% (0.25 V): 3.0 s
Discharge to 1% (0.05 V): 4.6 s
A 1-second time constant makes the maths easy and the behaviour visible on an oscilloscope. This is the standard RC combination for demonstrating exponential charging and for basic delay circuits (555 timer, comparator-based timing, microcontroller analog input timing).
Worked Example — Camera Flash (330 µF, 300 V)
C = 330 µF, V = 300 V. No series resistance (the flash tube is the discharge path).
E = 0.5 × 330×10−6 × 90000 = 14.85 J
14.85 joules released in a few milliseconds produces a bright flash. This is enough energy to be dangerous — 300 V across 330 µF can deliver a lethal shock. Camera flash capacitors are the reason bleeder resistors and discharge procedures matter.
Worked Example — Decoupling Capacitor (100 nF, 50 Ω, 3.3 V)
C = 100 nF, R = 50 Ω (source impedance), V = 3.3 V.
E = 0.5 × 100×10−9 × 10.89 = 544.5 nJ
τ = 50 × 100×10−9 = 5 µs
Ipeak = 3.3 / 50 = 66 mA
Charge to 95%: 15 µs
Charge to 99%: 23 µs
Nanosecond-scale time constant. This is why 100 nF ceramic capacitors are placed next to every IC — they respond fast enough to supply transient current demands before the bulk power supply can react.
Charge and Energy — How They Scale
Charge Scales Linearly
Q = C × V. Double the capacitance or double the voltage and charge doubles. A 1000 µF capacitor at 5 V stores 5 mC. The same capacitor at 10 V stores 10 mC.
Energy Scales with Voltage Squared
E = ½CV². Double the voltage and energy quadruples. A 1000 µF capacitor at 5 V stores 12.5 mJ. At 10 V: 50 mJ. At 50 V: 1.25 J. At 400 V: 80 J. This is why high-voltage capacitors are dangerous even at small capacitance values — and why energy storage applications (supercapacitors, capacitor banks) focus on maximising both C and V. For a focused energy analysis, use the Capacitor Energy Calculator.
Practical Applications
Timing Circuits
555 timers, monostable multivibrators, and microcontroller delay loops all rely on RC charge/discharge timing. The time constant τ = RC sets the pulse width or oscillation frequency. Adjust R or C to change the timing.
Power Supply Filtering
Bulk capacitors after a rectifier smooth the DC output. The RC time constant (where R is the load resistance) determines how much voltage ripple remains between charging pulses. Larger C or larger R (lighter load) = less ripple.
Energy Storage
Supercapacitors (1 F to 3000 F) store enough energy to power backup systems, hold memory during power loss, or provide burst current. E = ½CV² quantifies exactly how much energy is available.
Decoupling and Bypass
Small ceramic capacitors (100 nF, 1 µF) placed near IC power pins absorb high-frequency transient demands. Their fast RC response (nanoseconds to microseconds) is the key — they supply current faster than the power supply traces can.
Safety — Stored Energy Hazards
Any capacitor charged above ~50 V with more than ~0.25 J of stored energy is a shock and burn hazard. Use the calculator to check E = ½CV² before working on a circuit. If the number is significant, discharge the capacitor through a bleeder resistor first.
Frequently Asked Questions
Last updated: March 2026