rc calculator time constant

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 , charging reaches about 63.2% of its final value.
  • After , about 86.5%.
  • After , about 95.0%.
  • After , 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

  1. Enter resistance and choose its unit (Ω, kΩ, MΩ).
  2. Enter capacitance and choose its unit (F, mF, µF, nF, pF).
  3. Optionally enter a time value to evaluate voltage/percent at that point.
  4. Optionally enter a supply voltage to get actual volts instead of only percentages.
  5. 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).

🔗 Related Calculators