What forward voltage should I use if my LED datasheet isn't available?
Use typical values by color: Red 2.0V, Orange 2.1V, Yellow 2.2V, Green 2.2V (traditional) or 3.2V (pure), Blue 3.3V, White 3.3V. These work for the overwhelming majority of standard 5mm and surface-mount LEDs. If you're using a special variety (high-power, UV, custom wavelength), the datasheet is essential — voltages can vary significantly.
What's a safe current for an LED?
Standard through-hole 5mm LEDs are rated for 20 mA continuous (absolute max around 30 mA). Surface-mount and indicator LEDs often handle less (5-10 mA). High-brightness LEDs can run 30-50 mA. High-power LEDs (1W+) need 350 mA or more. When in doubt, start at 20 mA — it's the universal default for indicator LEDs.
My calculation gives an odd value like 137 Ω. What do I use?
Round UP to the next standard E24 value (150 Ω in this case). Rounding up gives slightly more resistance, which means slightly less current, which means slightly less brightness — but no damage. Never round down: lower resistance means more current, which can exceed the LED's maximum. The brightness difference between 137 Ω and 150 Ω is barely perceptible.
Can I use a 1/4W resistor instead of 1/8W?
Yes, always. Higher wattage rating is always safe; it just means a physically larger resistor. You can never use too high a wattage. 1/4W is the most common size in hobby kits and is fine for any application dissipating under 0.125W (with the 2× safety margin). If your calculation says 1/2W or higher, do NOT use 1/4W — overheating will damage the resistor and possibly the LED.
What happens if my resistor is too small?
Too little resistance = too much current. The LED runs brighter initially, but the excess current causes overheating, accelerated degradation, and often catastrophic failure (LED dies in seconds to minutes). The resistor itself may also overheat. For example: connecting an LED directly to a 9V battery with no resistor will burn out the LED almost instantly.
What happens if my resistor is too big?
Too much resistance = too little current = dimmer LED. Above a certain resistance, the LED may not light up at all (below its threshold voltage). Otherwise it's perfectly safe — just less bright. This is actually a useful technique for dimming: replace a 150 Ω resistor with a 1 kΩ, and you'll get a soft glow instead of full brightness. No damage either way.
Do I need a resistor for every LED if they're in parallel?
Yes. Each parallel LED needs its own current-limiting resistor. Without individual resistors, even tiny variations in forward voltage (Vf can vary 0.1V between identical LEDs) cause one LED to "hog" the current — taking most of it and burning out, then the next one takes over and burns out, etc. With per-LED resistors, each is independently regulated. This calculator handles series; for parallel, calculate each LED separately.
What about LED strips? Do they need an external resistor?
No. Commercial LED strips have current-limiting resistors built in (visible as tiny SMD parts every few LEDs on 12V strips). You just connect them to the rated voltage (usually 12V or 24V) and they handle current management internally. If you cut them, follow the marked sections — each segment has its own resistor. This calculator is for bare LEDs you assemble yourself.
Can I use PWM instead of a resistor?
PWM (pulse-width modulation) is used in addition to a resistor, not instead of one. You still need a resistor to limit peak current; PWM dims by switching the current on and off rapidly. The resistor calculation is based on the LED's actual current during the "on" phase. PWM is great for variable brightness (Arduino projects often use it) but doesn't replace current limiting.
Why is my circuit efficiency so low?
When most of the voltage drops across the resistor instead of the LED, most of the power becomes heat in the resistor. Example: 12V driving a 2V LED is only 17% efficient — 83% wasted in the resistor. To improve efficiency: use multiple LEDs in series (each adds a Vf "drop"), use a switching constant-current driver, or match supply voltage closer to LED voltage. For battery projects, this efficiency matters a lot.
Why round up to E24 instead of using the exact calculated value?
Real resistors come in standardized values (E-series). The E24 series has values like 100, 110, 120, 130, 150, 160 Ω... If your calc says 137 Ω, you literally cannot buy a 137 Ω resistor — 150 Ω is the next available. Rounding UP means slightly less current (slightly dimmer, but safe). Rounding DOWN means slightly more current (slightly brighter, potentially over-stressing the LED). Always round up for safety.
High-power LEDs vs standard LEDs — different calculation?
High-power LEDs (1W, 3W, 10W) running at hundreds of milliamps need constant-current drivers, not just resistors. The math is the same, but the resistor wattage required becomes huge (often >5W) and inefficient. A typical 1W LED at 350mA on a 12V supply would need a resistor dissipating ~3W. Better approach: use a buck constant-current LED driver IC for proper regulation. This calculator works for the math but practically, use dedicated drivers above ~100 mA.