RC Time Constant Calculator
τ = RC and the 1τ–5τ charge table.
How to Use
- Enter R and C.
- τ = RC. 63.2% at 1τ, 99.3% at 5τ.
Show Work
Charge Table
History of the RC Time Constant
Michael Faraday's 1837 experiments on electrostatic induction first demonstrated that capacitors charge exponentially through resistance. The formulation v(t) = V·(1 − e^(−t/τ)) with τ = RC came from Heaviside's 1880s circuit analysis, connecting the exponential time dependence to a single parameter — the product of resistance and capacitance. This single equation anchors every transient analysis in circuit theory.
The factor 63.2% at 1τ (exactly 1 − 1/e) is a mathematical convenience — it's where the tangent line at t=0 intersects the final value. At 5τ you've reached 99.3% (within half of 1%), which became the engineering convention for "settled." Precision instrumentation often uses 7τ (99.9%) for ADC input settling before conversion, to stay within ±1 LSB of a 10-bit measurement.
Reset circuits in 1970s MCUs (Intel 8080, Motorola 6800) relied on RC time constants to hold RESET low for several milliseconds after Vcc rose — giving the clock oscillator time to stabilize and internal logic to reach a known state. Modern MCUs include dedicated power-on reset (POR) circuits with brownout detection, but the RC approach still appears in discrete-logic reset ICs (MCP130, TL7705) and in watchdog-timer reset networks.
About This Calculator
Enter R and C. The tool returns τ = R·C plus the time-to-percent milestones: 63.2% at 1τ, 86.5% at 2τ, 95% at 3τ, 98.2% at 4τ, 99.3% at 5τ, 99.9% at 7τ. Charging follows v(t) = V·(1 − e^(−t/τ)); discharging follows v(t) = V·e^(−t/τ).
Common applications: debounce networks (τ ≈ 10-50 ms, covering typical contact bounce), RC power-on reset (τ ≈ 100 ms to delay startup past rail settling), op-amp feedback compensation (τ sized to the pole frequency), ADC input filters (τ much shorter than sample period so signal settles between samples), and sample-and-hold droop (τ_hold much longer than conversion time). Everything runs client-side; no values leave your browser.
About the RC Time Constant Calculator
The RC Time Constant Calculator gives you a fast, free answer for electronics and circuit design without sending anything off your device. τ = RC and the 1τ–5τ charge table.
How it works
Enter your figures and the result appears instantly, updating the moment you change anything. There is no submit button and nothing to wait for, so it is easy to try a few what-if numbers and compare the results. Just check each box holds the kind of value it expects.
Want the deeper story? The Knowledge Base explains the ideas behind the tools in more detail.
Frequently Asked Questions
Charging?
v(t) = V·(1−e^(−t/τ)).
Discharging?
v(t) = V·e^(−t/τ).
How do I use the RC Time Constant Calculator?
Just type your numbers. The answer shows up right away — there is no button to press. Change anything and it updates by itself.
Does it cost anything or need an account?
No. The tool is completely free, there is no account to create, and it keeps working offline after the page first loads.
Is anything I type uploaded?
No. The tool works entirely on your device, so the values you enter never leave your browser.
Common Use Cases
Debounce
RC + Schmitt.
Reset IC
Power-on reset.
Last updated: