rc low pass calculator

RC Low Pass Filter Calculator

Calculate cutoff frequency, time constant, and optional response at a test frequency.

If provided, calculator returns gain, attenuation (dB), and phase shift at this frequency.

What an RC low pass filter does

An RC low pass filter is one of the most common circuits in electronics. It passes low-frequency signals with little attenuation and reduces higher-frequency signals above its cutoff region. The simplest version uses one resistor and one capacitor.

You’ll see this filter in sensor smoothing, PWM-to-analog conversion, anti-noise front ends, and basic audio tone shaping. It’s easy to build, low-cost, and fast to estimate with a calculator.

Core formulas

Cutoff frequency

The -3 dB cutoff frequency for a first-order RC low pass filter is:

fc = 1 / (2πRC)

  • R is in ohms (Ω)
  • C is in farads (F)
  • fc is in hertz (Hz)

Time constant

The time constant is:

τ = RC

This value describes how quickly the filter reacts to changes. For a step input, the output reaches about 63.2% after one time constant.

How to use this calculator

  • Enter the resistor value and select its unit.
  • Enter the capacitor value and select its unit.
  • Optionally add a test frequency to evaluate response at a specific point.
  • Click Calculate to see cutoff, time constant, and dynamic behavior.

Interpreting the results

At cutoff (fc)

At the cutoff frequency, output amplitude is about 70.7% of input (or -3 dB). That point is commonly used as a design reference.

Below cutoff

Signals much lower than fc pass with minimal loss and very little phase shift.

Above cutoff

For a first-order RC low pass filter, attenuation increases at approximately -20 dB/decade beyond the cutoff region.

Practical design tips

  • Use realistic component values: avoid extreme resistor or capacitor sizes unless needed.
  • Check source/load interaction: connected stages can shift the expected cutoff frequency.
  • Watch tolerance: 5% resistors and 10% capacitors can noticeably move fc.
  • Choose proper capacitor type: C0G/NP0 and film caps are more stable than high-K ceramics for precision filtering.
  • Simulate when possible: SPICE helps confirm behavior under real loading conditions.

Worked example

Suppose you choose R = 1 kΩ and C = 100 nF. Then:

  • τ = RC = 0.0001 s = 100 µs
  • fc ≈ 1,591.5 Hz

If your input is 10 kHz, the filter is well above cutoff and output amplitude is substantially reduced.

When to use a higher-order filter instead

A single RC stage is great for simple smoothing. But if you need steeper roll-off or tighter passband control, use a second-order or active topology (Sallen-Key, multiple feedback, etc.).

Final thoughts

This RC low pass calculator gives a fast design starting point for analog and mixed-signal work. Use it early in planning, then validate with simulation and measurements once your circuit is connected to real-world sources and loads.

🔗 Related Calculators