RC Time Constant Calculator
- Time constant (τ)
- 1 ms
- Low-pass cutoff
- 159.154943 Hz
- 1τ (63.2%)
- 1 ms
- 2τ (86.5%)
- 2.002 ms
- 3τ (95.0%)
- 2.996 ms
- 4τ (98.2%)
- 4.017 ms
- 5τ (99.3%)
- 4.962 ms
How to Use the RC Time Constant Calculator
The RC time constant τ characterizes how quickly a resistor-capacitor network responds to voltage changes. It governs low-pass filter cutoff frequency, timing oscillator periods, debounce intervals, and camera shutter delays. One number — tau — predicts behavior across charging, discharging, and AC frequency response, making it among the most reused quantities in analog electronics.
Time constant definition:
τ = R × C
Charge and discharge milestones (from zero or toward zero):
V(t) = Vmax × (1 − e−t/τ) (charging toward supply)
Standard milestones: 1τ → 63.2%, 2τ → 86.5%, 3τ → 95.0%, 4τ → 98.2%, 5τ → 99.3%. The calculator lists these times for your R and C values so you can set firmware timeouts, choose debounce intervals, or spec power-supply hold-up without plotting exponentials by hand.
AC low-pass −3 dB cutoff frequency: fc = 1 / (2π × R × C). A 1 kΩ / 100 nF pair gives τ = 100 µs and fc ≈ 1.59 kHz — audio treble rolloff territory. High-pass configurations swap R and C roles in the network but use the same τ product for equivalent timing.
Worked example: Debouncing a mechanical switch with R = 10 kΩ and C = 100 nF: τ = 10,000 × 0.0000001 = 1 ms. Contact bounce under 5 ms clears by 3τ (3 ms) at 95% settled. For a 555 monostable timer, pulse width ≈ 1.1 × R × C = 1.1 ms with the same components. A 47 kΩ / 10 µF RC gives τ = 0.47 s — suitable for a power-on reset hold of roughly 1.4 s (3τ) before releasing reset.
See the capacitor charge time calculator for arbitrary target percentages and the series/parallel resistor calculator when multiple resistors set the effective R.
Common RC combinations
| R | C | τ | f_c (−3 dB) |
|---|---|---|---|
| 1 kΩ | 100 nF | 100 µs | 1.6 kHz |
| 10 kΩ | 100 nF | 1 ms | 159 Hz |
| 10 kΩ | 1 µF | 10 ms | 15.9 Hz |
| 47 kΩ | 10 µF | 470 ms | 0.34 Hz |
| 100 kΩ | 10 µF | 1 s | 0.16 Hz |
| 1 MΩ | 1 µF | 1 s | 0.16 Hz |
Frequently asked questions
Five time constants (5τ) reach 99.3% — engineering practice treats that as fully settled for most digital and timing purposes.
For a single-pole RC low-pass, f_c = 1/(2πRC) = 1/(2πτ). Lower τ means faster response and higher cutoff.
Capacitor ESR adds to R; load resistance in parallel with C modifies effective τ. Ideal R and C give baseline estimates.