The fundamental formula for power, current, and voltage in a direct current (DC) circuit is P = V × I. Electrical power (measured in Watts) is the product of potential difference (Volts) and current flow (Amperes). This relationship, often called Watt's Law, forms the bedrock of circuit analysis, component sizing, and safety calculations on the bench and in the field.
The Core Formula and Symbol Definitions
Before applying the equation to real-world loads, every variable must be strictly defined by its SI (International System of Units) base unit. Using non-standard prefixes without conversion is the primary cause of calculation errors in embedded systems and solar array design.
P = V × I
| Symbol | Quantity | SI Unit | Unit Symbol | Physical Meaning |
|---|---|---|---|---|
| P | Power | Watt | W | The rate at which electrical energy is transferred or converted into heat/work. |
| V | Voltage (Potential Difference) | Volt | V | The electrical pressure pushing electrons through the circuit. |
| I | Current | Ampere | A | The volumetric flow rate of electric charge past a specific point. |
Rearranged Forms and the Power Triangle
Because the relationship is a simple linear product, you can algebraically isolate any single variable if the other two are known. In trade schools, this is often taught using the 'Power Triangle' or 'Watt's Law Wheel', but the algebraic rearrangements are straightforward:
- To find Power (Watts):
P = V × I - To find Voltage (Volts):
V = P / I - To find Current (Amperes):
I = P / V
Assumptions, Applicability, and Unit Mistakes
When the Formula Applies
The strict P = V × I formula applies universally to DC circuits and to purely resistive AC circuits (where the power factor is exactly 1.0, such as incandescent heaters or toasters). For AC circuits containing inductive or capacitive loads (motors, transformers, switching power supplies), the formula calculates Apparent Power (Volt-Amperes, VA), not Real Power (Watts). To find Real Power in reactive AC circuits, you must introduce the cosine of the phase angle: P = V × I × cos(θ) (Fluke: Understanding Power Factor).
Unit Mistakes That Break the Math
The formula assumes base SI units. If you input milliamps (mA) or kilowatts (kW) without adjusting the decimal, your result will be off by orders of magnitude, potentially leading to undersized wire or catastrophic component failure.
Incorrect: I = P / V → I = 500 / 5 = 100A (This would melt a USB trace).
Correct: Convert mA to A first. I = 0.5A / 5V = 0.1A (100mA). Always normalize to Watts, Volts, and Amps before multiplying or dividing.
Worked Examples with Unit Tracking
Below are two real-world scenarios demonstrating step-by-step unit tracking to ensure accurate bench and jobsite results.
Problem 1: Sizing a Fuse for a 12V DC Water Pump
Scenario: You are wiring a 12V nominal DC diaphragm water pump in an off-grid camper van. The manufacturer's spec sheet rates the pump at 60W under maximum load. You need to determine the continuous current draw to select an appropriate inline fuse.
- Identify Knowns: Voltage (V) = 12V; Power (P) = 60W.
- Select Formula: We need Current (I), so we use
I = P / V. - Substitute and Track Units:
I = 60 W / 12 V
I = 5 (W/V)
Since 1 Watt / 1 Volt = 1 Ampere, I = 5 A. - Real-World Application: NEC-style guidance for continuous loads requires sizing the overcurrent protection at 125% of the calculated draw.
5 A × 1.25 = 6.25 A. You would select the next standard automotive fuse size above 6.25A, which is a 7.5A or 10A blade fuse, and wire it with a minimum of 16 AWG stranded copper.
Problem 2: Sizing Charge Controller Wiring for a Solar Array
Scenario: A single residential solar panel outputs 380W at its maximum power point voltage (Vmp) of 38.5V. You are connecting this to an MPPT charge controller and need to verify the current to ensure the MC4 connectors and 10 AWG PV wire are sufficient.
- Identify Knowns: Power (P) = 380W; Voltage (V) = 38.5V.
- Select Formula:
I = P / V. - Substitute and Track Units:
I = 380 W / 38.5 V
I = 9.87 A. - Real-World Application: The maximum power point current (Imp) is 9.87A. Standard 10 AWG THHN/PV wire has an ampacity well over 30A, and standard MC4 connectors are rated for 30A-50A. The 9.87A calculation confirms that 10 AWG wire and standard MC4 connectors are perfectly safe for this single panel string (HyperPhysics: Electric Power).
Realistic Magnitudes and Bench Expectations
Developing an intuition for 'what a realistic answer looks like' prevents silent errors. If your calculation for a microcontroller yields 12,000W, you missed a milli- prefix. Use this reference table to sanity-check your results against common electrical domains.
| Application Domain | Typical Voltage (V) | Typical Current (A) | Expected Power Magnitude (W) |
|---|---|---|---|
| Logic ICs / ESP32 Microcontrollers | 3.3V | 0.05A - 0.24A | 0.16W - 0.8W (160mW - 800mW) |
| USB-C PD Laptop Charging | 20V | 3.0A - 5.0A | 60W - 100W |
| Standard US Household Receptacle | 120V | 12A - 15A | 1440W - 1800W (1.4kW - 1.8kW) |
| Level 2 EV Charger (Residential) | 240V | 32A - 48A | 7680W - 11520W (7.6kW - 11.5kW) |
| Industrial 3-Phase Motor | 480V | 20A - 100A+ | 15,000W+ (15kW+) |
Frequently Asked Questions
What is the formula for power current and voltage in a 3-phase AC system?
In a balanced 3-phase AC system, the formula expands to account for the three overlapping sine waves. The equation for Real Power is P = √3 × V_L × I_L × cos(θ), where V_L is the line-to-line voltage (e.g., 480V), I_L is the line current, and cos(θ) is the power factor. The √3 (approximately 1.732) factor arises from the 120-degree phase shift between the three lines.
How do I calculate power if I only have resistance and current?
If voltage is unknown but resistance (R) and current (I) are known, you combine Watt's Law with Ohm's Law (V = I × R). Substitute the Ohm's Law equation into the power formula: P = (I × R) × I. This simplifies to the derived formula: P = I² × R. This specific variation is heavily used to calculate I²R heat losses (copper losses) in wire runs and transformer windings.
Why does the formula for power current and voltage sometimes include a cosine term?
The cosine term (cos(θ)) represents the Power Factor (PF). In AC circuits with inductive loads like HVAC compressors or pool pumps, the current waveform lags behind the voltage waveform. The utility must supply the 'Apparent Power' (V × I), but the motor only converts the 'Real Power' (V × I × PF) into mechanical work. If you are sizing a breaker or wire, you use the Apparent Power (no cosine). If you are calculating the actual mechanical output or thermal heating, you must include the cosine term.
Is the formula for power current and voltage the same for AC and DC?
Structurally, yes, but with a critical caveat regarding how AC voltage and current are measured. For AC, the V and I in the formula must be RMS (Root Mean Square) values, not peak values. For a standard US wall outlet, the peak voltage is about 170V, but the RMS voltage is 120V. Using the 120V RMS value in P = V × I yields the correct equivalent DC heating power. If you accidentally use peak AC values in the standard formula, your calculated power will be exactly double the actual real-world power.






