Electrical

Amps to Watts Calculator

Convert amps to watts at any voltage and power factor.

Use 1 for resistive loads and DC. Motors run 0.8 to 0.9.
Real power
Kilowatts
Apparent power (VA)

This conversion is for load estimation only. Circuit and equipment sizing must follow the NEC and be verified by a licensed electrician.

How this calculator works

watts = volts × amps × power factor

For three-phase, multiply by 1.732 as well. Power factor is the gap between real power in watts and apparent power in volt-amps — generators and UPS units are rated in VA for exactly this reason.

Switch the site to metric — the control is in the footer — and your inputs, your results and the tables below follow. The formula, the constants, the guidance text and the sources stay in US units on purpose: that is how the standards they come from are written, and restating them would detach each figure from the document you are meant to be able to check it against.

Where these numbers come from

The edition matters as much as the number. Jurisdictions adopt code revisions on their own schedule, so verify which one applies where you are building.

Worked example

With current 15 , voltage 120 , power factor 1 , this calculator returns 1800 .

Watts drawn by common circuits and appliances

Open any row to load it into the calculator above — the link carries the numbers with it, so it can go straight to a supplier or a crew.

JobSizeReal power
Bedroom receptacle circuit 15 × 120 × 1 1,800
Kitchen small-appliance circuit 20 × 120 × 1 2,400
Electric range 40 × 240 × 1 9,600
Well pump motor
Motors run below unity power factor
10 × 240 × 0.85 2,040
Shop dust collector 15 × 240 × 0.8 2,880

Resistive loads — heaters, ovens, incandescent lamps — sit at a power factor of 1. Motors and electronics do not.

Frequently asked questions

How many watts is 15 amps?

At 120 V with a resistive load, 1,800 watts. At 240 V the same 15 amps delivers 3,600 watts, which is why heavy appliances run on the higher voltage.

What is power factor?

The ratio of real power to apparent power. Resistive loads like heaters and incandescent lamps have a power factor of 1. Motors and transformers run 0.8 to 0.9 because current lags voltage.

What is the difference between watts and VA?

Watts is the power actually doing work; VA is the product of voltage and current regardless of phase. They are equal only at unity power factor. Generators and UPS units are rated in VA because that is what the wiring carries.

How do I convert for three-phase?

Multiply by 1.732, the square root of three. Three-phase watts equals volts times amps times power factor times 1.732, using line-to-line voltage.

Host the amps to watts calculator on your own pages

Take it. It costs nothing, works on any site, and loads no third-party tracking. Paste this block into your template:

<iframe id="calcpit-amps-to-watts-calculator" src="https://www.calcpit.com/embed/amps-to-watts-calculator/"
        title="Amps to Watts Calculator" width="100%" height="790"
        style="border:1px solid #e2e2e2;border-radius:8px" loading="lazy"></iframe>
<p><a href="https://www.calcpit.com/calculators/amps-to-watts-calculator/">Amps to Watts Calculator</a> by CalcPit</p>

<!-- Optional: shrinks the frame to fit. Safe to delete — the height above works without it. -->
<script>addEventListener("message",function(e){
  if(e.origin!=="https://www.calcpit.com"||!e.data||e.data.calcpit!=="amps-to-watts-calculator")return;
  var f=document.getElementById("calcpit-amps-to-watts-calculator");if(f)f.style.height=e.data.height+"px";
});</script>

Leave the credit line in place under the frame. Nothing else is asked, and nothing else is tracked.