Power Dissipation

Formula For Power Dissipated In A Resistor

PL
accountshelp.org
9 min read
Formula For Power Dissipated In A Resistor
Formula For Power Dissipated In A Resistor

You smell it before you see it. That sharp, acrid tang of hot epoxy and burning dust. By the time the white smoke curls up from the breadboard, the damage is done. A quarter-watt resistor just became a very expensive fuse.

I’ve been there. We all have. You calculate the current, you pick a value from the E12 series, you plug it in, and you forget the one variable that actually kills components: heat. The formula for power dissipated in a resistor isn't just homework. It’s the difference between a circuit that runs for years and one that fails the moment you put it in an enclosure.

What Is Power Dissipation in a Resistor

At its core, a resistor turns electrical energy into heat. So that’s its job. When current pushes through a material that resists it, electrons collide with atoms. So kinetic energy becomes thermal energy. We call this Joule heating*.

The basic definition of electrical power is simple: P = V × I. Power (watts) equals voltage (volts) times current (amps). But resistors obey Ohm’s Law (V = I × R).

The Three Forms You’ll Actually Use

P = I² × R
This is the king of circuit analysis. If you know the current flowing through a branch and the resistance value, this gives you the answer directly. No need to calculate the voltage drop first. It also makes something painfully obvious: power scales with the square* of the current. Double the current, quadruple the heat.

P = V² / R
Use this when you know the voltage across* the resistor. Not the supply voltage — the voltage dropped specifically across that component. This form screams a warning about low-value resistors across high voltages. Halve the resistance, double the power. Drop a 1-ohm resistor across a 12V rail? That’s 144 watts. It’ll vanish in a flash.

P = V × I
The fundamental form. Handy when you’re measuring both values on a bench supply or a multimeter. It’s also the only form that works cleanly for non-ohmic loads (like LEDs or diodes) where resistance isn't constant.

They are mathematically identical. Pick the one where you have the knowns.

Why It Matters More Than You Think

Most beginners treat the power rating as a suggestion. Think about it: it’s not. It’s a thermal limit.

A 0.25W (quarter-watt) through-hole resistor can dissipate 0.25 watts — in free air, at 25°C ambient, with decent lead length acting as a heatsink. Stuff that same resistor into a tight PCB with no airflow, surrounded by other warm components, and its real-world capacity drops fast. Derating curves in datasheets aren't decorative.

The Magic Smoke Is Real

Exceed the rating and the resistive element (carbon film, metal film, wirewound) gets hot enough to change value permanently. So carbon composition resistors drift high. Metal film can go open-circuit. Wirewound might survive but act like a tiny space heater, cooking its neighbors.

I once watched a 10-ohm, 1W resistor used as a current shunt for a 2A motor driver. P = I²R = 4 × 10 = 40W. Now, for three seconds. The board smelled like a tire fire for a week.

Battery Life and Efficiency

In battery-powered gear, every milliwatt counts. Still, a pull-up resistor on a GPIO pin that sits high 99% of the time? That’s constant drain. A 10k pull-up on a 3.3V rail burns about 1µA. Negligible. But a 1k pull-up? In practice, 3. 3mA. Which means that kills a coin cell in days. The formula tells you exactly what you’re paying.

How It Works: From Theory to Practice

Let’s walk through the derivation once. It cements why the three forms exist.

Start with the definition of power:
P = V × I

Ohm’s Law gives us two substitutions:
V = I × R → substitute into P = V × I → P = (I × R) × I = I²R
I = V / R → substitute into P = V × I → P = V × (V / R) = V²/R

That’s it. No magic.

Which Formula Do I Pick?

Look at your knowns.

  • Series circuit / known current: Use I²R. You measured the loop current. You know the resistor value. Done.
  • Parallel branch / known voltage: Use V²/R. You know the rail voltage (assuming the resistor goes to ground). You know R. Done.
  • Mixed/unknown topology: Measure V across the resistor and I through it. Use VI. This is the only way to verify a component in circuit* without desoldering.

AC Circuits: RMS Is Not Optional

If you’re working with AC, the formulas hold — if you use RMS values.

Wall outlet: 120V RMS (US). A 100-ohm resistor across it? In real terms, p = 120² / 100 = 144W. Not 120V peak.

120V peak-to-peak. For a sine wave, $V_{RMS} = V_{peak} / \sqrt{2}$. RMS is the DC-equivalent heating value. Use the wrong voltage definition and your power calculation will be off by a factor of two — or eight, if you confuse peak-to-peak with RMS.

This applies to PWM, too. A 5V supply switched at 50% duty cycle isn't 2.5V RMS. Which means it’s $5V \times \sqrt{0. Think about it: 5} \approx 3. 54V_{RMS}$. Now, the resistor sees the thermal equivalent of 3. 54V DC. Calculate power using that RMS value, not the average voltage.

Pulsed Power: The Thermal Time Constant Trap

Datasheets often list a "pulse power" or "overload" rating significantly higher than the continuous rating. A 0.25W resistor might handle 10W for 10ms. This works because the resistive element has thermal mass — it takes time to heat up.

If you found this helpful, you might also enjoy the sum of twice a number and 13 is 75. or why do animal cells don't have cell wall.

