Voltage Divider Calculator
Calculate output voltage of a resistive divider
Enter input voltage and resistor values
Vout = Vin x R2 / (R1 + R2)What Is a Voltage Divider?
A voltage divider is one of the simplest and most widely used circuits in electronics. It uses two resistors connected in series to produce an output voltage that is a fraction of the input voltage. The output is taken from the junction between the two resistors, and its value depends on the ratio of the resistances.
Voltage dividers appear everywhere: in sensor circuits, reference voltage generators, level-shifting circuits, and potentiometer configurations. Understanding the voltage divider formula lets you set precise voltage levels without active components like op-amps or voltage regulators — often all you need is a pair of resistors.
How to Use This Calculator
- Enter the input voltage (Vin) — the total supply voltage applied across both resistors.
- Enter the value of R1 — the resistor connected between Vin and the output node.
- Enter the value of R2 — the resistor connected between the output node and ground.
- Click Calculate to see the output voltage (Vout) at the midpoint junction.
Formula & Explanation
Vout = Vin × (R2 / (R1 + R2))Vin = input voltage, R1 = top resistor (Ω), R2 = bottom resistor (Ω), Vout = output voltage. The ratio R2/(R1+R2) is always between 0 and 1, so Vout is always less than Vin.
Worked Examples
Example 1 — Basic Divider
Vin = 12 V, R1 = 10 kΩ, R2 = 10 kΩ. Vout = 12 × (10 / (10 + 10)) = 12 × 0.5 = 6 V.
Example 2 — Unequal Resistors
Vin = 5 V, R1 = 30 kΩ, R2 = 10 kΩ. Vout = 5 × (10 / (30 + 10)) = 5 × 0.25 = 1.25 V.
Example 3 — 3.3 V from 5 V
To get 3.3 V from 5 V: R1 = 1.7 kΩ, R2 = 3.3 kΩ. Vout = 5 × (3.3 / (1.7 + 3.3)) = 5 × 0.66 = 3.3 V.