Electrical

Watts to Amps Calculator

Calculate amps from watts and volts using the electrical power formula.

PopularAPI Ready

Focused calculator

Calculate Watts to Amps Calculator

amps = 10 Sample electrical calculation

Formula

Formula: watts = volts x amps. Provide two values to calculate the third.

Common examples

InputResult
1200 W, 120 V10 A
2400 W, 240 V10 A
60 W, 12 V5 A

JSON API example

Use the public JSON endpoint with these query parameters.

  • watts1200
  • volts120
  • targetamps
GET https://api.convematik.com/electrical?watts=1200&volts=120&target=amps

{
  "target": "amps",
  "result": 10.0,
  "formula": "watts = volts * amps"
}

Common questions

What does the Watts to Amps Calculator do?

Calculate amps from watts and volts using the electrical power formula.

Is the calculation available through the API?

Yes. The same calculation is exposed by the Convematik API for programmatic use.

Can I use it without signing in?

Yes. The public calculator is free and does not require an account.