Resistor Wattage Calculator

Find the power a resistor dissipates and choose the correct wattage rating. Supports V and I, V and R, and I and R input combinations.

🔌 Resistor Wattage Calculator
Voltage across resistor12.00 V
V
0.1 V500 V
Current through resistor0.50 A
A
1 mA10 A
Voltage across resistor12.00 V
V
0.1 V500 V
Resistance100.00 Ω
Ω
1 Ω10 kΩ
Current through resistor0.50 A
A
1 mA10 A
Resistance100.00 Ω
Ω
1 Ω10 kΩ
Power Dissipation
Recommended Rating (2x)
Minimum Rating (1.5x)
Resistance

🔌 What is a Resistor Wattage Calculator?

A resistor wattage calculator determines how much power a resistor dissipates in a circuit and recommends the correct power rating to buy. Every resistor has a wattage stamp (1/8 W, 1/4 W, 1/2 W, 1 W, 2 W, 5 W, and so on) that defines the maximum continuous power it can handle without overheating. Choosing the wrong rating is one of the most common beginner mistakes in electronics design.

The calculator covers three real-world scenarios engineers face. In the first scenario you know both the voltage across the resistor and the current through it, so P = V x I applies directly. In the second scenario you have a fixed supply voltage and a known resistor value, giving P = V squared / R. In the third scenario you are designing a current-sense or load circuit where the current is defined, so P = I squared x R. All three input combinations produce the same key outputs: the actual power in mW or W, a recommended rating with a 2x safety factor, and a minimum viable rating for less demanding applications.

A common misconception is that matching the calculated power exactly to the rating is safe. It is not. Resistor datasheets measure power at 25 degrees Celsius in free air. Inside an enclosure or on a densely populated PCB, the ambient temperature can be 20 to 40 degrees higher, which reduces the safe operating power proportionally. The IPC-2221 standard (Generic Standard on Printed Board Design) recommends operating resistors at no more than 50% of their rated power in continuous service. This calculator applies that 50% derating rule automatically.

Overheated resistors do not just fail. They drift in value before they fail, corrupting measurements, pulling bias networks off-set, and distorting signals in ways that are difficult to trace without a thermal camera. Using this calculator to right-size resistors costs nothing and prevents hours of debugging downstream.

📐 Formula

P  =  V × I  =  V² ÷ R  =  I² × R
P = Power dissipated (W or mW)
V = Voltage across the resistor (V)
I = Current through the resistor (A)
R = Resistance (Ω)
Recommended rating (IPC-2221): P⊂rated⊂ ≥ 2 × P (50% derating)
Minimum viable rating: P⊂rated⊂ ≥ 1.5 × P (67% derating)
Example (V and R): V = 12 V, R = 100 Ω: P = 144 / 100 = 1.44 W, recommended rating = 3 W (next std above 2.88 W = 5 W)

📖 How to Use This Calculator

Steps

1
Choose your known values - Select the mode that matches the two values you already know: V and I, V and R, or I and R. The widget has three tabs, one for each input combination.
2
Enter the values - Type or slider-adjust the two known quantities. Enter voltage in volts, current in amps, and resistance in ohms. The sliders help for quick exploration; type exact values for precise calculations.
3
Read the recommended wattage - The calculator shows power dissipation in mW or W and recommends a standard wattage rating using a 2x safety factor per IPC-2221. The derived value (R, I, or V depending on mode) appears in the fourth box.
4
Check both derating options - Two ratings appear: the IPC-2221 conservative recommendation (2x multiplier) for industrial and professional designs, and the minimum viable rating (1.5x multiplier) for less stringent consumer electronics where cost and board space matter more.

💡 Example Calculations

Example 1 - LED Current-Limiting Resistor on 12 V Supply

LED draws 20 mA (0.02 A) from a 12 V supply through a current-limiting resistor. What power rating is needed?

1
Voltage across the resistor = 12 V minus LED forward voltage (about 2 V) = 10 V. Current = 0.02 A. Select V and I mode.
2
P = V x I = 10 x 0.02 = 0.2 W (200 mW).
3
Recommended (2x derating): 2 x 0.2 = 0.4 W, so next standard rating is 1/2 W (500 mW). A 1/4 W resistor would be at 80% of its rating, which is not safe for continuous use.
P = 200 mW | Recommended = 1/2 W
Try this example →

Example 2 - Pull-up Resistor on 3.3 V Logic Bus

A 10 kohm pull-up resistor holds an I2C line high at 3.3 V. How much power does it dissipate?

1
V = 3.3 V, R = 10000 Ω. Select V and R mode.
2
P = V squared / R = 10.89 / 10000 = 0.001089 W = 1.089 mW worst case (line pulled low continuously).
3
Recommended: 2 x 1.089 mW = 2.178 mW needed. The smallest standard rating of 1/20 W (50 mW) is far more than adequate. A standard 1/8 W resistor is perfectly safe.
P = 1.09 mW | Recommended = 1/20 W (50 mW)
Try this example →

Example 3 - Current Sense Resistor at 2 A

A 0.1 ohm current-sense shunt resistor carries 2 A. What wattage does it need?

1
I = 2 A, R = 0.1 Ω. Select I and R mode. Enter 2 in the current field and 0.1 in resistance.
2
P = I squared x R = 4 x 0.1 = 0.4 W (400 mW). Voltage drop = I x R = 2 x 0.1 = 0.2 V.
3
Recommended: 2 x 0.4 = 0.8 W, next standard is 1 W. Use a wirewound or thick-film 1 W shunt resistor rated for the current.
P = 400 mW | Recommended = 1 W
Try this example →

