RL Time Constant Calculator
Calculate the RL circuit time constant τ = L/R and current at any time during exponential rise or decay.
See 63.2 percent and 99.3 percent thresholds.
What the RL time constant tells you
An RL circuit consists of an inductor (L) and a resistor (R) in series. When you suddenly apply a voltage to such a circuit, the current does not jump instantly to its final value. The inductor opposes the change by inducing a back-EMF, and the current rises exponentially toward steady state. The time constant tells you how fast this transition happens:
τ = L / R
Where τ is the time constant in seconds, L is the inductance in henrys, and R is the resistance in ohms. The dimensional check: H ÷ Ω = (V·s/A) ÷ (V/A) = s, confirming the unit.
The exponential rise and decay
When voltage V is applied to a series RL circuit at t = 0:
Current rise: I(t) = (V/R) × (1 − e^(−t/τ))
The final steady-state current is I_max = V/R (the inductor acts as a wire at DC). At t = τ the current has reached 1 − e^(−1) ≈ 0.632, or 63.2 percent of I_max. At t = 5τ it reaches 1 − e^(−5) ≈ 0.993, or 99.3 percent, which is conventionally treated as “fully on.”
When the voltage source is removed (and the circuit completes through some path), the current decays:
Current decay: I(t) = I_0 × e^(−t/τ)
After one time constant, 36.8 percent of the initial current remains. After 5τ, only 0.7 percent remains.
The 5-tau rule of thumb
Engineers treat 5τ as “fully settled” for design purposes. This comes from e^(−5) ≈ 0.0067, meaning less than 1 percent of the initial transient remains. For most practical purposes that is below measurement noise, so the circuit is considered to have reached steady state.
If you need higher precision (say, 0.01 percent settling), you need about 9τ. For 1 part per million, about 14τ. The exponential is unforgiving in the tail.
Why inductors resist current change
The physics comes from Faraday’s law: a changing current through an inductor produces a back-EMF opposing the change. EMF_back = L × (dI/dt). When you first apply voltage, dI/dt is largest, so the back-EMF nearly cancels the source voltage and little net current flows. As current grows, dI/dt decreases, back-EMF drops, and more net voltage drives current up. The current asymptotically approaches V/R, where all the source voltage falls across R and dI/dt → 0.
This is dual to the capacitor case: inductors resist current changes the way capacitors resist voltage changes. RL and RC time constants describe the same kind of first-order exponential settling, just for different stored quantities (magnetic energy in L, electrical energy in C).
Why R is in the denominator
A larger resistance limits the maximum current to V/R (smaller), but also makes the exponential approach faster (smaller τ = L/R). Both effects reduce the transient energy stored in the inductor (E = ½ L I²). For a given inductance, more resistance means less energy stored at steady state and a quicker arrival there.
This is why people sometimes confuse the role of R. It does not slow the settling down. It speeds it up, at the cost of lower steady-state current. To get fast turn-on of an electromagnet or relay coil, increase R (or use a higher supply voltage with a current-limiting resistor).
Reference values for typical RL circuits
| Component | L | R | τ = L/R |
|---|---|---|---|
| Small relay coil | 100 mH | 100 Ω | 1 ms |
| Automotive ignition coil | 5 mH | 0.5 Ω | 10 ms |
| Large transformer winding | 5 H | 50 Ω | 100 ms |
| Audio choke | 10 H | 1 kΩ | 10 ms |
| Tiny SMD inductor in switching regulator | 10 μH | 50 mΩ | 200 μs |
| Long DC transmission line (per km) | ~1 mH | ~0.1 Ω | 10 ms |
| Superconducting magnet (with shunt resistor) | 100 H | 0.01 Ω | 10,000 s |
Superconducting magnets have notoriously long time constants. Ramping up an MRI magnet takes hours, and shutting it down safely requires careful energy dissipation through a quench resistor.
A worked example: relay turn-on time
A 12 V automotive relay has L = 80 mH and R = 60 Ω. Time constant:
τ = L / R = 0.08 / 60 = 1.33 milliseconds
Steady-state current: I_max = V / R = 12 / 60 = 0.2 A
Current after one time constant (1.33 ms): I = 0.2 × (1 − e^(−1)) = 0.2 × 0.632 = 126 mA Current after five time constants (6.67 ms): I = 0.2 × (1 − e^(−5)) = 0.2 × 0.993 = 199 mA, essentially full
So the relay is electrically “on” within about 7 milliseconds of switch closure. Mechanical relay contacts take roughly 5 to 15 milliseconds of additional time after the coil current reaches threshold (typically 70 to 80 percent of nominal). Total relay actuation: 10 to 25 ms, dominated by mechanics, not electrical settling.
The flyback voltage problem
When you suddenly break the current through an inductor (open the switch), the inductor tries to maintain the current. Since the path is suddenly resistive (open switch or arc), the back-EMF can spike to hundreds of volts even from a 12 V supply. This is called the flyback voltage, or inductive kick:
V_flyback = L × (dI/dt) ≈ L × I / Δt
For our relay: 80 mH × 0.2 A / (10 microseconds) = 1.6 kV. That voltage will arc across any open contact, weld switch contacts together over time, or destroy nearby transistors.
The standard solution is a flyback diode (also called a freewheeling diode) connected in reverse-parallel with the inductor. When the switch opens, the inductor’s current circulates through the diode and decays gently through R rather than spiking. Modern relay and motor drivers always include flyback protection. Forgetting it is a common cause of MOSFET-blowup in beginner designs.
Frequency-domain implications
The RL circuit is a first-order high-pass filter for the voltage across R, and a low-pass filter for the voltage across L. The corner frequency is:
f_c = R / (2π L) = 1 / (2π τ)
For our 1.33 ms time constant, f_c ≈ 119 Hz. Signals above this frequency are attenuated across R and pass through L. This is the basis of crossover networks in audio (sending high frequencies to tweeters via inductor blocking, low frequencies to woofers), and the design of EMI suppression chokes.
Energy storage and ½LI²
At steady state with current I, the inductor stores energy:
E = ½ L I²
For our relay: E = ½ × 0.08 × 0.04 = 1.6 mJ. Small. For a 100 H superconducting magnet at 1000 A: E = ½ × 100 × 10⁶ = 50 megajoules. Releasing 50 MJ in even a few milliseconds is an explosion-grade event, which is why MRI quench events are designed with controlled energy dissipation paths.