The wattage law states that electrical power in watts is the exact product of voltage in volts and current in amps ($P = V \times I$). It is the fundamental bridge between the electrical pressure pushing through a circuit and the actual work being done. While Ohm's Law tells you how current flows through resistance, the wattage law tells you how much heat, light, or mechanical force that flow will produce, dictating everything from the wire gauge you pull through a conduit to the battery bank size you need for an off-grid solar array.
The Core Formula and Its Variants
At the bench, you rarely have all three variables (Power, Voltage, Current) handed to you on a schematic. You usually have to derive one from the others. The base formula is straightforward, but by combining it with Ohm's Law ($V = I \times R$), we get two critical variants that let you calculate power when you only know resistance and current, or resistance and voltage.
1. Base: $P = V \times I$ (Power = Voltage × Current)
2. Current-Heavy: $P = I^2 \times R$ (Power = Current² × Resistance)
3. Voltage-Heavy: $P = V^2 / R$ (Power = Voltage² / Resistance)
Let's run a worked numeric example with real values. You are plugging a 1500W ceramic space heater into a standard US 120V nominal receptacle. You want to know the current draw to ensure you aren't overloading a 15A branch circuit.
Using the base formula rearranged for current ($I = P / V$):
$I = 1500\text{W} / 120\text{V} = 12.5\text{A}$.
However, if you measure the actual voltage at the receptacle under load with your multimeter, you might read 116V due to voltage drop in the branch wiring. The heater's resistance is fixed (roughly $9.6\Omega$ when hot). If we use the voltage-heavy variant ($P = V^2 / R$):
$P = (116)^2 / 9.6 = 13456 / 9.6 = 1401\text{W}$.
The actual current draw drops to $I = 1401\text{W} / 116\text{V} = 12.07\text{A}$. This 0.43A difference seems minor, but in a tightly packed conduit with multiple current-carrying conductors, that slight reduction in heat dissipation can be the difference between passing an inspection and triggering a thermal derating violation.
Where You Meet the Wattage Law in Practice
The wattage law is not just textbook theory; it changes physical installation requirements on the jobsite and the bench. Here is where it forces your hand in real designs:
- Breaker and Wire Sizing: The National Electrical Code (NEC) requires branch circuits to be sized based on the wattage of the connected load. For a continuous load (running 3 hours or more), NEC Article 210.20 requires the breaker to be rated at 125% of the calculated current. A 1500W heater at 120V draws 12.5A. Multiplied by 1.25, you get 15.625A. This legally forces you to use a 20A breaker and 12 AWG wire, even though 14 AWG is technically rated for 15A.
- Solar and Battery Systems: When designing a 12V DC battery bank for a 2400W inverter, the wattage law reveals a massive current draw: $I = 2400\text{W} / 12\text{V} = 200\text{A}$. Pulling 200A requires expensive, thick 2/0 AWG welding cable. If you use the wattage law to redesign the system at 48V, the current drops to $I = 2400\text{W} / 48\text{V} = 50\text{A}$, allowing you to use much cheaper and easier-to-route 6 AWG wire.
- Component Derating: In PCB design, if a resistor is dropping 5V at 20mA, it dissipates 0.1W ($P = 5 \times 0.02$). You must select a resistor with a power rating higher than 0.1W (typically a 1/4W or 0.25W resistor) to prevent the component from cooking itself and drifting out of tolerance.
Real-World Scenario Walkthrough: The Melted 14 AWG Pigtail
To understand what happens when the wattage law is ignored, let's look at a common DIY failure mode that results in melted insulation and a near-miss electrical fire.
- The Setup: A hobbyist is wiring a workshop. They plug a 1500W baseboard heater into a standard 120V wall outlet wired with 14 AWG NM-B cable on a 15A breaker. It works fine. Later, they add a second 1200W space heater to the same circuit using an extension cord. Total connected load: 2700W.
- The Numbers: Using the wattage law ($I = P / V$), the total current draw is $2700\text{W} / 118\text{V (measured)} = 22.8\text{A}$. The 15A breaker immediately trips. Frustrated, the hobbyist swaps the 15A breaker for a 20A breaker from their spare bin, assuming the wire can handle 'just a little more'. The 20A breaker still trips after a few minutes. They then swap in a 30A breaker to 'stop the nuisance tripping'.
- The Outcome: With a 30A breaker protecting 14 AWG wire (which has an NEC ampacity of 15A), the 22.8A load flows unimpeded. The wire inside the wall cavity heats up drastically. The PVC insulation on the 14 AWG wire softens, melts, and eventually exposes bare copper, creating a dead short that arcs and scorches the wooden stud.
- What Went Wrong: The hobbyist treated the breaker as a switch rather than a protective device, completely ignoring the wattage law's current calculation. The heat generated in the wire is governed by the $P = I^2R$ variant. By pushing 22.8A through a wire designed for 15A, the heat generated increased by a factor of roughly 2.3 ($22.8^2 / 15^2$). The 30A breaker never tripped because 22.8A is below its 30A threshold, leaving the wire to act as the fuse.
For a deeper look at how power dissipation translates to heat in conductors, the All About Circuits textbook on DC power provides an excellent breakdown of the $I^2R$ losses that cause these exact failures.
Common Confusions: What the Wattage Law Is Not
Even experienced makers trip up when they conflate the wattage law with related concepts. Here is what you need to separate in your mind:
Watts vs. Watt-Hours (Power vs. Energy)
The wattage law calculates power (the instantaneous rate of work). It does not calculate energy (the total work done over time). A 100W bulb and a 100W TV both draw the same instantaneous power, but if the TV runs for 5 hours and the bulb for 1 hour, the TV consumes 500 Watt-hours (Wh) while the bulb consumes 100 Wh. When sizing a LiFePO4 battery bank, you must calculate Watt-hours, not just Watts.
DC vs. AC (The Power Factor Trap)
The basic $P = V \times I$ formula works perfectly for DC circuits and purely resistive AC loads (like a toaster or incandescent bulb). However, for AC circuits with inductive or capacitive loads (like motors, compressors, or LED drivers with cheap ballasts), voltage and current waveforms fall out of phase. According to Georgia State University's HyperPhysics, you must multiply by the Power Factor (PF) to find the real power: $P_{real} = V \times I \times PF$. If you size a generator for a 1500W AC motor with a 0.75 PF using the basic DC formula, your generator will stall because the motor actually demands 2000 VA (Volt-Amps) of apparent power from the source.
Wattage Law vs. Ohm's Law
Ohm's Law ($V = I \times R$) defines the relationship between voltage, current, and resistance. The wattage law defines the relationship between voltage, current, and power. You use Ohm's law to find the current, and then feed that current into the wattage law to find the heat dissipation. They are complementary tools, not interchangeable ones.
Frequently Asked Questions
Can I use the wattage law for 3-phase industrial power?
Yes, but the formula expands to account for the three phases. For a balanced 3-phase system, real power is calculated as $P = \sqrt{3} \times V_{Line} \times I_{Line} \times PF$. If you are measuring a 480V 3-phase motor drawing 10A with a 0.85 PF, the real power is $1.732 \times 480 \times 10 \times 0.85 = 7066\text{W}$ (or 7.06 kW).
Does voltage drop change the wattage of my load?
It depends on the load type. For a fixed-resistance load (like a heating element), a voltage drop reduces the current, which drastically reduces the wattage output ($P = V^2/R$). Your heater will run cooler. However, for a constant-power load (like a switching power supply in your laptop or a VFD motor drive), the device will actively draw more current to compensate for the lower voltage to maintain its required wattage, which can lead to overheated wires.
Why do my LED strips get dimmer at the end of a long run?
This is a direct result of the wattage law and wire resistance. The copper traces on the LED strip and the feed wires have resistance. As current flows, voltage drops across that resistance ($V_{drop} = I \times R_{wire}$). Because the LEDs at the far end see a lower voltage, their power consumption drops ($P = V^2/R_{LED}$), resulting in lower light output. The fix is to inject power at both ends of the strip or use a higher voltage (24V instead of 12V) to halve the current for the same wattage.






