Electronics#분압기#전압#저항

Voltage Dividers: How They Work and How to Calculate Them

4 min read · Last updated: 2026-05-08

What is a voltage divider?

A voltage divider uses two series resistors to produce an output voltage lower than the input voltage. It is widely used for sensor signal level-shifting, generating analog reference voltages, and reading higher voltages with low-voltage ADCs.

Voltage divider formula

V_out = V_in × R2 / (R1 + R2)

  • V_in: input voltage
  • R1: top resistor (connected to V_in)
  • R2: bottom resistor (connected to GND)
  • V_out: output voltage across R2 (relative to GND)

Calculation examples

V_inR1R2V_out
5V10kΩ10kΩ2.5V (1:1 split)
5V10kΩ2kΩ0.83V
3.3V22kΩ33kΩ1.98V
12V15kΩ5kΩ3V
5V6.8kΩ3.3kΩ1.64V

Practical applications

  • Level shifting: Interface a 5V sensor output to a 3.3V microcontroller input by setting R1=2kΩ and R2=3.3kΩ, yielding approximately 3.3V.
  • Potentiometer: A potentiometer is a variable voltage divider where the R1:R2 ratio changes continuously. Used for volume controls and angle sensors.
  • Battery monitoring: Scale a higher voltage (e.g., 12V) down to an ADC range (0–3.3V) for a microcontroller to measure.

Important considerations

  • Any load resistance connected to the output appears in parallel with R2, altering V_out. The load resistance should be at least 10× R2 for accurate results.
  • Power dissipation: P = V_in² / (R1 + R2). Use values in the 10kΩ–100kΩ range to keep quiescent current low.

Key takeaways

  • Formula: V_out = V_in × R2 / (R1 + R2)
  • When R1 = R2, V_out = V_in / 2.
  • Load impedance must be ≥10× R2 for accurate output.

Related Tools

Electronics Calculator
Calculate Ohm's law, LED resistor values, power consumption, and voltage dividers.
🔌
Signal & ADC Converter
Convert ADC values to voltages, calculate PWM duty cycles, and convert between frequency and period.

You might also like

Ohm's Law in Practice: V, I, R Calculation ExamplesLED Resistor Calculation: Circuit Basics