Skip to content

Calculadora de Resistencia para LED

Calculadora de Resistencia para LED gratuita - calcula y compara opciones al instante. Sin registro.

Cargando calculadora

Preparando Calculadora de Resistencia para LED...

Revisión y Metodología

Cada calculadora utiliza fórmulas estándar de la industria, validadas con fuentes oficiales y revisadas por un profesional financiero certificado. Todos los cálculos se ejecutan de forma privada en su navegador.

Última revisión:

Revisado por:

Escrito por:

Cómo Usar la Calculadora de Resistencia para LED

  1. 1. Ingresa tus valores - completa los campos de entrada con tus números.
  2. 2. Ajusta la configuración - usa los deslizadores y selectores para personalizar tu cálculo.
  3. 3. Ve los resultados al instante - los cálculos se actualizan en tiempo real a medida que cambias los valores.
  4. 4. Compara escenarios - ajusta los valores para ver cómo los cambios afectan tus resultados.
  5. 5. Comparte o imprime - copia el enlace, comparte los resultados o imprímelos para tus registros.

LED Resistor Calculator

This calculator determines the correct current-limiting resistor value and power rating for any LED circuit. Enter your supply voltage, LED forward voltage, and desired operating current to find the exact resistance needed, the nearest standard E24 resistor value, and the minimum wattage rating required for safe long-term operation. It works for single LEDs, series strings, and any supply voltage from 3.3V to 24V.

How LED Resistor Calculation Works

The formula is derived from Ohm’s Law applied to the series resistor:

R = (Vsupply - Vf) / I

Where Vsupply is the supply voltage in volts, Vf is the LED forward voltage in volts, and I is the desired forward current in amps. The resistor absorbs the excess voltage and holds current to the target value. The power dissipated as heat in the resistor is:

P = (Vsupply - Vf) x I

Always select a resistor rated at least 2x the calculated power — so a 174 mW result requires a minimum 1/2W (500 mW) resistor, not a standard 1/4W (250 mW) part.

Worked Examples

Example 1 — Red LED on 5V USB supply: Vf = 2.0V, target current = 20 mA. R = (5.0 - 2.0) / 0.020 = 150 ohms exactly — a standard E24 value. P = 3.0 x 0.020 = 60 mW. A 1/4W resistor handles this with plenty of margin.

Example 2 — Blue LED on 9V battery: Vf = 3.2V, target current = 20 mA. R = (9.0 - 3.2) / 0.020 = 290 ohms. The nearest standard E24 value is 300 ohms (yields 19.3 mA — slightly under, which is fine). P = 5.8 x 0.020 = 116 mW. Use a 1/4W resistor.

Example 3 — White LED on 12V automotive supply: Vf = 3.3V, target current = 20 mA. R = (12.0 - 3.3) / 0.020 = 435 ohms. Nearest standard E24 value is 470 ohms (yields 18.5 mA). P = 8.7 x 0.020 = 174 mW. A 1/4W (250 mW) resistor is marginal — use 1/2W for reliable long-term operation.

LED Forward Voltage Reference Table

LED ColorTypical Vf at 20 mAVf RangeNotes
Infrared (IR)1.2V1.0-1.6VRemote controls, sensors
Red2.0V1.8-2.2VMost common general-purpose
Orange2.1V2.0-2.2VIndicators, displays
Yellow2.1V2.0-2.4VIndicators, signal lights
Green (standard)2.1V2.0-2.4VOlder green LEDs
Green (high-brightness)3.3V3.0-3.5VModern bright green LEDs
Blue3.2V3.0-3.5VUses InGaN die
White3.3V3.0-3.5VBlue die + phosphor coating
UV (365-405 nm)3.5V3.2-4.0VCuring, detection

When to Use This Calculator

  • Wiring a status LED to an Arduino, Raspberry Pi GPIO pin (3.3V or 5V logic), or microcontroller
  • Sizing the current-limiting resistor for a 12V or 24V indicator light panel on a vehicle or machine
  • Adding LEDs to a breadboard prototype before moving to a PCB design
  • Calculating the resistor for a series string of two or three LEDs on a higher supply voltage
  • Verifying that an existing circuit uses the correct resistor before a production run

Common Mistakes

  1. Connecting an LED directly to a voltage source with no resistor. An LED has almost no internal resistance once conducting — without a series resistor, current rises until the LED fails. Even a 5-second direct connection to a 5V supply typically destroys the LED. Always place the resistor in series.
  2. Using LED current in mA in the formula without converting to amps. The formula R = (Vsupply - Vf) / I requires I in amps. Dividing (5.0 - 2.0) by 20 gives 0.15 ohms, not 150 ohms. Convert: 20 mA = 0.020 A.
  3. Picking a standard resistor value below the calculated result. A resistor slightly lower than calculated delivers slightly more current, which runs the LED hotter and reduces its lifespan. When the exact calculated value is unavailable, always go up to the next standard E24 value, not down.
  4. Ignoring the resistor power rating on high-voltage supplies. The 1/4W resistors in most hobbyist kits are fine for 5V and 9V supplies, but a 24V supply with a 2.0V red LED dissipates (24 - 2.0) x 0.020 = 440 mW in the resistor — well above 1/4W. Use a 1W resistor or consider a constant-current LED driver.

