The Direct Answer: 5V at 1A equals exactly 5 Watts in a direct current (DC) circuit. The formula is Power (W) = Voltage (V) × Current (A). Substituting your values: 5 × 1 = 5W.

This baseline assumes a DC environment or a purely resistive alternating current (AC) load where the power factor (PF) is exactly 1.0. If you are sizing a bench supply for a Raspberry Pi Zero, an ESP32 dev board, or a standard USB accessory, 5W is your continuous thermal and electrical budget. However, treating this single-voltage answer as a universal rule leads to undersized power supplies and brownouts on the workbench. Below, we break down the real-world tolerances, how this math scales across AC mains, and when calculating watts from volts and amps becomes meaningless.

Standard 5V DC Power Profiles and Real-World Device Loads
Standard / ProfileVoltageCurrentWattageTypical 2026 Device Match
USB 2.0 Spec5.0V0.5A2.5WArduino Nano, basic USB-C hub (unpowered)
Standard 5V Adapter5.0V1.0A5.0WESP32-DevKitC (idle), Raspberry Pi Zero 2 W
USB BC 1.25.0V1.5A7.5WOlder smartphones, portable Bluetooth speakers
High-Draw USB-A5.0V2.4A12.0WTablets, Raspberry Pi 3B+ (under light load)
USB PD (Fixed 5V)5.0V3.0A15.0WRaspberry Pi 4 / 5 (requires 15W+ for full peripheral support)

The Core Formula and the ±20% Tolerance Band

The foundational equation for electrical power is derived from Joule's first law and standard DC power theory: P = V × I. While the math on paper is flawless, the physics on your bench introduce variables. A '5V' USB wall wart rarely outputs exactly 5.00V. Under a 1A load, voltage drop across cheap 28 AWG USB cables can pull the voltage down to 4.6V or even 4.2V at the device end. If your ESP32 fires up its WiFi radio and spikes to 1.2A, that same cable might drop the voltage below the brownout detection threshold (typically 4.3V for many 3.3V LDO regulators), causing a reboot even though your '5W' supply technically has the headroom.

To account for real-world component tolerances, cable degradation, and transient spikes, here is how the wattage shifts across a ±20% current range at a nominal 5V source:

Current (A)Voltage (V)Calculated Power (W)Bench Context
0.8A (-20%)5.0V4.0WESP32 in deep sleep with sensors polling
0.9A (-10%)5.0V4.5WMicrocontroller active, radio idle
1.0A (Nominal)5.0V5.0WStandard continuous load rating
1.1A (+10%)5.0V5.5WTransient spike during SD card write
1.2A (+20%)5.0V6.0WPeak WiFi TX burst; risks LDO thermal throttling

How the Math Shifts: 120V, 230V, and 3-Phase Systems

The 5W answer is strictly bound to the assumption of a 5V DC source. If you keep the 1 Amp current constant but shift to AC mains infrastructure, the wattage scales drastically. In AC circuits, you must account for the Power Factor (PF)—the ratio of real power (Watts) to apparent power (Volt-Amps). For inductive loads like motors or transformers, PF is typically between 0.70 and 0.90. As detailed in AC power theory, the formula expands to P = V × I × PF for single-phase, and P = √3 × V × I × PF for three-phase.

Here is how a 1A draw translates to watts across global mains standards, assuming a realistic industrial power factor of 0.85:

  • 120V Single-Phase (North America): 120V × 1A × 0.85 PF = 102 Watts. (Typical for a small desktop fan or soldering iron).
  • 230V Single-Phase (UK/EU/AU): 230V × 1A × 0.85 PF = 195.5 Watts. (Typical for a heavy-duty work light or small power tool charger).
  • 400V 3-Phase (Industrial EU): 1.732 × 400V × 1A × 0.85 PF = 588.8 Watts. (Typical for a fractional horsepower 3-phase induction motor).

This demonstrates why stating '1 Amp' without specifying voltage, phase, and power factor is electrically ambiguous. A 1A fuse on a 5V DC logic board protects 5W of silicon; a 1A breaker on a 230V AC mains panel protects nearly 200W of heating or mechanical load.

When the Conversion Becomes Meaningless

There are three specific scenarios on the workbench where multiplying volts by amps to find watts will give you dangerously incorrect data:

1. Unknown Power Factor in AC Loads: If you clamp a multimeter around the live wire of an AC compressor and read 120V and 5A, you cannot simply multiply them to get 600W. You are measuring 600 Volt-Amps (VA) of apparent power. If the motor's power factor at startup is 0.4, the real power (Watts) doing actual work is only 240W, while the remaining 360 VAR (Volt-Amps Reactive) is just bouncing back and forth in the magnetic field. Sizing a generator based on the 600W assumption will lead to over-provisioning, but sizing wiring based only on the 240W real power will cause a fire, because the wires must carry the full 5A of apparent current.

2. Peak vs. RMS Voltage: If an oscilloscope reads a 5V peak-to-peak sine wave, the RMS (Root Mean Square) voltage—which is the DC-equivalent heating value—is actually 5 / (2√2) ≈ 1.77V. Multiplying 5V peak by 1A yields 5W, but the actual continuous power delivered to a resistive load is only 1.77W. Always verify if your AC voltage reading is RMS or Peak.

3. Pulsed DC and PWM Duty Cycles: If you are driving a high-power LED or a heating element using Pulse Width Modulation (PWM) from a microcontroller, a clamp meter might read 1A during the 'ON' pulse. But if your PWM duty cycle is set to 20%, the average current over time is 0.2A. Your average power consumption is 1W, not 5W. However, your switching transistor (like a MOSFET) must still be rated to handle the instantaneous 5W thermal spike during the ON state.

Frequently Asked Questions

Can a 5V 1A (5W) power supply run a Raspberry Pi 4 or 5?
No. According to the official Raspberry Pi power specifications, the Pi 4 requires a 5.1V 3A (15.3W) supply, and the Pi 5 requires a 5V 5A (27W) USB-C PD supply for full peripheral support. Running them on a 5W supply will result in immediate brownout warnings, CPU throttling, and USB port shutdowns.

Does a 5W device draw exactly 1A continuously?
Rarely. Most modern embedded devices have dynamic power states. An ESP32-S3 might draw 0.01A (0.05W) in deep sleep, 0.15A (0.75W) while running dual-core logic, and spike to 0.7A (3.5W) for milliseconds during WiFi transmission. The '5W' rating is the maximum continuous thermal envelope the power supply can safely provide without its internal components overheating.

Why does my 5V 1A USB wall adapter output 5.4V when measured with a multimeter?
Cheap, unregulated or poorly calibrated switching power supplies often push the open-circuit voltage slightly high (up to 5.25V or 5.5V) to compensate for the expected voltage drop across thin USB cables. Once you connect a true 1A load, the voltage will sag back down closer to the 5.0V nominal target. Always measure voltage under load to get an accurate wattage calculation.