Cutoff Frequency Calculator

Calculate the cutoff frequency (-3dB point) of a simple RC low-pass or high-pass filter.

CUTOFF FREQUENCY
--
Frequency (Hz)
--
Frequency (kHz)
--
ω (rad/s)
--
Time Constant (ms)
--

RC Filter Cutoff Frequency

The cutoff frequency (also called the corner frequency or -3dB frequency) of an RC filter is the frequency at which the output signal power drops to half (-3 dB) of the input power. Below the cutoff, a low-pass filter passes signals with minimal attenuation; above the cutoff, signals are progressively attenuated at 20 dB per decade (6 dB per octave) for a first-order filter.

RC filters are the simplest passive filter circuits, consisting of just a resistor and capacitor. They are used extensively in electronics for signal conditioning, noise filtering, coupling, decoupling, and creating simple tone controls. The cutoff frequency depends only on the product RC (the time constant), making it straightforward to design filters for specific frequency ranges by choosing appropriate component values.

Formula

fc = 1 / (2πRC)
τ = RC (time constant)

Common RC Values

R (Ω)C (nF)fc (Hz)Application
1M1001.59Sub-bass filter
10k100159Audio bass
10k101,592Audio crossover
1k1159,155RF filtering
500.131.8MVideo/RF

Filter Types

  • Low-pass: capacitor to ground, passes low frequencies, blocks high. Used for smoothing and anti-aliasing.
  • High-pass: capacitor in series, passes high frequencies, blocks DC and low frequencies. Used for AC coupling.
  • Band-pass: combination of low-pass and high-pass, passes a specific frequency range.
  • Band-stop (notch): rejects a specific frequency range. Often uses LC or twin-T topology.

Frequently Asked Questions

What does -3 dB mean?

The -3 dB point is where the output power is half of the input power, or equivalently, the output voltage is 1/sqrt(2) (about 70.7%) of the input voltage. The term "dB" is a logarithmic unit: -3 dB = 10*log10(0.5) for power or 20*log10(0.707) for voltage. This specific point is chosen because it represents a significant but not severe attenuation, and the phase shift at this point is exactly 45 degrees for first-order filters.

Can I cascade RC filters for steeper rolloff?

Yes, but cascading simple RC stages does not produce an ideal steeper filter because each stage loads the previous one. Two cascaded first-order RC filters give approximately 40 dB/decade rolloff but with interaction effects. For proper higher-order filtering, use designed topologies like Sallen-Key or state-variable filters that account for stage interactions and provide well-defined responses (Butterworth, Chebyshev, etc.).

How do I choose R and C values?

First determine the desired cutoff frequency. Then choose an R value that is appropriate for the circuit impedances (typically 1k-100k for signal-level circuits). Calculate C from C = 1/(2πfR). Use the nearest standard capacitor value and adjust R if needed. Consider practical constraints: too-low R wastes power, too-high R picks up noise, and very small or large C values may be impractical.