Low Pass / High Pass Filter Calculator

-3 dB cutoff for RC and RL filters

Required Parameters

Ohm
F

Waiting for input data...

Ad Placement
Sidebar Adaptive Ad Slot

Quick Answer

The -3dB cutoff frequency (fc) is where the signal power drops by half. For RC filters: fc = 1 / (2πRC). For RL filters: fc = R / (2πL).

Documentation

High Pass Filter Calculator

Design a first-order passive high-pass filter and compute the -3 dB cutoff frequency from resistor and capacitor (or inductor) values — or enter any two of R, C, L, fc to solve for the third.

Quick start: Select RC High Pass, enter R and C → instant fc. 10 kΩ and 0.1 µF≈ 159 Hz. Switch Target Variable to find C for a desired cutoff.

RC high pass filter formula

fc = 1 / (2π × R × C)

SymbolMeaning
fcCutoff frequency (Hz) — -3 dB point
RResistance (Ω)
CCapacitance (F)

Rearranged:

  • C = 1 / (2π fc R) — pick C when you know target fc and R
  • R = 1 / (2π fc C) — pick R when fc and C are fixed

Time constant: τ = RC = 1 / (2π fc)

A series capacitor and shunt resistor is the usual RC high-pass. DC is blocked; frequencies above fc pass.

RL high pass filter formula

fc = R / (2π × L)

Use RL when an inductor is already in the path (power or RF). Capacitors dominate most signal-level designs because they are smaller and cheaper.

What a high pass filter does

A high-pass filter passes frequencies above fc and attenuates those below, including DC. Below fc, a first-order high-pass rises at +20 dB per decade. Applications:

  • DC blocking / AC coupling into an amplifier or ADC
  • Audio rumble / thump removal
  • Sensor high-side conditioning (kill offset and 1/f)
  • Break frequency design on a Bode plot — another name for fc

Worked example — 1 kHz RC high pass

Target fc = 1 kHz, choose R = 3.3 kΩ:

  1. C = 1 / (2π × 1000 × 3300) ≈ 48.2 nF
  2. Nearest E12: 47 nF → actual fc ≈ 1.03 kHz
  3. Use C0G/NP0 ceramics; Y5V parts shift badly with bias

Use Target Variable → Find capacitance (C) with R = 3.3 kΩ and fc = 1 kHz.

High-pass vs low-pass

TypePassesBlocksSlope (1st order)
High-passAbove fcBelow fc (incl. DC)+20 dB/decade below fc
Low-passBelow fcAbove fc−20 dB/decade above fc

Same fc = 1/(2πRC) formula — only the capacitor/resistor placement changes. Need the other topology? Use the low pass filter calculator.

Common mistakes

  1. Reading fc as a brick wall — first-order filters roll off gently; expect ±20 dB/decade, not instant blocking.
  2. Ignoring source impedance — if the driver already has 10 kΩ output Z, your effective R is higher than the printed resistor.
  3. Y5V/Z5U capacitors — capacitance can collapse under DC bias; cutoff shifts badly. Prefer C0G/NP0.
  4. Wrong topology — this page is passive first-order RC/RL high-pass. Active / Sallen-Key stages use different equations.

Related tools

Design Notes

First-order passive filters only roll off at -20dB per decade. They are great for simple noise filtering, anti-aliasing before a slow ADC, or debounce circuits, but inadequate for separating close frequencies. When designing RC filters, avoid using extremely large resistors (e.g., >1MΩ) because the input bias current of the next stage (like an Op-Amp or ADC) will cause a DC voltage error. Conversely, avoiding extremely small resistors (<100Ω) will save power and prevent overloading the driving source.

Common Mistakes

  • 1

    Expecting a sharp cutoff from a simple RC filter. It's a gentle curve, not a brick wall.

  • 2

    Not balancing the source impedance. If your signal source already has 10kΩ output impedance, and you use a 1kΩ series resistor for your filter, your effective R is 11kΩ.

  • 3

    Ignoring capacitor tolerances. Cheap Y5V or Z5U ceramic capacitors can vary by +20%/-80% with temperature and DC bias, completely ruining your cutoff frequency.

Engineering Handbox

1. Identify variables: R = 10,000, C = 0.0000001 2. Multiply R × C = 0.001 seconds (Time Constant τ) 3. Multiply by 2π: 0.001 × 6.283 = 0.006283 4. Divide 1 by result: 1 / 0.006283 = 159.15 Hz

VerificationThe cutoff frequency is approximately 159.15 Hz.

Knowledge Base

Qu'est-ce que la fréquence de coupure à −3 dB ?

C'est la fréquence à laquelle la puissance de sortie est réduite de moitié (tension à 70,7 % de l'entrée). Au-delà, le filtre atténue le signal à raison de −20 dB/décade pour un premier ordre.

Quelle est la formule de coupure d'un filtre RC ?

fc = 1 / (2π × R × C). Exemple : R = 10 kΩ, C = 100 nF → fc = 159 Hz. C'est la formule de base pour les filtres passe-bas et passe-haut de premier ordre.

Quelle différence entre passe-bas et passe-haut ?

Passe-bas : laisse passer les basses fréquences, atténue les hautes (le condensateur est vers la masse). Passe-haut : laisse passer les hautes fréquences (le condensateur est en série avec le signal). Même formule de coupure dans les deux cas.

Comment cascader des filtres pour une pente plus raide ?

Deux filtres RC identiques en cascade donnent −40 dB/décade, mais attention à l'interaction entre étages. Pour des performances optimales, utilisez des topologies actives (Sallen-Key, Butterworth) avec des ampli-ops.