July 29, 2026

RC Low-Pass Filter: Formula, Cutoff Frequency & Design

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.

Key Takeaways

  • An RC low pass filter operates by creating a frequency-dependent voltage divider where the capacitor shunts high-frequency signals directly to ground.
  • The cutoff frequency is determined mathematically, but real-world filter behaviors rely heavily on specific physical component properties, such as dielectric stability.
  • Circuit-design platforms like Flux allow engineers to create schematic filters, connect the surrounding system, and preserve the layout context visually.

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.

RC low pass filter schematic with a series resistor R between Vin and Vout and a shunt capacitor C from the output node to ground
An RC low pass filter, a simple analog filter circuit

What Is an RC Low Pass Filter, and How Does It Work?

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:

  • Low-frequency path: The capacitor acts like an open circuit. Current flows mostly unimpeded through the resistor directly to the output.
  • High-frequency path: The capacitor acts almost like a short circuit. High-frequency energy passes through the capacitor to ground, entirely bypassing the output.

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.

RC Low Pass Filter Formula and Cutoff Frequency

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)

  • fc = cutoff frequency in hertz (Hz)
  • R = resistance in ohms (Ω)
  • C = capacitance in farads (F)

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.

How to Calculate an RC Filter 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:

  • R = 10 kΩ (10,000 ohms)
  • C = 100 nF (0.0000001 farads)

The calculation progresses step by step:

  1. Multiply R and C: 10,000 × 0.0000001 = 0.001
  2. Multiply by 2π: 2 × 3.14159 × 0.001 ≈ 0.006283
  3. Divide 1 by the result: 1 / 0.006283 ≈ 159 Hz

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

How to Choose Resistor and Capacitor Values

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.

  • C0G (or NP0) dielectrics offer excellent temperature stability and are perfect for precise analog filters. However, C0G capacitors are physically large.
  • Alternatively, X7R dielectrics pack more capacitance into a smaller footprint but suffer from fluctuating capacitance values as the DC bias voltage changes.

Capacitor component-selection checklist:

  1. Check the source impedance to ensure the series resistor does not cause excessive voltage drop.
  2. Verify the required current consumption of the load device.
  3. Select a stable capacitor dielectric, such as C0G, if the cutoff frequency must remain accurate across temperature fluctuations.
  4. Confirm the capacitor voltage rating is comfortably above the maximum expected circuit voltage.
  5. Consider capacitor ESR, which can unintentionally create a high-frequency zero that stops the filter from attenuating past a certain point.

Common RC Low Pass Filter Applications

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.

  • Sensor noise filtering: Placed directly between an analog sensor and an ADC, the filter removes high-frequency RF interference picked up by long trace runs. The main tradeoff is ensuring the filter response is fast enough to track real sensor changes.
  • PWM smoothing: Positioned at a microcontroller's digital output, the circuit averages a pulse-width modulated square wave into a smooth analog DC voltage.
  • Switch debouncing: Placed at a mechanical button input, the filter absorbs the rapid electrical spikes caused by physical metal contacts bouncing against each other.

In all of the listed applications, the filter serves as a protective buffer. The circuit cleans the signal while introducing a slight intentional delay.

Common Design Mistakes and PCB Layout Considerations

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.

Source and Load Impedance Effects

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:

  • Keep the filtered output node trace as short as physically possible.
  • Place the capacitor immediately next to the receiving input pin.
  • Provide a low-impedance connection to the ground plane.
  • Route noisy digital switching traces far away from the sensitive filtered analog signals.

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.

How Modern PCB Tools Support Filter Design

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.

FAQs

