An RL low pass filter is a passive circuit consisting of a series inductor and a shunt resistor that allows low-frequency signals to pass through to the load while attenuating high-frequency noise. In a real installation, it changes the frequency spectrum of your signal or power rail, stripping away rapid AC fluctuations while preserving steady DC or slow-moving analog data. The most common mistake makers and students make is confusing its topology with an RC filter—swapping the series and shunt positions—or blindly using the 1/(2πRC) cutoff formula instead of the correct R/(2πL) equation.
The Core Mechanics and the Cutoff Formula
To understand how this filter works, we look at the voltage divider formed by the inductor's reactance and the resistor's static resistance. The inductor is placed in series with the signal path, and the resistor is placed in parallel (shunt) to ground. The output voltage is measured across the resistor.
The inductor's opposition to alternating current is called inductive reactance (XL = 2πfL). As the frequency (f) increases, the reactance increases. Because the inductor is in the series leg of our voltage divider, high-frequency signals face massive opposition and are blocked from reaching the output. Meanwhile, the shunt resistor provides a stable path to ground, ensuring the high-frequency energy is safely dissipated rather than reflecting back into the source.
The critical threshold where the filter begins to significantly attenuate the signal is the cutoff frequency (fc), also known as the -3dB point. At this frequency, the output voltage drops to 70.7% of the input voltage. The formula is:
fc = R / (2πL)
Notice that unlike an RC filter, the resistance is in the numerator. A higher resistance in an RL low pass filter actually raises the cutoff frequency, while a larger inductance lowers it.
Worked Numeric Example: Sizing for a 1 kHz Cutoff
Let’s design a filter on the bench. Suppose you are conditioning an analog sensor signal and need a cutoff frequency of exactly 1,000 Hz. Your downstream measurement circuit presents a load resistance of 150 Ω, which we will use as our shunt resistor (R).
- Identify knowns: fc = 1000 Hz, R = 150 Ω.
- Rearrange the formula to solve for L: L = R / (2πfc).
- Calculate: L = 150 / (2 × 3.14159 × 1000) = 150 / 6283.18.
- Result: L = 0.02387 Henrys, or 23.9 mH.
If you feed a 10V peak-to-peak sine wave at 10 Hz into this circuit, the output across the 150 Ω resistor will be roughly 10V. If you feed it a 10V sine wave at exactly 1,000 Hz, the output will drop to 7.07V. By the time the frequency hits 10,000 Hz (one decade above the cutoff), the output will be attenuated to roughly 1V, demonstrating the filter's -20 dB/decade roll-off characteristic.
Where You Meet This in Practice
While RC filters dominate low-power signal processing due to the cheap, tiny footprint of ceramic capacitors, RL filters are indispensable in specific high-current and audio applications:
- Audio Crossovers: Passive crossovers in speaker cabinets use RL low pass filters to route bass frequencies to woofers while blocking high-frequency tweeter signals. The speaker coil itself often acts as the inductor.
- Power Supply Ripple Reduction: In high-current DC power rails, using a resistor-capacitor (RC) filter would result in unacceptable voltage drops and power dissipation. An RL (or LC) filter handles high DC currents with minimal resistive loss.
- Motor Drive Sensor Lines: Filtering out high-frequency PWM switching noise from analog tachometer or current-sense lines running near brushless DC (BLDC) motor controllers.
Real-World Scenario: Filtering PWM Noise on a Tachometer Line
Theory assumes ideal components. The bench teaches you otherwise. Here is a walkthrough of a real-world debugging session involving an RL low pass filter.
The Setup: We needed to read a 0-5V analog tachometer signal from a 12V blower motor using an ESP32 ADC. The signal was heavily contaminated with 25 kHz PWM switching noise from the motor driver. We needed to pass the slow-moving tachometer signal (0-500 Hz) but kill the 25 kHz carrier.
The Numbers: We selected a shunt resistor R = 100 Ω and a series inductor L = 10 mH. Using our formula, the cutoff frequency was fc = 100 / (2 × π × 0.01) = 1,591 Hz. At 25 kHz, the inductive reactance XL would be 1,570 Ω, theoretically providing massive attenuation.
The Outcome: On the bench, using a function generator to simulate the signal, the 25 kHz ripple disappeared from the oscilloscope trace, leaving a beautifully clean DC voltage.
The Root Cause: We had used a cheap, unshielded 10 mH axial inductor. We ignored two critical non-ideal parameters found in the Würth Elektronik inductor selection guides:
- DC Resistance (DCR): The cheap inductor had a DCR of 35 Ω. This unintended resistance formed a secondary voltage divider with our 100 Ω shunt resistor, dropping our 5V max signal down to 3.7V before it even reached the ESP32.
- Saturation Current (Isat): The inductor was rated for only 50 mA. The motor's startup inrush and noise spikes exceeded 200 mA. When an inductor saturates, its core cannot store any more magnetic energy, and its inductance collapses to near zero. Our low-pass filter literally turned into a piece of wire during motor startup, blasting 25 kHz noise straight into the ESP32's sensitive ADC pins.
The Fix: We swapped to a shielded 10 mH power inductor (like the Würth 744774 series) rated for 1.5 A saturation current and featuring a DCR of less than 0.2 Ω. The signal remained at a clean 5V, the noise was eliminated, and the ESP32 read the RPM flawlessly.
RL vs. RC Filters: A Practical Comparison
When should you reach for an inductor instead of a capacitor? Use this decision matrix to choose the right topology for your next PCB or breadboard build.
| Criteria | RC Low Pass Filter | RL Low Pass Filter |
|---|---|---|
| Component Cost | Extremely low (fractions of a cent) | Higher (cents to several dollars) |
| PCB Footprint | Tiny (SMD 0402 or 0603) | Bulky (requires shielded SMD or through-hole) |
| High-Frequency Limit | Excellent into the GHz range | Limited by parasitic parallel capacitance |
| DC Voltage Drop | Determined solely by the series R | Determined by series R + Inductor DCR |
| Best Application | Low-power signal conditioning, audio DACs | High-current power rails, speaker crossovers |
Frequently Asked Questions
Can I put the resistor in series and the inductor to ground?
No. If you place the resistor in series and the inductor in shunt (to ground), you have built an RL high-pass filter. At DC, the inductor acts as a short circuit to ground, killing the output. At high frequencies, the inductor's high reactance blocks the path to ground, allowing the signal to pass to the output.
Does an RL filter consume power like an RC filter?
Yes. Both filters rely on a resistor, which dissipates energy as heat according to P = I²R. If you need to filter a high-current power rail without losing voltage to heat, you must use an LC low pass filter (inductor in series, capacitor in shunt), which uses only reactive components that ideally dissipate zero real power.
Why do I need a flyback diode across the inductor?
If your RL filter is driving a switched load or is connected to a source that can be abruptly disconnected, the collapsing magnetic field in the inductor will generate a massive high-voltage spike (flyback voltage). As noted in All About Circuits' inductor theory guides, this spike can destroy downstream semiconductor components. Always place a reverse-biased flyback diode across the inductor if the current path can be interrupted.






