Capacitor Charge Time Calculator
Calculate RC time constant and capacitor charge/discharge time.
Reviewed by the ToolNestr Editorial Team — July 2026
How the RC time constant works
The RC time constant (τ) is the fundamental parameter that governs how quickly a capacitor charges or discharges through a resistor. It is the product of resistance and capacitance: τ = R × C. When a capacitor charges through a resistor from a DC voltage source, the voltage across the capacitor follows an exponential curve described by the equation V
After one time constant (1τ), the capacitor reaches approximately 63.2% of the supply voltage. After two time constants (2τ), it reaches 86.5%. By the time five time constants (5τ) have elapsed, the capacitor is considered fully charged at 99.3% of the supply voltage. The same exponential behavior applies during discharge, where the voltage follows V
The formulas
Time constant
Charge equation
Percentage of full charge
Worked example
Use cases for RC time constant calculations
The RC time constant is one of the most widely used calculations in electronics. It appears in circuit timing, filter design, signal processing, and power supply design. Understanding the relationship between resistance, capacitance, and time is essential for any engineer or hobbyist working with analog circuits.
Circuit timing
Monostable multivibrators, 555 timer circuits, and delay circuits all rely on RC time constants to set precise timing intervals from microseconds to minutes.
Filter design
Low-pass and high-pass RC filters have a cutoff frequency fc = 1 / (2πRC). Selecting the right R and C values determines the frequency range that passes through.
Power supply smoothing
Rectifier circuits use reservoir capacitors to smooth voltage ripples. The RC discharge time between AC peaks determines the ripple voltage magnitude and the required capacitor size.
Signal coupling & debouncing
AC-coupled amplifier stages use series capacitors to block DC while passing AC signals. RC debounce circuits filter out mechanical switch chatter with a carefully chosen time constant.
Tips for working with RC circuits
The 5τ rule of thumb
Always use the 5τ guideline when designing timing circuits. If you need a capacitor to reach a certain voltage within a specific time, calculate the required R and C such that the time budget is at least 5τ for full charge or discharge. For example, a 10 ms timing pulse needs R × C ≤ 2 ms to charge fully within the pulse width.
Electrolytic capacitor tolerance
Electrolytic capacitors typically have wide tolerances of ±20% or even −20% / +80%. If your timing circuit requires precision, use film or ceramic capacitors with tighter tolerances, or include a trim potentiometer in series with R to adjust the time constant.
Watch leakage current
Large electrolytic capacitors can have significant leakage current, which effectively acts as a parallel resistor. For very long time constants (minutes or hours), leakage may prevent the capacitor from ever reaching full charge. Choose low-leakage types or use a lower-value capacitor with a higher-value resistor.
AC signals and impedance
In AC circuits, a capacitor presents a frequency-dependent impedance XC = 1 / (2πfC). The RC time constant determines the cutoff frequency of filters and the phase shift in oscillator circuits. At the cutoff frequency, the capacitive reactance equals the resistance.
How the charging curve works in detail
When a DC voltage is applied to an RC series circuit, the capacitor initially acts as a short circuit (zero voltage across it), and the full voltage appears across the resistor. As the capacitor charges, the voltage across it rises exponentially while the current through the resistor decays exponentially. The rate of change is fastest at the beginning and slows down as the capacitor approaches the supply voltage.
Mathematically, the charge curve is described by the differential equation dV/dt = (V0 − V) / RC, which has the exponential solution given above. The initial rate of change (dV/dt at t = 0) equals V0 / τ, meaning the capacitor would reach full voltage in exactly one time constant if the rate stayed constant. However, because the rate decreases exponentially, it actually takes much longer to reach 100%.
During discharge, the process is reversed. The charged capacitor acts like a temporary voltage source, and the current flows in the opposite direction through the resistor. The voltage decays exponentially toward zero, following the same time constant but with a decreasing exponential. After 1τ of discharge, the voltage drops to 36.8% of its initial value; after 5τ, it is effectively zero (below 1%).
Common RC configurations and their time constants
| Configuration | Time constant formula | Circuit type |
|---|---|---|
| Series R + C | τ = R × C | Basic charge/discharge |
| Parallel RC | τ = R × C | Low-pass filter |
| Series RC (output across R) | τ = R × C | High-pass filter |
| Multiple R in series + C | τ = (R1 + R2) × C | Adjustable timing |
| R + multiple C in parallel | τ = R × (C1 + C2) | Larger capacitance |
Related tools
Frequently asked questions
What is the RC time constant?
It is τ = R × C, the time to charge a capacitor to ~63.2% of the supply voltage.
How long to fully charge?
About 5τ (5 time constants) is considered fully charged (~99.3%).
Does temperature affect it?
Yes — component values drift with temperature, so the time constant changes slightly.
What units should I use?
Enter resistance in ohms and capacitance in farads (or μF, nF, pF via unit buttons).
Sources & references
This tool uses standard formulas and reference values from:
- • NFPA 70 — National Electrical Code (NEC), conduit fill, box fill and conductor ampacity. nfpa.org
- • IPC-2221, Generic Standard on Printed Board Design (trace width / current). ipc.org
- • NIST reference constants and unit definitions; IEEE standards where applicable. nist.gov
For educational and preliminary use. Verify against full engineering calculations and the governing standard before any real design.