RL Filter Calculator

Design a first-order RL low-pass or high-pass filter. Calculate cutoff frequency, time constant, and frequency response from R and L values.

Calculator Electronics Updated Apr 18, 2026
How to Use
  1. Pick low-pass or high-pass topology.
  2. Enter R and L values (or specify target cutoff frequency).
  3. Cutoff frequency fc = R/(2πL) — inverse of RC formulation.
  4. RL filters are less common than RC; used mainly in power and RF applications.
Input
Ω (k, M OK)
H (nH, uH, mH OK)
Hz (auto-solves L)
Presets
Frequency Response
Cutoff fc
Time Constant τ
Roll-off
20 dB/dec
Angular ωc

Show Work

Enter values.

Formulas

Cutoff Frequency
fc = R / (2π L)
Symmetric to RC: fc = 1/(2πRC).
Time Constant
τ = L / R
Time to reach 63% of step response.
Low-Pass Gain
H(f) = 1 / √(1 + (f/fc)²)
Same shape as RC low-pass.
High-Pass Gain
H(f) = (f/fc) / √(1 + (f/fc)²)
Mirror of low-pass.
Impedance Ratio
At fc: Xl = R
Cutoff is where inductive reactance equals R.
Reactance
Xl = 2π f L
Required for filter analysis.

History of the RL Filter

The RL filter is the dual of the RC: swap capacitors for inductors, swap 1/(jωC) for jωL, and the math rearranges into fc = R/(2πL) with a time constant τ = L/R. The earliest real-world RL filters date to the 1890s, when inductors ("chokes") were standard components for smoothing the pulsating DC of early rectified power supplies feeding telegraph and radio transmitters. In those high-current applications, filter capacitors of the required size didn't exist — wound chokes did.

LC composite filters — a blend of RL and RC thinking — were patented by George Campbell in 1917 and became the dominant filter topology for long-haul telephony through the 1940s and for radio IF strips through the 1960s. Pure RL signal filters mostly faded with the rise of cheap electrolytic and film capacitors, but they survive in two places: power electronics, where inductors are already present to limit di/dt, and EMI suppression, where common-mode chokes block high-frequency noise on AC mains cords.

About This Calculator

Pick low-pass (L in series, R to ground) or high-pass (R in series, L to ground), enter R and L with engineering suffixes, or enter a target fc and let the tool solve for L. Returned values include cutoff frequency, time constant L/R, gain response, and phase shift.

Real inductors have DC resistance in series with the ideal L — at low frequency that DCR sits in a voltage divider with R and can raise the low-frequency floor above 0 dB on the response plot. Real cores also saturate at high current, which limits how large L can be for a given current handling. For signal-level filters, RC is usually a better pick; RL shines where an inductor is already present for other reasons. All math runs client-side.

Frequently Asked Questions

When do I use RL instead of RC?

When inductors are already present (power supplies, motor drives, RF front-ends), making an RL filter "free." RC is cheaper and more compact for signal-level filtering — use it by default. RL shines for high current, where capacitors are bulky and expensive.

How is the cutoff formula different?

RC: fc = 1/(2πRC). RL: fc = R/(2πL). In RC the time constant is RC; in RL it\'s L/R. Mathematically symmetric but you solve different variables.

Which topology is low-pass?

L in series, R to ground: low-pass (L impedes high f, signal shunted through R to output). R in series, L to ground: high-pass (L shorts low f to ground; high f drops across R).

Are RL filters common in audio?

Rarely — inductors are bulky, expensive, and can hum/saturate. Audio crossovers sometimes use LC filters (common in passive speaker networks). For signal-level audio, RC and op-amp active filters dominate.

What about EMI filters?

RL-style chokes (series inductor) are standard EMI suppression in power cords, where they block high-frequency noise from reaching the mains. A "common-mode choke" is an RL filter for differential vs. common-mode noise.

Common Use Cases

Power Supply Output Filter

Series inductor + parallel cap (LC) filter smooths DC rail. Inductor L in the low-pass path reduces ripple.

Motor Inrush Limiter

Series inductor limits dI/dt at motor startup. Transient behavior governed by L/R time constant.

RF Impedance Matching

LC L-networks transform impedances. RL form appears in pi-filters and common attenuator designs.

EMI Choke

Ferrite-core choke blocks switching noise. At high frequencies Xl >> R, attenuating noise significantly.

Loudspeaker Crossover

Passive speaker networks often use LC topology; pure RL is rare but occasionally seen in inexpensive designs.

Last updated: