To get wattage from amps, multiply the current in amps by the voltage in volts (W = A × V), adjusting for the power factor in AC circuits. This fundamental conversion dictates everything from the size of the breaker in your panel to the heat dissipated by a component on your workbench. While amps measure the rate of electron flow and volts measure the electromotive force pushing them, watts represent the actual work being done or heat generated. If you are sizing a branch circuit, selecting an inverter, or debugging a melted PCB trace, knowing how to accurately derive wattage from your amperage readings is the first step to a safe, functional design.

The Core Formulas: DC, Single-Phase AC, and Three-Phase

The math changes depending on whether you are working with direct current (DC), single-phase alternating current (AC), or three-phase AC. In DC circuits, voltage and current are perfectly in sync. In AC circuits, inductive or capacitive loads cause the voltage and current waveforms to shift out of phase, meaning you must account for the power factor (PF) to find the true working power (Real Power) rather than just the Apparent Power.

1. DC and Resistive AC Circuits

For DC circuits (like a 12V battery bank) or purely resistive AC loads (like an incandescent bulb or a resistive water heater), the power factor is 1.0. The formula is simply:

Watts = Amps × Volts

2. Single-Phase AC Circuits

For standard residential 120V/240V AC circuits powering motors, compressors, or fluorescent lighting, you must multiply by the power factor (a decimal between 0 and 1, typically found on the equipment nameplate).

Watts = Amps × Volts × Power Factor

Worked Numeric Example: Sizing a Workshop Welder
Let us say you are wiring a 240V single-phase workshop welder. Your digital clamp meter reads 28.5 amps on the hot leg while welding, and the manufacturer nameplate specifies a power factor of 0.85.

Calculation: 28.5 A × 240 V × 0.85 = 5,814 Watts (or 5.8 kW).

If you ignored the power factor and just multiplied 28.5 × 240, you would calculate 6,840 Volt-Amps (VA). This overestimates the real working power by over 1,000 watts, which could lead you to oversize your transformer or misunderstand your actual energy consumption. For breaker sizing, however, the NEC cares about the current (amps), but for generator sizing, you need both the Watts and the VA. (Source: Fluke Corporation - Understanding Power Factor)

3. Three-Phase AC Circuits

For industrial or heavy commercial three-phase power, the formula incorporates the square root of 3 (approximately 1.732) to account for the phase geometry:

Watts = √3 × Amps × Volts (Line-to-Line) × Power Factor

What This Changes in a Real Circuit or Installation

Translating amps to watts is not just an academic exercise; it directly dictates physical hardware selection and safety margins on the jobsite. The most critical area this impacts is overcurrent protection and continuous load derating.

Under NEC Article 210.20(A), a branch circuit overcurrent device (breaker) must be sized to handle 125% of any continuous load (defined as a load expected to run for 3 hours or more). When you convert your appliance's wattage back to amps to size the breaker, you must apply this 80% rule.

A standard 15-amp breaker on a 120V circuit theoretically handles 1,800W. But for a continuous load, the NEC limits it to 80%, dropping the safe continuous wattage to 1,440W.

If you plug in a 1,500W space heater (which draws 12.5A at 120V) and leave it running on a 15A breaker, you are violating the continuous load rule. The breaker's thermal trip mechanism will eventually heat up and trip, or worse, the terminal lugs inside the panel will overheat. (Source: EC&M - Understanding Continuous and Noncontinuous Loads)

Furthermore, wattage dictates thermal dissipation. In wire sizing, the heat generated in a conductor is calculated using Joule's Law: $P = I^2R$. While voltage does not directly affect the heat generated in the wire itself, the wattage delivered to the load dictates the current required at a given voltage. Lower voltage systems require vastly higher amps to deliver the same wattage, resulting in exponentially higher $I^2R$ heating losses in the conductors.

Where You Meet This in Practice

You will use the amps-to-watts conversion constantly across different domains of electrical and electronics work. Here is where the math hits the real world:

Solar and Off-Grid Battery Systems

When sizing battery cables for an inverter, you must convert the AC wattage requirement back to DC amps. Suppose you are running a 1,200W microwave off a 12V LiFePO4 battery bank through an inverter.

  • Base DC Amps: 1,200W / 12V = 100A.
  • Inverter Inefficiency: Inverters are typically 85% to 90% efficient. Dividing by 0.85 yields 117.6A drawn from the battery.
  • Wire Sizing: At nearly 118A, 4 AWG wire will overheat. You must step up to 2/0 AWG copper battery cables to keep voltage drop under 3% and prevent insulation melting.

