Calculate electrical power dissipation (watts) using any two known parameters: Resistance (Ω), Current (A), or Voltage (V). Interactive power bar, thermal safety warnings, and real-world engineering examples.
Power dissipation in a resistor occurs when electrical energy is converted into heat. According to Joule’s first law (also called Joule–Lenz law), the heat generated per unit time is proportional to the resistance and the square of the current: P = I²·R. Alternatively, combining with Ohm’s law (V = I·R), we obtain equivalent forms P = V·I and P = V²/R. Correct power calculation is critical to prevent component failure, fire hazards, and circuit malfunction.
⚡ Essential Power Formulas
P = I² · R | P = V · I | P = V² / R
Ohm’s law: V = I · R ⇔ I = V / R ⇔ R = V / I
Every resistor carries a power rating (e.g., 0.125W, 0.25W, 0.5W, 1W, 2W, 5W). Exceeding this rating causes excessive heat, leading to resistance drift, charring, or open-circuit failure. In high-frequency circuits, power dissipation also affects signal integrity. Power calculations are equally essential for sizing current-sense resistors, voltage dividers, LED current-limiting resistors, brake resistors in motor drives, and dummy loads in power supplies.
Using the Resistor Power Calculator, designers rapidly validate designs against derating rules (military and industrial standards suggest a 50% derating for reliability). This tool also helps students grasp the interplay between voltage, current, and heat generation.
| Application | Resistance (Ω) | Current (A) | Voltage (V) | Power (W) | Recommended Resistor Wattage |
|---|---|---|---|---|---|
| LED indicator (5mm) | 330 | 0.020 | 6.6 | 0.132 | ¼ W (0.25W) |
| Power LED (1W) | 3.3 | 0.350 | 1.16 | 0.406 | 1 W (derated) |
| 12V fan speed control | 100 | 0.12 | 12 | 1.44 | 2 W or 3W |
| Bleeder resistor in PSU | 22000 | 0.005 | 110 | 0.55 | 1 W |
| Electric heater element | 48.4 | 4.55 | 220 | 1000 | Commercial heater (1000W+ rating) |
A common mistake: connecting an LED directly to 5V without a resistor. For a standard red LED (forward voltage ~2V, recommended current 20mA), what is the required power rating? Using R = (Vsupply - Vf)/I = (5-2)/0.02 = 150Ω. Power dissipated by resistor P = I²·R = (0.02)²·150 = 0.06W. A ¼W (0.25W) resistor is more than sufficient and remains cool. However, if a 50Ω resistor is chosen by mistake, power becomes 0.02²·50 = 0.02W? Wait recalc – if wrong resistor value (50Ω) but current limited by LED? Actually in real scenario the current would increase dramatically. Using 5V and 50Ω gives I = V/R = 0.1A, making P = 0.5W, quickly damaging a ¼W part. The calculator prevents such oversights by real-time power estimation based on correct values.
Resistor manufacturers specify maximum power at 70°C ambient temperature. Derating curves recommend reducing power by 50% when operating above 70°C or in enclosed spaces. For high-reliability applications (aerospace, automotive), designers derate to 40-50% of nominal. Use our power result and aim for resistor wattage = P_calc × safety factor (≥ 1.5). For pulse loads, also consider peak power and thermal inertia.