Cutoff Frequency Calculator

Calculate cutoff frequency for RC, RL, and RLC filters. Solve for any component value. Frequency response table and filter design.

Calculate cutoff frequency for RC, RL, and RLC filters. Solve for any component value given a target frequency.

Ω
Cutoff Frequency
1.5915 kHz
ω_c = 10,000.00 rad/s
Time Constant (τ)
100.0000 µs
τ = RC
Gain at Cutoff
-3.01 dB
Output = 70.7% of input (= 1/√2)
Roll-off Rate
-20 dB/decade
First-order filter, -6 dB/octave

Frequency Response

Frequencyf/fcGain (dB)Gain Bar
15.92 Hz0.010-0.00
50.33 Hz0.032-0.00
159.15 Hz0.100-0.04
503.29 Hz0.316-0.41
1.59 kHz1.000-3.01
5.03 kHz3.162-10.41
15.92 kHz10.000-20.04
50.33 kHz31.623-30.00
159.15 kHz100.000-40.00
Planning notes, formulas, and examples

About the Cutoff Frequency Calculator

The cutoff frequency (also called the -3dB frequency or corner frequency) is where a filter's output power drops to half its passband value. For a simple RC low-pass filter, f_c = 1/(2πRC). For an RL filter, f_c = R/(2πL). For an RLC resonant circuit, f₀ = 1/(2π√LC).

At the cutoff frequency, the output voltage is 1/√2 (≈ 70.7%) of the input voltage, corresponding to a -3.01 dB power loss. First-order RC and RL filters roll off at 20 dB per decade (6 dB per octave) beyond the cutoff. Second-order RLC filters have 40 dB/decade roll-off and exhibit resonance characterized by the quality factor Q.

This calculator handles all common passive filter topologies: RC and RL (low-pass and high-pass), and RLC (band-pass and band-stop). It can solve for cutoff frequency, required resistance, capacitance, or inductance given the other values. The frequency response table shows gain across multiple decades, so you can compare design intent against the actual roll-off and passband behavior.

When This Page Helps

Designing filters requires computing component values from a target frequency, or finding the frequency from given components. The formulas involve π and unit conversions (µF→F, mH→H) that are error-prone by hand.

It gives bidirectional solving (frequency↔components), supports all common passive filter types, shows the complete frequency response, and handles unit conversions automatically. It is essential for electronics design, audio engineering, and RF circuit work.

How to Use the Inputs

  1. Select the filter type: RC, RL, or RLC (low/high/band-pass/band-stop).
  2. Choose what to solve for: cutoff frequency or a component value.
  3. Enter known component values with appropriate units.
  4. If solving for a component, enter the target frequency.
  5. Review the cutoff frequency, time constant, and response characteristics.
  6. Examine the frequency response table for gain across decades.
Formula used
RC: f_c = 1/(2πRC). RL: f_c = R/(2πL). RLC: f₀ = 1/(2π√LC). Gain at f_c = -3.01 dB = 1/√2. Q = (1/R)√(L/C). BW = f₀/Q.

Example Calculation

Result: f_c = 1591.5 Hz, τ = 0.1 ms

f_c = 1/(2π × 1000 × 100×10⁻⁹) = 1/(6.283 × 10⁻⁴) = 1591.5 Hz. Time constant τ = RC = 1000 × 10⁻⁷ = 0.1 ms. At 1591.5 Hz, output is 70.7% of input.

Tips & Best Practices

  • Standard component values (E12/E24 series): after calculating, pick the nearest standard value and verify the actual frequency.
  • For stability, use capacitors with low temperature coefficients: NP0/C0G for RF, film for audio, X7R for general.
  • To convert roll-off: -20 dB/decade = -6.02 dB/octave. An octave is a 2× frequency change; a decade is 10×.
  • For active filters (op-amp based), the same cutoff formulas apply but you can achieve gain >1 in the passband.
  • The phase shift at the cutoff frequency is -45° for first-order filters and -90° for second-order at resonance.

Filter Types and Applications

**Low-pass filters** pass frequencies below f_c and attenuate higher frequencies. Used in: audio tone controls, anti-aliasing before ADC, power supply decoupling, and communication channel bandwidth limiting.

**High-pass filters** pass frequencies above f_c and block lower frequencies. Used in: AC coupling (blocking DC), audio bass filtering, and rumble filters in turntable preamplifiers.

**Band-pass filters** pass a range of frequencies centered on f₀ with bandwidth BW = f₀/Q. Used in: radio tuning, audio equalizers, and communication channel selection.

**Band-stop (notch) filters** reject a narrow band around f₀. Used in: eliminating 50/60 Hz mains interference, audio feedback suppression, and harmonic filtering.

Practical Filter Design Considerations

Real components have parasitic elements that affect high-frequency behavior. Resistors have stray capacitance (~0.5 pF) and inductance (~10 nH). Capacitors have equivalent series resistance (ESR) and inductance (ESL). These parasitics limit the useful frequency range of passive filters.

For precise filter responses (Butterworth, Chebyshev, Bessel), active filters using op-amps are preferred. The Sallen-Key and multiple-feedback topologies implement second-order sections that can be cascaded for any order. Software tools like FilterPro help design these.

The Time Domain Connection

The cutoff frequency and time constant are directly related: f_c = 1/(2πτ). A filter with τ = 1ms has f_c = 159 Hz. The step response of an RC low-pass filter is V(t) = V₀(1 − e^(-t/τ)), reaching 63.2% in one time constant, 95% in three, and 99.3% in five. This means the filter's time response and frequency response are two views of the same behavior, related by the Fourier transform.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • -3dB means half power. Since power is proportional to voltage squared, -3dB voltage = 1/√2 ≈ 0.707 of the input. This is the standard definition of the cutoff frequency for all filter types.