LED Current-Limiting Resistor
Enter supply voltage, LED forward voltage and target current to get the series resistor in ohms, R = (Vsupply - Vf) / I, then round up to a standard value.
R (ฮฉ)
โ
LED current-limiting resistor
An LED is a non-ohmic diode. Wire it straight to a supply and it pulls way too much current until it burns out. Putting a current-limiting resistor in series soaks up the extra voltage and pins the current where you want it. The formula is R = (Vsource โ VLED) / ILED. The forward voltage VLED shifts with color: red sits around 2 V, yellow 2.1โ2.5 V, green 2.0โ3.5 V, blue and white 3.0โ3.5 V, UV 3.3โ4.2 V. For indicator LEDs the current usually runs 5โ20 mA. Check the dissipated power too, P = R ยท Iยฒ, and grab a resistor rated above that figure (1/4 W almost always covers it). To work an example: a 5 V supply with a red LED at 2 V / 20 mA gives R = (5 โ 2) / 0.02 = 150 ฮฉ, dissipating 60 mW.
Applications
This shows up in Arduino blinky projects, panel indicators, flashlights, signage and holiday lights. Put LEDs in series and they share one current while their forward voltages add up. Branches in parallel are dicey unless each branch has its own resistor, since small manufacturing differences make the current split unevenly. Commercial LED strips ship with resistors built into each cluster, so they need no external one.
FAQ
Can I skip the resistor? Only when a constant-current driver does the job, or when the battery's own internal resistance already holds the current back, like a coin cell driving a small LED. On a regulated supply, leaving out the resistor means a dead LED.
What if my exact value doesn't exist? Round up to the next higher E12/E24 standard value. The LED ends up a touch dimmer, but it won't blow.
Why does VLED vary by color? It traces back to the semiconductor bandgap (GaAs for red, GaN for blue), which fixes both the photon energy and the forward voltage drop.
Related Tools
LED Resistor Calculator
Compute LED current-limiting resistor R = (V_supply โ V_LED)/I_LED with dissipated power.
Resistor Power Dissipation Calculator (Watts)
Computes the power dissipated in a resistor in watts from current and resistance or from voltage and resistance.
Parallel Resistor Calculator
Compute the equivalent resistance of up to 10 resistors in parallel (Req = 1 / ฮฃ(1/Ri)). Also shows the series total for comparison. Everything in your browser.
LED vs Incandescent Savings Calculator
Compute savings replacing incandescent with LED: kWh/year, $/year, payback. Inputs: lamps count and hours/day.
Series Resistor Voltage Divider Calculator
Computes the voltage across each resistor in a series voltage divider from the input voltage and R1, R2 values.
Resistor Power Dissipation
Computes power dissipated by a resistor from V*I or V^2/R.
The results provided by this tool are for general informational and educational purposes only and do not constitute professional, financial, medical, legal, tax or accounting advice. Always confirm important decisions with a qualified professional and official sources.