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. The pair behaves like a frequency-dependent voltage divider, with the capacitor's reactance standing in for the bottom resistor.

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.

Our resistor color code calculator converts a value like 10 kΩ into its 4-, 5- or 6-band color code, and decodes bands back into a resistance and tolerance.

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

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

555 Timer Guide: Pinout, Operating Modes, and Circuit Examples

555 Timer Guide: Pinout, Operating Modes, and Circuit Examples

A complete 555 timer guide covering pinout, internal operation, monostable and astable modes, timing calculations, and practical circuit examples. It also explains component selection and PCB layout tips for reliable designs.

Profile avatar of Gabriel Hacohen
Gabriel Hacohen
|September 4, 2026
Capacitor Symbols Explained: Types, Polarity, and Schematic Use

Capacitor Symbols Explained: Types, Polarity, and Schematic Use

A visual guide to capacitor schematic symbols, polarity markings, and specialized capacitor types. It explains how to choose the correct symbol and footprint to prevent assembly and design errors.

Profile avatar of Gabriel Hacohen
Gabriel Hacohen
|September 4, 2026
How to Wire a Potentiometer: Pinout, Diagrams, and PCB Examples

How to Wire a Potentiometer: Pinout, Diagrams, and PCB Examples

A practical guide to potentiometer wiring, including pin identification, voltage-divider and rheostat configurations, Arduino examples, and PCB footprint considerations. It helps designers avoid common wiring and layout mistakes.

Profile avatar of Gabriel Hacohen
Gabriel Hacohen
|September 4, 2026
Designing Custom PCB Outlines: Fixing DXF and SVG Import Failures

Designing Custom PCB Outlines: Fixing DXF and SVG Import Failures

A troubleshooting guide for DXF and SVG board-outline import failures, including open paths, unit mismatches, unsupported curves, and layer mapping issues. It shows how to clean CAD-to-EDA handoffs before PCB fabrication.

Profile avatar of Gabriel Hacohen
Gabriel Hacohen
|September 4, 2026
Inverting Op-Amp Circuits: Formula, Gain, and Design Examples

Inverting Op-Amp Circuits: Formula, Gain, and Design Examples

A practical guide to inverting op-amp circuits, covering how negative feedback creates inversion, how to calculate gain with Rin and Rf, and how real-world limits affect design. It also explains component selection and PCB layout practices for reliable amplifier performance.

Profile avatar of Gabriel Hacohen
Gabriel Hacohen
|September 4, 2026
Troubleshooting JLCPCB Gerber Upload and CAM Tool Compatibility Errors

Troubleshooting JLCPCB Gerber Upload and CAM Tool Compatibility Errors

A troubleshooting guide for common JLCPCB Gerber upload errors, including unreadable files, missing board outlines, drill-file issues, and Gerber X2 compatibility problems. It explains how to export and verify clean Gerbers before ordering.

Profile avatar of Gabriel Hacohen
Gabriel Hacohen
|September 4, 2026
PCB Enclosure Design: How to Design an Enclosure

PCB Enclosure Design: How to Design an Enclosure

A practical guide to designing PCB enclosures around board geometry, clearances, mounting, assembly, and 3D-printed prototyping. It also explains how Flux can generate prototype enclosures directly from a PCB project.

Profile avatar of Gabriel Hacohen
Gabriel Hacohen
|September 4, 2026
Electronic Component Sourcing: Lead Times & Component Lifecycles

Electronic Component Sourcing: Lead Times & Component Lifecycles

Strategies for sourcing electronic components, managing BOMs, navigating lead times, and planning for component lifecycles to build a resilient hardware supply chain.

Profile avatar of Gabriel Hacohen
Gabriel Hacohen
|August 28, 2026