Resistor Wattage Calculator
Enter any two of voltage, current, and resistance and this calculator instantly finds the third plus the power dissipated as heat. It then recommends the smallest standard resistor wattage rating that keeps your component within the 50 % derating rule used by engineers for long-term reliability. A power-vs-resistance curve lets you see how wattage changes across a sweep of resistance values.
How resistor wattage is calculated
A resistor converts electrical energy into heat. The rate at which it does so is power, measured in watts. Three equivalent formulas relate power (P), voltage (V), current (I), and resistance (R): P = V x I, P = I^2 x R, and P = V^2 / R. Any two of the four quantities are enough to find the other two. For example, a 120 ohm resistor connected to 12 V has a current of 12 / 120 = 0.1 A and dissipates 12 x 0.1 = 1.2 W of heat. If you know only current and resistance you use P = I^2 x R: 0.1^2 x 120 = 1.2 W.
The 50 % derating rule and choosing a wattage rating
The wattage printed on a resistor is a maximum at a reference temperature (usually 70 deg C ambient). Operating at full rated power shortens component life and can cause burn marks, drift in resistance value, or outright failure. The standard engineering practice is to derate to 50 %: run the resistor at no more than half its rated wattage. This keeps the body temperature within a comfortable range and extends reliable life to decades. To apply the rule, divide the calculated power by 0.5 to get the minimum rating you should buy. For example, a 1.2 W dissipation requires a resistor rated at least 2.4 W; the nearest standard value is 3 W. This calculator works through that selection automatically and highlights the utilization percentage on the gauge.
Series and parallel circuits
In a series circuit the same current flows through every resistor. Each resistor drops a share of the total voltage proportional to its resistance, and dissipates power equal to I^2 x R. The higher-value resistor dissipates more power, so it needs a higher wattage rating. In a parallel circuit every resistor sees the same voltage, and each branch draws its own current. The lower-value resistor draws more current and dissipates more power. Total power is the sum of all individual dissipations in both topologies: P_total = P1 + P2 + ... The equivalent resistance is R_eq = R1 + R2 for series, and (R1 x R2) / (R1 + R2) for two resistors in parallel.
Practical tips for resistor selection
For through-hole circuits the ubiquitous 1/4 W metal-film resistor handles most low-power signal work. Move to 1/2 W or 1 W parts for anything in motor drives, power supply feedback, or LED current limiting above 20 mA. For SMD designs, a 0805 footprint handles up to 0.125 W and a 1206 handles 0.25 W comfortably; for higher power consider a 2512 (1 W) or a dedicated current-sense or power resistor package. If the calculated dissipation exceeds a few watts, mount the resistor on a heatsink or use an aluminium-clad chassis-mount part. Wirewound resistors are inductive, which matters in high-frequency circuits; use non-inductive wirewound or thick-film types instead. Always check the resistor datasheet for the derating curve, since some components derate differently above 70 deg C.
Standard resistor wattage ratings and typical applications
| Rating (W) | Package / form factor | Typical application |
|---|---|---|
| 0.1 | SMD 0402 / 0603 | Low-power signal circuits, sensor biasing |
| 0.125 (1/8 W) | SMD 0805, axial 1/8 W | Logic pull-ups, voltage dividers |
| 0.25 (1/4 W) | Axial carbon/metal film | General-purpose through-hole circuits |
| 0.5 (1/2 W) | Axial carbon/metal film | Higher-current signal circuits |
| 1 | Axial wirewound / large film | Power supply feedback, inrush limiters |
| 2 | Axial wirewound | Motor control, power management |
| 3 | Axial wirewound | Audio amplifiers, DC-DC converters |
| 5 | Wirewound / ceramic | Power supplies, load resistors |
| 10 | Aluminium-clad / chassis mount | Heavier power electronics |
| 25+ | Chassis-mount wirewound | Load banks, high-power dissipation |
Always choose a rating where your actual dissipation is 50 % or less of the rated wattage (the 50 % derating rule).
Frequently asked questions
What wattage resistor do I need for a 12 V circuit?
It depends on the resistance. Use P = V^2 / R: for a 120 ohm resistor at 12 V, power = 144 / 120 = 1.2 W. Apply the 50 % derating rule and you need a resistor rated at least 2.4 W, so the next standard size is 3 W. Enter your values into the calculator and it picks the standard rating for you.
What is the 50 % derating rule?
Resistors are rated for a maximum continuous power at a reference temperature. Running them at that limit causes them to run hot, which shifts their resistance value and shortens their life. The industry standard is to operate resistors at no more than 50 % of their rated wattage under continuous load. So a 1 W resistor should not dissipate more than 0.5 W continuously. This calculator automatically applies the rule and shows the recommended standard wattage rating.
How do I calculate resistor wattage from current and resistance?
Use P = I^2 x R. Square the current in amperes, then multiply by the resistance in ohms. For example, 0.2 A through 100 ohms: 0.2^2 x 100 = 0.04 x 100 = 4 W. Select "Power (P) from I and R" in the Find dropdown to use this formula directly.
Can I use this calculator for AC circuits?
Yes, for purely resistive loads. Use the RMS (root mean square) voltage and RMS current values rather than peak values. The RMS voltage of a 230 V AC mains supply is 230 V, and the same P = V x I formula applies. Reactive components (capacitors, inductors) shift current phase relative to voltage, which changes the real power calculation; this calculator covers resistive loads only.
What is the difference between a series and a parallel resistor circuit?
In a series circuit resistors are connected end-to-end so the same current flows through all of them. Each resistor drops part of the voltage and the powers add up to the total. In a parallel circuit each resistor is connected directly between the supply rails, so all of them see the same voltage. Each draws its own current and the currents (and powers) add up. Use the circuit type selector to analyse both configurations.
Why does a higher-value resistor in a series circuit dissipate more power?
In a series circuit the current is the same everywhere, so power = I^2 x R. A larger R means more power for the same current. This is why the bulk of the voltage drop and heat generation falls on the biggest resistor in a series string.
Why does a lower-value resistor in a parallel circuit dissipate more power?
In a parallel circuit the voltage is the same across every branch, so power = V^2 / R. A smaller R gives a larger result for the same voltage. More current flows through the lower-value branch, so it dissipates more heat.