RC Time Constant Calculator
Calculate τ = R × C, cutoff frequency, and capacitor charge/discharge behavior.
What Is the RC Time Constant?
The RC time constant describes how quickly a capacitor charges or discharges through a resistor. It is written as the Greek letter tau (τ) and calculated with a simple formula:
τ = R × C
Where R is resistance in ohms (Ω) and C is capacitance in farads (F). The result is in seconds.
Why It Matters in Circuits
RC timing appears everywhere: debounce circuits, filters, pulse shaping, startup delays, and analog sensor smoothing. If you know the time constant, you can predict how long a signal needs to settle and how responsive the circuit feels.
- After 1τ, charging reaches about 63.2% of its final value.
- After 2τ, about 86.5%.
- After 3τ, about 95.0%.
- After 5τ, about 99.3% (often treated as “fully settled”).
Charging and Discharging Equations
Capacitor Charging
For a step input voltage V0, capacitor voltage during charging is:
VC(t) = V0(1 - e-t/τ)
Capacitor Discharging
Starting from V0, the capacitor decays as:
VC(t) = V0e-t/τ
How to Use This RC Calculator
- Enter resistance and choose its unit (Ω, kΩ, MΩ).
- Enter capacitance and choose its unit (F, mF, µF, nF, pF).
- Optionally enter a time value to evaluate voltage/percent at that point.
- Optionally enter a supply voltage to get actual volts instead of only percentages.
- Click Calculate.
Example
Suppose R = 10 kΩ and C = 100 µF. Then τ = 10,000 × 0.0001 = 1 second. The capacitor reaches about 63.2% in 1 second and about 99.3% in 5 seconds.
Cutoff Frequency Relationship
For a first-order RC filter, the cutoff frequency is:
fc = 1 / (2πRC)
A larger R or C means a slower response and lower cutoff frequency. A smaller R or C means a faster response and higher cutoff frequency.
Common Mistakes to Avoid
- Mixing units (for example, entering µF values as if they were F).
- Assuming one time constant means “fully charged” (it does not).
- Ignoring component tolerance (real resistors/capacitors vary from nominal values).
- Forgetting leakage and ESR in precision or high-speed designs.
Quick Design Rule
If you need a delay of roughly T seconds to near-full settle, start with: τ ≈ T / 5, then pick a convenient resistor and solve for capacitor (or vice versa).