Volts measure the electrical pressure pushing charges through a circuit, while amps measure the actual volume of charge flowing past a point per second. That is the one-sentence plain definition, but understanding how volts amps interact is what separates a working prototype from a melted breadboard. In a real installation, volts dictate your insulation thickness and clearance requirements, while amps dictate your conductor thickness (wire gauge) and thermal management. The most common mistake hobbyists make is confusing a power supply's capacity (e.g., a 5V 10A supply can provide up to 10A) with the load's draw (a 2A device will only pull 2A, regardless of the supply's 10A rating). The load decides the amps; the power supply only sets the volts and the maximum limit.
The Physics: Pressure vs. Flow
To ground this in physics without overcomplicating it, use the water hose analogy exactly once and then move on. Voltage is the water pressure generated by the pump at the source. Amperage is the actual gallons-per-minute flowing out of the nozzle. If you pinch the hose (increase resistance), the flow (amps) drops, but the pressure (volts) at the pump remains unchanged. If you need more flow, you either need a wider hose (lower resistance/thicker wire) or a more powerful pump (higher voltage). In electrical terms, this relationship is locked in by Ohm's Law: Current (Amps) = Voltage / Resistance.
Worked Numeric Example: 5V LEDs vs 120V Heater
Let's look at a real-world scenario that trips up many DIYers: comparing a low-voltage DC lighting project to a standard AC appliance.
Scenario A: 5-Meter WS2812B LED Strip
You are building an ambient lighting rig using a 5-meter WS2812B strip with 60 LEDs per meter. According to the Adafruit NeoPixel UberGuide, each LED draws a maximum of 60mA (0.06A) when displaying full-brightness white.
- Total LEDs: 300
- Total Amps: 300 × 0.06A = 18 Amps
- Total Watts: 5V × 18A = 90 Watts
Scenario B: 120V AC Space Heater
You plug a standard ceramic space heater into your wall outlet.
- Total Watts: 1500W
- Total Amps: 1500W / 120V = 12.5 Amps
The Twist: Voltage Drop and Wire Sizing
The 5V LED strip pulls more current (18A) than the 120V heater (12.5A), despite using a fraction of the total power (90W vs 1500W). This is why low-voltage DC projects require surprisingly thick wires. If you use standard 22 AWG breadboard jumper wire for the 18A LED strip, it will act as a resistor, overheat, and potentially melt.
But ampacity isn't the only factor at low voltages; voltage drop is the real killer. Let's calculate the voltage drop if you run 5 feet of 18 AWG copper wire (approx. 0.006385 ohms/ft) to your 18A LED strip. The round-trip wire length is 10 feet.
- Resistance (R) = 10 ft × 0.006385 Ω/ft = 0.06385 Ω
- Voltage Drop (V) = Current (I) × Resistance (R) = 18A × 0.06385 Ω = 1.14 Volts
A 1.14V drop on a 5V system is a massive 22% loss. Your LEDs at the end of the strip will only see 3.86V, causing them to turn pink or orange because the blue and green diodes lack the pressure (volts) to illuminate. To fix this, you must either use much thicker wire (like 12 AWG) or inject 5V power at both ends of the strip.
Where You Meet This in Practice
When you transition from theory to the workbench or jobsite, the distinction between volts and amps dictates your physical material choices:
- Wire Gauge (AWG): Wire thickness is chosen based on amps, not volts. A 14 AWG wire handles roughly 15A safely, whether it's carrying 5V DC or 120V AC. The NFPA National Electrical Code (NEC) ampacity tables are strictly current-based.
- Insulation Rating: Wire insulation is chosen based on volts. Standard THHN building wire is rated for 600V. If you are working on a 48V solar battery bank, the 600V insulation is massive overkill, but perfectly safe. However, you cannot use 30V-rated automotive wire for a 120V AC mains extension cord; the insulation will arc and fail.
- Breaker Sizing: Circuit breakers and fuses are current-limiting devices. A 20A breaker trips when the amps exceed 20, regardless of whether the system is 12V or 240V. They do not measure voltage.
- Clearance and Creepage: On a custom PCB, the physical distance between copper traces (clearance) is dictated by volts. High voltage can arc across small gaps; low voltage cannot.
Decision Tree: Sizing Your Power Supply and Wire
Use this decision path to select your components for your next build. Follow the row that matches your load's maximum current draw.
| Load Profile | Power Supply Pick | Wire Gauge (DC) | Crucial Mitigation Step |
|---|---|---|---|
| < 3 Amps (e.g., single ESP32, small sensors, 5V logic) | Standard 5V/2A or 5V/3A USB wall brick. | 22 AWG to 20 AWG jumper wire. | Keep wire runs under 12 inches to avoid logic brownouts. |
| 3A to 10A (e.g., stepper motors, short LED strips, 12V solenoids) | Mean Well LRS-75 or LRS-100 series (e.g., LRS-100-12 for 12V). | 18 AWG to 16 AWG stranded silicone wire. | Add a 1000µF decoupling capacitor at the load to handle inrush current spikes. |
| 10A to 20A (e.g., long addressable LED runs, high-torque DC motors) | Mean Well LRS-150 or LRS-200 series. Ensure 20% overhead. | 14 AWG to 12 AWG wire. Use ferrules on screw terminals. | Inject power every 2 meters. Calculate voltage drop; do not rely on ampacity alone. |
| > 15A at 120V AC (e.g., mains heaters, large power tools) | Mains utility (Grid). Do not build DIY AC supplies at this scale. | 12 AWG THHN in conduit or 12 AWG NM-B cable. | Must be on a dedicated 20A GFCI/AFCI breaker per NEC guidelines. |
FAQ: Common Volts and Amps Bench Mistakes
Q: Can I use a 12V 5A power supply on a 12V 2A device?
A: Yes, absolutely. The device will only draw the 2A it needs. The 5A rating is simply the maximum the power supply can safely deliver before its internal protection circuits shut it down. Always oversize your power supply's amp rating by at least 20% to keep it running cool and extend its lifespan.
Q: Why did my 5V ESP32 project brownout and reset even though my power supply is rated for 10 amps?
A: You are experiencing voltage drop, not a lack of supply capacity. When the ESP32's WiFi radio transmits, it creates a sudden current spike (up to 500mA). If you are powering it through long, thin 22 AWG breadboard wires, the resistance of those wires causes the voltage at the ESP32's VIN pin to momentarily drop below the 3.3V regulator's dropout threshold. The fix is to use thicker wires (18 AWG) and place a 470µF electrolytic capacitor directly across the 5V and GND pins on the breadboard to supply the transient current.
Q: Is higher voltage always more dangerous?
A: Not strictly. It is the current (amps) flowing through the human heart that causes fibrillation (as little as 50mA can be lethal). However, higher voltage is dangerous because it provides the 'pressure' required to push that lethal current through the high resistance of dry human skin. A 12V car battery can supply 300 amps, but 12V cannot push through your skin, so it is safe to touch. A 120V wall outlet can only supply 15-20 amps, but 120V is more than enough pressure to push a lethal 50mA through your body.






