This account already has saved data. Do you want to keep this device's data, or use your account's saved data?
Appearance
Unit System
Temperature Format
Time Format
Voltage Divider
Output Voltage
The Numbers
Output Voltage
The Numbers
Your Recent & Past Results
Restored a past calculation.
Compare Calculations
Side-by-Side Comparison
A comparison of your calculations' results.
Downloads
Includes your inputs and results for this calculation, plus any additional calculations you've compared.
Share & Print
The link includes your inputs and results, so anyone who opens it sees this exact calculation.
Finding Output Voltage From Two Series Resistors
A voltage divider uses two resistors in series across a supply voltage to produce a smaller,
predictable output voltage at the point between them. Enter the input voltage and the two
resistor values, and this calculator finds the output voltage tapped between R1 and R2, along
with the voltage dropped across R1 and the current flowing through the circuit.
This is one of the most common building blocks in analog electronics: scaling a sensor’s raw
output into a safe input range, creating a stable reference voltage, or shifting a signal between
two different logic-level voltages — all with nothing more than two resistors.
The Formula
Vout=Vin×R1+R2R2
R1 sits between the input voltage and the output tap point; R2 sits between the tap point and
ground. Because the two resistors are in series, the same current flows through both, and the two
voltage drops always add back up to the full input voltage.
Worked Example
A 12V supply through a 1,000 Ω R1 and a 2,000 Ω R2:
Output voltage: 12×1,000+2,0002,000=8 V.
Voltage across R1: 12−8=4 V.
Current: 12÷3,000=0.004 A (4 mA).
The two drops check out: 4V across R1 plus 8V across R2 sums back to the full 12V supply.
Key Factors to Consider
A basic voltage divider’s output voltage sags noticeably once a real load draws current from
the output tap. This calculator’s formula assumes an ideal, no-load (open-circuit) output —
connecting a real load in parallel with R2 effectively changes R2’s value in the circuit, which
pulls the actual output voltage below the calculated ideal value. A simple voltage divider is
best suited for high-impedance loads that draw very little current.
The absolute resistor values (not just their ratio) determine how much current the circuit
continuously draws, and therefore how much power it wastes as heat. Two resistor pairs with
the identical ratio produce the same output voltage, but a pair using much smaller resistance
values draws proportionally more current and wastes more power — choosing resistor values
involves balancing this power waste against the circuit’s sensitivity to a connected load.
A voltage divider is a passive, purely resistive circuit — it can only step voltage DOWN,
never up. Since the output tap always sits between the input voltage and ground, the output
voltage can never exceed the input voltage — stepping voltage UP requires a fundamentally
different circuit (like a boost converter), not a resistive divider.
Voltage dividers are a common way to safely interface a sensor or logic signal between two
different voltage levels. A classic real-world use is scaling a 5V microcontroller signal down
to a safe 3.3V input for another chip, or vice versa — this is one of the most frequently
encountered practical applications of the same simple two-resistor formula this calculator
computes.
Common Mistakes
Swapping R1 and R2. R1 always sits between the input voltage and the output tap, and R2
always sits between the tap and ground — reversing which resistor is which flips which fraction
of the input voltage actually appears at the output.
Assuming the calculated output voltage will hold once a real load is connected. This
calculator’s formula assumes an ideal, no-load output — a real load draws current through R2 in
parallel, pulling the actual output voltage below the calculated value unless the load’s
impedance is much higher than R2.
Expecting a voltage divider to step voltage up. A resistive divider can only reduce voltage,
never increase it — stepping voltage up requires an active circuit like a boost converter, not
two resistors.
Useful to Know
Want to sanity-check the current and total resistance this circuit draws using Ohm’s Law
directly? Ohm's Law Calculator solves for voltage, current, or resistance from the other
two.
Need the combined resistance of R1 and R2 together, or a circuit with more than two resistors?
Resistors in Series and Parallel Calculator handles series and parallel combinations.
Encontrar el Voltaje de Salida a Partir de Dos Resistencias en Serie
Un divisor de voltaje usa dos resistencias en serie sobre un voltaje de alimentación para producir un voltaje de salida más pequeño y predecible en el punto entre ellas. Introduce el voltaje de entrada y los dos valores de resistencia, y esta calculadora encuentra el voltaje de salida tomado entre R1 y R2, junto con el voltaje en R1 y la corriente que fluye por el circuito.
Este es uno de los bloques de construcción más comunes en la electrónica analógica: escalar la salida bruta de un sensor a un rango de entrada seguro, crear un voltaje de referencia estable o desplazar una señal entre dos niveles lógicos diferentes — todo con solo dos resistencias.
La Fórmula
Vout=Vin×R1+R2R2
R1 está entre el voltaje de alimentación y el punto de toma de salida; R2 está entre el punto de toma y tierra. Como las dos resistencias están en serie, la misma corriente fluye por ambas, y las dos caídas de voltaje siempre suman de vuelta al voltaje de alimentación completo.
Ejemplo Resuelto
Una alimentación de 12V a través de una R1 de 1,000 Ω y una R2 de 2,000 Ω:
Voltaje de salida: 12 × (2,000 ÷ 3,000) = 8 V.
Voltaje en R1: 12 − 8 = 4 V.
Corriente: 12 ÷ 3,000 = 0.004 A (4 mA).
Las dos caídas cuadran: 4V en R1 más 8V en R2 suman de vuelta la alimentación completa de 12V.
Factores Clave a Considerar
El voltaje de salida de un divisor de voltaje básico cae notablemente una vez que una carga
real extrae corriente del punto de toma de salida. La fórmula de esta calculadora asume una
salida ideal sin carga (circuito abierto) — conectar una carga real en paralelo con R2 cambia
efectivamente el valor de R2 en el circuito, lo cual reduce el voltaje de salida real por debajo
del valor ideal calculado. Un divisor de voltaje simple es más adecuado para cargas de alta
impedancia que extraen muy poca corriente.
Los valores absolutos de las resistencias (no solo su proporción) determinan cuánta corriente
extrae continuamente el circuito, y por lo tanto cuánta energía desperdicia como calor. Dos
pares de resistencias con la misma proporción producen el mismo voltaje de salida, pero un par
que usa valores de resistencia mucho más pequeños extrae proporcionalmente más corriente y
desperdicia más energía — elegir los valores de resistencia implica equilibrar este desperdicio
de energía contra la sensibilidad del circuito a una carga conectada.
Un divisor de voltaje es un circuito pasivo, puramente resistivo — solo puede reducir el
voltaje, nunca aumentarlo. Ya que el punto de toma de salida siempre está entre el voltaje de
entrada y tierra, el voltaje de salida nunca puede superar el voltaje de entrada — aumentar el
voltaje requiere un circuito fundamentalmente distinto (como un convertidor elevador), no un
divisor resistivo.
Los divisores de voltaje son una forma común de interconectar de forma segura una señal de
sensor o lógica entre dos niveles de voltaje distintos. Un uso clásico del mundo real es
reducir una señal de microcontrolador de 5V a una entrada segura de 3.3V para otro chip, o
viceversa — esta es una de las aplicaciones prácticas más frecuentemente encontradas de esta
misma fórmula simple de dos resistencias que calcula esta calculadora.
Errores Comunes
Intercambiar R1 y R2. R1 siempre está entre el voltaje de entrada y el punto de toma de
salida, y R2 siempre está entre la toma y tierra — invertir cuál resistencia es cuál invierte
qué fracción del voltaje de entrada realmente aparece en la salida.
Asumir que el voltaje de salida calculado se mantendrá una vez conectada una carga real. La
fórmula de esta calculadora asume una salida ideal sin carga — una carga real extrae corriente a
través de R2 en paralelo, reduciendo el voltaje de salida real por debajo del valor calculado a
menos que la impedancia de la carga sea mucho mayor que R2.
Esperar que un divisor de voltaje aumente el voltaje. Un divisor resistivo solo puede reducir
el voltaje, nunca aumentarlo — aumentar el voltaje requiere un circuito activo como un
convertidor elevador, no dos resistencias.
Útil Saber
¿Quieres verificar la corriente y la resistencia total que extrae este circuito directamente
usando la Ley de Ohm? Calculadora de la Ley de Ohm resuelve voltaje, corriente o resistencia a
partir de las otras dos.
¿Necesitas la resistencia combinada de R1 y R2 juntas, o un circuito con más de dos
resistencias? Calculadora de Resistencias en Serie y Paralelo maneja combinaciones en serie y en
paralelo.
A voltage divider is one of the most common building blocks in analog electronics — scaling a sensor's output into a safe range, creating a stable reference voltage, or shifting a signal between two different logic-level voltages, all using just two resistors in series.
Which resistor is R1 and which is R2?
R1 sits between the input voltage and the output tap point; R2 sits between the tap point and ground. The output voltage is always taken across R2 — swapping the two resistors changes which fraction of the input voltage appears at the output.
How is this different from finding the total resistance of resistors in series?
Combined series resistance (R1 + R2) tells you the total load the circuit presents — it doesn't say anything about the voltage tapped from between the two resistors. This calculator answers the specific, very common question of what voltage appears at that midpoint.
We use cookies for analytics and ads to help support this free site. You can accept all, or decline and we'll only use what's needed for the site to work.