RC Filter Time Constant Calculator
Calculate the time constant (τ = RC), cutoff frequency (fc), and optional capacitor voltage at a specific time.
What Is the RC Time Constant?
The RC time constant tells you how quickly a resistor-capacitor circuit responds to a voltage change. It appears in low-pass filters, high-pass filters, sensor smoothing circuits, timing networks, and power-up reset designs.
The symbol is τ (tau), and the formula is:
τ = R × C
- R = resistance in ohms (Ω)
- C = capacitance in farads (F)
- τ = time constant in seconds (s)
After one time constant:
- Charging capacitor reaches about 63.2% of final voltage
- Discharging capacitor falls to about 36.8% of initial voltage
RC Filter Cutoff Frequency
For first-order RC filters, the time constant is directly related to the cutoff frequency:
fc = 1 / (2πRC)
This calculator returns both τ and fc, so you can quickly move between timing-domain and frequency-domain design.
How to Use This Calculator
Step 1: Enter Resistance and Capacitance
Type your resistor and capacitor values, then choose units (for example kΩ and µF).
Step 2: Click Calculate
You will instantly get:
- Time constant (τ) in seconds, milliseconds, and microseconds
- Cutoff frequency (Hz and kHz)
Step 3 (Optional): Add Voltage and Time
If you supply a voltage and a time value, the calculator also computes capacitor voltage at that moment for either charging or discharging mode.
Worked Examples
Example 1: Basic Low-Pass Filter
Let R = 10 kΩ, C = 100 nF.
- τ = 10,000 × 100e-9 = 0.001 s = 1 ms
- fc ≈ 1 / (2π × 0.001) = 159.15 Hz
This is a common value pair for basic analog filtering and signal smoothing.
Example 2: Same τ, Different Components
R = 1 kΩ, C = 1 µF also gives:
- τ = 1 ms
- fc ≈ 159.15 Hz
Different part choices can produce identical timing behavior, which is useful when you need to optimize cost, noise, leakage, or board size.
Design Tips for Real Circuits
- Check tolerances: 5% resistors and 10% capacitors can noticeably shift cutoff frequency.
- Watch capacitor type: electrolytic, ceramic, and film capacitors behave differently with temperature and voltage bias.
- Mind source/load impedance: connected stages can alter effective R and move your actual fc.
- Use simulation: verify with SPICE when transient response and frequency response both matter.
Common Mistakes
- Mixing units (for example entering 100 nF as 100 F by accident)
- Forgetting that 1 kΩ = 1000 Ω
- Assuming ideal behavior at very high frequencies where parasitics dominate
- Ignoring leakage in very long time-constant designs
Quick Reference
Useful Unit Conversions
- 1 kΩ = 103 Ω
- 1 MΩ = 106 Ω
- 1 µF = 10-6 F
- 1 nF = 10-9 F
- 1 pF = 10-12 F
Response Over Time
- At 1τ: 63.2% charged, 36.8% remaining on discharge
- At 3τ: ~95% charged
- At 5τ: ~99.3% charged (often treated as settled)
Final Thoughts
A good RC filter time constant calculator helps you move quickly from concept to practical component values. Whether you are building a low-pass filter, a high-pass input coupling network, or a simple delay element, understanding τ and fc gives you a strong foundation for reliable analog design.