Resistor Power Rating Calculator
Calculate power dissipation using P = V²/R, P = I²R, or P = VI.
Returns watts and minimum power rating from 1/4W to 2W with 50% derating for safety.
Resistor power dissipation is the amount of energy converted to heat as current flows through a resistor. Exceeding a resistor’s power rating causes overheating, damage, or fire.
Three equivalent formulas (derived from Ohm’s Law and the power equation):
- P = V x I: Power equals voltage times current
- P = V² / R: Power equals voltage squared divided by resistance
- P = I² x R: Power equals current squared times resistance
Where:
- P = Power in watts (W)
- V = Voltage across the resistor in volts (V)
- I = Current through the resistor in amperes (A)
- R = Resistance in ohms (ohm)
Standard resistor power ratings:
- 1/8 W (0.125 W): Tiny SMD components, low-power signal circuits
- 1/4 W (0.25 W): Most common through-hole resistor for hobbyist electronics
- 1/2 W (0.5 W): Medium power, common in audio and power supply circuits
- 1 W: Higher power applications
- 2 W and 3 W: Power circuits, LED drivers, snubbers
- 5 W and above: Power resistors, often wire-wound in a ceramic body or bolted to a heat sink
Safety rule: Always choose a resistor rated for at least 2x the calculated power dissipation. This provides a safety margin for temperature variations, voltage spikes, and component aging. A resistor running at its maximum rating gets very hot and has a shortened lifespan.
Practical example: A 100 ohm resistor with 12V across it dissipates P = 12² / 100 = 1.44 W. You would need at least a 3W resistor (2x safety margin).
Temperature derating, done properly
This is where a lot of quick answers go wrong. A resistor’s rating is not simply halved for every so many degrees. Most film resistors carry their full rating up to an ambient of 70 degrees C, and above that the allowable dissipation falls in a straight line to zero at 155 degrees C. The derating factor is:
Allowed power = Rated power × (155 − T_ambient) / 85, for T_ambient above 70 degrees C
So a 1 W resistor is still a full 1 W at 70 degrees C, about 0.65 W at 100 degrees, and only 0.35 W at 125 degrees. Wirewound and metal-oxide types often hold full rating to 70 degrees and derate to zero at 250 or 275 degrees instead, so they lose far less. Always check the curve in the datasheet rather than assuming.
The trap is what “ambient” means. It is the air immediately around that resistor, not the room. Inside a closed enclosure, sitting beside a linear regulator or a transformer, the local air is routinely 60 to 80 degrees C while the room is a comfortable 25. That is the case where a part sized with a 2x margin on paper ends up running at its limit.
How we build and check this calculator
This calculator runs entirely in your browser, so the numbers you enter stay on your device. The math behind it is written by hand and tested against worked examples and standard references before the page goes live.
SuperGlobalCalculator is independently built and maintained. See how we build and verify our calculators.