Series Resistor Voltage Drop (best for constant-current loads)
Use this when your load current is known and relatively constant (for example, an LED string with a stable current draw).
Voltage Divider Designer (two resistors)
Use this for low-current signal references where the load is high impedance (for example ADC input, biasing network).
How to reduce voltage with a resistor
A resistor can reduce voltage in two common ways: with a single series resistor or with a two-resistor voltage divider. This calculator supports both methods so you can quickly estimate values and check whether your design is practical.
Method 1: Series resistor voltage drop
A series resistor drops the extra voltage as heat. This is simple and cheap, but only accurate if current is known and mostly constant.
Core formula
- R = (Vin − Vout) / I
- Power in resistor: P = (Vin − Vout) × I
When this method is good
- LED circuits with controlled current
- Simple indicator lights
- Temporary prototypes with fixed load behavior
When this method is risky
- Microcontrollers, radios, sensors, and digital boards as power loads
- Motors, relays, or anything with startup surges
- Battery-powered systems where input voltage changes over time
Method 2: Voltage divider (R1 and R2)
A voltage divider creates a reduced output voltage by splitting Vin across two resistors. It is great for references and signal scaling, but not ideal as a power supply unless the load is very high impedance.
Divider equations
- Vout = Vin × R2 / (R1 + R2)
- Choose divider current first, then compute R1 and R2
- If a load is attached, effective R2 changes and Vout drops
In practice, many designers choose divider current at least 5–10 times larger than the expected input bias current of the connected circuit, so loading error stays small.
Selecting resistor wattage and tolerance
After calculating resistance, always check power dissipation. Use at least a 2× safety margin (often more in warm enclosures). For precision voltage targets, use tighter tolerance resistors (1% or 0.1%).
- Common ratings: 1/8W, 1/4W, 1/2W, 1W, 2W
- Choose metal film for stable value and lower noise
- Keep hot resistors away from heat-sensitive parts
Common mistakes to avoid
- Ignoring resistor heat dissipation
- Using a divider as a power source for variable-current loads
- Forgetting input voltage can vary (adapter tolerances, battery sag/charge)
- Choosing values without checking nearest standard resistor size
Quick rule of thumb
If your output must stay accurate while load current changes, skip resistor-only dropping and use a regulator. If your application is a reference node, signal attenuation, or stable low current, resistor methods are fast and effective.