The cut off frequency for a high pass filter is the exact threshold—typically the -3dB half-power point—where the circuit begins to heavily attenuate low frequencies while allowing higher frequencies to pass unimpeded. When you set this threshold in a real circuit or installation, it fundamentally changes the physical resistor, capacitor, or inductor values you must select, directly dictating the phase shift at the boundary and determining how effectively DC offset, 50/60Hz mains hum, or low-frequency mechanical noise is rejected from your signal path.

Standard Component Pairings for Common Cut Off Frequencies

For a first-order passive RC (resistor-capacitor) high pass filter, the capacitor is placed in series with the signal path, and the resistor is placed in parallel to ground. The governing equation is fc = 1 / (2πRC). Because you cannot buy arbitrary component values, you must map your target frequency to the standard E24 resistor series and common capacitor dielectrics.

Below is a reference table of real-world component pairings. Notice how the 'Actual fc' deviates slightly from the target due to standard value rounding—a reality every bench engineer must account for.

Target fc Application Scenario Capacitor (C) Resistor (R) Actual fc
20 Hz Audio Subwoofer DC Block 1.0 µF 8.2 kΩ 19.4 Hz
80 Hz Speaker Crossover (Tweeter) 100 nF 20 kΩ 79.6 Hz
300 Hz Vocal Microphone HPF 10 nF 53 kΩ 300.3 Hz
10 kHz RF IF Stage Coupling 1.0 nF 16 kΩ 9.95 kHz
1 MHz Oscilloscope AC Coupling 100 pF 1.5 kΩ 1.06 MHz
Component Selection Warning: Never blindly use X7R or Y5V ceramic capacitors for precision audio or sensor high-pass filters. These dielectrics are piezoelectric (they act as microphones, picking up physical vibration) and exhibit severe voltage coefficient, meaning their capacitance drops as DC bias increases. Always specify C0G/NP0 dielectrics for the series capacitor in a high pass filter to maintain a stable cut off frequency and prevent harmonic distortion.

Worked Numeric Example: Sizing an RC Filter for a Microphone Preamplifier

Let’s design a high pass filter to block the DC bias voltage from an electret microphone capsule while passing human voice frequencies down to 80 Hz. Our target cut off frequency for high pass filter behavior is exactly 80 Hz.

Step 1: Choose the Capacitor
We need a capacitor large enough to pass low frequencies but small enough to avoid physical bulk and excessive leakage current. Let’s select a standard 100 nF (0.1 µF) C0G ceramic capacitor.

Step 2: Calculate the Required Resistance
Rearranging the formula to solve for R:
R = 1 / (2 × π × fc × C)
R = 1 / (2 × 3.14159 × 80 × 100e-9)
R = 1 / 0.000050265
R ≈ 19,894 Ω

Step 3: Select the Standard Resistor and Verify
The nearest standard E24 series resistor is 20 kΩ. Let’s recalculate the actual cut off frequency with this installed part:
fc = 1 / (2 × π × 20,000 × 100e-9) = 79.57 Hz.
This 0.5% deviation is perfectly acceptable for audio applications.

Step 4: The Hidden Trap (Johnson-Nyquist Noise)
Why not use a 1 nF capacitor and a 2 MΩ resistor to achieve the same 79.57 Hz cut off? Because resistors generate thermal noise. A 20 kΩ resistor generates roughly 1.82 µV RMS of noise over a 20 kHz audio bandwidth. A 2 MΩ resistor generates 18.2 µV RMS—ten times more noise, which will be amplified by your preamp and audible as a distinct hiss. Sizing the cut off frequency isn't just about the math; it's about balancing impedance against the noise floor of your downstream stages. For deep dives into active filter topologies that buffer these impedances, the Texas Instruments FilterPro tool is an excellent bench resource.

Where You Meet This in Practice (and Common Confusions)

You will encounter high pass filtering in almost every mixed-signal installation. Here is where the cut off frequency dictates real-world performance:

  • Oscilloscope AC Coupling: When you press the 'AC' button on your scope, it engages an internal high pass filter (usually set around 10 Hz to 100 Hz) to block the DC offset of a power rail, allowing you to zoom in on the millivolt-level AC switching ripple without the trace flying off the screen.
  • Piezoelectric Vibration Sensors: Piezo elements generate massive low-frequency drift from thermal changes and physical sag. A high pass filter set to 1 Hz or 5 Hz strips out this drift while preserving the high-frequency impact shocks you actually want to measure.
  • Active Speaker Crossovers: Sending 40 Hz bass frequencies to a silk-dome tweeter will physically destroy the voice coil. A high pass filter set to 2.5 kHz or 3 kHz ensures only safe, high-frequency transients reach the driver.

What People Commonly Confuse

The most frequent mistake hobbyists make is treating the cut off frequency as a 'brick wall'. If your filter is set to 80 Hz, a 79 Hz signal is not completely blocked. At the exact cut off frequency, the signal is attenuated by -3dB (roughly 70.7% of the original voltage amplitude). Because a first-order RC filter rolls off at a gentle 20 dB per decade, a 40 Hz signal (one octave below 80 Hz) is only attenuated by about -7dB. If you need hard rejection of a specific low frequency, you must cascade multiple stages to create a 2nd-order (40dB/decade) or 4th-order (80dB/decade) Butterworth or Linkwitz-Riley response.

Another common error is confusing the physical topology. In a high pass filter, the capacitor is in series with the signal and the resistor goes to ground. If you swap them, you have accidentally built a low pass filter, which will pass DC and block your high-frequency AC signal entirely. For a visual breakdown of these Bode plots and topologies, the All About Circuits AC textbook chapter on high-pass filters provides excellent schematic references.

Frequently Asked Questions

What happens to the phase shift at the cut off frequency?

In a standard first-order RC high pass filter, the phase shift at the exact cut off frequency is +45 degrees. This means the output waveform leads the input waveform by 45 degrees. As the frequency drops further below the cut off point, the phase shift approaches +90 degrees. In multi-stage audio crossovers, this phase shift can cause destructive interference at the crossover point if the woofer and tweeter are not wired with the correct absolute polarity.

Does an inductor-based (RL) high pass filter use the same formula?

No. For an RL (resistor-inductor) high pass filter, where the inductor is in parallel to ground and the resistor is in series, the formula is fc = R / (2πL). RL filters are rarely used in audio due to the physical size, cost, and electromagnetic interference (EMI) pickup of inductors, but they are standard in RF (radio frequency) circuits where parasitic capacitance makes RC filters impractical at GHz frequencies. You can find more on RF filter design in the Electronics Tutorials high-pass filter guide.

How do I measure the cut off frequency on my bench?

Connect a function generator to the filter input and an oscilloscope to the output. Set the function generator to a sine wave well above your expected cut off (e.g., 10 kHz) and note the peak-to-peak voltage. Slowly decrease the frequency. The exact frequency where the output voltage drops to 0.707 times the maximum passband voltage is your measured -3dB cut off frequency. Ensure your oscilloscope probes are set to 10x to prevent the probe's own 1MΩ/15pF impedance from loading down your high-impedance filter circuit.