rc time constant calculator

RC Time Constant Calculator

Enter any two values and leave one blank. The calculator will solve for the missing value using τ = R × C.

All values must be positive numbers.

What is an RC time constant?

The RC time constant tells you how quickly a capacitor charges or discharges through a resistor. In a simple resistor-capacitor circuit, the time constant is written as τ (tau) and is calculated by:

τ = R × C

Where R is resistance in ohms (Ω), C is capacitance in farads (F), and τ is time in seconds (s). Bigger resistance or bigger capacitance means a slower response.

Why τ matters in real circuits

The time constant appears everywhere in electronics: filter design, timing delays, sensor conditioning, debouncing, analog signal smoothing, and power-up reset circuits. If you know τ, you can predict how long it takes for a voltage to settle.

  • At , a charging capacitor reaches about 63.2% of final voltage.
  • At , it reaches about 86.5%.
  • At , it reaches about 95.0%.
  • At , it is effectively settled at 99.3%.

How to use this calculator

Option 1: Solve for τ

Enter resistance and capacitance values, leave τ blank, and click Calculate.

Option 2: Solve for R

Enter τ and C, leave resistance blank, and click Calculate.

Option 3: Solve for C

Enter τ and R, leave capacitance blank, and click Calculate.

Example calculation

Suppose you choose a resistor of 10 kΩ and a capacitor of 47 µF.

Convert units:

  • R = 10,000 Ω
  • C = 47 × 10-6 F

Then:

τ = 10,000 × 47 × 10-6 = 0.47 s

So in about 0.47 seconds, the capacitor charges to 63.2% of its final value; around 2.35 seconds (5τ), it is essentially fully charged.

Key RC equations

Charging equation

VC(t) = VS(1 - e-t/RC)

Discharging equation

VC(t) = V0e-t/RC

These are exponential behaviors, not linear ramps. That is why understanding τ is much more useful than guessing by intuition.

Common mistakes to avoid

  • Mixing units (for example, using kΩ and µF without converting).
  • Assuming 1τ means “fully charged” (it does not).
  • Forgetting component tolerances (real resistors/capacitors vary).
  • Ignoring leakage current and equivalent series resistance in precision timing.

Practical design tip

If your target is “settled” behavior, design around 4τ to 5τ, not 1τ. For instance, if your system must stabilize within 100 ms, choose RC so that τ is around 20–25 ms.

🔗 Related Calculators