〰️ RC Filter Cutoff Frequency Calculator

Last updated: April 18, 2026

〰️ RC Filter Cutoff Frequency Calculator

Determine -3dB cutoff frequency and time constant for RC filters

Low-Pass Filter
Cutoff Frequency
Time Constant (τ)
Angular Frequency
rad/s
Phase Shift at fc
degrees

RC Filters: The Cornerstone of Frequency-Selective Circuit Design

Every electronic system that processes time-varying signals — audio amplifiers, sensor interfaces, communication receivers, power supply regulators — relies on the humble RC network to control which frequencies pass and which are suppressed. Two components, a resistor and a capacitor, combine to create a first-order filter whose behavior is entirely governed by one number: the cutoff frequency. Understanding how to calculate and interpret that number is foundational to practical electronics engineering.

The Physics Behind the RC Filter

A capacitor's opposition to current flow — its reactance — is not constant. Unlike a resistor, whose opposition to current is fixed regardless of frequency, a capacitor's reactance varies inversely with frequency. The relationship is expressed as XC = 1 / (2πfC), where f is the signal frequency in hertz and C is capacitance in farads. At low frequencies, the capacitor presents high reactance, acting almost like an open circuit. At high frequencies, reactance drops and the capacitor effectively becomes a short circuit.

When a resistor and capacitor are connected in series across an input signal, this frequency-dependent behavior creates a voltage divider whose ratio changes with frequency. In a low-pass configuration, the capacitor sits between the junction of R and C and ground — the output is taken across the capacitor. At low frequencies, the capacitor's high reactance means most of the voltage appears across it (the output). At high frequencies, the capacitor's low reactance causes it to "short out" the output, attenuating the signal. The high-pass filter reverses this: the output is taken across the resistor, so low frequencies are blocked and high frequencies pass.

Deriving the Cutoff Frequency

The -3dB cutoff frequency fc is defined as the frequency at which the output power drops to exactly half the input power. Since power is proportional to the square of voltage, this corresponds to the output voltage falling to 1/√2 ≈ 0.707 times the input voltage — a 3.01 dB reduction.

This specific point occurs when the capacitive reactance equals the resistance: XC = R. Substituting and solving for frequency yields the fundamental formula:

fc = 1 / (2π × R × C)

The factor 2π appears because frequency in hertz (cycles per second) relates to angular frequency ω (radians per second) by ω = 2πf. In many circuit analysis contexts, it is more convenient to work with the angular cutoff frequency directly: ωc = 1 / (RC). This equals 1/τ, where τ (tau) is the time constant of the RC network.

The Time Constant: A Dual-Purpose Parameter

The time constant τ = RC appears everywhere in RC circuit analysis and carries physical meaning in both the time domain and frequency domain. In the time domain, τ represents the time it takes for a capacitor to charge to approximately 63.2% of its final value through a resistor when a step voltage is applied. After five time constants (5τ), the capacitor is considered fully charged (99.3%). After one time constant, it reaches e-1 of the remaining voltage during discharge.

In the frequency domain, τ = 1/ωc directly links to the filter's cutoff frequency. A larger time constant means a lower cutoff frequency and slower transient response. A smaller time constant means higher cutoff frequency and faster response. This duality makes τ a critical design parameter when both filtering behavior and transient response matter simultaneously — common in switched-mode power supplies, sample-and-hold circuits, and control system feedback networks.

Component Value Selection in Practice

Choosing R and C values to hit a specific cutoff frequency involves practical tradeoffs that the formula alone does not reveal. For a target fc, the product RC must equal 1/(2πfc). This leaves one degree of freedom — any combination of R and C that produces the required product will give the same cutoff frequency. The choice between a large R with small C, or small R with large C, depends on the surrounding circuit.

High-value resistors (above several hundred kilohms) introduce thermal noise proportional to √R, which matters in precision low-noise circuits. Very large capacitors tend to have poorer tolerances, significant leakage current, and voltage coefficient effects in ceramic types (particularly X5R and X7R dielectrics, which lose capacitance under DC bias). In audio applications, large electrolytic capacitors introduce phase distortion and nonlinearity. A practical rule of thumb for general-purpose work is to keep R in the range of 1 kΩ to 100 kΩ and adjust C accordingly.

Resistor and capacitor tolerances compound at the filter cutoff. A 5% resistor paired with a 10% capacitor can produce a cutoff frequency that deviates by up to 15% from the calculated value. For applications requiring tight frequency control — anti-aliasing filters before analog-to-digital converters, for instance — 1% resistors and C0G (NP0) ceramic capacitors with ±5% or better tolerance are warranted.

Frequency Response and Roll-Off Behavior

