July 29, 2026
RC Low-Pass Filter: Formula, Cutoff Frequency & Design
Quick Answer: An RC low pass filter uses a resistor and capacitor to pass low-frequency signals while attenuating higher frequencies. Its cutoff frequency is calculated using fc = 1 / (2πRC). At the cutoff frequency, the output is approximately 70.7% of the input, equivalent to a −3 dB reduction.
Designing analog circuits often requires engineers to manage unwanted frequencies. Whether a board processes sensor inputs or cleans up an analog-to-digital converter (ADC) signal, high-frequency interference is a constant threat. An RC low pass filter provides a straightforward, highly method to resolve high-frequency interference.
The passive filter circuit blocks rapid voltage changes from reaching sensitive components. Understanding the underlying math and practical hardware limitations is necessary for a successful board design.

An RC low pass filter is a passive, first-order filter built using a single resistor and a capacitor. The resistor sits in series with the input signal. The capacitor connects from the output node directly to ground.
Low frequencies pass through the arrangement with limited attenuation, while higher-frequency signals are increasingly diverted through the capacitor to ground. Such a diversion happens because capacitive reactance decreases as the signal frequency increases.
To understand the current paths intuitively, imagine the capacitor acting like a frequency-sensitive valve:
Instead of a hard mathematical boundary, the filter response changes gradually. The transition from passing a signal to blocking a signal occurs smoothly across a wide range of frequencies.
To predict where the gradual transition begins, engineers rely on the RC filter formula. The fundamental equation dictates the exact point where the filter attenuates the input signal by half of its original power.
The cutoff frequency formula is: fc = 1 / (2πRC)
Increasing the resistance lowers the cutoff frequency, and similarly, increasing the capacitance yields the exact same effect.
At the cutoff frequency (fc), the output voltage drops to approximately 70.7% of the input voltage. Such a drop represents a power reduction of exactly half, which translates to an attenuation of −3 dB. Because a single resistor and capacitor form a first-order filter, the signal rolls off at approximately 20 dB per decade above the cutoff point.
Unit Conversion Reminder: Always convert resistor values to ohms (Ω) and capacitor values to farads (F) before calculating the cutoff frequency.
Translating the equation into real-world component values requires careful attention to units. Capacitors are rarely measured in whole farads, so engineers must convert microfarads (µF) or nanofarads (nF) before computing the math.
Consider a practical example using standard component values:
The calculation progresses step by step:
Signals well below 159 Hz pass with limited attenuation. Conversely, the output is reduced by approximately 3 dB exactly at 159 Hz. Attenuation steadily increases as the frequency continues to climb past the calculated point.
| Resistor (R) | Capacitor (C) | Approximate Cutoff Frequency (fc) | Common Application |
|---|---|---|---|
| 1 kΩ | 100 nF | 1.59 kHz | Audio signal smoothing |
| 10 kΩ | 100 nF | 159 Hz | Sensor noise filtering |
| 100 kΩ | 10 nF | 159 Hz | Low-power ADC input |
| 330 Ω | 100 µF | 4.8 Hz | Power supply filtering |
Different resistor and capacitor combinations can produce the exact same cutoff frequency but behave quite differently in physical hardware. Selecting components requires balancing several electrical trade-offs. Resistance choices impact source loading and thermal noise. Very high resistance values generate significant thermal noise, also known as Johnson-Nyquist noise, which can ruin a high-resolution ADC reading. Furthermore, high resistance creates a high input impedance path, which severely limits the current available to drive the receiving device.
Capacitor choices introduce an entirely different set of physical constraints. Engineers must consider the dielectric type, leakage current, equivalent series resistance (ESR), and parasitic inductance. For example, selecting a capacitor dielectric involves nuanced engineering trade-offs.
Capacitor component-selection checklist:
Engineers implement passive filters across almost every category of electronics. Because passive filter circuits require only two inexpensive components, they are highly common in modern PCB design.
In all of the listed applications, the filter serves as a protective buffer. The circuit cleans the signal while introducing a slight intentional delay.
Even with the correct math, an RC low pass filter can fail if implemented poorly on a printed circuit board. Beginners often treat the cutoff point as a brick-wall boundary, expecting all noise to instantly disappear above the target frequency.
The cutoff frequency formula assumes the filter's resistor is the only significant resistance in the circuit, an assumption real-world circuits don't always stick to.
On the source side, if the driving device has high output impedance, that resistance adds in series with the filter's own resistor. The effective resistance is now higher than the specified R, which drastically lowers the actual cutoff frequency below the intended value.
A similar problem can occur on the load side. If the next stage's input impedance isn't high enough, it effectively appears in parallel with the capacitor, loading down the passband signal and shifting the response further from what was calculated.
Both cases come down to impedance matching: keeping source impedance low and load impedance high relative to the filter's resistor keeps the RC network behaving like the idealized model the cutoff formula assumes.
A common fix is a unity-gain op-amp buffer (voltage follower) placed before the filter, after it, or both. The buffer presents a low output impedance into the filter and a high input impedance to the next stage, isolating the RC network from the impedances around it.
PCB Layout Guidelines:
If a trace travels a long distance after the capacitor, it acts like an antenna. The long trace will easily pick up new high-frequency noise, entirely defeating the purpose of the preceding filter.
Translating an idealized filter schematic into a functional physical board requires tight coordination. Circuit-design platforms like Flux allow engineers to create the RC network in the schematic, connect it to the surrounding circuit, and preserve the design context as the design moves into PCB layout.
Flux assists by linking mathematical concepts directly to hardware. When a designer specifies a 10 kΩ resistor, Flux makes it simple to evaluate actual component footprints, tolerance ratings, and stock availability simultaneously. Consequently, design review becomes a collaborative process. Teammates can inspect the schematic, verify the cutoff math, and confirm the physical capacitor is placed close enough to the ADC pin. Maintaining the full revision history ensures that if a filter value is updated later to address a noise issue, the entire engineering team understands why the modification occurred.
Ready to start designing? Designing a reliable RC low pass filter requires accurate calculations and precise board layout. Flux provides an intuitive, browser-based EDA platform that brings schematic capture and PCB routing into one unified space. Start building the next low-noise analog circuit today, and experience hardware design that actually works with you.

Covers how reflow ovens solder SMT components through preheat, soak, reflow, and cooling stages, with common defects and how PCB layout decisions impact manufacturing yield.

Gerber files are the universal 2D vector format that bridges PCB design and fabrication. This guide covers what each layer file contains, how to export and verify a complete manufacturing package, and the common mistakes that cause production delays.

A pi filter is a three-element passive CLC network that provides stronger ripple and EMI suppression than a single capacitor. This guide covers topology selection, component derating, resonance damping, and PCB layout best practices.

Tantalum capacitors offer high capacitance density in a tiny footprint but demand strict polarity and voltage derating. This guide explains how they compare to ceramics and aluminum electrolytics, common failure risks, and how to select and place them safely.

PCBA turns a bare PCB into a functional circuit by mounting and soldering components. This guide breaks down the assembly workflow, SMT vs through-hole methods, required manufacturing files, and common defects to avoid.

ERC checks schematic-level electrical issues while DRC checks PCB layout rules -- engineers run ERC before layout and DRC during or after routing.

The complete hardware design workflow covers requirements, schematic capture, PCB layout, validation, prototyping, and manufacturing.

PCB constraint management defines routing, spacing, impedance, and manufacturing rules and validates them throughout PCB layout.