Voltage Drop Resistor Calculator
Use this calculator to estimate the resistor value needed to drop voltage from a source to a lower target voltage at a known load current.
How to drop voltage with a resistor
A series resistor can be used to drop voltage when the load current is known and relatively constant. This is common in basic LED circuits, simple sensor biasing, and quick prototypes. The resistor absorbs the extra voltage as heat.
Core formula
The resistor value is calculated from Ohm's Law:
R = (Vin - Vout) / I
- Vin = source voltage
- Vout = desired voltage across the load
- I = load current in amps
- R = series resistor in ohms
Resistor power rating
You must also size the resistor's power rating:
Presistor = (Vin - Vout) × I
In practice, choose a resistor with a higher power rating than calculated. A good rule is at least 2× the calculated wattage to reduce heat stress and improve reliability.
Example calculation
Suppose you have 12 V supply, need about 5 V at the load, and the load current is 100 mA.
- Voltage to drop: 12 - 5 = 7 V
- Current: 100 mA = 0.1 A
- Resistor: R = 7 / 0.1 = 70 Ω
- Resistor power: P = 7 × 0.1 = 0.7 W
A practical resistor choice would be the nearest standard value (for example 68 Ω or 75 Ω) with at least a 2 W rating for thermal headroom.
When this method works well
- Simple LED current limiting
- Known fixed loads
- Low-cost, low-complexity circuits
- Quick prototyping and educational experiments
When not to use a resistor dropper
- When load current varies significantly
- When efficiency matters (battery-powered systems)
- When accurate output voltage is required
- When heat from resistor dissipation is a concern
In those cases, use a proper regulator (linear regulator, buck converter, or dedicated driver) instead of relying on a single resistor.
Practical design tips
1) Measure real current
Use a multimeter to measure actual load current rather than relying only on datasheet “typical” values. This makes your resistor selection much more accurate.
2) Check resistor temperature
After building, let the circuit run and check resistor temperature. If it is too hot to touch comfortably, increase the power rating or redesign the supply method.
3) Consider tolerance
Common resistors are 1% or 5% tolerance. That tolerance shifts final voltage/current slightly, so choose tighter tolerance for sensitive circuits.
4) Account for source variation
A "12 V" supply may be 11.5 V to 12.6 V (or more). Design for worst-case conditions to avoid overcurrent or under-voltage at the load.
Quick FAQ
Can I drop voltage for a microcontroller with just a resistor?
Usually no. Microcontrollers often have changing current demand, so resistor-only dropping can cause unstable voltage. Use a regulator.
Can I use this for LEDs?
Yes. This is one of the most common use cases. Enter supply voltage, LED forward voltage target, and desired LED current.
Why does my resistor get hot?
Because it is converting excess electrical energy into heat. Higher dropped voltage and higher current both increase heat.
Final takeaway
A resistor voltage drop calculator is a fast way to size a series resistor for simple circuits. Just remember: it is best for steady current loads. For stable, efficient power conversion, move to a regulator-based solution.