RC Filter Calculator

RC Filter Calculator
fc = 1/(2πRC)
RC Filter Calculator — Low Pass
Ω Resistance (R)
C Capacitance (C)
Enter resistance (r) and capacitance (c)
RC Filter Calculator Results
Cutoff fc
Hz
ωc
rad/s
Time Constant τ
s
Reactance at fc
Ω
Type
 
Roll-off
 
RC Low Pass Filter Vin R C Vout fc = 1/(2πRC) — passes low frequencies, attenuates high

Figure 1: In an RC low-pass filter, the resistor is in series and the capacitor shunts to ground. At low frequencies the capacitor has high impedance and Vout ≈ Vin. At high frequencies the capacitor shorts to ground.

Table of Contents
Fundamentals
  1. What Is a RC Filter?
  2. The Formula
Worked Examples
  1. Audio Coupling
  2. Anti-Aliasing
  3. Power Supply Decoupling
Deep Dive
  1. Loading Effects
  2. Step Response
Reference
  1. Frequently Asked Questions
  2. Related Filter Calculators

What Is an RC Filter?

An RC filter is the simplest and most widely used passive filter, consisting of just a resistor and capacitor. As a low-pass filter (R in series, C to ground), it passes low frequencies and attenuates high frequencies. As a high-pass filter (C in series, R to ground), it does the opposite. The cutoff frequency is fc = 1/(2πRC).

RC filters appear everywhere: audio tone controls, anti-aliasing before ADCs, DC blocking in amplifier coupling, power supply decoupling, and sensor signal conditioning. The Filter Cutoff Frequency Calculator handles RC alongside RL and LC types for quick comparison.

The Formula

fc = 1/(2πRC) | τ = RC (time constant)
At fc: XC = R, gain = −3 dB, phase = −45° (low-pass) or +45° (high-pass)

Worked Example — Audio Coupling

Given: R = 10 kΩ, C = 100 nF (high-pass coupling)

fc = 1/(2π × 10000 × 100×10−9) = 159.2 Hz

This blocks DC and frequencies below ~160 Hz, passing the audio signal above. The High Pass Filter Calculator provides detailed response curves.

Worked Example — Anti-Aliasing

Given: Need fc = 10 kHz, C = 1 nF. Find R.

R = 1/(2π × 10000 × 1×10−9) = 15.92 kΩ (use 15 kΩ standard)

Worked Example — Power Supply Decoupling

Given: R = 10 Ω (series bead), C = 100 µF

fc = 1/(2π × 10 × 100×10−6) = 159.2 Hz

A low fc ensures good filtering of mains ripple. The LC Filter Calculator can achieve even lower fc without the voltage drop of a resistor.

Loading Effects

An RC filter’s response changes if the load impedance is comparable to R. A low-impedance load in parallel with C effectively reduces R, raising fc. Always buffer the output with a high-impedance stage (op-amp follower) for predictable performance. The Active Filter Calculator incorporates buffering inherently.

Step Response

The time constant τ = RC determines how quickly the filter settles. After one τ, the output reaches 63.2% of its final value. After 5τ, it is within 1%. This is important for pulse and digital signals where settling time matters. The Crossover Calculator uses RC filter principles for speaker frequency division.

Capacitor Impedance Calculator: The Capacitor Impedance Calculator shows how capacitive reactance varies with frequency — the principle behind every RC filter.

Frequently Asked Questions

What does first-order vs second-order mean?
The order refers to the number of reactive components (capacitors or inductors). First-order (RC, RL) has one, with −20 dB/decade roll-off. Second-order (LC) has two, with −40 dB/decade. Higher orders give sharper transitions but more complexity.
Can I use this for audio applications?
Yes. RC and LC filters are widely used in audio for tone shaping, crossovers, and anti-aliasing. The component values determine whether the filter operates at audio frequencies (20 Hz – 20 kHz) or at other ranges.
What is the phase shift at cutoff?
A first-order filter has −45° phase shift at fc (low-pass) or +45° (high-pass). A second-order filter has −90° at fc. Phase shift is important in feedback systems and audio where it affects sound quality.
How do I make a bandpass filter?
Combine a low-pass and high-pass filter in series, with the low-pass fc higher than the high-pass fc. The frequencies between the two cutoffs form the passband. The Band Pass Filter Calculator does this automatically.

Browse all Electronics Calculators →

Last updated: March 2026