LEDs in Series
LEDs connected in series share the same current. The supply voltage must exceed the sum of all LED forward voltages, with enough left over for the current-limiting resistor. More LEDs in series = higher efficiency (less voltage wasted in the resistor).
R — Current-limiting resistor. Drops the excess voltage and sets the LED current.
Vf — Forward voltage per LED. Red ~2.0 V, Green ~2.2 V, Blue/White ~3.0–3.5 V.
I — Current through the entire series string. Same for all LEDs. Typically 20 mA for standard LEDs.
LED Series Calculator
LEDs connected in series share the same current — one resistor sets the brightness for the entire string. This is the simplest and most efficient way to drive multiple LEDs from a fixed voltage supply. The calculator finds the resistor value, checks whether the supply voltage is high enough, shows the maximum number of LEDs the supply can handle, and computes the efficiency (how much power goes to light vs heat in the resistor).
How Series LEDs Work
In a series string, the same current flows through every LED and the resistor. Each LED drops its forward voltage (Vf), and the resistor drops whatever voltage is left over. The resistor’s job is to absorb the excess voltage and limit the current to a safe value. Because all LEDs see the same current, they all produce the same brightness — no matching required. For the single-LED version of this calculation, see the LED Resistor Calculator.
The Formula
VR = Vs − Vstring — voltage across resistor
R = VR / I — resistor value
PR = VR × I — power wasted in resistor
Efficiency = (n × Vf × I) / (Vs × I) × 100%
The efficiency formula simplifies to Vstring / Vs — the fraction of the supply voltage used by the LEDs. More LEDs means more of the supply voltage goes to useful light and less is wasted as heat in the resistor.
LED Forward Voltage Reference
| LED Colour | Typical Vf | Range |
|---|---|---|
| Infrared | 1.2 V | 1.0–1.5 V |
| Red | 2.0 V | 1.8–2.2 V |
| Orange / Yellow | 2.1 V | 1.9–2.4 V |
| Green | 2.2 V | 2.0–3.5 V |
| Blue | 3.2 V | 2.8–3.5 V |
| White | 3.3 V | 3.0–3.6 V |
| UV | 3.5 V | 3.2–4.0 V |
12V / 3 Red LEDs (Vf = 2.0 V, 20 mA)
VR = 12 − 6.0 = 6.0 V
R = 6.0 / 0.020 = 300 Ω → 300 Ω (E24)
PR = 6.0 × 0.020 = 120 mW
Efficiency = 6.0 / 12 = 50%
Half the power goes to LEDs, half to the resistor. Acceptable for indicator LEDs but wasteful for lighting. Adding more LEDs improves efficiency — 5 red LEDs on 12V gives 83% efficiency (only 2V across the resistor). To check whether a 1/4 W resistor can handle the 120 mW, use the Resistor Power Dissipation Calculator.
24V / 6 Blue LEDs (Vf = 3.2 V, 20 mA)
VR = 24 − 19.2 = 4.8 V
R = 4.8 / 0.020 = 240 Ω → 240 Ω (E24)
PR = 4.8 × 0.020 = 96 mW
Efficiency = 19.2 / 24 = 80%
80% efficiency — good. 24V supplies allow long series strings. You could fit 7 blue LEDs (22.4 V) with only 1.6 V for the resistor (93% efficient), but the margin is tight — Vf variations between LEDs could push the total over 24V and the string would stop working.
5V / 1 White LED (Vf = 3.3 V, 20 mA)
VR = 5 − 3.3 = 1.7 V
R = 1.7 / 0.020 = 85 Ω → 91 Ω (E24)
Efficiency = 3.3 / 5 = 66%
Only one LED fits because 2 × 3.3 = 6.6V exceeds the 5V supply. The 34% wasted in the resistor is inherent to the voltage mismatch. For multiple white LEDs on 5V, you need parallel strings (one LED per string, each with its own resistor) or an LED Driver Calculator to design a boost converter that raises the voltage.
Maximum LEDs Per String
Subtract 1 to leave at least ~1V for the resistor to regulate current. Without enough headroom, the resistor voltage is too small to absorb Vf variations, and current regulation is poor.
12V supply: 5 red (2.0V), 3 white (3.3V), 5 green (2.2V)
24V supply: 11 red, 6 white, 10 green
5V supply: 1 white, 2 red, 1 blue
Efficiency and Power
Efficiency = Vstring / Vs. The only way to improve it is to use more of the supply voltage for LEDs. Three strategies: add more LEDs (if the supply voltage allows), reduce the supply voltage (if the system permits), or switch to an LED driver IC (constant-current, no resistor, 85–95% efficiency regardless of voltage). For total power and cost analysis across your LED installation, see the LED Power Calculator.
Frequently Asked Questions
Last updated: March 2026