Filter Cutoff Frequency Calculator

Filter Cutoff Frequency Calculator
fc = 1/(2πRC)
fc = R/(2πL)
fc = 1/(2π√LC)
RC Filter — Enter R and C
Ω Resistance
C Capacitance
Enter component values
Cutoff Frequency Results
Cutoff fc
Hz
ωc
rad/s
Period Tc
s
Time Constant τ
s
Gain at fc
dB
Roll-off
 
Filter Response: −3 dB at Cutoff Frequency 0 dB −3 dB fc Passband Stopband −20 dB/decade fc = −3 dB point (half-power frequency)

Figure 1: The cutoff frequency fc is where the filter output drops to −3 dB (70.7% of input voltage). Below fc is the passband; above is the stopband with a roll-off slope.

Table of Contents
Fundamentals
  1. What Is the Filter Cutoff Frequency?
  2. Formulas by Filter Type
Worked Examples
  1. Audio RC Filter
  2. RF LC Filter
  3. RL Power Filter
Deep Dive
  1. Choosing the Right Filter Type
  2. Understanding the -3 dB Point
Reference
  1. Frequently Asked Questions
  2. Related Filter Calculators

What Is Filter Cutoff Frequency?

The cutoff frequency (fc) is the frequency at which a filter’s output drops to −3 dB (70.7% of input voltage, 50% of power). It marks the boundary between the passband and stopband. Every filter type — RC, RL, LC, active — has a characteristic cutoff frequency determined by its component values.

This calculator handles all three passive filter types. For more detailed analysis of each, use the dedicated RC Filter Calculator, RL Filter Calculator, or LC Filter Calculator.

Formulas by Filter Type

RC: fc = 1/(2πRC) | τ = RC
RL: fc = R/(2πL) | τ = L/R
LC: fc = 1/(2π√LC) | 2nd order, −40 dB/decade

Worked Example — Audio RC Filter

Given: R = 10 kΩ, C = 100 nF

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

This is a common bass-cut filter for audio. Frequencies below 159 Hz pass through; above 159 Hz they are progressively attenuated. The Low Pass Filter Calculator provides more detailed frequency response analysis.

Worked Example — RF LC Filter

Given: L = 250 µH, C = 100 pF

fc = 1/(2π√(250×10−6 × 100×10−12)) = 1.007 MHz

Worked Example — RL Power Filter

Given: R = 100 Ω, L = 50 mH

fc = 100/(2π × 0.05) = 318.3 Hz

Choosing the Right Filter Type

RC filters are simplest and cheapest — ideal for signal-level applications. RL filters handle high current better and are used in power circuits. LC filters offer steeper roll-off without resistive losses, used in RF and power supply filtering. The Butterworth Filter Calculator designs maximally-flat multi-order responses, and the Active Filter Calculator adds op-amp gain to overcome passive filter limitations.

Understanding the −3 dB Point

−3 dB means the output power is half the input power. In voltage terms, the output is 1/√2 = 0.707 of the input. This is a universal convention — all filter specifications use the −3 dB point as the cutoff frequency. The Band Pass Filter Calculator uses the same definition for its lower and upper cutoff frequencies.

Impedance Calculator: The Impedance Calculator explores how reactive impedance determines filter behaviour at different frequencies.

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