StatGardenREF. DESK
Calculators/Physics/Low Pass Filter Calculator
Physics

Low Pass Filter Calculator calculator

RC low-pass filter cutoff frequency from resistance and capacitance, or solve for the resistance or capacitance needed for a target cutoff.

Published 21 August 2026

What this calculator does

A low pass filter lets signals below a certain frequency through largely unchanged while attenuating everything above it. The simplest version, an RC low pass filter, needs just one resistor and one capacitor, and its cutoff frequency is fixed entirely by their values: f = 1 / (2πRC).

This calculator runs that formula either direction. Given a resistor and capacitor already on hand, it returns the resulting cutoff frequency. Given a target cutoff frequency and one component value, it solves for the other component, which is the more common design question when building a low pass filter circuit from scratch.

The formula

Formulaf = 1 / (2πRC)

The cutoff frequency, also called the -3 dB point, is 1 divided by 2π times resistance times capacitance. Rearranging that same equation solves for resistance (given a target frequency and capacitance) or capacitance (given a target frequency and resistance), since all three quantities sit in one fixed relationship.

TermMeaning
fCutoff frequency: the point where the output has fallen to 1/√2 (about 70.7%) of the input, roughly -3 dB.
RResistance in the RC circuit, in ohms.
CCapacitance in the RC circuit, entered here in nanofarads.
Angular cutoff frequencyThe cutoff expressed in radians per second, ω = 2πf, the form used directly inside the underlying equations.

The inputs explained

FieldWhat to enter
Solve forChoose whether to work out the cutoff frequency from known R and C, or solve for the resistor or capacitor needed to hit a target cutoff frequency.
Resistance (Ω)Resistance in ohms. Used directly when solving for frequency or capacitance; ignored when solving for resistance.
Capacitance (nF)Capacitance in nanofarads (nF). Used directly when solving for frequency or resistance; ignored when solving for capacitance.
Target cutoff frequency (Hz)The target cutoff frequency in hertz. Only used when solving for resistance or capacitance.

When to use it

Checking a filter already built

With a resistor and capacitor already chosen, solving for cutoff frequency confirms where the filter actually rolls off before it goes into a circuit.

Designing a low pass filter circuit from a target frequency

Picking a common capacitor value and solving for resistance (or the reverse) is the usual starting point when a specific cutoff frequency is the design requirement, such as filtering noise above a known signal bandwidth.

Comparing component choices

The same cutoff frequency can be reached with many different resistor-capacitor pairs; solving for one component across a few candidate values of the other shows the trade-offs, such as very high resistances being noisier and very small capacitances being harder to source accurately.

Worked examples

Every figure in the tables below is produced by this page’s own calculator at build time, so the numbers and the tool always agree. Select any row to load that scenario.

How cutoff frequency changes with capacitance, at a fixed resistance

A fixed 1,000 Ω resistor, across a range of common capacitor values.

1,000 Ω resistance
CapacitanceCutoff frequency (-3 dB point)
10 nF15,915.49 Hz
47 nF3,386.28 Hz
100 nF1,591.55 Hz
220 nF723.43 Hz
470 nF338.63 Hz
1000 nF159.15 Hz
At 1,000 Ω, a 10 nF capacitor gives a cutoff around 15,915 Hz, well into the audio range, while a 1,000 nF (1 µF) capacitor on the same resistor pulls that down to about 159 Hz; cutoff frequency falls as capacitance rises, since both sit on the bottom of the same fraction.

How cutoff frequency changes with resistance, at a fixed capacitance

A fixed 100 nF capacitor, across a range of resistor values.

100 nF capacitance
ResistanceCutoff frequency (-3 dB point)
100 Ω15,915.49 Hz
500 Ω3,183.10 Hz
1,000 Ω1,591.55 Hz
5,000 Ω318.31 Hz
10,000 Ω159.15 Hz
47,000 Ω33.86 Hz
A 100 Ω resistor with this capacitor gives a cutoff near 15,915 Hz; a 47,000 Ω resistor on the same capacitor pulls that down to about 34 Hz, since a larger resistance also lowers the cutoff frequency.

Questions

What does the cutoff frequency actually mean?

It is the frequency at which the filter output has dropped to about 70.7% of the input signal amplitude, commonly described as the -3 dB point. Frequencies well below it pass through largely unaffected; frequencies well above it are increasingly attenuated.

Why is capacitance entered in nanofarads?

Nanofarads are the typical unit for the small ceramic and film capacitors used in this kind of RC low pass filter circuit; the underlying formula uses farads, and the calculator converts automatically.

How steep is the roll-off past the cutoff frequency?

A simple single-stage RC low pass filter attenuates at roughly 6 dB per octave (about 20 dB per decade) above the cutoff. Steeper roll-off needs additional filter stages, which this single-resistor, single-capacitor calculation does not cover.

How is this different from an RC time constant calculation?

The RC time constant, τ = RC, describes how quickly a capacitor charges or discharges over time in the time domain. Cutoff frequency describes the same RC pair in the frequency domain, and the two are directly related: f = 1 / (2πτ).

For the same R and C pair described in the time domain instead of frequency, see the RC circuit charge and discharge calculator. For a related resonant circuit built from a resistor, inductor and capacitor, see the RLC resonant frequency calculator.