Low-Pass vs High-Pass Filter: Differences, Circuits, Cutoff Frequency, and Applications
Learn how low-pass and high-pass filters differ, how their RC circuits work, how to calculate cutoff frequency, and how to select the right filter for signal conditioning, audio, ADC, power, and RF applications.
Electronic systems often need to separate useful signals from unwanted frequency components. A sensor interface may need to remove high-frequency noise, an amplifier may need to reject DC offset, and an ADC may require attenuation above its usable signal bandwidth. Low-pass and high-pass filters address these problems in opposite ways.
Quick answer: A low-pass filter passes frequencies below its cutoff frequency and attenuates higher frequencies. A high-pass filter passes frequencies above its cutoff and attenuates lower frequencies. In a basic RC circuit, the low-pass output is measured across the capacitor, while the high-pass output is measured across the resistor.
Neither filter behaves like an ideal on/off switch. A real filter has a transition region, and its attenuation increases gradually according to its order and response type.
Low-Pass vs High-Pass Filter: Quick Comparison
| Feature | Low-Pass Filter | High-Pass Filter |
| Frequencies passed | Below the cutoff frequency | Above the cutoff frequency |
| Frequencies attenuated | Above the cutoff frequency | Below the cutoff frequency |
| DC response | Passes DC | Blocks DC in steady state |
| Basic RC output | Measured across the capacitor | Measured across the resistor |
| First-order roll-off | −20 dB/decade above cutoff | +20 dB/decade below cutoff |
| Phase response | Output progressively lags input | Output progressively leads input at lower frequencies |
| Time-domain effect | Smooths rapid changes | Emphasizes rapid changes and edges |
| Common applications | Noise reduction, anti-aliasing, PWM smoothing | AC coupling, DC removal, baseline-drift suppression |
The words “low” and “high” are always relative to the selected cutoff frequency. A 10 kHz signal may be in the passband of one low-pass filter and in the stopband of another.
What Is a Frequency Filter?
A frequency filter is a circuit or algorithm that changes a signal according to frequency. Important filter terms include:
- Passband: The frequency range intended to pass with acceptable loss.
- Stopband: The range that must be sufficiently attenuated.
- Transition band: The region between the passband and stopband.
- Cutoff frequency: A defined boundary or corner in the frequency response.
- Attenuation: The amount by which a signal is reduced, commonly expressed in decibels.
- Phase shift: The frequency-dependent timing difference between the input and output.
- Filter order: The number of poles governing the ultimate roll-off rate.
For a first-order RC filter, and for the conventional Butterworth response, the cutoff is the −3 dB point. The output voltage magnitude there is approximately 70.7% of the passband value—not zero.
Other filter families may define their important band edge differently. For example, a Chebyshev filter’s specified cutoff can refer to the edge of its allowed ripple rather than exactly −3 dB.
What Is a Low-Pass Filter?
A low-pass filter, or LPF, allows lower-frequency components to reach the output while progressively attenuating higher-frequency components.
In a basic passive RC low-pass filter:
- A resistor is connected in series with the signal.
- A capacitor is connected from the output node to ground.
- The output is measured across the capacitor.
A capacitor’s reactance is:
[
X_C=\frac{1}{2\pi fC}
]
At low frequencies, the capacitor has relatively high impedance, so little signal is diverted to ground and the output remains close to the input. As frequency increases, the capacitor impedance falls, directing more of the high-frequency signal toward ground.
A low-pass filter can therefore smooth abrupt waveform changes. If a square wave is applied to a sufficiently low-cutoff RC filter, the output edges become rounded. With a time constant much longer than the pulse period, the circuit can behave approximately like an integrator.
Typical low-pass filter applications include:
- Filtering high-frequency noise from analog sensors
- Limiting bandwidth before an ADC
- Smoothing PWM into an approximate analog voltage
- Removing DAC image components
- Reducing high-frequency noise on references or low-current supply nodes
- Routing low-frequency audio to a woofer
- Suppressing harmonics in signal-generation circuits
An anti-aliasing filter must be designed from the required signal bandwidth, sampling rate and stopband attenuation. Simply placing the −3 dB corner at the Nyquist frequency does not guarantee sufficient rejection.
What Is a High-Pass Filter?
A high-pass filter, or HPF, passes higher-frequency signal components while attenuating low-frequency components.
In a basic passive RC high-pass filter:
- A capacitor is placed in series with the signal.
- A resistor is connected from the output node to ground.
- The output is measured across the resistor.
At DC, the series capacitor eventually behaves like an open circuit, preventing a steady voltage from reaching the output. At higher frequencies, its reactance decreases and more of the changing signal appears across the resistor.
This makes high-pass filters useful for:
- AC coupling between amplifier stages
- Removing DC offsets
- Suppressing slow sensor baseline drift
- Reducing low-frequency motion artifacts
- Removing rumble from audio signals
- Routing high-frequency audio to a tweeter
- Detecting transitions or waveform edges
- Rejecting low-frequency interference in communication systems
When its cutoff frequency is high relative to the input waveform’s fundamental frequency, a first-order high-pass filter can approximate a differentiator. A square-wave input then produces positive and negative pulses around its rising and falling edges.
Low-Pass and High-Pass RC Circuits
The same resistor and capacitor values can produce either a low-pass or high-pass response. What matters is the circuit topology and the point from which the output is measured.
| Circuit | Series element | Shunt element | Output measured across |
| RC low-pass | Resistor | Capacitor | Capacitor |
| RC high-pass | Capacitor | Resistor | Resistor |
It is therefore incomplete to say that the components are simply “swapped.” Filter behavior depends on the complete impedance network and the selected output node.
In practical circuits, the signal source impedance becomes part of the filter. The next stage’s input impedance also loads the output. Consequently, the actual cutoff frequency can differ from a calculation that includes only the labeled R and C.
RC Filter Cutoff Frequency Formula
For an unloaded first-order RC low-pass or high-pass filter, the cutoff frequency is:
[
f_c=\frac{1}{2\pi RC}
]
The equation can be rearranged to select either component:
[
R=\frac{1}{2\pi f_cC}
]
[
C=\frac{1}{2\pi f_cR}
]
Where:
- (f_c) is in hertz
- (R) is in ohms
- (C) is in farads
At (f_c), the resistor magnitude equals the capacitor reactance:
[
R=|X_C|
]
The voltage magnitude of either filter is then:
[
|V_{out}|\approx0.707|V_{in}|
]
In decibels:
[
20\log_{10}(0.707)\approx-3.01\text{ dB}
]
The cutoff frequency is therefore not a point where the signal is completely blocked. It is a defined point within the transition between passband and stopband.
Worked RC Filter Example
Suppose a circuit uses:
- (R=3.3,k\Omega)
- (C=100,nF)
The calculated cutoff frequency is:
[
f_c=\frac{1}{2\pi(3300)(100\times10^{-9})}
]
[
f_c\approx482\text{ Hz}
]
For the low-pass filter, the magnitude response is:
[
|H_{LP}|=\frac{1}{\sqrt{1+(f/f_c)^2}}
]
For the high-pass filter:
[
|H_{HP}|=\frac{f/f_c}{\sqrt{1+(f/f_c)^2}}
]
The ideal unloaded results are:
| Input frequency | Low-pass output | High-pass output |
| 50 Hz | 0.995 (V_{in}), −0.05 dB | 0.103 (V_{in}), −19.7 dB |
| 482 Hz | 0.707 (V_{in}), −3.01 dB | 0.707 (V_{in}), −3.01 dB |
| 5 kHz | 0.096 (V_{in}), −20.4 dB | 0.995 (V_{in}), −0.04 dB |
The table demonstrates why “passes” and “blocks” should not be interpreted as absolute conditions. The unwanted frequency remains present but is reduced according to the frequency ratio and filter order.
Transfer Functions and Bode Plots
Using the Laplace variable (s), the transfer function of a first-order RC low-pass filter is:
[
H_{LP}(s)=\frac{1}{1+sRC}
]
For a first-order RC high-pass filter:
[
H_{HP}(s)=\frac{sRC}{1+sRC}
]
These equations describe three important operating regions.
| Frequency region | Low-pass response | High-pass response |
| (f\ll f_c) | Gain approaches 1 | Gain approaches 0 |
| (f=f_c) | −3 dB, phase approximately −45° | −3 dB, phase approximately +45° |
| (f\gg f_c) | Gain approaches 0 | Gain approaches 1 |
On a logarithmic Bode magnitude plot, the low-pass response begins near 0 dB and turns downward after the corner. The high-pass response rises from strong low-frequency attenuation and approaches 0 dB above the corner.
For a first-order section, the asymptotic roll-off is 20 dB per decade, equivalent to approximately 6 dB per octave. Analog Devices notes that each pole contributes about −20 dB/decade, while a zero contributes approximately +20 dB/decade.
Filter Order and Roll-Off Rate
A higher-order filter can produce greater stopband attenuation without moving the cutoff unnecessarily far from the wanted signal.
| Filter order | Approximate ultimate roll-off |
| First order | 20 dB/decade or 6 dB/octave |
| Second order | 40 dB/decade or 12 dB/octave |
| Third order | 60 dB/decade or 18 dB/octave |
| Fourth order | 80 dB/decade or 24 dB/octave |
These values describe the eventual slope, not necessarily the attenuation immediately beside the cutoff.
Higher-order filters can be constructed by cascading first- and second-order stages. However, directly connecting passive RC stages may cause loading, so the result is not always equivalent to multiplying two ideal independent responses. Buffers or a properly calculated active topology may be required.
Common response families include:
- Butterworth: Maximally flat magnitude response in the passband, with moderate transition sharpness.
- Bessel: Prioritizes nearly constant group delay and clean transient response, but rolls off more gradually.
- Chebyshev: Accepts passband ripple to obtain a sharper transition and greater near-cutoff attenuation.
Texas Instruments’ active-filter guidance describes the same trade-off: Butterworth provides strong all-around performance, Bessel minimizes pulse distortion, and Chebyshev provides faster attenuation at the cost of ripple, overshoot and ringing.
Passive vs Active Filters
Both low-pass and high-pass responses can be implemented as passive or active filters.
| Factor | Passive filter | Active filter |
| Components | Resistors, capacitors and/or inductors | Op-amp plus resistors and capacitors |
| Power gain | Cannot provide gain | Can provide voltage gain |
| Buffering | Not inherent | Can provide low output impedance |
| External supply | Not required | Required |
| Loading sensitivity | Usually higher | Usually lower |
| Frequency range | Suitable from low frequencies through RF, depending on topology | Limited by amplifier bandwidth and other non-ideal behavior |
| Typical uses | Simple RC filtering, RF networks, power filtering | Audio, sensor conditioning, ADC drivers |
An active filter is not automatically better. At low and moderate frequencies, it can provide gain, buffering and accurate higher-order responses without inductors. At RF frequencies, passive LC, transmission-line, ceramic, SAW or other specialized filters may be more appropriate.
Active-filter performance also depends on op-amp gain bandwidth, open-loop gain, slew rate, noise, output drive, supply voltage and input/output range.
How to Choose Between a Low-Pass and High-Pass Filter
Start by identifying the frequency components that must be retained.
| Design goal | Recommended response |
| Remove high-frequency sensor noise | Low-pass |
| Reduce aliasing before an ADC | Low-pass |
| Convert PWM to a smoother voltage | Low-pass |
| Remove a DC offset | High-pass |
| AC-couple amplifier stages | High-pass |
| Suppress slow baseline drift | High-pass |
| Route bass to a woofer | Low-pass |
| Route treble to a tweeter | High-pass |
| Preserve only a middle frequency range | High-pass followed by low-pass, forming a band-pass response |
After selecting the response type, define:
- Highest and lowest wanted frequencies
- Maximum acceptable passband loss
- Frequency at which stopband attenuation is required
- Required attenuation at that frequency
- Acceptable phase shift, delay and transient distortion
This approach is more reliable than choosing a cutoff frequency before defining the passband and stopband requirements.
Practical RC Filter Design Considerations
Source and Load Impedance
For a low-pass filter, source resistance adds to the intended series resistance. A finite load also changes the voltage division and effective pole. Analyze the complete circuit using the source’s Thevenin resistance and the receiving stage’s input impedance.
As a practical first check, keeping the load impedance at least ten times greater than the filter’s relevant resistance reduces—but does not eliminate—loading error. Analog Devices similarly treats a high load impedance as an assumption behind the simplest passive RC analysis.
Component Tolerance and Temperature
Resistor and capacitor tolerances shift the real cutoff frequency. Temperature coefficient, aging and capacitor voltage dependence can introduce further error.
C0G/NP0 ceramic capacitors are useful where stability and linearity matter. Higher-capacitance ceramic dielectrics such as X7R can be appropriate in less critical circuits, but their effective capacitance may change with DC bias, package size and temperature.
Parasitic Effects
Very high resistance combined with a very small capacitor makes the circuit more sensitive to PCB leakage, input capacitance and stray capacitance. Very low resistance increases current demand and can load the source unnecessarily.
Texas Instruments recommends selecting values with practical parasitics, tolerance and power trade-offs in mind rather than treating every mathematically valid R/C combination as equivalent.
ADC Inputs
Many ADC inputs are not equivalent to a constant high resistance. Switched-capacitor input structures can draw brief charge pulses during acquisition. The filter must therefore be checked against acquisition time, input settling and driver stability.
A buffer can reduce the loading of a passive section and provide lower output impedance, but the amplifier and local RC network must follow the ADC manufacturer’s recommendations.
RF and High-Speed Circuits
At high frequencies, capacitor ESR and ESL, resistor parasitics, package dimensions, PCB traces, grounding and impedance matching may dominate the result. An ideal low-frequency RC equation is not sufficient for designing a precision RF filter.
Common Filter Design Mistakes
Avoid these frequent errors:
- Treating the cutoff frequency as an on/off boundary
- Assuming “high-pass” means removing high frequencies
- Ignoring the location of the output node
- Selecting (f_c) without defining stopband attenuation
- Cascading passive stages without calculating loading
- Ignoring resistor and capacitor tolerance
- Using an op-amp with insufficient bandwidth or slew rate
- Assuming every bypass capacitor forms a complete low-pass filter
- Applying an ideal RC model directly to RF layouts
Frequently Asked Questions
What is the main difference between a low-pass and high-pass filter?
A low-pass filter retains frequencies below its cutoff and attenuates higher frequencies. A high-pass filter retains frequencies above the cutoff and attenuates lower frequencies.
Is a high-pass filter the same as a low-cut filter?
Yes. “High-pass” describes the frequencies being retained, while “low-cut” describes the frequencies being reduced.
Is a low-pass filter the same as a high-cut filter?
Yes. Both terms refer to a filter that attenuates higher-frequency components.
What happens at the cutoff frequency?
For a first-order RC filter, the output magnitude is approximately 70.7% of its passband level, equal to −3.01 dB. The signal is attenuated, not completely blocked.
Does a low-pass filter pass DC?
A basic RC low-pass filter passes DC because the capacitor behaves as an open circuit after steady state is reached. The exact DC gain still depends on source and load resistance.
Does a high-pass filter block DC?
Yes. The series capacitor in a basic high-pass filter prevents a steady-state DC component from reaching the output.
Can low-pass and high-pass filters use the same R and C values?
Yes. They will have the same ideal cutoff frequency, but the component arrangement and output measurement point determine whether the response is low-pass or high-pass.
Can low-pass and high-pass filters be combined?
Yes. A high-pass section with a lower cutoff and a low-pass section with a higher cutoff can form a band-pass filter. Stage interaction and loading must be included in the design.
What is the difference between first-order and second-order filters?
A first-order filter contains one pole and eventually rolls off at 20 dB/decade. A second-order filter contains two poles and can reach 40 dB/decade, although its behavior near cutoff also depends on damping and Q.
Which filter removes electrical noise?
It depends on the noise spectrum. Use a low-pass filter when unwanted noise lies above the wanted signal band. Use a high-pass filter when the interference is DC or lower in frequency than the wanted signal. Narrowband interference may require a notch or band-stop filter instead.
Conclusion
The choice between a low-pass and high-pass filter begins with one question: which part of the frequency spectrum contains the useful information?
A low-pass filter is appropriate when low-frequency or slowly changing content must be preserved. A high-pass filter is appropriate when DC and slow changes must be removed while faster signal components are retained.
The equation (f_c=1/(2\pi RC)) provides a useful starting point, but a reliable design must also consider required stopband attenuation, source and load impedance, component tolerance, filter order, phase response and circuit non-idealities. For demanding ADC, audio, industrial and RF systems, these practical factors often determine whether a filter works only in calculation or also performs correctly in hardware.