The first-order RC filter rolls off at 20 dB per decade (or equivalently, 6 dB per octave) beyond the cutoff frequency. This is relatively gentle — at 10× the cutoff frequency, the signal is attenuated by about 20 dB; at 100× fc, by 40 dB. If steeper attenuation is required, multiple RC stages can be cascaded, though each stage loads the previous one and the combined cutoff frequency shifts. Alternatively, active filter topologies using op-amps (Sallen-Key, multiple feedback) can achieve higher-order roll-off rates — 40, 60, or 80 dB per decade — with precise, load-independent characteristics.

At the cutoff frequency itself, the phase shift is exactly ±45 degrees: -45° for a low-pass filter (output lags input) and +45° for a high-pass filter (output leads input). The total phase shift approaches -90° (low-pass) or 0° (high-pass) as frequency moves far from fc. This phase behavior is significant in feedback control systems, where phase margin directly affects stability.

Common Applications by Filter Type

Low-pass RC filters are ubiquitous as anti-aliasing filters placed before analog-to-digital converters, smoothing filters on PWM DAC outputs, noise suppression on sensor signal lines, and decoupling networks in power supply bypass applications. The cutoff frequency is chosen above the highest signal frequency of interest but well below the sampling frequency or switching frequency that must be rejected.

High-pass RC filters find their role in AC coupling between amplifier stages (blocking DC offset while passing audio or RF signals), differentiator circuits in pulse-shaping networks, and rumble/hum filters in audio equipment. A high-pass RC filter with fc at 20 Hz, for example, removes DC and very low frequency noise while passing the full audible band.

Calculating for Real-World Scenarios

Consider an Arduino analog input that samples at 10 kHz. The Nyquist criterion requires an anti-aliasing filter with fc at or below 5 kHz. Choosing R = 3.3 kΩ and C = 10 nF gives fc = 1 / (2π × 3300 × 10×10-9) ≈ 4,823 Hz — close to the target. The time constant τ = 3300 × 10×10-9 = 33 μs, meaning the filter settles within about 165 μs (5τ) after a step input, well within one sampling period of 100 μs. If that settling time is too slow for a given application, a lower R value with a proportionally larger C can maintain the same fc while reducing τ.

The RC filter calculator above handles all unit conversions — kilohms to ohms, nanofarads to farads — and returns the result in the most readable unit prefix, alongside the time constant and angular frequency. It is the fastest path from component values to filter behavior, letting designers iterate rapidly before committing to a PCB layout or breadboard prototype.

FAQ

What does -3dB cutoff frequency mean for an RC filter?
The -3dB cutoff frequency is the frequency at which the output signal power drops to exactly half the input power. In voltage terms, the output amplitude falls to 0.707 (1/√2) of the input. For a low-pass filter, signals below this frequency pass with relatively little attenuation; signals above it are progressively attenuated at 20 dB per decade.
What is the difference between the time constant and the cutoff frequency?
The time constant τ = R × C describes how fast the capacitor charges and discharges in the time domain — after one time constant, a capacitor charges to 63.2% of the applied voltage. The cutoff frequency f_c = 1/(2πτ) describes the filter's behavior in the frequency domain. They are mathematically linked: a larger time constant means a lower cutoff frequency and slower transient response.
Does it matter which component values I choose, as long as R×C gives the right time constant?
Mathematically, any R and C combination with the correct product RC gives the same cutoff frequency. In practice, very high resistance values increase thermal noise, large capacitors have worse tolerances and leakage, and the source/load impedance of surrounding circuits affects the filter's actual response. For most applications, keeping R between 1 kΩ and 100 kΩ and adjusting C accordingly gives the best balance.
Why does an RC filter only roll off at 20 dB per decade instead of dropping sharply?
An RC filter is a first-order system with a single pole. Its transfer function magnitude decreases at 20 dB per decade (6 dB per octave) beyond the cutoff frequency. This gradual rolloff is inherent to first-order systems. To achieve steeper attenuation, you need higher-order filters — either cascaded RC stages or active filter designs — which add 20 dB per decade per additional pole.
How does a high-pass RC filter differ from a low-pass RC filter physically?
In a low-pass RC filter, the output voltage is taken across the capacitor. At low frequencies, the capacitor's high reactance means most voltage appears across it (passes through). At high frequencies, the capacitor's low reactance attenuates the output. A high-pass filter takes the output across the resistor instead, so low frequencies are blocked by the capacitor's high reactance and high frequencies pass. The cutoff frequency formula is identical for both: f_c = 1/(2πRC).
What phase shift does an RC filter introduce at its cutoff frequency?
At the cutoff frequency, an RC low-pass filter introduces a -45° phase shift (output lags input by 45 degrees), while a high-pass filter introduces a +45° phase shift (output leads input). The phase shift approaches -90° for a low-pass filter and 0° for a high-pass filter at frequencies far beyond the cutoff. This phase behavior is critical in feedback control systems where phase margin determines stability.