That is the physical reality. But on the workbench or the jobsite, electricity is a set of physical constraints. It generates heat when forced through resistance, it arcs when potential differences exceed insulation limits, and it drops in pressure over distance. Understanding what is electricity in a practical sense means understanding how these constraints dictate every wire size, breaker rating, and component choice you make.
The Physics You Actually Need on the Workbench
To build or wire anything safely, you have to separate the carrier from the energy. This is the most common point of confusion for beginners. People often think electricity is 'consumed' by a load, like water being drunk from a bottle. In reality, electrons are not used up. They simply enter a component, drop off energy (as heat, light, or motion), and return to the source.
According to the Georgia State University HyperPhysics database, electric current is strictly the rate of flow of charge. We use a water analogy exactly once to lock this in: Voltage (Volts) is the water pressure in the pipe. Current (Amps) is the volume of water flowing past a point per second. Power (Watts) is the actual work that water can do when it hits a waterwheel. The water itself (electrons) just keeps circulating.
The fundamental charge of a single electron is a fixed physical constant, precisely -1.602 x 10^-19 Coulombs, as defined by NIST fundamental physical constants. Because a single electron carries so little charge, we measure current in Amperes, where 1 Ampere equals 1 Coulomb of charge passing a point per second (roughly 6.24 quintillion electrons).
Worked Example: How Electricity Dictates Hardware Choices
Because electricity manifests as physical heat when electrons collide with the atomic lattice of a conductor (a phenomenon governed by $I^2R$ losses), the nature of electricity directly dictates your hardware. Let us look at a real-world continuous load: a 1500W electric space heater running for more than three hours.
Scenario A: 120V Standard US Branch Circuit
- Base Current: $I = P / V = 1500W / 120V = 12.5A$
- Continuous Load Rule: The National Electrical Code (NEC) requires continuous loads to be derated by 125%. $12.5A imes 1.25 = 15.625A$.
- Hardware Decision: You cannot use a 15A breaker (it will trip). You must step up to a 20A breaker and use 12 AWG copper wire (rated for 20A in standard NM-B cable).
Scenario B: 240V Circuit (US Dryer Outlet or EU Standard)
- Base Current: $I = 1500W / 240V = 6.25A$
- Continuous Load Rule: $6.25A imes 1.25 = 7.81A$.
- Hardware Decision: A standard 10A or 15A breaker is sufficient, and you can safely use thinner 14 AWG copper wire.
Where You Meet This in Practice
Abstract theory becomes a physical problem the moment you start routing wires or switching high frequencies. Here is where the raw physics of electricity forces your hand in real installations:
Voltage Drop in Long Runs
Electricity loses pressure (voltage) as it pushes through the resistance of copper. Standard 14 AWG wire has roughly 2.525 ohms of resistance per 1,000 feet. If you run a 100-foot extension cord to a shed (200 feet round-trip for hot and neutral), the wire resistance is 0.505 ohms. If your shed heater pulls 15A, Ohm's Law ($V = I imes R$) dictates a voltage drop of 7.57V. Your 120V tool is now seeing 112.4V, which can cause motors to overheat and stall. The fix? Upsize to 10 AWG wire for the run.
Skin Effect in High-Frequency AC
When dealing with high-frequency alternating current (like RF signals or high-speed PWM from an ESP32), electricity stops flowing evenly through the wire. Due to skin effect—the tendency of AC to distribute itself so that current density is largest near the surface of the conductor—the center of the wire carries almost no current. This is why high-frequency RF antennas use hollow copper tubing instead of solid core wire; the electrons are only traveling on the outside anyway.
Dielectric Breakdown
Insulation is just a material with a highly restrictive atomic lattice that prevents electron flow. But if the voltage (pressure) gets high enough, it literally rips electrons from their atoms. This is dielectric breakdown. Standard 600V THHN wire insulation will arc and carbonize if subjected to a 2000V transient spike, permanently turning the insulation into a conductor. This is why you must use appropriately rated snubber circuits across inductive loads like relay coils.
Decision Tree: Sizing Your Circuit for the Electrical Load
Use this decision path to translate electrical theory into a concrete bill of materials for a standard 120V US branch circuit.
| Condition / Load Parameter | Action Required | Concrete Result |
|---|---|---|
| Calculate total wattage of all devices on the circuit. | Sum the nameplate wattages. (e.g., 1800W total). | Base Load = 1800W |
| Is the load continuous (on for 3+ hours)? | If YES, multiply base current by 1.25. If NO, use base current. | 1800W / 120V = 15A. Continuous: 15A * 1.25 = 18.75A. |
| Select Breaker Size | Choose the next standard breaker size UP from your calculated continuous current. | Next size up from 18.75A is a 20A Breaker. |
| Select Wire Gauge (NEC 75°C column) | Match wire ampacity to the breaker rating. 14 AWG = 15A, 12 AWG = 20A, 10 AWG = 30A. | Requires 12 AWG Copper. |
| Final Hardware Pick | Purchase specific SKUs matching the required ampacity and pole count. | Southwire 12/2 NM-B cable and a Square D HOM2020CP 20A breaker. |
Frequently Asked Questions
Does electricity have mass?
Yes, but practically zero. The electrons that carry the charge have a mass of $9.109 imes 10^{-31}$ kg. If you push 10,000 Coulombs of charge (a massive amount) through a wire, the total mass of the electrons that moved is roughly $5.7 imes 10^{-8}$ grams. You will never measure a wire getting heavier when it is powered on.
Why do birds sit on high-voltage lines without getting shocked?
This comes down to equipotential bonding—the concept that current only flows when there is a difference in electrical potential. A bird sitting on a single 12,000V phase wire has both feet at 12,000V. Because the voltage difference between its left foot and right foot is essentially zero, no current flows through its body. If the bird touches a second wire or a grounded pole, it creates a potential difference and completes the circuit, resulting in immediate electrocution.
Is DC electricity safer than AC electricity?
Not inherently; safety is a function of voltage and current, not the waveform. However, AC is generally considered slightly more dangerous at the same RMS voltage because the alternating nature of the current causes sustained muscle tetany (making it hard to let go of a live wire), whereas a DC shock tends to cause a single violent muscle contraction that can throw you clear of the source. Furthermore, AC crosses zero volts 120 times a second (in a 60Hz system), which naturally helps extinguish electrical arcs when a switch is opened; DC arcs are continuous and much harder to interrupt, requiring specialized DC-rated breakers.






