Voltage is the electrical potential difference pushing charge, current (amps) is the physical flow rate of electrons, and resistance (ohms) is the material's opposition to that flow. You probably first met these concepts via a volts amps ohms cartoon—the classic educational trio where Mr. Volt pushes, Mr. Amp sweats while carrying the load, and Mr. Ohm acts as a stubborn bottleneck. While that cartoon is fine for high school physics, it completely fails to prepare you for the thermal realities and voltage-drop failures of actual bench work, embedded systems, and branch circuit wiring.
The Core Trio: What They Actually Change in a Circuit
To move beyond the cartoon, you need to understand what each variable physically dictates in a real installation. Using the water analogy exactly once: think of volts as water pressure, amps as the gallons-per-minute flow, and ohms as the narrowing of the pipe. Here is what they actually change on your workbench:
- Voltage (Volts): Dictates insulation thickness, clearance/creepage distances on PCBs, and arc flash risk. Higher voltage requires thicker dielectric barriers to prevent breakdown.
- Current (Amps): Dictates conductor cross-section (AWG) and thermal dissipation. Current generates heat (I²R losses); if the wire is too thin for the current, the insulation melts.
- Resistance (Ohms): Dictates the voltage actually delivered to the load at a distance. Every wire has inherent resistance, which steals voltage from your component.
Worked Example: When the Cartoon Meets 22 AWG Wire
Let’s look at a common embedded systems failure that the basic cartoon ignores. You are powering a Raspberry Pi 5 (which requires a strict 5.0V at up to 3.0A under load) from a bench power supply located 10 feet away. You decide to use standard 22 AWG stranded hook-up wire because it easily fits into the GPIO header pins.
The cartoon tells you: 5V / 3A = 1.66 Ohms total load. But what about the wire?
- Calculate Wire Resistance: 22 AWG copper has a resistance of roughly 16.14 milliohms (0.01614 Ω) per foot. Because current must travel to the Pi and back, your total wire loop is 20 feet. Total wire resistance = 20 ft × 0.01614 Ω/ft = 0.3228 Ω.
- Calculate Voltage Drop: Using V = I × R, the drop across the wire is 3.0A × 0.3228 Ω = 0.968 Volts.
- The Real-World Result: Your bench supply outputs 5.0V, but the Raspberry Pi only receives 4.03V. The Pi 5 will immediately throw a low-voltage warning, throttle its CPU, and likely reboot when you plug in a USB peripheral.
Where You Meet This in Practice: Sizing and Failures
This relationship governs almost every physical decision in electrical work. Here is where ignoring the math leads to physical failures:
Breaker Tripping Curves
A standard 15A thermal-magnetic breaker does not trip the millisecond current hits 15.01A. The thermal element relies on heat (I²R). It might hold 20A for 30 seconds before tripping. This is why wire ampacity must be sized to handle the sustained current long enough for the breaker to clear the fault without the wire catching fire. According to Southwire's engineering guidelines, continuous loads (running 3 hours or more) must be derated to 80% of the breaker's rating, meaning a 15A breaker should only see 12A continuous.
Termination Temperature Limits
You might see 12 AWG THHN wire rated for 30A in the 90°C column of the NEC ampacity tables. However, standard residential breakers and receptacles are only rated for 60°C or 75°C terminations. NEC 110.14(C) requires you to use the lower temperature column. Therefore, 12 AWG is legally capped at 20A, and 14 AWG is capped at 15A, regardless of the wire's high-temperature insulation.
Common Confusions: Watts, VA, and the "Current Drop" Myth
When troubleshooting, hobbyists and apprentices frequently mix up these concepts:
- Power (Watts) vs. Current (Amps): People often say a device "draws 100 watts" and try to size a fuse for 100. Fuses and breakers react to current, not power. A 100W load on a 12V DC system draws 8.3A, while that same 100W load on a 120V AC system draws only 0.83A. Always convert to amps before sizing protection.
- The "Current Drop" Myth: A surprisingly common misconception is that current "drops" or gets used up as it travels down a long wire. In a simple series loop, current is constant throughout the entire circuit. What drops is the voltage (electrical pressure). The electrons don't disappear; they just lose their push. For a deeper dive into this physics principle, All About Circuits provides an excellent breakdown of Kirchhoff's Voltage Law.
- Resistance vs. Impedance: Ohms measure pure DC resistance. In AC circuits involving motors or transformers, you must calculate Impedance (Z), which factors in inductive and capacitive reactance. Using a simple DC ohmmeter to measure an AC motor winding will give you a deceptively low reading, leading to undersized breakers.
Decision Tree: Picking the Right DC Wire Gauge
Stop guessing wire sizes for your 12V/24V DC solar, automotive, or bench projects. Use this decision path to select the correct American Wire Gauge (AWG) based on your maximum continuous current and the one-way distance from the source to the load. This table targets a maximum 3% voltage drop, which is the standard threshold for sensitive electronics.
| Max Continuous Current | One-Way Distance | Required Wire Gauge (Copper) | Resulting Action |
|---|---|---|---|
| Under 5A | Less than 5 ft | 18 AWG | Use standard hook-up wire; solder or crimp. |
| 5A to 10A | 5 ft to 15 ft | 14 AWG | Use automotive primary wire; crimp with insulated terminals. |
| 10A to 20A | Up to 20 ft | 10 AWG | Use THHN or marine-grade tinned wire; torque lugs to spec. |
| 20A to 30A | Any distance over 10 ft | 8 AWG | Use 8 AWG with a 30A fuse at the battery/source. |
| Standard 120V AC Branch | Under 100 ft | 14 AWG NM-B | Concrete Pick: Use 14/2 NM-B copper with a 15A AFCI/GFCI breaker. |
FAQ: Quick Bench Answers
Can I use a higher amp power supply for a low amp device?
Yes. A device only "pulls" the current it needs based on its internal resistance. Plugging a 1A Raspberry Pi into a 5A USB-C power supply is perfectly safe; the Pi will only draw 1A. The voltage (5V) must match exactly, but the amperage rating of the source just needs to be equal to or greater than the load.
Why does my multimeter read 12V at the battery but 10V at the motor?
You are measuring voltage drop across the resistance of your wiring, switches, or a corroded fuse holder. Under load, the motor draws high current, and V = I × R dictates that the voltage lost to the wire's resistance increases. Check your connections for heat and corrosion, and upgrade your wire gauge.
Does resistance change when a wire gets hot?
Yes. Copper has a positive temperature coefficient. As current heats the wire, its resistance increases, which causes further voltage drop and more heat. This positive feedback loop is exactly why undersized wires melt and cause fires.






