A high pass filter (HPF) is an electronic circuit that allows signals with frequencies above a specific cutoff point to pass through while attenuating (blocking) lower frequencies. Whether you are stripping 60Hz mains hum from an audio line, removing a DC offset from a sensor reading, or designing a tweeter crossover, the HPF is one of the most fundamental signal-conditioning tools on the workbench. In this guide, we will break down the exact math, provide a component selection table, and explore where these circuits live in real-world hardware.
What a High Pass Filter Actually Changes in a Circuit
When you insert a high pass filter into a signal path, it fundamentally alters two things: the frequency spectrum and the phase of the waveform. It does not simply 'delete' low frequencies; it gradually rolls them off. At the designated cutoff frequency ($f_c$), the signal's voltage amplitude drops to 70.7% of its original value (the -3dB point), and the power is halved. As frequencies drop further below $f_c$, the attenuation steepens.
Think of a high pass filter like a highway toll booth that only allows high-speed sports cars to pass through the main gate, while forcing slow-moving freight trucks to take a long, heavily restricted detour. The faster the vehicle (higher the frequency), the less resistance it faces.
The Math and a Worked Numeric Example
The most basic high pass filter is the passive RC (Resistor-Capacitor) network. The capacitor is placed in series with the signal, and the resistor is placed in parallel to ground. The formula for the -3dB cutoff frequency is:
$f_c = \frac{1}{2 \pi R C}$
Where $f_c$ is in Hertz, $R$ is in Ohms, and $C$ is in Farads. Let us run a concrete bench example.
- R = 10,000 Ω
- C = 0.00000001 F
- $f_c = 1 / (2 \times 3.14159 \times 10000 \times 0.00000001)$
- $f_c = 1 / 0.0006283$
- $f_c \approx 1591.5$ Hz
If a steeper roll-off is required, engineers cascade multiple RC stages or use an active op-amp topology (like the Sallen-Key high pass filter) to achieve 40dB/decade (2nd order) or 60dB/decade (3rd order) attenuation slopes. For deep active filter design, the Analog Devices Filter Wizard is an industry-standard tool for calculating exact op-amp component values.
Component Selection Table for Common Cutoff Frequencies
Selecting the right resistor and capacitor is not just about hitting the math; it is about choosing components that behave predictably in the real world. Below is a reference table for standard first-order RC high pass filters across common electrical and audio applications.
| Target $f_c$ | Resistor (R) | Capacitor (C) | Capacitor Dielectric | Primary Application |
|---|---|---|---|---|
| 15.9 Hz | 100 kΩ | 100 nF (0.1 µF) | Film / C0G | Audio subsonic rumble filter |
| 338 Hz | 4.7 kΩ | 100 nF (0.1 µF) | C0G / NP0 | Voice band isolation (telecom) |
| 1.59 kHz | 10 kΩ | 10 nF (0.01 µF) | C0G / NP0 | Sensor DC offset removal |
| 15.9 kHz | 1 kΩ | 10 nF (0.01 µF) | X7R (Acceptable) | PWM ripple smoothing / Audio |
| 1.59 MHz | 1 kΩ | 100 pF | C0G / NP0 | RF IF stage AC coupling |
Where You Meet High Pass Filters in Practice
You are likely already using high pass filters every day, even if you do not recognize them by name. Here is where they show up in physical installations and bench work.
Oscilloscope AC Coupling
When you switch your oscilloscope channel from 'DC' to 'AC', you are not changing the amplifier's power supply. You are inserting a series capacitor and a parallel resistor (usually the scope's 1 MΩ input impedance) into the signal path. With a standard 10 nF coupling capacitor and 1 MΩ input, the scope creates a high pass filter with a cutoff of roughly 15.9 Hz. This blocks the 12V DC offset of a car sensor so you can zoom in on the 50mV AC ripple sitting on top of it.
Audio Loudspeaker Crossovers
In a multi-way speaker cabinet, the tweeter cannot handle low-frequency bass energy; doing so will physically tear the voice coil apart. A passive high pass filter (often a 2nd-order Butterworth design using a series capacitor and a shunt inductor) is placed in front of the tweeter. If the crossover is set to 3 kHz, the HPF ensures that a 100W bass note at 60 Hz is attenuated by at least -12dB (or more, depending on the slope) before it ever reaches the delicate tweeter coil.
Microphone and Guitar Amplifier Inputs
Professional audio gear features a physical switch labeled 'HPF' or 'Low Cut'. On a mixing console, this is typically a 2nd-order active filter set to 80 Hz or 100 Hz. Engaging it on a vocal microphone instantly kills stage rumble, HVAC hum, and handling noise without affecting the fundamental frequencies of the human voice (which generally sit above 120 Hz).
Troubleshooting and Common Design Mistakes
Why is my high pass filter attenuating the high frequencies I want to keep?
This is almost always an impedance loading issue. A passive RC high pass filter assumes the load it is driving has an infinitely high input impedance. If your 10 kΩ / 10 nF filter (which has an output impedance of roughly 10 kΩ at low frequencies) is driving a load with an input impedance of only 10 kΩ, you have created an unintentional voltage divider. The high frequencies will be cut in half (-6dB) immediately. Fix: Buffer the output of the passive filter with a unity-gain op-amp, or increase the resistor/capacitor values to lower the output impedance.
Why does my audio high pass filter sound distorted at high volumes?
You likely used an X7R ceramic capacitor. As mentioned in the table notes, X7R capacitors lose capacitance as the AC voltage swing across them increases. At high audio volumes, the capacitance drops, which dynamically shifts your cutoff frequency upward, causing non-linear harmonic distortion. Fix: Replace the capacitor with a WIMA polypropylene film capacitor or a C0G/NP0 ceramic.
How do I calculate the cutoff frequency for an active op-amp high pass filter?
For a standard 1st-order active high pass filter (a series capacitor feeding the non-inverting input of an op-amp with a resistor to ground), the math is identical to the passive RC formula: $f_c = 1 / (2 \pi R C)$. However, because the op-amp provides a high-impedance buffer, the filter's performance will not degrade regardless of what load you connect to the output. For comprehensive active topologies, refer to the All About Circuits guide on active filters for Sallen-Key schematics.
Understanding the high pass filter goes far beyond memorizing a single formula. By paying attention to component parasitics, impedance matching, and phase shift, you can move from simply blocking DC voltage to precisely sculpting the frequency response of any analog signal chain.






