EasyUnitConverter.com

Power Dissipation Calculator

Calculate electrical power dissipation using voltage and current, current and resistance, or voltage and resistance. Determine heat generated by components in your circuit. See also our Ohm's Law Calculator and Electricity Cost Calculator.

How to Calculate 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 is an unavoidable consequence of Joule's first law (also known as Ohm's law of heating). Understanding power dissipation is critical for thermal management, component selection, and ensuring circuit reliability.

There are three equivalent formulas for calculating power dissipation, each useful depending on which quantities you know. P = V × I is the most general form, applicable to any component. P = I²R is useful when you know the current and resistance (common in series circuits). P = V²/R is useful when you know the voltage and resistance (common in parallel circuits). All three give identical results for resistive components.

The power dissipated in a component must be removed as heat to prevent overheating. Components have maximum power ratings — exceeding these ratings causes temperature rise that can degrade performance, reduce lifespan, or cause catastrophic failure. Proper thermal design includes adequate heat sinking, airflow, and derating (operating below maximum ratings for reliability).

Power Dissipation Formulas

Three Equivalent Forms:

P = V × I (voltage × current)

P = I² × R (current² × resistance)

P = V² / R (voltage² / resistance)

Temperature Rise:

ΔT = P × θ_JA

θ_JA = junction-to-ambient thermal resistance (°C/W)

Derating:

P_max(T) = P_rated × (T_max - T_ambient) / (T_max - T_rated)

Energy:

E = P × t (energy = power × time)

1 Wh = 3600 J

Example Calculation

A 10Ω resistor has 5V across it. Calculate the power dissipation:

Given: V = 5V, R = 10Ω

Method 1: P = V²/R = 25/10 = 2.5 W

Current: I = V/R = 5/10 = 0.5 A

Method 2: P = V×I = 5 × 0.5 = 2.5 W ✓

Method 3: P = I²×R = 0.25 × 10 = 2.5 W ✓

A standard 1/4W resistor would FAIL (2.5W > 0.25W)

Need at least a 5W resistor (2× safety margin)

Energy per hour: 2.5 × 3600 = 9000 J = 2.5 Wh

Power Dissipation Reference Table

Voltage (V)Current (A)Resistance (Ω)Power (W)
1.5 V0.01 A150 Ω0.015 W
3.3 V0.02 A165 Ω0.066 W
5 V0.1 A50 Ω0.5 W
5 V0.5 A10 Ω2.5 W
9 V0.5 A18 Ω4.5 W
12 V1 A12 Ω12 W
12 V2 A6 Ω24 W
24 V0.5 A48 Ω12 W
24 V5 A4.8 Ω120 W
120 V10 A12 Ω1200 W
240 V10 A24 Ω2400 W
480 V20 A24 Ω9600 W

Frequently Asked Questions

What is power dissipation?

Power dissipation is the conversion of electrical energy into heat within a component. When current flows through any resistance, electrical energy is irreversibly converted to thermal energy (Joule heating). This heat must be removed to prevent the component from exceeding its maximum operating temperature. Power dissipation is measured in watts (W) and equals the rate of energy conversion.

How do I choose the right power rating for a resistor?

Calculate the actual power dissipation using P = V²/R or P = I²R, then choose a resistor rated for at least twice that value (2× derating factor). Common ratings are 1/8W, 1/4W, 1/2W, 1W, 2W, 5W, and 10W. For example, if a resistor dissipates 0.4W, use at least a 1W resistor. Higher derating (3× or more) improves reliability and reduces temperature rise.

What happens if a component exceeds its power rating?

Exceeding the power rating causes excessive temperature rise. For resistors, this can change the resistance value, damage the protective coating, or cause the resistor to burn open (fail). For semiconductors, excessive power causes thermal runaway — increasing temperature reduces resistance, which increases current, which increases temperature further until the device is destroyed.

How does power dissipation relate to heat sinks?

A heat sink reduces the thermal resistance between a component and the ambient air, allowing more power to be dissipated for the same temperature rise. The temperature rise is: ΔT = P × θ_total, where θ_total = θ_JC + θ_CS + θ_SA (junction-to-case + case-to-sink + sink-to-ambient). A good heat sink can reduce θ_SA from 50°C/W to under 1°C/W.

Is power dissipation always wasteful?

Not always. In heaters, toasters, and incandescent bulbs, power dissipation is the intended function. In current-limiting resistors, it is a necessary trade-off for protection. However, in most electronic circuits, power dissipation represents wasted energy and unwanted heat. Efficient designs minimize dissipation using switching regulators, low-dropout regulators, and proper component selection.

How do I reduce power dissipation in my circuit?

Use switching regulators instead of linear regulators (90%+ efficiency vs 50-80%). Minimize voltage drops across current-limiting components. Use MOSFETs with low RDS(on) for switching. Reduce operating voltage where possible. Use PWM dimming instead of resistive current limiting for LEDs. Choose components with lower quiescent current. Optimize duty cycles and sleep modes in digital circuits.

Thermal Management Basics

Every watt of power dissipated must be removed as heat. The thermal path from junction to ambient can be modeled as a series of thermal resistances, analogous to electrical resistance. The junction temperature is: T_J = T_ambient + P × (θ_JC + θ_CS + θ_SA). For reliable operation, T_J must stay below the maximum rated junction temperature (typically 125°C or 150°C for semiconductors). Proper thermal design considers worst-case ambient temperature, maximum power dissipation, and adequate safety margin.

Power Dissipation in Different Components

Resistors dissipate power as pure heat (P = I²R). Transistors dissipate power during switching transitions and in the on-state (P = VCE × IC for BJTs, P = RDS(on) × ID² for MOSFETs). Linear voltage regulators dissipate the voltage difference times current: P = (Vin - Vout) × I. Diodes dissipate P = Vf × I. Capacitors dissipate power due to ESR: P = I²_rms × ESR. Understanding where power is dissipated helps optimize circuit efficiency and thermal design.