Voltage Divider Calculator

Calculate Output Voltage, Input Voltage, R1, or R2 for Voltage Divider Circuits

Enter any THREE values
Vin ─── R1 ───┬─── R2 ─── GND

Vout
Vout = Vin × R2 / (R1 + R2)

📖 Voltage Divider Calculator

A voltage divider is a simple circuit that produces an output voltage that is a fraction of the input voltage. It consists of two resistors in series. This calculator helps you find any missing value: input voltage (Vin), output voltage (Vout), resistor R1, or resistor R2. Essential for sensor interfacing, level shifting, and reference voltage generation.

📐 Voltage Divider Formula

Vout = Vin × R2 / (R1 + R2)
Vin = Vout × (R1 + R2) / R2
R1 = R2 × (Vin - Vout) / Vout
R2 = R1 × Vout / (Vin - Vout)

Where:
Vin = Input Voltage   Vout = Output Voltage
R1 = Resistor from Vin to Vout   R2 = Resistor from Vout to GND

📊 Common Voltage Divider Applications

ApplicationVinR1R2Vout
5V → 3.3V Level Shifter5V1.7kΩ3.3kΩ3.3V
12V → 5V12V7kΩ5kΩ5V
Reference Voltage (1/2 Vcc)5V10kΩ10kΩ2.5V
Battery Voltage Measurement12V10kΩ2.2kΩ2.16V
Photoresistor (LDR) Sensor5V10kΩLDRVariable

📌 Important Considerations

💡 Design Tips

❓ Frequently Asked Questions

What is a voltage divider?
A voltage divider is a circuit that produces an output voltage that is a fraction of the input voltage using two resistors in series. Formula: Vout = Vin × R2 / (R1 + R2).
How to calculate R1 and R2 for desired Vout?
Use R1 = R2 × (Vin - Vout) / Vout or R2 = R1 × Vout / (Vin - Vout). This calculator can find any missing value.
What is the 10× rule for voltage dividers?
The divider current should be at least 10× the load current to maintain accuracy. Choose R1 + R2 such that I_divider = Vin/(R1+R2) ≥ 10 × I_load.
Can I use a voltage divider for power supply?
Voltage dividers are not suitable for power supplies because the output voltage changes with load. Use a voltage regulator or buck converter for power applications.