The cutoff frequency of a low pass filter is the exact point where the output signal's power drops by half (or voltage drops to 70.7%, known as the -3dB point) of its maximum passband value. When a signal crosses this threshold, the filter changes both its amplitude (attenuating the higher frequencies) and its phase (introducing a time delay that reaches exactly -45° of phase shift at the cutoff). Think of it like water flowing through a narrow valve (the resistor) into a flexible rubber bladder (the capacitor); rapid, high-frequency pressure pulses just bounce off the bladder's inertia, while slow, steady flows easily fill it and pass through to the other side.
The Math: How to Find Cutoff Frequency of Low Pass Filter Circuits
For the most common filter topology—the first-order passive RC (Resistor-Capacitor) low pass filter—the math is straightforward. The resistor is placed in series with the signal path, and the capacitor is placed in parallel to ground. The formula to calculate the cutoff frequency (fc) is:
fc = 1 / (2 × π × R × C)
Where:
- R is the resistance in Ohms (Ω)
- C is the capacitance in Farads (F)
- π is approximately 3.14159
- Identify your target cutoff frequency (e.g., 1,000 Hz).
- Select a standard capacitor value from the E12 or E24 series (e.g., 10 nF).
- Rearrange the formula to solve for R: R = 1 / (2 × π × fc × C).
- Calculate the theoretical resistance.
- Select the nearest standard resistor value and recalculate your actual fc to verify the error margin.
Worked Numeric Example: Designing a 1 kHz Audio Filter
Let's say you are building a simple anti-aliasing filter for an audio ADC and need a cutoff frequency of exactly 1,000 Hz (1 kHz). According to Electronics Tutorials, selecting standard component values is critical for real-world builds.
Step 1: Choose a capacitor. We'll pick a standard 10 nF (0.00000001 F) ceramic capacitor (C0G/NP0 dielectric for low audio distortion).
Step 2: Calculate the required resistor.
R = 1 / (2 × 3.14159 × 1000 × 0.00000001)
R = 1 / 0.0000628318
R = 15,915.5 Ω
Step 3: Pick the nearest E24 standard resistor. The closest value is 16 kΩ.
Step 4: Recalculate the actual cutoff frequency with the 16 kΩ resistor.
fc = 1 / (2 × 3.14159 × 16000 × 0.00000001) = 994.7 Hz
| Component | Theoretical Value | Standard E24 Value | Actual Cutoff | Error |
|---|---|---|---|---|
| Resistor (R) | 15,915 Ω | 16,000 Ω (16k) | 994.7 Hz | -0.53% |
| Capacitor (C) | 10 nF | 10 nF | 994.7 Hz | 0% |
An error of 0.53% is well within the typical 5% tolerance of the physical components themselves, making this a highly reliable bench design.
Where You Meet This in Practice
You won't just see low pass filters in textbook diagrams; they are working silently in almost every piece of modern electronics. Here is where calculating the cutoff frequency matters on the jobsite or workbench:
- PWM to DC Smoothing: Microcontrollers like the ESP32 or Arduino output Pulse Width Modulation (PWM) to simulate analog voltages. A low pass filter smooths the square wave into a flat DC voltage. The cutoff must be set well below the PWM frequency to eliminate ripple.
- Audio Crossovers: In multi-way speaker systems, a low pass filter routes bass frequencies to the woofer while blocking high frequencies that could physically destroy the delicate voice coil.
- Sensor Anti-Aliasing: Before an analog sensor signal hits an Analog-to-Digital Converter (ADC), a low pass filter strips out high-frequency RF noise. If the cutoff is set higher than half the ADC's sampling rate (the Nyquist frequency), high-frequency noise will fold back into your data as false low-frequency readings.
Real-World Scenario Walkthrough: Smoothing ESP32 PWM for a 0-10V Analog Output
Theory is clean, but the bench is messy. Here is a real-world scenario where misunderstanding the cutoff frequency led to a failed industrial control retrofit.
The Setup: A maker needed to use an ESP32 to control an industrial 0-10V LED dimmer. The ESP32 outputs a 3.3V PWM signal, which was amplified by an op-amp to 10V. The PWM frequency was set to 5 kHz. To smooth the 5 kHz square wave into a clean DC voltage, they added a simple passive RC low pass filter at the op-amp output.
The Numbers: They chose R = 1 kΩ and C = 100 nF. Using the formula, the cutoff frequency was calculated at 1.59 kHz. Since 1.59 kHz is lower than the 5 kHz PWM frequency, they assumed the filter would easily block the PWM ripple.
The Outcome: When connected to the industrial dimmer, the LEDs exhibited a visible, high-frequency flicker at low dimming levels. Furthermore, when the ESP32 commanded 100% brightness (10V), the dimmer only received 9.1V.
What Went Wrong:
First, the cutoff frequency misunderstanding. A first-order RC filter rolls off at -20dB per decade. A cutoff of 1.59 kHz is only about one octave below 5 kHz. At 5 kHz, the attenuation is only about -10dB, meaning roughly 30% of the PWM ripple voltage was still passing through to the dimmer, causing the flicker.
Second, an impedance loading error. The 1 kΩ resistor in the filter formed a voltage divider with the 10 kΩ input impedance of the industrial dimmer. This loaded the circuit, dropping the maximum DC voltage from 10V down to 9.1V (10V × [10k / (10k + 1k)]).
Common Confusions: -3dB Point vs. Stopband
When learning how to find cutoff frequency of low pass filter circuits, beginners frequently confuse the cutoff frequency with the stopband. As noted in the Wikipedia entry on Low-pass filters, the cutoff frequency (the -3dB point) is not where the signal stops. It is merely the boundary where the signal begins to be noticeably attenuated (dropping to 70.7% of its original voltage).
If you set your cutoff to 1 kHz to block a 2 kHz noise spike, a first-order filter will only attenuate that 2 kHz noise by about -7dB (reducing its voltage to roughly 45%). It does not eliminate it. If you need total elimination (the stopband), you must either push the cutoff frequency much lower or increase the filter's 'order' (adding more RC stages or using active op-amp topologies) to steepen the roll-off cliff.
FAQ: Low Pass Filter Cutoff Questions
Does the cutoff frequency completely block signals above it?
No. The cutoff frequency is simply the -3dB point where the signal power is halved. Frequencies above the cutoff are progressively attenuated based on the filter's roll-off rate (e.g., -20dB/decade for a first-order filter), but they are never 100% blocked in a purely analog system.
How do component tolerances affect my calculated cutoff frequency?
Standard ceramic capacitors (like X7R or Y5V) can have tolerances of -20% to +80%, and their capacitance drops significantly when a DC voltage is applied (DC bias effect). For precise cutoff frequencies, always use C0G/NP0 dielectric capacitors (5% tolerance, zero DC bias effect) and 1% metal film resistors.
Why would I use an active filter instead of a passive RC filter?
Passive RC filters suffer from 'loading effects'—whatever you connect to the output acts as a parallel resistor, changing your cutoff frequency and dropping your signal amplitude. Active filters use op-amps to buffer the output, providing a low-impedance drive that prevents the downstream circuit from altering the filter's math.






