Watt Calculator
A 12 volt device drawing 2.5 amps uses 30 watts and has 4.8 ohms of resistance. This watt calculator helps you move between power, voltage, current, and resistance when you know any valid pair of inputs. Use it for quick checks on USB devices, LED strips, car accessories, bench power supplies, resistors, and basic electronics homework where you need the missing value without rearranging every formula by hand. It gives you watts plus the other electrical values in one step, which makes it easier to compare a load against a power supply, fuse, cable, or resistor rating. The calculator works in three paths: volts and amps, volts and ohms, or amps and ohms. That mirrors the way people usually gather data in real life. Sometimes you know supply voltage and measured current. Other times you know the resistor value or the rated resistance of a heating element. In each case, the tool applies Ohm's law and the power law to fill in the rest. It is most useful for direct current circuits and simple resistive loads where voltage, current, and resistance follow the standard relationships cleanly.
Quick answer
Power in watts equals voltage times current, so doubling either value doubles power when the other value stays the same.
What this tells you
- •Power in watts equals voltage times current, so doubling either value doubles power when the other value stays the same.
- •If you know voltage and resistance, the calculator first finds current from I = V / R and then computes power from P = V^2 / R.
- •If you know current and resistance, the calculator finds voltage from V = I x R and power from P = I^2 x R.
- •Resistance tells you how strongly a load opposes current, so the same voltage produces less current and less power as resistance rises.
- •The result includes all four values, which helps you check the full relationship instead of only one headline number.
- •Inputs must be positive numbers because zero or negative voltage, current, or resistance would not fit the tool's simple DC model.
How to Use
- 1Choose the input mode that matches the two values you actually know. Pick volts and amps for a supply plus current draw, volts and ohms for a known load resistance, or amps and ohms for a measured current through a resistive load.
- 2Enter the known values in the fields shown for that mode. Use amps rather than milliamps, so 500 mA should be entered as 0.5 A.
- 3Click Calculate to return power in watts along with the matching voltage, current, resistance, and the formula path used by the calculator.
- 4Read the result as a circuit check, not just a single answer. If the watt value looks much higher than your adapter, fuse, resistor, or wire can handle, stop and review the design.
- 5If you are comparing product ratings, keep the units straight. Volts describe electrical pressure, amps describe current flow, ohms describe resistance, and watts describe the rate of power use.
How It Works
Formula
P = V x I, V = I x R, R = V / I, P = I^2 x R, P = V^2 / RThe watt calculator combines two standard electrical relationships. Ohm's law says V = I x R, where V is voltage in volts, I is current in amps, and R is resistance in ohms. The power law says P = V x I, where P is power in watts. Once any valid pair is known, the remaining values can be derived from those two equations. In volts and amps mode, power is found directly with P = V x I and resistance is found with R = V / I. In volts and ohms mode, current becomes I = V / R and power becomes P = V^2 / R. In amps and ohms mode, voltage becomes V = I x R and power becomes P = I^2 x R. The calculator rounds displayed results to 4 decimal places, which is enough for planning and homework checks. It assumes a simple resistive DC circuit, so it does not model power factor, reactance, startup surge, or battery sag under load.
Calculation note: values are processed in the order shown above, using the current input units.
Worked Examples
USB charger output from volts and amps
A 5 volt output delivering 3 amps produces 15 watts because 5 x 3 = 15. The matching resistance is 5 / 3 = 1.6667 ohms after rounding. This is a practical check when you want a quick sense of how much power a USB charger port can deliver to a small device.
12 volt accessory load
A 12 volt accessory drawing 4 amps uses 48 watts. The matching resistance is 12 / 4 = 3 ohms. This kind of estimate helps when checking a DC light, pump, or fan against a vehicle circuit or battery-powered setup.
Resistive heater from volts and ohms
A 120 volt resistive load with 24 ohms of resistance draws 5 amps because 120 / 24 = 5. Its power is 120^2 / 24 = 600 watts. This is the pattern to use when a load's resistance is known before its current draw is measured directly.
9 volt resistor check
A 9 volt circuit using a 330 ohm resistor draws about 0.0273 amps because 9 / 330 = 0.0272727, which rounds to 0.0273. The power is 81 / 330 = 0.2454545, which rounds to 0.2455 watts. Small values like this matter when checking resistor watt ratings on low-power electronics.
Supply voltage from amps and ohms
A circuit carrying 2.5 amps through 8 ohms needs 20 volts because 2.5 x 8 = 20. Its power is 2.5^2 x 8 = 50 watts. This is useful when you know the current target and load resistance and need to choose a supply that can support both.
Common Voltage and Power Reference at 1 Amp
At a fixed current of 1 amp, the watt value matches the voltage number. This quick table gives you a fast sense of scale before you run a custom calculation.
| Voltage | Current | Power | Typical context |
|---|---|---|---|
| 5 V | 1 A | 5 W | USB devices, small modules, basic charging loads |
| 12 V | 1 A | 12 W | Car accessories, LED strips, small DC systems |
| 24 V | 1 A | 24 W | Control panels, industrial sensors, some lighting |
| 120 V | 1 A | 120 W | North American mains-powered resistive loads |
| 230 V | 1 A | 230 W | Higher-voltage household circuits in many regions |
If the current doubles, the power doubles too. For example, 12 V at 2 A is 24 W, and 120 V at 2 A is 240 W.
Common mistakes
- Entering milliamps as whole amps. A reading of 250 mA should be entered as 0.25 A, not 250 A, or the watt result will be off by a factor of 1,000.
- Mixing AC expectations into a DC calculator. The math here assumes a resistive load, so motors, compressors, transformers, and many mains devices need AC-specific analysis.
- Treating watts and watt-hours as the same thing. Watts describe power at a moment in time, while watt-hours describe energy used over a period of time.
- Ignoring the meaning of a very high or very low result. If the tool says a load would draw more current than a fuse, outlet, or adapter rating allows, the number is a warning, not just a calculation.
- Rounding too early during manual checks. Keep a few extra decimal places while you work, then round the final displayed answer so small resistor or low-current examples stay accurate.
Embed this calculator on your site
Drop this single line where you want the calculator to appear. It is responsive, mobile-friendly, resizes automatically, and is free to use with attribution.
<script src="https://calctide.com/embed.js" data-tool="watt-calculator" async></script>Preview the embed at /embed/watt-calculator/.