Example 4 - High-Power Bleeder Resistor on 400 V Rail

A 100 kohm bleeder resistor discharges a 400 V capacitor. What rating is needed?

1
V = 400 V, R = 100000 Ω. Select V and R mode. Enter 400 in voltage and 100000 in resistance.
2
P = 400 squared / 100000 = 160000 / 100000 = 1.6 W.
3
Recommended: 2 x 1.6 = 3.2 W, next standard is 5 W. Use a 5 W metal oxide or wirewound resistor. Note the voltage rating of the resistor must also exceed 400 V.
P = 1.600 W | Recommended = 5 W
Try this example →

❓ Frequently Asked Questions

How do I calculate resistor power dissipation from voltage and resistance?+
Use P = V squared / R. For a 12 V supply across a 100 ohm resistor: P = 144 / 100 = 1.44 W. Select a resistor rated at least 2.88 W using the 2x safety derating rule, so a standard 5 W resistor is the appropriate choice. Enter the values in the V and R mode of this calculator to verify.
What wattage resistor do I need for my circuit?+
Calculate the actual power dissipation (P = VI, V2/R, or I2R) and multiply by 2 for the IPC-2221 50% derating factor. Then select the next standard rating above that value from the series: 1/8 W, 1/4 W, 1/2 W, 1 W, 2 W, 5 W, 10 W, 25 W. If you need a less conservative choice for cost-sensitive consumer products, multiply by 1.5 instead and take the next standard above that.
What is resistor derating and why is it important?+
Derating means operating a component below its maximum specification to extend life and reliability. For resistors, IPC-2221 recommends operating at no more than 50% of rated power for continuous circuits. Thermal stress degrades resistor film over time, so using a 1 W resistor where 0.25 W is the calculated minimum reduces failure rates dramatically and keeps temperature rise within the acceptable range.
What is the most common resistor wattage for signal circuits?+
1/4 W (0.25 W) is the most common through-hole resistor for logic-level and signal circuits under 12 V. For surface-mount designs, 0603 packages rated at 1/10 W (100 mW) are the most widely used. Always verify the exact rating in the component datasheet and apply the 50% derating rule regardless of package size.
How much power does a pull-up resistor dissipate?+
A 10 kohm pull-up resistor on a 3.3 V line dissipates P = 3.3 squared / 10000 = 1.089 mW maximum when the line is held low continuously. A 1/8 W (125 mW) resistor is vastly over-rated for this purpose. Even the smallest standard 1/20 W (50 mW) resistor handles this with a 46x derating margin.
Why do resistors run hot in my circuit?+
A hot resistor is dissipating power close to or above its rating. Check the voltage across it and the current through it, then compare to 50% of the stamped wattage. Common causes include higher-than-expected supply voltages, load faults pulling excess current, or an under-rated resistor selected without applying a derating factor. Replace with the next rating up or use two resistors in series to share the dissipation.
Can I use two resistors in parallel to share power dissipation?+
Yes. Two identical resistors in parallel each carry half the total current. Since P = I squared x R, each resistor dissipates one quarter of the power a single resistor would face. Two 1/4 W resistors in parallel effectively handle the load of one 1 W resistor, with generous derating margin. The combined resistance is half each individual value, so use twice the intended resistance when paralleling.
How do SMD resistor power ratings compare to through-hole?+
SMD resistors are limited by their smaller size and reduced surface area for heat dissipation. Typical ratings by package: 0201 = 50 mW, 0402 = 63 mW, 0603 = 100 mW, 0805 = 125 mW, 1206 = 250 mW, 2512 = 1 W. Derate SMD resistors more aggressively at high ambient temperatures, as the PCB acts as the primary heat sink.
What happens if a resistor exceeds its power rating?+
Initially the resistor overheats and its resistance value drifts outside its tolerance band, corrupting any voltage divider or bias network. Sustained overheating carbonizes the resistive film layer, permanently changing the value. Eventually the resistor opens (goes to infinite resistance) or, less commonly, shorts. In severe cases the body can crack, damage the PCB, or create a fire hazard.
What is the 50% derating rule for resistors?+
Per IPC-2221 and MIL-STD-199, resistors should not exceed 50% of their rated wattage in continuous service. A 1 W resistor should not exceed 500 mW. This rule accounts for elevated ambient temperatures inside enclosures, component aging, and the fact that datasheet ratings are measured at 25 degrees Celsius in free air, conditions rarely matched in real products.
How do I find the resistor power without a calculator?+
The three formulas are: P = V x I (voltage in V times current in A), P = V squared / R (voltage squared divided by resistance in ohms), and P = I squared x R (current squared times resistance). All three give power in watts. Then multiply by 2 and look up the next standard resistor wattage rating above that value.
Do I need to derate resistors differently at higher temperatures?+
Yes. Resistor datasheets include a derating curve that shows how the maximum allowable power decreases as ambient temperature rises above 70 degrees Celsius (the typical 100% power point). Above that temperature the maximum rated power typically falls linearly to zero at the maximum operating temperature (often 155 to 175 degrees Celsius). For designs in high-temperature environments such as automotive or industrial outdoor equipment, apply additional derating beyond the standard 50% rule.