C
CalcFusionHub
ConvertersFinancialHealthMath & EducationEngineeringBusiness♥ Favorites
Home›Calculators›Engineering›Voltage Divider Calculator
⚙️

Voltage Divider Calculator

Free voltage divider calculator — output voltage, current, and power dissipation from Vin, R1, and R2.

Loading…

Related Calculators

📏
Capacitor Size Calculator
Free capacitor size calculator — pick a smoothing or timing capacitor from load current, ripple and frequency, snapped to standard E6 values.
📡
Dipole Calculator
Free dipole calculator — half-wave antenna length from frequency with velocity factor, and electric dipole moment from charge and separation.
☀️
Solar Power Calculator
Free solar power calculator — how much energy your panels produce against what your devices consume, with the surplus or shortfall and how many more panels would close it.
⚡
Ohm's Law Calculator
Calculate voltage, current, resistance, and power.
💡
LED Resistor Calculator
Free LED resistor calculator — exact and standard (E24) resistor values for any LED circuit, with power rating and live circuit diagram.
🎨
Resistor Color Code Calculator
Free resistor color code calculator — decode 3, 4, 5, and 6-band resistors to resistance, tolerance, and temp coefficient with a live preview.
View all Engineering →
C
CalcFusionHub

Free online calculators and converters for finance, health, math, and everyday life.

calcfusionhub.com

Converters

  • Length Converter
  • Weight Converter
  • Temperature Converter
  • Area Converter
  • Volume Converter
  • Speed Converter
  • View all →

Calculators

  • BMI Calculator
  • Loan Calculator
  • Mortgage Calculator
  • Compound Interest
  • Age Calculator
  • ROI Calculator
  • View all →

Company

  • About
  • For Teachers
  • Contact
  • Privacy Policy
  • Terms of Service
  • ♥ Favorites

© 2026 CalcFusionHub. All rights reserved.

Privacy PolicyTerms of ServiceContact

Results are for informational purposes only. Always verify with a qualified professional.

Vin = ?R1 = ?Vout = ?R2 = ?
Enter Vin, R1, and R2 — output voltage, current, and power dissipation update instantly.

Everyday Uses

📉

Scaling a voltage

Bring a higher voltage into the range an ADC or logic input can read.

🎚️

Setting a reference

Produce a fixed bias or reference voltage from an existing supply.

🌡️

Sensor circuits

Work out the output swing when a thermistor or LDR forms one half of the divider.

🔋

Checking power draw

See the continuous current a divider costs before using it in a battery design.

🎚️

Volume knobs and dimmers

A potentiometer is a divider you can turn. The wiper position sets what fraction of the signal passes, which is the whole mechanism behind a volume control.

🔋

Reading a battery safely

Bring a 12 V pack down into the range a 3.3 V microcontroller pin can measure without damage, and scale the reading back in software.

Frequently Asked Questions

How does a voltage divider work?

Two resistors in series across a supply produce an output at their junction of Vin × R2 ÷ (R1 + R2). The same current flows through both, so the voltage splits in proportion to resistance. With equal resistors you get half the supply; with R2 nine times R1 you get 90%. It is the simplest way to scale a voltage down, and one of the first circuits anyone learns.

Why does my divider output sag under load?

Because connecting a load places a third resistance in parallel with R2, lowering the effective resistance and therefore the output. A divider only holds its ratio when the load draws negligible current compared with the divider itself. The rule of thumb is that the load should be at least ten times R2 — ideally a hundred. This is the single most common divider mistake.

Can I use a voltage divider to power something?

No, and it is worth being blunt about it. A divider is a signal-level reference, not a power supply. Anything that draws real current — a motor, an LED at full brightness, a microcontroller — will pull the output down and waste the difference as heat in the resistors. Use a regulator or a buck converter for power. Dividers are for reading a voltage, not supplying one.

How do I choose resistor values?

Trade quiescent current against loading. Small resistors hold the ratio better under load but waste more current continuously — a 1 kΩ pair across 12 V draws 6 mA all the time. Large resistors save power but are more easily disturbed by the load and by input bias currents. For an ADC input, tens of kilohms is typical; for battery-powered designs, hundreds.

What is a common real use for a divider?

Scaling a voltage into a measurable range. A microcontroller ADC reading 0–3.3 V cannot see a 12 V battery directly, so a divider brings it into range and the firmware multiplies back up. Dividers also set reference voltages, bias transistor bases, and combined with a thermistor or LDR form the classic sensor circuit where the changing resistance changes the output voltage.

How much power do the resistors dissipate?

Current is Vin ÷ (R1 + R2), and each resistor dissipates I²R. A 12 V supply with two 1 kΩ resistors passes 6 mA and dissipates about 36 mW in each — comfortable for a standard quarter-watt part. Halve the resistances and the power quadruples. The calculator shows both resistors' dissipation so you can check the parts are adequately rated before building.