The Core Definition: Electricity is the directed flow of electrical charge (electrons) through a conductive medium, driven by a difference in electrical potential (voltage).
If you are building a circuit, wiring a subpanel, or debugging an ESP32 project, you need to look past the abstract textbook diagrams and understand what electricity is actually doing inside your copper traces. In a real circuit or physical installation, the physical constraints of electricity—specifically the current magnitude and the atomic resistance of the conductor—dictate your wire gauge, breaker sizing, and thermal management strategy. Ignore these physical realities, and your components will brown out, your wires will melt, or your breakers will trip.
The most common point of confusion for hobbyists and junior technicians is mixing up the electromagnetic signal speed (which travels near the speed of light) with the electron drift velocity (the actual physical movement of the electrons, which is slower than a snail). People also routinely confuse voltage (the electromotive force or 'push') with current (the actual volume of charge flowing). Let us break down the physics and the math of how electricity behaves on the workbench.
The Physics Bench Test: Drift Velocity vs. Signal Speed
When you flip a switch, the light turns on instantly. This leads to the universal misconception that electrons are sprinting from the battery to the bulb at the speed of light. They are not. What moves at near light speed is the electromagnetic wave propagating through the electric field. The electrons themselves are just sluggishly drifting forward.
Let us run a worked numeric example to prove this. Imagine you are powering a benchtop load drawing 10 Amps of DC current using a standard 12 AWG solid copper wire.
To find the electron drift velocity ($v_d$), we use the formula:
$v_d = \frac{I}{n \cdot A \cdot e}$
- $I$ (Current): 10 Amperes
- $n$ (Charge carrier density for copper): Approximately $8.5 \times 10^{28}$ electrons per cubic meter
- $A$ (Cross-sectional area of 12 AWG): $3.31 \text{ mm}^2$, or $3.31 \times 10^{-6} \text{ m}^2$
- $e$ (Elementary charge): $1.602 \times 10^{-19}$ Coulombs
Plugging in the numbers: $v_d = \frac{10}{(8.5 \times 10^{28}) \times (3.31 \times 10^{-6}) \times (1.602 \times 10^{-19})}$
This yields a drift velocity of roughly 0.00022 meters per second, or 0.22 millimeters per second. According to Georgia State University's HyperPhysics database, this microscopic drift is the actual physical speed of the electricity in your wire. The reason your 10A load responds instantly is that the wire is already completely packed with free electrons; when the voltage is applied, the electromagnetic field pushes the entire column of electrons simultaneously, much like water already sitting in a pressurized pipe.
Where You Meet Electricity in Practice
On the jobsite or at the soldering station, you rarely measure drift velocity. Instead, you deal with the macroscopic effects of electron flow colliding with the atomic lattice of your conductors. This manifests in three primary ways:
- Resistive Heating ($I^2R$ Losses): As electrons are forced through a conductor, they collide with copper atoms, converting electrical energy into heat. This is why a 14 AWG wire carrying 20A will get warm, and why the NFPA National Electrical Code (NEC) strictly limits ampacity based on insulation temperature ratings (e.g., the 60°C vs 75°C columns in Table 310.16).
- Voltage Drop: Because wires have resistance, the voltage at the load will always be lower than the voltage at the source. In low-voltage DC systems (12V, 24V, 48V), this drop is often the primary cause of system failure.
- Magnetic Fields: Moving electrons generate a magnetic field. This is the working principle behind relays, contactors, and inductors, but it also causes crosstalk and EMI (electromagnetic interference) if you run high-current DC lines parallel to sensitive I2C or SPI data lines on a PCB.
Real-World Scenario Walkthrough: The 12V LED Strip Failure
To see how ignoring the physical reality of electricity destroys a project, let us walk through a common workbench failure involving addressable LEDs.
The Setup: You are installing a 5-meter roll of 12V WS2815 addressable LED strip under a cabinet. The strip draws a maximum of 14.4W per meter. You mount a 12V 10A power supply in the basement and run a 10-meter length of 22 AWG stranded hook-up wire up through the wall to the LEDs.
Step 1: Calculate the Load Current
Total power = 5 meters × 14.4W/m = 72 Watts.
Current ($I$) = Power / Voltage = 72W / 12V = 6 Amps.
Step 2: Calculate the Wire Resistance
22 AWG copper wire has a resistance of approximately 0.053 ohms per meter. Because current must travel to the load and return to the power supply, the total wire loop length is 20 meters.
Total Resistance ($R$) = 20m × 0.053 Ω/m = 1.06 Ohms.
Step 3: Calculate the Voltage Drop and Heat
Voltage Drop ($V_{drop}$) = $I \times R$ = 6A × 1.06 Ω = 6.36 Volts.
Power dissipated as heat in the wire ($P = I^2R$) = $6^2 \times 1.06$ = 38.1 Watts.
The Outcome: When you turn the system on and command the LEDs to full white, the strip at the far end only receives 5.64V (12V - 6.36V). Because the red LED die has a lower forward voltage ($V_f$) than the green and blue dies, the strip glows an angry, flickering red. Meanwhile, the 22 AWG wire inside your wall is dissipating 38 Watts of heat. The insulation begins to soften and smell like burning plastic.
What Went Wrong: The builder treated electricity as an ideal, abstract concept rather than a physical phenomenon. They ignored the atomic resistance of the 22 AWG conductor. The fix is to upgrade the feed wire to 12 AWG (which has a resistance of ~0.0053 Ω/m, dropping the voltage loss to a negligible 0.63V and reducing heat dissipation to a safe 3.8W) or to inject 12V power at both ends of the LED strip.
| Wire Gauge (AWG) | Loop Resistance (Ω) | Voltage Drop (V) | Heat Dissipated (W) | Result on 12V System |
|---|---|---|---|---|
| 22 AWG | 1.060 | 6.36V | 38.1W | Fire hazard / LEDs fail |
| 18 AWG | 0.422 | 2.53V | 15.2W | Warm wire / Dim LEDs |
| 14 AWG | 0.166 | 0.99V | 5.9W | Acceptable for short runs |
| 12 AWG | 0.105 | 0.63V | 3.8W | Ideal / Safe operation |
Common Electricity Misconceptions
Does electricity flow from positive to negative?
It depends on which convention you are using. Conventional current, established by Benjamin Franklin before the electron was discovered, assumes flow from positive to negative. This is the standard used in all schematic diagrams, diode symbols, and transistor arrows. However, electron flow (the physical reality) moves from the negative terminal to the positive terminal. For circuit analysis and PCB design, always use conventional current; the math works out identically, and it matches the printed silkscreen on your components.
Do batteries store electrical charge?
No. A battery stores chemical potential energy. The actual electrons that will flow through your circuit are already sitting inside the copper wire and the carbon/zinc/lithium electrodes. When you connect a load, the chemical reaction inside the battery acts as an electron pump, pushing the existing free electrons in the conductor through the circuit. For a deep dive into battery chemistry and discharge curves, refer to Adafruit's technical documentation on LiPo and addressable LED power requirements.
Is a higher voltage always more dangerous?
Voltage is only half the equation. The physical damage to the human body (specifically ventricular fibrillation) is caused by current passing through the heart tissue—typically as little as 30 to 100 milliamps. However, your dry skin has a high resistance (often 10,000 to 100,000 ohms). According to Ohm's Law ($I = V/R$), a low voltage like 12V DC cannot push a lethal current through dry skin. A high voltage (like 120V AC or 400V DC) provides the necessary electromotive force to break down skin resistance and drive that lethal current. This is why high-voltage DC systems (like 48V solar arrays or EV battery packs) require strict lockout/tagout procedures and insulated tools.