What is the formula for an RC low pass filter?
The mathematical formula for an RC low pass filter is fc = 1 / (2πRC). Resistance is measured in ohms, and capacitance is measured in farads.
How is the cutoff frequency calculated?
To calculate the cutoff frequency, multiply the resistance by the capacitance, multiply the result by 2π, and divide 1 by the final number. The answer provides the cutoff frequency in hertz.
What happens at the −3 dB point?
At the −3 dB point, the output voltage is attenuated to roughly 70.7% of the original input voltage. Half of the signal power is lost at the specific frequency.
How are resistor and capacitor values selected?
Resistor and capacitor values are chosen by balancing the required cutoff frequency against physical constraints. High resistance limits current and increases thermal noise, while large capacitance often requires physically larger components or less stable dielectrics.
What is the RC time constant?
The RC time constant, represented by the Greek letter tau (τ), equals the resistance multiplied by the capacitance. The time constant indicates how quickly the capacitor charges or discharges in response to a voltage change.
Can an RC filter remove all high-frequency noise?
No passive circuit removes all noise. A first-order filter attenuates noise gradually at a rate of 20 dB per decade, meaning extremely high frequencies are heavily reduced but never entirely eliminated.
Where should an RC filter be placed on a PCB?
The components belong as close to the receiving device as possible. Keeping the capacitor near the target pin prevents the filtered trace from picking up new interference.
Profile avatar of the blog author

Gabriel Hacohen

Gabriel Hacohen is an electrical engineer with deep expertise in analog circuitry, medical devices, high-performance computing, and semiconductors. He holds both Bachelor's and Master's degrees in Electrical Engineering and has written for companies including NVIDIA, Cadence, Synopsys, Netflix, and Autodesk.

Go 10x faster from idea to PCB
Work with Flux like an AI hardware engineer—handling complex tasks, learning your standards, explaining its decisions, and collaborating with you at every step.
Illustration of sub-layout. Several groups of parts and traces hover above a layout.
Design PCBs with AI
Introducing a new way to work: Give Flux a job and it plans, explains, and executes workflows inside a full browser-based eCAD you can edit anytime.
Screenshot of the Flux app showing a PCB in 3D mode with collaborative cursors, a comment thread pinned on the canvas, and live pricing and availability for a part on the board.
Design PCBs with AI
Introducing a new way to work: Give Flux a job and it plans, explains, and executes workflows inside a full browser-based eCAD you can edit anytime.
Screenshot of the Flux app showing a PCB in 3D mode with collaborative cursors, a comment thread pinned on the canvas, and live pricing and availability for a part on the board.
Design PCBs with AI
Introducing a new way to work: Give Flux a job and it plans, explains, and executes workflows inside a full browser-based eCAD you can edit anytime.
Screenshot of the Flux app showing a PCB in 3D mode with collaborative cursors, a comment thread pinned on the canvas, and live pricing and availability for a part on the board.

Related Content

What Is a Reflow Oven? PCB Reflow Soldering Explained

What Is a Reflow Oven? PCB Reflow Soldering Explained

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.

Profile avatar of Gabriel Hacohen
Gabriel Hacohen
|July 29, 2026
Gerber Files Explained: PCB Layers, Formats & Export

Gerber Files Explained: PCB Layers, Formats & Export

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.

Profile avatar of Gabriel Hacohen
Gabriel Hacohen
|July 19, 2026
Pi Filters Explained: Design, Components & Applications

Pi Filters Explained: Design, Components & Applications

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.

Profile avatar of Gabriel Hacohen
Gabriel Hacohen
|July 19, 2026
Tantalum Capacitors Guide: Polarity, Derating & Risks

Tantalum Capacitors Guide: Polarity, Derating & Risks

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.

Profile avatar of Gabriel Hacohen
Gabriel Hacohen
|July 19, 2026
What Is PCBA? PCB vs PCBA and Assembly Explained

What Is PCBA? PCB vs PCBA and Assembly Explained

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.

Profile avatar of Gabriel Hacohen
Gabriel Hacohen
|July 19, 2026
Electrical Rule Check (ERC) vs DRC in PCB Design

Electrical Rule Check (ERC) vs DRC in PCB Design

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

Profile avatar of Gabriel Hacohen
Gabriel Hacohen
|July 7, 2026
Hardware Design Workflow: From Schematic Capture to Manufacturing

Hardware Design Workflow: From Schematic Capture to Manufacturing

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

Profile avatar of Gabriel Hacohen
Gabriel Hacohen
|July 7, 2026
PCB Constraint Management: How Engineers Control Layout Rules

PCB Constraint Management: How Engineers Control Layout Rules

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

Profile avatar of Gabriel Hacohen
Gabriel Hacohen
|July 7, 2026