Level 2 EV Charger Installations

A common residential EV charger is rated for 32 amps at 240V. Multiplying these gives 7,680 watts (7.68 kW) of continuous power delivery to the vehicle. Because this is a continuous load, the NEC requires the circuit to be rated for 125% of 32A, meaning you must install a 40-amp breaker and run 8 AWG THHN copper wire (or 6 AWG NM-B, depending on the 60°C column termination rules).

PCB Design and Component Thermals

On the electronics workbench, converting amps and voltage drops to watts tells you if your silicon will melt. If you use a 5V linear regulator (like an L7805) to drop voltage to 3.3V for a microcontroller drawing 1A, the wattage dissipated as heat by the regulator is:

(5V - 3.3V) × 1A = 1.7 Watts.

A standard TO-220 package without a heatsink can only safely dissipate about 1W to 1.5W in free air before thermal shutdown. Knowing this wattage forces you to either add a heatsink or switch to a buck converter, which handles the step-down with minimal thermal loss. (Source: All About Circuits - Power Calculations)

Common Confusions: Watts vs. Volt-Amps vs. Amp-Hours

When calculating power, DIYers and junior technicians frequently mix up three distinct metrics. Understanding the difference prevents catastrophic sizing errors.

Metric Symbol What It Measures Where It Matters
Watts W Real Power (actual work/heat) Sizing generators, calculating utility bills, thermal design.
Volt-Amps VA Apparent Power (Watts + Reactive Power) Sizing UPS systems, transformers, and wiring (breakers trip on current, not real power).
Amp-Hours Ah Battery Capacity (current over time) Calculating runtime. (Note: Watt-Hours is a better metric as it accounts for voltage).

The UPS Trap: A common mistake is buying a 1,000 VA Uninterruptible Power Supply (UPS) assuming it can handle 1,000 Watts of computer gear. Most consumer UPS systems have a power factor of 0.6 to 0.8. A 1,000 VA UPS might only support 600 to 800 Watts of real power. Always check the 'W' rating, not just the 'VA' rating, when sizing backup power for active PFC (Power Factor Corrected) server supplies.

Frequently Asked Questions

How do I get wattage from amps if I don't know the voltage?

You cannot calculate wattage using only amps; you must know either the voltage or the resistance of the circuit. If you know the resistance (in Ohms) and the current (in Amps), you can use Joule's formula: Watts = Amps² × Resistance ($P = I^2R$). For example, if 2 amps flows through a 10-ohm resistor, the wattage is $2^2 \times 10 = 40$ watts. Without voltage or resistance, the calculation is impossible.

How many watts is 1 amp at 120 volts?

In a DC circuit or a purely resistive AC circuit (like a toaster), 1 amp at 120 volts equals exactly 120 watts. However, if the load is inductive (like an AC motor or a compressor), the power factor drops below 1.0. If the power factor is 0.8, then 1 amp at 120 volts yields only 96 watts of real working power, even though the breaker still 'sees' the full 1 amp of current.

Does higher amps always mean higher wattage?

Only if the voltage remains constant. In a fixed-voltage system (like a 12V car or a 120V wall outlet), drawing more amps directly increases the wattage. However, in constant-power systems like switching power supplies or high-voltage transmission lines, the relationship is inverse. To deliver 10,000 watts, a 120V line must carry 83.3 amps, but a 12,000V transmission line only needs to carry 0.83 amps to deliver the exact same wattage. This is why utilities step up voltage for long distances: higher voltage means lower amps, which drastically reduces $I^2R$ heat losses in the wires.

How do I calculate wattage from amps for a 3-phase motor?

For a three-phase motor, use the formula: Watts = √3 × Amps × Volts × Power Factor × Efficiency. For example, a 3-phase motor drawing 15A at 480V line-to-line, with a 0.85 power factor and 90% (0.90) efficiency, produces: 1.732 × 15 × 480 × 0.85 × 0.90 = 9,593 watts (or roughly 12.8 mechanical horsepower) at the shaft. Always check the motor nameplate for the exact PF and efficiency ratings, as guessing these values will result in inaccurate calculations.