Calculateus

RC Time Constant Calculator

Calculate the time constant of a resistor-capacitor circuit, and the charge time to reach common thresholds.

Result

Time Constant (τ)
100 ms
Time to ~63% Charge (1τ)
100 ms
Time to ~99% Charge (5τ)
500 ms

About the RC Time Constant

An RC circuit's charging and discharging speed is governed by a single number, the time constant tau, and this calculator derives it directly from the resistor and capacitor values you enter. It also converts that time constant into two practical milestones: the time to reach roughly 63% charge and the time to reach roughly 99% charge.

How It Works

Enter the circuit's resistance in ohms and its capacitance in microfarads. The calculator converts the capacitance to farads, multiplies it by the resistance to get the time constant tau in seconds, then reports that value in milliseconds along with tau times 1 and tau times 5 to show the standard 1-tau and 5-tau charging benchmarks.

tau = R x C, with C converted from µF to farads. Reported in milliseconds as tau x 1000. The 5-tau milestone is tau x 5000 in milliseconds.

Formula & Methodology

The calculation itself is a single multiplication once units are aligned: resistance in ohms times capacitance in farads gives tau in seconds. Because component values are usually specified in microfarads, the tool multiplies the entered capacitance by 1e-6 before doing the multiplication. The two milestone rows aren't separate formulas, they're just tau scaled by 1 and by 5, reflecting the well-known exponential charging curve where a capacitor reaches about 63.2% of its final voltage after one time constant and about 99.3% after five.

Examples

Standard timing network

A 1,000 Ω resistor paired with a 100 µF capacitor gives a time constant of 100 ms, since 1000 x 0.0001 F = 0.1 s, and the capacitor reaches about 99% charge after roughly 500 ms (5 tau).

Fast debounce circuit

A smaller 220 Ω resistor with a 10 µF capacitor gives a much faster time constant of 2.2 ms, reaching approximately 63% charge in that time and about 11 ms for the 5-tau milestone.

Advantages

  • Converts raw resistor and capacitor values into a practical charge-time estimate without manual unit conversion.
  • Surfaces both the raw time constant and the more actionable 1-tau and 5-tau milestones in one result.
  • Useful for quickly checking whether a timing circuit, debounce filter, or power-on delay will meet a target speed.

Common Mistakes

  • Forgetting that capacitance is entered in microfarads, not farads, which is a common unit mismatch in RC calculations.
  • Treating 5 tau as "fully charged" in an exact sense, when it's actually about 99.3%, not 100%.
  • Ignoring that real-world capacitors have tolerance and leakage that shift the practical charge time away from the ideal RC formula.

Edge Cases to Watch For

  • The tool does not block a zero or negative resistance or capacitance, so an empty or zero entry will simply return a time constant of zero rather than an error message.
  • Very small capacitance values (picofarad-range parts) entered directly in the microfarad field will produce a tau so small it may round to 0.000 ms at the displayed precision.
  • The 63% and 99% figures are fixed constants tied to the exponential charging curve; they do not change based on supply voltage, since the percentage of final voltage reached at 1 tau or 5 tau is voltage-independent.

Common Use Cases

  • Hobbyist and student circuit builders sizing a debounce or timing RC network.
  • Electronics engineers estimating how quickly a filter or reset circuit will settle after power-on.
  • Anyone troubleshooting an existing RC circuit who wants to sanity check the expected charge or discharge speed.
Written & fact-checked by the Calculateus TeamLast updated August 5, 2026How we verify our formulas

Frequently asked questions

What does the RC time constant represent?

τ = R × C is the time it takes a capacitor to charge to about 63.2% of its final voltage (or discharge to 36.8% of its starting voltage) through a resistor - after 5 time constants, the capacitor is considered essentially fully charged or discharged (99.3%), which is why '5RC' is a common rule-of-thumb settling time in circuit design.

Conclusion

The RC time constant is the single most useful number for predicting how fast a resistor-capacitor circuit responds, and this calculator produces it along with the two milestones engineers reference most often. For circuits with tight timing tolerances, pair this estimate with real component tolerances rather than treating it as exact.