But the cooling* takes longer. If you repeat that 10ms pulse every 20ms (50% duty), the average power is 5W. The resistor will eventually hit its steady-state temperature for 5W continuous dissipation — and fail. Because of that, the pulse rating only applies to infrequent*, isolated events with enough off-time for the element to cool fully back to ambient. Always check the pulse energy curve (usually Joules vs. pulse duration) and the repetition rate derating.

Selecting the Right Resistor: A Checklist

Don't just grab the first 1kΩ in your parts bin. Run the numbers:

  1. Calculate max continuous power: Use the correct formula ($I^2R$, $V^2/R$, or $VI$) with worst-case* values (max supply tolerance, min resistor tolerance).
  2. Apply derating: Start at 50% of the rated power for conservative designs. At 70°C ambient, drop to 25%. If the resistor is near a voltage regulator or MCU, assume higher local ambient.
  3. Check voltage rating: Small packages (0402, 0603) often have max working voltages of 50V or 75V. A 1MΩ 0402 at 100V only dissipates 10mW — well within power rating — but will arc internally. Use high-voltage series or larger packages.
  4. Verify surge/ESD needs: Carbon composition or thick-film pulse-withstanding types survive transients that vaporize precision thin-film parts.
  5. Temperature coefficient (tempco): In precision circuits, self-heating changes* the resistance, which changes the current, which changes the heating. A 100ppm/°C resistor dissipating 100mW in a 0603 package might rise 30°C above ambient. That’s a 0.3% resistance shift. For a voltage divider setting a reference, that’s unacceptable. Use lower tempco (25ppm or 5ppm) or lower power density (bigger package).

The Hidden Variable: PCB Layout

You calculated 0.You picked a 0.2W. 5W resistor (2512 package). It still runs hot.

Why? So naturally, inch of 2oz copper — acting as a heatsink. The datasheet power rating assumes a specific copper pad size — often 1 sq. Your dense, 1oz, minimum-pad layout provides a fraction of that thermal conductance. The resistor runs 40°C hotter than the datasheet curve predicts.

Fixes:

  • Thermal vias under the pads (especially for 2512/2010).
  • Wider traces feeding the pads.
  • Copper pours on inner layers connected via stitching vias.
  • Package up-sizing: A 0.5W resistor in a 1W (2512) package on minimal pads often runs cooler than a 0.5W resistor in a 0.5W (2010) package on the same pads, simply because the element is larger and spreads heat better into the solder joints.

Conclusion

The power formulas — $P = VI = I^2R = V^2/R$ — are deceptively simple. They are the first thing taught and the last thing mastered. Mastery isn't plugging numbers into a calculator; it's knowing which* voltage, which* current, and which* resistance to use under dynamic, thermal, and non-ideal conditions.

It’s respecting that a resistor is not an ideal mathematical construct. It is a thermal mass, a parasitic inductor, a voltage-dependent variable, and a mechanical structure bonded to a fiberglass board. The math tells you the target*. The datasheet, the layout, and the environment tell you the reality*.

Calculate conservatively. Also, derate aggressively. Measure thermally (thermal camera or IR gun) on the prototype.

trust the 0402 in your 48V supply chain until you've seen it smoke.

The devil lives in the margins. Still, every via creates a thermal bottleneck. So every trace adds inductance. Practically speaking, a resistor that survives datasheet testing in controlled air circulation becomes a casualty in the serpentine routing of your actual board. Every square millimeter of copper you didn't add robs heat from the junction.

Consider this: your 10kΩ pull-up draws 2.5mA at 25V. Consider this: in simulation, that's 62. Now, 5µW. So in reality, with the parasitic inductance of your 0. 1µH trace, a 10ns edge rate, and ground bounce from simultaneous switching outputs, that "gentle" pull-up becomes a ringing nightmare that sends false triggers through your Schmitt trigger. The resistor didn't fail—it became part of the problem.

We're talking about why experienced designers carry multiple packages of the same value. On the flip side, not redundancy for reliability—redundancy for thermal management. When your 100Ω current sense resistor in a 1206 package runs 80°C on the bench but your 0805 version stays cool, you don't blame the math. You blame the assumption that all 100Ω resistors are created equal.

The real world doesn't simulate well. Your PCB fab's copper thickness varies by ±10%. On the flip side, your reflow profile hits 260°C for 60 seconds, not the 240°C the resistor saw in aging tests. Your ambient isn't 25°C—it's 65°C trapped under a shield can near the H-bridge.

Design for the worst case that still works. Not the typical case that fails in production. Now, not the datasheet ideal that lives only in application notes. The resistor's job isn't to dissipate power—it's to survive the power your system actually delivers.

Measure everything. This leads to the voltage across the terminals. On the flip side, the current through the leads. The temperature of the body. The inductance of the connections. Then design a margin around those measurements.

Because when that 1MΩ resistor arks in your 100V rail, it's not a failure of Ohm's law—it's a failure of imagination. You didn't consider that the resistor would also be a capacitor, an inductor, a heater, and a potential flashover point all at once.

Mastery means seeing the whole picture. The resistor is just the beginning.

New

Latest Posts

Related

Related Posts

Thank you for reading about Formula For Power Dissipated In A Resistor. We hope this guide was helpful.

Share This Article

X Facebook WhatsApp
← Back to Home
AC

accountshelp

Staff writer at accountshelp.org. We publish practical guides and insights to help you stay informed and make better decisions.