The power voltage resistance formula is P = V2 / R, where power (P) in watts equals the square of the voltage (V) in volts divided by the resistance (R) in ohms. This equation allows you to calculate electrical power dissipation directly from voltage and resistance, completely bypassing the need to measure or calculate circuit current. Whether you are sizing a bleeder resistor for a power supply or calculating the heat dissipation of a dummy load, this formula is a fundamental bench tool.

The Core Equation and Symbol Definitions

To understand where P = V2 / R comes from, we combine Joule's Law (P = V × I) with Ohm's Law (I = V / R). By substituting the expression for current (I) from Ohm's Law into the power equation, we get P = V × (V / R), which simplifies to P = V2 / R. For a deeper look at the foundational physics, refer to the Georgia State University HyperPhysics electrical power module.

Symbol Definitions and SI Base Units
Symbol Quantity SI Base Unit Unit Abbreviation Measurement Tool
P Power (Real/Dissipated) Watt W Wattmeter / Calculated
V Voltage (Potential Difference) Volt V Multimeter (Parallel)
R Resistance Ohm Ω Multimeter / Ohmmeter (De-energized)
I Current (Contextual) Ampere A Multimeter (Series) / Clamp Meter

Rearranged Forms: Solving for Voltage and Resistance

On the workbench, you rarely know all three variables. When designing circuits, you usually have a fixed voltage rail and a target power dissipation, meaning you need to solve for R. Here are the algebraic rearrangements of the core formula:

  • Solving for Voltage (V): V = √(P × R)
    Use case: Determining the maximum voltage you can safely apply to a resistor of a known value and wattage rating before it overheats.
  • Solving for Resistance (R): R = V2 / P
    Use case: Selecting a dummy load resistor to draw a specific amount of wattage from a known power supply rail.

Assumptions, Limitations, and Unit Traps

The formula P = V2 / R is mathematically absolute, but applying it to physical hardware requires respecting several engineering assumptions. If you ignore these, your calculated numbers will not match your bench measurements.

When the Formula Applies (and When It Doesn't)

This equation assumes a linear, Ohmic load. Standard carbon film, metal film, and wirewound resistors obey this rule closely at stable temperatures. It applies directly to DC circuits and to purely resistive AC circuits (like heating elements) provided you use True RMS voltage rather than peak voltage. It does not apply directly to non-linear loads like LEDs, diodes, or the inductive windings of AC motors without complex impedance (Z) substitutions.

Unit Mistakes That Break the Math

The most common way hobbyists and students destroy components is the Prefix Trap. The formula only works if you convert all prefixes (milli, kilo, mega) back to base SI units (Volts, Ohms, Watts) before calculating.

Example of the trap: Calculating power for a 5V logic rail across a 10 kΩ pull-up resistor. If you blindly plug 5 and 10 into P = V2 / R, you get 25 / 10 = 2.5W. You might then grab a 3W resistor. The correct base-unit calculation is 25 / 10,000 = 0.0025W (2.5 mW). A standard 1/4W (250 mW) resistor is more than sufficient.

Realistic Answer Magnitudes

Developing an intuition for realistic magnitudes prevents catastrophic wiring errors. A standard 120V AC mains circuit across a 9.6Ω heating element yields 1,500W (a typical space heater). If your math for a 12V automotive accessory yields 12,000W, you have misplaced a decimal. Always sanity-check your result against common physical benchmarks.

Worked Examples with Strict Unit Tracking

Below are two common bench scenarios solved using strict unit tracking and intermediate steps. For more foundational DC power calculations, the All About Circuits DC power textbook chapter is an excellent reference.

Problem 1: Calculating Dissipation in an Automotive Dummy Load

Scenario: You are testing a 12V DC automotive battery system. You connect a 4.7 Ω wirewound dummy load resistor across the terminals. What is the power dissipated by the resistor, and what wattage rating must the resistor have to survive?

  1. Identify and convert to base units: V = 12 V (base), R = 4.7 Ω (base).
  2. Select the formula: P = V2 / R
  3. Square the voltage: 122 = 144 V2
  4. Divide by resistance: 144 / 4.7 = 30.638 W
  5. Engineering Margin: Resistors should be derated by at least 50% for reliability. A 30.6W dissipation requires a resistor rated for at least 60W (e.g., a 75W chassis-mount wirewound resistor).

Problem 2: Sizing a Bleeder Resistor for a High-Voltage Capacitor

Scenario: You are designing a power supply with a 400V DC bus. You need a bleeder resistor to discharge the main filter capacitor when unplugged. You want the resistor to dissipate exactly 0.5W (500 mW) during normal operation to minimize standby heat. What resistance value do you need?

  1. Identify and convert to base units: V = 400 V (base), P = 500 mW = 0.5 W (base).
  2. Select the rearranged formula: R = V2 / P
  3. Square the voltage: 4002 = 160,000 V2
  4. Divide by power: 160,000 / 0.5 = 320,000 Ω
  5. Convert to standard prefix: 320,000 Ω = 320 kΩ. You would select the nearest standard E24 value, which is 330 kΩ, resulting in a slightly safer dissipation of ~0.48W.

Frequently Asked Questions

How do I use the power voltage resistance formula for AC circuits?

You can use P = V2 / R for AC circuits only if the load is purely resistive (like a toaster or incandescent bulb) and you use the RMS (Root Mean Square) voltage, not the peak voltage. For standard US mains, the RMS voltage is 120V, but the peak voltage is roughly 170V. If you accidentally square 170V in the formula, your calculated power will be nearly double the actual real-world dissipation, leading to severe component over-specification or safety hazards.

Why does my calculated power not match the resistor's physical wattage rating?

Calculated power is the electrical energy converted to heat; the physical wattage rating is the thermal limit of the component's packaging. A 1/4W carbon film resistor can physically only dissipate 0.25W before its internal temperature exceeds its maximum limit (usually around 155°C). Furthermore, you must apply thermal derating. If your enclosure ambient temperature reaches 70°C, a standard resistor's safe dissipation limit drops by roughly 50%. Always calculate the electrical dissipation first, then select a physical component with a wattage rating at least 2x higher than your calculated P.

Can I use the power voltage resistance formula for LEDs and DC motors?

No. The formula assumes a constant, linear resistance (R). LEDs are non-linear semiconductor devices; their resistance drops dramatically as voltage increases past their forward voltage (Vf) threshold. If you try to use P = V2 / R with an LED's static multimeter resistance reading, your power calculation will be entirely wrong. For DC motors, the winding resistance (DCR) is only part of the story; once the motor spins, it generates Back-EMF, effectively increasing its impedance. For non-linear and reactive loads, you must measure true current and use P = V × I (or complex power formulas for AC inductive loads).