Power Dissipation Calculator
Find power dissipated in any resistive component using voltage, current, or resistance. Includes thermal analysis for transistor and MOSFET heatsink sizing.
🔥 What is Power Dissipation?
Power dissipation is the rate at which electrical energy is converted into heat energy as current flows through a resistive element. It is measured in watts (W) and is governed by Joule's first law: whenever current passes through resistance, the resistive material heats up at a rate equal to the square of the current multiplied by the resistance (P = I²R). The same dissipated power can be calculated from any two of the three Ohm's law quantities using the three equivalent formulas: P = V × I, P = I² × R, and P = V² / R.
Power dissipation matters in almost every area of electronics and electrical engineering. Resistor selection depends on wattage rating: a 1/4-watt resistor dissipating 0.5 W will burn out. Transistor and MOSFET design requires calculating whether the device stays below its maximum junction temperature under the worst-case combination of power dissipation and ambient temperature. PCB layout affects how heat spreads through copper pours and planes. Motor winding resistance converts some fraction of input power directly to heat, setting efficiency limits. Cable sizing in power distribution is governed by I²R loss, which heats conductors and potentially insulation.
A common misconception is that power dissipation and power consumption are the same. In an efficient motor or inverter, most consumed power is converted to mechanical work or useful output, and only a small fraction is dissipated as heat. Power dissipation refers specifically to the heat-generating portion. Similarly, in AC circuits with reactive loads, only the real power (watts, not volt-amperes) is actually dissipated as heat; reactive power oscillates between source and load without being consumed.
This calculator handles all three standard formula modes plus a thermal analysis mode specifically for transistors and power semiconductors. Enter voltage and current for the most direct calculation, current and resistance when you know the component value, or switch to Thermal Analysis to check whether a device stays below 125 degrees C using the thermal resistance chain from junction to ambient. This covers the complete workflow from circuit design through component verification and heatsink selection.
📐 Formulas
📖 How to Use This Calculator
Steps
💡 Example Calculations
Example 1 - Voltage and Current Mode (12 V Power Supply)
12 V supply rail, 3 A load current
Example 2 - Current and Resistance Mode (Series Resistor)
2 A through a 10-ohm resistor
Example 3 - Thermal Analysis Mode (Transistor Heatsink Check)
Power transistor: P = 20 W, Rθjc = 1.0, Rθcs = 0.5, Rθha = 1.5, Ta = 25°C
❓ Frequently Asked Questions
🔗 Related Calculators
What is the formula for power dissipation in a resistor?
Three equivalent formulas apply: P = V times I (volts times amperes), P = I squared times R (current squared times resistance), and P = V squared divided by R. All three give the same result when the circuit satisfies Ohm's law. For a 10-ohm resistor carrying 2 A, P = 4 times 10 = 40 W.
What is the difference between P = VI and P = I squared R?
They describe the same physical phenomenon from different perspectives. P = VI uses the terminal voltage and current directly. P = I squared R uses Joule's law, where resistance converts current into heat. Use P = VI when you measure with a voltmeter and ammeter. Use P = I squared R when you know the resistor value and measured current.
What is thermal resistance and why does it matter for electronics?
Thermal resistance (degrees C per watt) describes how much a component heats up per watt of dissipated power. A transistor with a total thermal resistance of 4 degrees C/W running at 25 W in a 25 degree C environment reaches a junction temperature of 25 + 25 times 4 = 125 degrees C. Exceeding the maximum rated junction temperature causes permanent damage.
What is junction temperature and what is the maximum limit?
Junction temperature (Tj) is the temperature at the semiconductor die, where current actually flows. It is higher than the case temperature because heat must flow through the junction-to-case thermal resistance. For most silicon bipolar transistors and MOSFETs, the absolute maximum Tj is 150 to 175 degrees C, but designers typically limit it to 125 degrees C for reliability.
How do I calculate the junction temperature of a transistor?
Use the formula Tj = Ta plus P times (Rθjc plus Rθcs plus Rθha). Ta is ambient air temperature, P is power dissipated, and the three thermal resistance terms are junction-to-case, case-to-heatsink, and heatsink-to-ambient. For P = 20 W, total Rθ = 3.0 degrees C/W, and Ta = 25 degrees C: Tj = 25 plus 60 = 85 degrees C.
How do I choose the right heatsink for a power transistor?
First find Rθjc and Rθcs from the component datasheet. Then calculate the maximum allowable heatsink-to-ambient thermal resistance: Rθha = (Tj_max minus Ta minus P times (Rθjc plus Rθcs)) divided by P. Select a heatsink with a rated thermal resistance at or below that value. A lower Rθha heatsink is always safer.
What is power derating and why should I apply it?
Power derating means operating a component below its rated maximum power. The standard guideline is to keep dissipation at or below 70 percent of the maximum rating at the highest expected operating temperature. This extends component lifetime by reducing junction temperature, thermal cycling stress, and electromigration in semiconductor junctions.
How many BTU per hour equals one watt?
One watt equals 3.412 BTU per hour. This conversion is useful when sizing HVAC cooling for electrical rooms. A server rack dissipating 5000 W produces 5000 times 3.412 equals 17,060 BTU/hr of waste heat that the air conditioning system must remove to maintain a safe operating temperature.
What is Joule heating and how is it related to power dissipation?
Joule heating is the physical process by which electrical energy is converted to thermal energy when current flows through a conductor with resistance. It is described by Joule's first law: heat per unit time equals I squared R. Power dissipation and Joule heating are synonymous in resistive elements; the terms are sometimes used interchangeably in electronics.
What happens when a component exceeds its maximum power rating?
Exceeding the maximum power rating raises the junction temperature above its rated limit. Short-term exceedance causes parametric shifts such as threshold voltage drift in MOSFETs. Prolonged exceedance causes bond wire fusing, junction burnout, or dielectric breakdown, all of which permanently destroy the component. Thermal runaway in bipolar transistors is an additional risk.
Does adding thermal paste always improve cooling?
Yes, for metal-case packages. The contact resistance between a transistor case and a heatsink without thermal compound can be 0.5 to 1.5 degrees C/W. Good thermal compound reduces this to 0.05 to 0.1 degrees C/W, dropping the junction temperature by up to several degrees at high power. Phase-change materials and thermal pads offer similar improvements.
Can I calculate power dissipation in an AC circuit with this calculator?
These formulas (P = VI, P = I squared R, P = V squared / R) apply to the resistive portion of AC circuits. For AC loads with reactance and a power factor below 1, only the real power (watts) is dissipated as heat. Use the AC Wattage Calculator to account for power factor and find the actual watts dissipated in reactive loads.