Electricity is the flow of electrical charge carriers, typically electrons, moving through a conductive medium under the influence of an electric field. While this defines the physical matter involved, it only tells half the story. The actual power that turns your motor or lights your LED is not the electrons themselves, but the electromagnetic wave propagating through the space around the wire. In a real circuit, electricity does not deliver 'new' matter to a load; it changes the energy state of the charge carriers already present in the conductor, forcing them to transfer energy to the load via resistance or electromagnetic induction.
The Physical Reality: Charge Carriers and Electromagnetic Fields
When you ask what electricity is made out of, you are asking about two distinct physical phenomena that are always coupled together in a circuit: the charge carriers (the physical particles) and the electromagnetic field (the energy).
The charge carriers in a standard copper wire are free valence electrons. These electrons are not injected into the wire by your breaker panel; they are already there, loosely bound to the copper atoms. When you close a switch, the power supply establishes an electric field. This field exerts a force on the free electrons, causing them to drift in a net direction. However, the energy transfer—the 'electricity' that does the actual work—travels as an electromagnetic wave (described by the Poynting vector) through the dielectric insulation and space surrounding the conductors, moving at a significant fraction of the speed of light.
Charge Carrier Dynamics Across Common Conductors
We default to thinking of electricity as 'electrons in copper,' but the physical makeup of electricity changes depending on the medium. In semiconductors, battery electrolytes, and even different metal alloys, the charge carriers, their density, and their mobility vary wildly. This dictates why we use specific materials for specific electrical tasks.
| Medium | Primary Charge Carrier | Carrier Density (approx.) | Mobility Characteristics | Common Application |
|---|---|---|---|---|
| Annealed Copper | Free Electrons | 8.49 × 10²⁸ m⁻³ | High mobility, low lattice scattering | Branch circuit wiring, motor windings |
| Aluminum (1350 Alloy) | Free Electrons | 18.1 × 10²⁸ m⁻³ | Lower mobility than copper, requires larger gauge for same ampacity | Utility transmission lines, service feeders |
| N-Type Silicon | Electrons (Majority), Holes (Minority) | 10¹⁵ to 10²⁰ m⁻³ (doped) | Highly dependent on doping concentration and temperature | MOSFET channels, solar cells, diodes |
| Aqueous NaCl (Electrolyte) | Ions (Na⁺ and Cl⁻) | Variable (concentration dependent) | Extremely slow, high mass, significant thermal generation | Lead-acid batteries, electroplating baths |
| Graphene | Massless Dirac Fermions | Variable (gate voltage dependent) | Ballistic transport, near-zero scattering at room temp | Experimental high-frequency RF transistors |
Notice that in an aluminum conductor, the carrier density is actually higher than in copper, but aluminum's crystal lattice structure causes more electron scattering (lower mobility). This is why a 12 AWG aluminum wire cannot safely carry the same 20A load as a 12 AWG copper wire without exceeding temperature ratings.
Worked Example: Electron Drift Velocity in a 15A Branch Circuit
One of the most counterintuitive facts in electrical theory is how slowly the physical electrons actually move. This speed is called drift velocity. Let's calculate exactly how fast the electrons are moving in a standard 12 AWG copper wire carrying a 15A continuous load.
The formula for drift velocity ($v_d$) is:
$v_d = \frac{I}{n \cdot A \cdot q}$
Where:
- $I$ = Current (15 Amperes)
- $n$ = Charge carrier density of copper ($8.49 \times 10^{28}$ electrons/m³, per HyperPhysics)
- $A$ = Cross-sectional area of 12 AWG wire ($3.31 \text{ mm}^2$, or $3.31 \times 10^{-6} \text{ m}^2$)
- $q$ = Elementary charge of an electron ($1.602 \times 10^{-19}$ Coulombs, per NIST)
Plugging in the real-world values:
$v_d = \frac{15}{(8.49 \times 10^{28}) \cdot (3.31 \times 10^{-6}) \cdot (1.602 \times 10^{-19})}$
$v_d = \frac{15}{44,915}$
$v_d \approx 0.000334 \text{ meters per second}$
Despite this glacial physical movement, the electromagnetic field propagates at roughly 60% to 90% the speed of light (depending on the velocity factor of the cable's dielectric insulation), which is why the light turns on the instant you flip the switch.
Where You Meet This in Practice
Understanding that electricity is made of slow-moving particles pushed by a fast-moving field explains several practical phenomena you will encounter on the bench or in the panel.
The Skin Effect in AC Circuits
Because the electromagnetic field propagates from the outside of the wire inward, alternating current (AC) forces the electrons to crowd near the outer surface of the conductor. At standard 60Hz mains power, this 'skin effect' is negligible in wires smaller than 2 AWG. However, at high frequencies (like the 2.4 GHz Wi-Fi signals on your ESP32 or RF coaxial cables), the center of the wire carries almost zero current. This is why high-frequency RF cables are often made of hollow copper tubing or silver-plated stranded wire—the electricity literally only flows on the outer skin.
Voltage Drop and Lattice Collisions
As electrons drift through a wire, they constantly collide with the vibrating copper atoms (the crystal lattice). Every collision transfers kinetic energy from the electron to the atom, generating heat. This is the physical mechanism behind $I^2R$ heating and voltage drop. If you run 15A through 100 feet of 14 AWG wire, the increased collision rate due to the smaller cross-sectional area will cause the wire to overheat, which is why the NEC strictly limits 14 AWG to 15A maximum.
AC vs. DC Electron Movement
In a DC circuit (like a 12V solar battery bank), the electrons slowly march in one continuous direction from the negative terminal to the positive terminal. In a 60Hz AC circuit, the electric field reverses direction 120 times a second. The electrons never actually leave your breaker panel; they simply vibrate back and forth by a fraction of a micrometer, transferring the electromagnetic wave down the line without any net physical transport of matter.
Common Confusions: Matter vs. Energy
Do power companies sell me electrons?
No. Your utility company sells you energy (measured in kilowatt-hours), not matter. The electrons already exist in your home's copper wiring. The utility simply provides the electromagnetic 'push' (voltage) that forces your existing electrons to do work. When you unplug a lamp, the electrons don't drain out; they just stop being forced to transfer energy.
Does the ground wire 'absorb' stray electricity?
A common myth is that the earth acts as an infinite sponge that absorbs rogue electrons. In reality, the equipment grounding conductor (EGC) provides a low-impedance physical path back to the source (the transformer or main panel) to facilitate the rapid operation of the breaker during a fault. It maintains equipotential bonding, ensuring that metal chassis parts do not rise to a dangerous voltage potential relative to the floor you are standing on.
Why do semiconductors use 'holes' if electricity is made of electrons?
In P-type silicon, the physical movement of electricity is often described as 'hole flow.' A hole is simply the absence of an electron in the crystal lattice. When an electron moves to fill a hole, it leaves a new hole behind. Electrically, this behaves exactly like a positively charged particle moving in the opposite direction. Understanding this dual-carrier system is critical when debugging bipolar junction transistors (BJTs) or designing MOSFET gate drive circuits.
Ultimately, grasping what electricity is made of requires separating the physical medium (the slow, colliding electrons) from the energy transfer (the near-instantaneous electromagnetic field). This distinction is the foundation for understanding everything from basic Ohm's law voltage drop to high-speed PCB trace impedance matching.