Real-World Applications

LED resistor calculations appear in every layer of electronics — from the indicator lights on consumer appliance PCBs to the custom lighting drivers in automotive dashboards. PCB designers running LEDs at reduced brightness for long-life applications — status lights meant to last 50,000+ hours — deliberately target 5-10 mA instead of 20 mA; the same resistor formula applies, just with lower current. Industrial machine builders sizing 24V panel indicator lamps use the calculation daily, since 24V driving a 2.0V red LED at 20 mA dissipates 440 mW in the resistor, requiring a larger component than most designers initially anticipate.

Tips

  1. Always use a current-limiting resistor — connecting an LED directly to any voltage source, even briefly, will destroy it immediately.
  2. For multiple LEDs from one supply, wire them in series with a single resistor when supply voltage allows — this ensures equal current and eliminates per-LED resistors.
  3. When wiring LEDs in parallel, give each its own resistor — small differences in Vf between LEDs cause current imbalance, and the LED with the lowest Vf draws all the current and fails first.
  4. Choose the next higher standard E24 resistor value when the exact calculated resistance is unavailable — slightly less current is always safer than slightly more for LED longevity.
  5. For supply voltages that vary (like an automotive 12V system that swings 11-14.4V), calculate the resistor for the maximum voltage to prevent overcurrent at peak supply.
  6. For power LEDs rated 1W and above, use a dedicated constant-current LED driver IC instead of a resistor — resistors waste significant power and cannot regulate current as supply voltage fluctuates.

Preguntas Frecuentes

¿Qué es el voltaje directo y cómo lo encuentro para mi LED?
El voltaje directo (Vf) es la caída de voltaje a través de un LED cuando está conduciendo. Varía según el color del LED: los LED rojos son típicamente 1.8-2.2V, los amarillos/verdes son 2.0-2.4V, y los LED azules y blancos son 3.0-3.4V. Consulta la hoja de datos del LED para conocer el Vf exacto a la corriente deseada. Si no hay hoja de datos disponible, usa estos valores típicos como punto de partida.
¿Cómo calculo la resistencia limitadora de corriente para un LED?
Usa la Ley de Ohm: R = (Vfuente - Vf) / I, donde Vfuente es el voltaje de tu fuente de alimentación, Vf es el voltaje directo del LED e I es la corriente deseada. Para un LED rojo (Vf = 2.0V) a 20 mA con una fuente de 5V: R = (5 - 2) / 0.020 = 150 ohmios. Siempre elige el siguiente valor estándar hacia arriba (en este caso, 150 ohmios es un valor estándar E24). La potencia de la resistencia es P = (Vfuente - Vf) x I = 0.06W, así que una resistencia de 1/4W funciona bien.
¿Debo conectar los LED en serie o en paralelo?
La conexión en serie es preferible cuando tu voltaje de alimentación es lo suficientemente alto para acomodar todas las caídas de voltaje de los LED. Tres LED rojos (Vf = 2V cada uno) en serie necesitan 6V más la caída de la resistencia, perfecto para una fuente de 9V o 12V. La conexión en serie asegura la misma corriente a través de todos los LED. Los LED en paralelo necesitan cada uno su propia resistencia para evitar el acaparamiento de corriente, ya que ligeras diferencias en Vf hacen que un LED consuma más corriente que los otros.
¿Cómo leo las especificaciones de un LED en una hoja de datos?
Las especificaciones clave de un LED incluyen: voltaje directo Vf (caída de voltaje a la corriente nominal), corriente continua máxima If (típicamente 20 mA para LED estándar), corriente pico (solo para pulsos breves), ángulo de visión (qué tan ancho se dispersa el haz) e intensidad luminosa en milicandelas (mcd). También verifica las clasificaciones máximas absolutas: exceder Vf o If destruirá el LED. Los LED de potencia (1W+) también indican la resistencia térmica y requieren disipación de calor.
¿Cómo selecciono la potencia correcta de la resistencia?
Calcula la potencia de la resistencia como P = (Vfuente - Vf) x I. Para una fuente de 12V con un LED blanco (Vf = 3.2V) a 20 mA: P = (12 - 3.2) x 0.020 = 0.176W. Siempre selecciona una resistencia con al menos 2 veces la potencia calculada para mayor confiabilidad, así que usa una resistencia de 1/2W. Las resistencias estándar de montaje pasante vienen en potencias de 1/8W, 1/4W, 1/2W, 1W y 2W. Para circuitos de LED de alta potencia, podrías necesitar resistencias de 1W o 2W o circuitos integrados controladores de LED dedicados.
Calculadoras