—
title: Voltage Divider Design Guide
slug: voltage-divider-design-guide
categories: [electrical-tools]
—
Voltage Divider Design Guide
Master the fundamentals of resistor voltage dividers — calculate output voltage, select resistor values, and avoid common design mistakes.
Need to calculate output voltage instantly?
Quick Answer
A voltage divider uses two resistors in series to step down a voltage. The output voltage is calculated as Vout = Vin × R2 / (R1 + R2). For example, with 12V input and two 10kΩ resistors, the output is 6V. Choose resistor values between 1kΩ–100kΩ to balance power consumption and noise immunity.
How a Voltage Divider Works
A voltage divider is the simplest way to reduce a voltage — just two resistors in series, with the output tapped at the junction.
The principle is Kirchhoff’s Voltage Law (KVL): the sum of voltage drops across components in series equals the source voltage.
Formula
Vout = Vin × (R2 / (R1 + R2))
Where:
- Vin = Input voltage (V)
- R1 = Upper resistor (Ω)
- R2 = Lower resistor (Ω)
- Vout = Output voltage (V)
Worked Example
Problem: You have a 12V battery and need a 3.3V reference for an STM32 ADC. Design a voltage divider.
| Step | Calculation |
|---|---|
| 1. Choose R2 | Let R2 = 10kΩ (standard value) |
| 2. Solve for R1 | R1 = R2 × (Vin/Vout – 1) = 10k × (12/3.3 – 1) = 26.4kΩ |
| 3. Use standard value | Use 27kΩ (E24 series) |
| 4. Verify Vout | Vout = 12 × 10k / (27k + 10k) = 3.24V ✓ |
Key Design Considerations
1. Load Impedance Effect
A voltage divider assumes no current flows from the output. When you connect a load (like an ADC or sensor), the output voltage drops due to the parallel resistance.
Rule of thumb: The load impedance should be at least 10× the divider resistance to keep error under 10%.
| Divider Resistance (R1+R2) | Min Load Impedance | Application |
|---|---|---|
| 1kΩ – 10kΩ | 10kΩ – 100kΩ | Low-power, battery-operated |
| 10kΩ – 100kΩ | 100kΩ – 1MΩ | General-purpose, ADC sampling |
| > 100kΩ | > 1MΩ | High-impedance, low-current sensing |
2. Power Dissipation
Lower resistor values waste more power. Calculate power:
P = Vin² / (R1 + R2)
Example: With 12V input and 10kΩ total resistance, power = 14.4mW. Use 1/4W resistors.
3. Noise and Accuracy
| Issue | Cause | Solution |
|---|---|---|
| Thermal noise | High resistor values (>100kΩ) | Use 1kΩ–10kΩ range |
| Resistor tolerance | 5% carbon resistors | Use 1% metal film resistors |
| Temperature drift | 100ppm/°C resistors | Use 25ppm/°C precision resistors |
Common Mistakes
| ❌ Mistake | ✅ Correct Approach |
|---|---|
| Using divider to power a load directly | Add a voltage follower op-amp buffer |
| Ignoring resistor power rating | Calculate P = V²/R, use 2× safety margin |
| Using 5% tolerance resistors for precision | Use 1% or 0.1% tolerance for < 1% error |
| Forgetting load impedance effect | Ensure load > 10× divider resistance |
Frequently Asked Questions
1. What is the formula for a voltage divider?
The voltage divider formula is Vout = Vin × R2 / (R1 + R2), where Vin is the input voltage, R1 is the upper resistor, and R2 is the lower resistor.
2. How do I choose resistor values for a voltage divider?
Choose resistor values between 1kΩ and 100kΩ. Lower values waste more power but are less noisy; higher values save power but are more susceptible to noise and load effects.
3. Why does my voltage divider output change when I connect a load?
The load impedance creates a parallel resistance with R2, changing the divider ratio. Use an op-amp voltage follower to buffer the output, or ensure the load impedance is at least 10× the divider resistance.
4. Can I use a voltage divider to power a device?
No. A voltage divider is not a power supply — it cannot provide stable voltage under varying load current. Use a voltage regulator (LDO or buck converter) instead.
5. How do I reduce noise in a voltage divider?
Use lower resistor values (1kΩ–10kΩ), add a bypass capacitor (0.1µF) at the output, and use metal film resistors instead of carbon composition.
6. What is the maximum voltage a voltage divider can handle?
The maximum voltage is limited by the resistor voltage rating and power dissipation. For standard 1/4W resistors, keep voltage below 100V for safety.
7. How do I calculate power dissipation in a voltage divider?
Total power: P = Vin² / (R1 + R2). Power in R1: P1 = (Vin – Vout)² / R1. Power in R2: P2 = Vout² / R2. Ensure each resistor’s power rating exceeds the calculated value.
8. Can I use a potentiometer as a variable voltage divider?
Yes. A potentiometer is essentially an adjustable voltage divider. Connect the wiper to the output, and the two ends to Vin and GND. The output voltage varies linearly with wiper position.
Related Calculators
Category: Electrical Tools | Last Updated: June 2026