Current and voltage are related by resistance: voltage is the electrical pressure pushing electrons through a conductor, current is the actual flow rate of those electrons, and their exact mathematical relationship is defined by Ohm's Law (V = I × R). If you change the voltage applied to a fixed resistance, the current changes proportionally; if you change the resistance while holding voltage steady, the current changes inversely. This relationship dictates everything from the wire gauge you run to your RV fridge to the resistor you solder in front of a 5mm LED.
The Core Relationship: Ohm's Law in Plain English
At the bench, we rely on three forms of Ohm's Law to predict circuit behavior. According to Georgia State University HyperPhysics, the foundational equations are:
- V = I × R (Find voltage drop when you know current and resistance)
- I = V / R (Find current draw when you know supply voltage and load resistance)
- R = V / I (Find the required resistance to limit current to a safe level)
What this changes in a real installation is your thermal and safety margins. If you accidentally wire a 12V DC motor to a 24V battery bank, you haven't just doubled the voltage—you have doubled the current. Because power (heat) is calculated as P = I² × R, doubling the current actually quadruples the heat generated in the motor windings, rapidly melting the insulation and destroying the component.
Worked Example: Sizing a Fuse for a 12V DC Fridge
Let's apply the voltage-current relationship to a common off-grid scenario: wiring a 12V DC compressor fridge to a LiFePO4 battery bank.
The Specs:
- Fridge rated power: 60W
- Nominal system voltage: 12V
- Actual fully-charged LiFePO4 voltage: 13.8V
- Minimum cutoff voltage: 11.5V
Step 1: Calculate Running Current
Using the power formula (P = V × I), we rearrange to find current: I = P / V.
At the lowest voltage (11.5V), the fridge draws the most continuous current to maintain 60W of cooling power:
I = 60W / 11.5V = 5.21 Amps
Step 2: Account for Inductive Surge
Compressor motors are inductive loads. When the compressor kicks on, it experiences a locked-rotor surge that can be 3 to 5 times the running current for a fraction of a second.
Surge Current = 5.21A × 4 = 20.84 Amps (for ~500ms)
Step 3: Select the Protective Device
If you use a standard 10A fast-acting glass fuse, the 20.84A startup surge will blow it instantly every time the thermostat clicks on. You need a fuse that tolerates the brief surge but protects the wire against sustained overcurrent.
Where You Meet This Relationship in Practice
The V = I × R relationship isn't just textbook theory; it manifests as physical problems on the jobsite and workbench.
1. Voltage Drop in Long Wire Runs
Wire has inherent resistance. For standard 14 AWG copper wire, the resistance is roughly 2.525 ohms per 1,000 feet. If you run 50 feet of 14 AWG wire to a 120V AC heater drawing 12A, the total wire length (out and back) is 100 feet.
R = 0.2525 ohms.
V_drop = I × R = 12A × 0.2525Ω = 3.03 Volts.
Your 120V heater is now receiving 116.97V. While acceptable for a resistive heater, this same math applied to a 12V DC solar array would be catastrophic, dropping your system below the charge controller's minimum operating voltage.
2. LED Current Limiting
A standard red 5mm LED has a forward voltage drop of roughly 2.0V and a maximum safe current of 20mA (0.02A). If you connect it directly to a 5V Arduino GPIO pin, the voltage difference (5V - 2V = 3V) will push infinite current (limited only by the tiny internal resistance of the silicon), instantly destroying the LED and potentially frying the Arduino's ATmega328P microcontroller. You must insert a resistor to enforce the V/I relationship: R = 3V / 0.02A = 150 Ohms.
Common Confusions: Amps, Volts, and Watts
According to foundational guides from Electronics Tutorials, beginners frequently mix up the direction of causality in DC circuits.
Myth: 'A 100A power supply will force 100A into my 1A Arduino and fry it.'
Fact: Current is drawn by the load, not pushed by the supply. A 5V, 100A server power supply will happily power a 5V, 0.1A Raspberry Pi Pico. The Pico's internal resistance dictates that it will only 'ask' for 0.1A. The 100A rating simply means the power supply has the capacity to deliver up to 100A before its own internal voltage sags or it trips its overcurrent protection.
Myth: 'Higher voltage always means more dangerous shock.'
Fact: It is the current flowing through the heart that causes ventricular fibrillation (as little as 30mA to 100mA). However, dry human skin has a high resistance (up to 100,000 ohms). By Ohm's Law (I = V / R), a 12V car battery cannot push a lethal current through dry skin (12V / 100,000Ω = 0.12mA). But 120V AC mains can push 1.2mA, and if your skin is wet (resistance drops to 1,000Ω), 120V pushes a lethal 120mA. Voltage is the enabler; current is the executioner.
Decision Tree: Picking the Right Power Supply and Wire
Use this decision path when designing a custom DC power distribution setup. We will use the scenario of powering a 5V, 3A (15W) Raspberry Pi 4 cluster node from a 12V vehicle battery.
| Decision Point | Condition / Math | Action Required |
|---|---|---|
| 1. Voltage Conversion | Source is 12V (actual 11.5V-14.4V). Load requires strict 5.0V ± 5%. | You cannot use a linear regulator (like an LM7805); it will dissipate (12V-5V) × 3A = 21 Watts of heat and shut down. You must use a switching buck converter. |
| 2. Current Sizing | Load draws 3A continuous. Rule of thumb: add 20% overhead for transient spikes and thermal derating. | Target a regulator rated for at least 3.6A continuous output. |
| 3. Wire Sizing (12V side) | Buck converter is 85% efficient. Input power = 15W / 0.85 = 17.6W. Input current at 12V = 17.6W / 12V = 1.46A. | 1.46A is very low. Even 20 AWG wire is sufficient for ampacity, but for mechanical strength in automotive environments, step up to 16 AWG. |
| 4. Final Component Pick | Need a rugged, encapsulated step-down module that fits the 3.6A requirement and accepts up to 36V input. | Concrete Pick: Pololu 2858 (5V, 3A Step-Down Voltage Regulator D24V30F5) paired with 3 feet of 16 AWG stranded copper wire and an inline 5A ATO fuse. |
FAQ: Real-World Voltage and Current Questions
Why does my 12V LED strip dim at the far end?
This is a direct result of the V-I relationship. The thin copper traces on the LED strip have resistance. As current flows down the strip, it creates a voltage drop (V = I × R). By the time you reach the last 5 feet of a 16-foot strip, the voltage might have dropped from 12.0V to 10.5V. Because LEDs are highly sensitive to voltage changes, that 1.5V drop results in a massive reduction in current and light output. The fix is 'power injection'—running a parallel 14 AWG wire to feed 12V directly to the far end of the strip.
Can I use a 24V power supply on a 12V device if I add a resistor?
Technically yes, but practically no. If your 12V device draws 2A, you would need a resistor to drop 12V at 2A (R = 12V / 2A = 6 Ohms). That resistor would have to dissipate P = 12V × 2A = 24 Watts of continuous heat, requiring a massive, expensive wirewound resistor and active cooling. Instead, use a DC-DC buck converter, which efficiently steps down the voltage without wasting the excess energy as heat.
Does a multimeter measure voltage and current at the same time?
Standard multimeters (like the Fluke 117) have separate jacks and internal shunts for voltage and current. You must physically move the red probe to measure current. Measuring current requires the meter to become part of the circuit (series), while measuring voltage is done in parallel. Attempting to measure voltage while the probes are plugged into the 'Amps' jack will create a dead short across your power supply, instantly blowing the internal fuse of your multimeter.
Understanding how current and voltage relate removes the guesswork from electrical design. Stop relying on 'rules of thumb' and start calculating your exact voltage drops, surge currents, and thermal limits. Grab your multimeter, verify your source voltage under load, and let Ohm's Law dictate your wire and breaker sizes.






