High Pass Filter Calculator — RC / RL fc (Free)

−3 dB cutoff for first-order high-pass filters, or solve for R, C, L

Required Parameters

Ohm
F

Waiting for input data...

Ad Placement
Sidebar Adaptive Ad Slot

Quick Answer

RC high-pass cutoff: fc = 1 / (2πRC). RL high-pass: fc = R / (2πL). Example: 10 kΩ and 0.1 µF → fc ≈ 159 Hz. A high-pass filter blocks DC and low frequencies, and passes everything above fc.

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

What is the high pass filter cutoff formula?

For a first-order RC high-pass: fc = 1 / (2πRC). For RL: fc = R / (2πL). fc is the −3 dB point, where output power is half and voltage is 0.707 × the passband value.

How do I choose C for a target cutoff?

C = 1 / (2π fc R). Example: fc = 1 kHz, R = 3.3 kΩ → C ≈ 48 nF. Use Target Variable → Find capacitance. Prefer C0G/NP0 ceramics; Y5V parts shift badly with bias.

What is the difference between high-pass and low-pass?

A high-pass passes frequencies above fc and attenuates those below (including DC). A low-pass does the opposite. Same fc formula, opposite capacitor/resistor placement. Use the low-pass calculator when you want to kill high-frequency noise.

What is break frequency?

Break frequency is another name for the cutoff (corner) frequency fc. On a Bode plot it is where the slope changes. For a first-order high-pass the slope below fc is +20 dB/decade.

Does this cover active or Sallen-Key filters?

No. This page is passive first-order RC and RL high-pass. Op-amp high-pass stages use different component equations.