Power Dissipation Calculator

Calculate electrical power dissipation in resistors, transistors, and circuits using voltage, current, and resistance. Determine heat generation for thermal management design.

POWER DISSIPATED
--
P = V × I
--
P = I² × R
--
P = V² / R
--
Energy/hr (Wh)
--

What Is Power Dissipation?

Power dissipation is the process by which electrical energy is converted to heat in a circuit component. Every component with resistance dissipates power when current flows through it. This heat must be managed to prevent component failure, reduce efficiency losses, and ensure system reliability. Power dissipation is measured in watts (W), where 1 watt equals 1 joule per second of energy conversion.

In electronic design, understanding power dissipation is crucial for selecting appropriately rated components, designing heat sinks, choosing enclosures, and ensuring long-term reliability. A resistor rated for 0.25 W that dissipates 0.5 W will overheat and fail. Integrated circuits and power transistors require careful thermal analysis to prevent junction temperatures from exceeding maximum ratings.

Formulas

P = V × I = I² × R = V² / R
Energy (Joules) = P × t  |  Energy (kWh) = P × t / 1000

All three power formulas are equivalent and derived from Ohm's law (V = IR). Use whichever form matches the known values in your circuit.

Common Resistor Power Ratings

Package/TypePower RatingMax Voltage
0402 SMD0.063 W (1/16)50V
0603 SMD0.1 W (1/10)75V
0805 SMD0.125 W (1/8)150V
1/4W Through-Hole0.25 W250V
1/2W Through-Hole0.5 W350V
Wirewound (5W)5 W500V
Power Resistor25-300 WVaries

Thermal Management

  • Heat sinks: Attach aluminum or copper heat sinks to high-power components to increase heat dissipation area.
  • Forced air cooling: Fans move air across components, improving convective heat transfer by 5-10x over natural convection.
  • Thermal pads/paste: Fill microscopic air gaps between component and heat sink to improve thermal conductivity.
  • Derating: Reduce maximum power with temperature. A 1W resistor may only handle 0.5W at 70 degrees C ambient.

Frequently Asked Questions

How do I calculate power in AC circuits?

For AC circuits, P = V_rms x I_rms x cos(phi), where cos(phi) is the power factor. For purely resistive loads (heaters, incandescent bulbs), the power factor is 1 and the DC formula applies with RMS values. For reactive loads (motors, transformers), the power factor reduces real power below the apparent power VA product.

What happens when a component exceeds its power rating?

The component overheats. Resistors may char, change value, or catch fire. Semiconductors suffer thermal runaway where increasing temperature decreases resistance, causing more current and more heat in a destructive feedback loop. Capacitors can vent or explode. Always design with a safety margin of at least 50% below rated power.

How do I reduce power dissipation?

Reduce current (increase resistance), reduce voltage drop, use more efficient components (switching regulators instead of linear), or distribute power across multiple parallel components. In digital circuits, reducing clock speed or supply voltage dramatically cuts dissipation since P is proportional to V-squared and frequency.