To get watts from amps, you multiply the electrical current in amps by the circuit voltage in volts (and by the power factor for AC circuits). This calculation is the bedrock of electrical design because it translates the raw flow of electrons (amps) into actual usable work or heat (watts), which directly dictates your wire gauge, breaker sizing, and thermal management on the jobsite or workbench.

The Core Formulas: DC vs. AC

The relationship between current, voltage, and power shifts slightly depending on whether you are working with direct current (DC) or alternating current (AC). Here is the exact math you need for both:

The Wattage Formulas

For DC Circuits: Watts = Amps × Volts

For Single-Phase AC Circuits: Watts = Amps × Volts × Power Factor (PF)

For Three-Phase AC Circuits: Watts = Amps × Volts × PF × √3 (1.732)

If you need a mental model, think of water flowing through a pipe. Amps are the volume of water flowing per second, volts are the water pressure pushing it, and watts are the total physical force the water can exert to turn a waterwheel. You cannot know the total force (watts) without knowing both the volume (amps) and the pressure (volts).

For DC circuits—like a 12V LiFePO4 battery bank or a 5V Arduino USB line—the math is straightforward multiplication. But for AC circuits, inductive and capacitive loads cause the voltage and current waveforms to fall out of phase. This phase shift means not all the current flowing through the wire is doing actual work. That is where Power Factor (PF) comes in, a decimal between 0 and 1 that represents the efficiency of the power transfer.

Worked Numeric Example: The 2000W Inverter Reality Check

The most common place DIYers miscalculate watts from amps is when wiring a solar inverter. Let us look at a real-world installation: wiring a Victron MultiPlus 12/2000 pure sine wave inverter to a 12V battery bank, and then wiring its 120V AC output to a standard duplex receptacle.

The DC Side (Battery to Inverter)

We need to find the amps to size the battery cables. We rearrange the DC formula: Amps = Watts / Volts.

  • Base Amps: 2000W / 12V = 166.6A
  • NEC 125% Safety Margin: Inverters are continuous loads. 166.6A × 1.25 = 208.25A

The Result: You cannot use standard 4 AWG automotive wire here. You need 2/0 AWG copper welding cable rated for at least 210A, paired with a 250A Class T fuse. If you tried to push 208A through 4 AWG wire, the voltage drop would starve the inverter, triggering a low-voltage cutoff, and the wire insulation would melt.

The AC Side (Inverter to Receptacle)

Now we calculate the amps on the 120V AC output side to size the branch circuit wire.

  • Base Amps: 2000W / 120V = 16.6A
  • NEC 125% Safety Margin: 16.6A × 1.25 = 20.75A

The Result: The AC side requires significantly less current. You will use 10 AWG THHN copper wire (rated 35A in the 75°C column) and a 25A or 30A breaker to safely handle the continuous load without nuisance tripping.

Bench Insight: This massive disparity is why 12V DC systems require massively thick, expensive cables, while 120V/240V AC systems can use thin, cheap wire. Pushing voltage up pushes amps down for the same wattage, which is exactly why the power grid transmits at 345,000 volts instead of 120 volts.

Where You Meet This in Practice

Understanding how to get watts from amps changes three critical variables in any real circuit or installation:

  1. Wire Gauge (AWG): Wires are rated by their ampacity (current capacity), not their wattage. A 12 AWG wire handles 20A whether it is carrying 240W (12V DC) or 2400W (120V AC). Calculating the amps from your target wattage tells you which column of NEC Table 310.16 you must consult.
  2. Breaker Sizing: Breakers trip on current (amps), not power (watts). If you plug a 1500W space heater (12.5A) and a 1000W microwave (8.3A) into a single 15A breaker circuit, you are pulling 20.8A. The breaker will trip, even though the total wattage seems manageable to a novice.
  3. Heat Dissipation: Watts equal heat in resistive components. When sizing a power resistor for a dummy load or calculating the thermal envelope of a MOSFET, the wattage (derived from amps and voltage drop across the component) tells you what size heatsink you need.

What People Commonly Confuse It With

The most frequent mistake is confusing Watts (Real Power) with Volt-Amps (VA / Apparent Power). When you buy a Uninterruptible Power Supply (UPS) for a server rack, it will be rated in VA (e.g., 1500VA). If the UPS has a power factor of 0.6, its actual wattage capacity is only 900W (1500 × 0.6). If you try to pull 1200W of real power from it, the UPS will overload and shut down, even though 1200 is less than 1500.

Decision Tree: Picking the Right Breaker and Wire

Use this decision path to translate your calculated wattage into physical hardware for standard 120V single-phase AC residential circuits.

Step 1: Calculate Continuous Amps Step 2: Apply 125% NEC Rule Step 3: Concrete Hardware Pick
Load is under 1,440W (< 12A) 12A × 1.25 = 15A 14 AWG Cu wire, 15A Breaker
Load is 1,440W to 1,920W (12A - 16A) 16A × 1.25 = 20A 12 AWG Cu wire, 20A Breaker
Load is 1,920W to 2,880W (16A - 24A) 24A × 1.25 = 30A 10 AWG Cu wire, 30A Breaker
Load exceeds 2,880W (> 24A) Requires 240V split-phase Switch to 240V circuit to halve the amps

The Power Factor Trap in Inductive Loads

If you are calculating watts from amps for an AC motor, an air compressor, or a fluorescent lighting ballast, you cannot assume a Power Factor of 1.0. Inductive loads cause the current to lag behind the voltage, meaning the circuit draws more amps than the real wattage suggests.

For example, a 1 HP (746W) AC motor running on 120V with a poor power factor of 0.75 will draw:

Amps = 746W / (120V × 0.75) = 8.28A

If you ignored the power factor and calculated 746W / 120V, you would expect only 6.2A. You would undersize your wire and breaker, leading to voltage drop, motor overheating, and premature failure. Always assume a PF of 0.8 for general inductive loads if the manufacturer datasheet does not specify one, or use a True-RMS clamp meter with a power factor readout to measure the actual draw on the bench.

Default Recommendation for Unknown Loads

When wiring a general-purpose 120V branch circuit where the exact future wattage is unknown but expected to remain under standard household limits, do not overthink the math. Pull 12 AWG copper THHN/NM-B wire and install a 20A breaker. This safely supports up to 1,920 continuous watts (2400W peak), covers 95% of household appliance needs, and entirely eliminates the nuisance tripping associated with older 15A/14 AWG circuits. It is the most cost-effective baseline for modern residential and workshop wiring.