RL Filter Calculator

RL Filter Calculator
fc = R/(2πL)
RL Filter Calculator — Low Pass
Ω Resistance (R)
L Inductance (L)
Enter resistance (r) and inductance (l)
RL Filter Calculator Results
Cutoff fc
Hz
ωc
rad/s
Time Constant τ
s
Reactance at fc
Ω
Type
 
Roll-off
 
RL Low Pass Filter Vin L R Vout fc = R/(2πL) — inductor blocks high frequencies

Figure 1: In an RL low-pass filter, the inductor is in series and the resistor shunts to ground. At low frequencies the inductor has low impedance. At high frequencies it blocks the signal.

Table of Contents
Fundamentals
  1. What Is a RL Filter?
  2. The Formula
Worked Examples
  1. EMI Suppression
  2. Speaker Crossover
  3. Finding Required L
Deep Dive
  1. Inductor DCR Matters
  2. RL vs RC
Reference
  1. Frequently Asked Questions
  2. Related Filter Calculators

What Is an RL Filter?

An RL filter uses a resistor and inductor to create a frequency-dependent response. The cutoff frequency is fc = R/(2πL). As a low-pass filter (L in series, R to ground), the inductor’s increasing impedance with frequency blocks high-frequency signals. As a high-pass filter (R in series, L to ground), low frequencies are shunted through the inductor.

RL filters are less common than RC for signal processing but essential in power electronics, EMI suppression, and applications where inductors are already present. The RC Filter Calculator covers the more common RC alternative.

The Formula

fc = R/(2πL) | τ = L/R (time constant)
At fc: XL = R, gain = −3 dB

Worked Example — EMI Suppression

Given: R = 50 Ω (source impedance), L = 10 mH (choke)

fc = 50/(2π × 0.01) = 795.8 Hz

The choke attenuates noise above ~800 Hz while passing the power or signal below. The Low Pass Filter Calculator shows the full frequency response.

Worked Example — Speaker Crossover

Given: R = 8 Ω (speaker), L = 1.5 mH

fc = 8/(2π × 0.0015) = 848.8 Hz

This creates a low-pass to the woofer, rolling off above ~850 Hz. The Crossover Calculator designs complete multi-way crossover networks.

Worked Example — Finding Required L

Given: Target fc = 100 Hz, R = 75 Ω

L = R/(2πfc) = 75/(2π × 100) = 119.4 mH

Inductor DCR Matters

Real inductors have winding resistance (DCR) that adds to the external R, shifting the cutoff frequency. For a 50 mH inductor with 10 Ω DCR in a circuit with 100 Ω external R, the effective R is 110 Ω, raising fc by 10%. Always check the inductor datasheet for DCR. The Filter Cutoff Frequency Calculator uses your entered R value directly — include DCR for accuracy.

RL vs RC — When to Choose

RC is preferred for most signal-level filtering because capacitors are cheap, small, and precise. RL is preferred when the signal carries significant DC current (inductors pass DC with low loss), in power supply input filters, and in high-current EMI suppression where capacitors alone cannot handle the current. The Band Stop Filter Calculator shows how RL and RC elements combine for notch filtering.

Inductive Reactance Calculator: The Inductive Reactance Calculator shows how inductive reactance increases with frequency, which is why inductors block high frequencies.

Frequently Asked Questions

What does first-order vs second-order mean?
The order refers to the number of reactive components (capacitors or inductors). First-order (RC, RL) has one, with −20 dB/decade roll-off. Second-order (LC) has two, with −40 dB/decade. Higher orders give sharper transitions but more complexity.
Can I use this for audio applications?
Yes. RC and LC filters are widely used in audio for tone shaping, crossovers, and anti-aliasing. The component values determine whether the filter operates at audio frequencies (20 Hz – 20 kHz) or at other ranges.
What is the phase shift at cutoff?
A first-order filter has −45° phase shift at fc (low-pass) or +45° (high-pass). A second-order filter has −90° at fc. Phase shift is important in feedback systems and audio where it affects sound quality.
How do I make a bandpass filter?
Combine a low-pass and high-pass filter in series, with the low-pass fc higher than the high-pass fc. The frequencies between the two cutoffs form the passband. The Band Pass Filter Calculator does this automatically.

Browse all Electronics Calculators →

Last updated: March 2026