A conductor allows electrons to flow freely due to overlapping valence and conduction bands, an insulator blocks current flow via a wide bandgap, and a semiconductor features a narrow bandgap that permits controlled conduction when externally energized or doped. When you are sizing wire for a branch circuit or debugging a blown MOSFET on your workbench, you are fundamentally dealing with the physics of these three material classes and how they manage electron flow under applied voltage.
The Physics of Conduction: Bandgaps and Resistivity
To understand what these materials actually do in a circuit, you have to look at their atomic bandgaps—the energy barrier an electron must cross to move freely and carry current. In a conductor like copper or aluminum, the valence band (where electrons live) and the conduction band (where they move) overlap. There is zero energy barrier, so electrons drift freely the moment you apply an electric field.
In an insulator like PVC, glass, or ceramic, the bandgap is massive (typically >5 electron volts). At room temperature, virtually no electrons have enough thermal energy to jump that gap, meaning current cannot flow. In a semiconductor like silicon or germanium, the bandgap is narrow (about 1.1 eV for silicon). At absolute zero, it acts like an insulator, but at room temperature—or when you inject energy via heat, light, or doping—electrons can cross the gap and conduct.
Worked Numeric Example: Calculating Resistance Across Material Classes
Let us put real numbers to these concepts by calculating the resistance of three different materials to see the sheer scale of difference we are dealing with on the bench. We will use the standard resistance formula: R = ρ(L/A), where ρ is resistivity, L is length, and A is cross-sectional area.
- Conductor (12 AWG Copper Wire): Using a 1-meter length of 12 AWG THHN copper (Area = 3.31 mm² or 3.31 × 10⁻⁶ m²) and copper's resistivity of 1.68 × 10⁻⁸ Ω·m, the resistance is 0.005 Ω. This is why we use it for 20A branch circuits; the voltage drop is negligible.
- Insulator (Glass Block): Take a 1-meter thick block of glass with a 1 cm² cross-section (Area = 10⁻⁴ m²). Glass has a resistivity of roughly 10¹² Ω·m. The resistance calculates to 10,000,000,000,000 Ω (10 TΩ). Even at 240V mains, the leakage current is effectively zero.
- Semiconductor (Intrinsic Silicon): Using the exact same dimensions as the glass block, intrinsic (undoped) silicon has a resistivity of about 2.3 × 10³ Ω·m. The resistance is 23,000 Ω (23 kΩ). It blocks low-voltage DC reasonably well, but it is nowhere near the absolute wall that glass provides.
This numeric spread explains why a semiconductor is never used as a structural insulator in home wiring, and why copper is useless as a switching element without mechanical contacts.
Where You Meet This in Practice: From NM-B Cable to MOSFETs
You interact with the interplay of these three material classes every time you strip a wire or solder a transistor.
Home Wiring: NM-B and THHN
In standard 12/2 NM-B (Romex) cable, the bare copper core is your conductor, tasked with delivering 20A of current to a receptacle. The surrounding PVC jacket is the insulator, rated for 600V and 90°C, keeping the current contained and preventing a short circuit when the wires cross in a junction box. The paper wrapping inside acts as a secondary mechanical insulator and moisture buffer.
Electronics: The Power MOSFET
Look at an IRLZ44N logic-level MOSFET. The source and drain terminals are heavily doped silicon regions acting as conductors for the load current. The channel between them is a semiconductor. Crucially, the gate terminal is separated from the channel by a microscopic layer of silicon dioxide (SiO₂)—an insulator. When you apply 5V from an ESP32 GPIO pin to the gate, the electric field penetrates the insulator and pulls electrons into the semiconductor channel, turning the switch on without any physical current flowing into the gate itself.
Common Confusions: What People Get Wrong on the Bench
When troubleshooting or designing, makers frequently trip over two major misconceptions regarding these materials.
1. Confusing a Semiconductor with a 'Poor Conductor'
A semiconductor is not just a high-resistance wire. The critical difference is the temperature coefficient. If you pass heavy current through a copper conductor, it heats up, its atomic lattice vibrates more, and its resistance increases. If a semiconductor heats up, thermal energy excites more electrons across the bandgap, and its resistance decreases. This is why power semiconductors suffer from thermal runaway if not properly heatsinked, whereas copper wire simply drops a bit more voltage.
2. Confusing the Equipment Grounding Conductor (EGC) with a Neutral
In AC wiring, both the neutral and the bare copper ground are made of highly conductive metal. However, per NFPA 70 (NEC) Article 100, the neutral is a 'grounded conductor' meant to carry normal return current, while the EGC is an 'equipment grounding conductor' meant to carry current only during a fault. Treating the ground wire as a standard current-carrying conductor in a multi-wire branch circuit will trip a GFCI breaker immediately and create a shock hazard.
Frequently Asked Questions
Why does a semiconductor conduct better when it gets hot?
Unlike conductors, where heat causes atomic lattice vibrations that scatter electrons and increase resistance, semiconductors rely on thermal energy to push electrons across the bandgap. As temperature rises, more electrons gain the 1.1 eV required to jump from the valence band to the conduction band in silicon, creating more charge carriers and lowering the overall resistance. This is detailed in standard semiconductor physics texts regarding intrinsic carrier concentration.
Can an insulator ever become a conductor in a real circuit?
Yes, through dielectric breakdown. If the electric field across an insulator exceeds its dielectric strength (measured in kV/mm), it physically tears electrons from their atoms, creating a conductive plasma channel. This is how spark plugs work (intentional breakdown of air) and how capacitors explode when over-volted (unintentional breakdown of the internal dielectric film).
Is the ground wire in my house a conductor or an insulator?
The bare copper wire itself is a highly efficient conductor, identical in material to the hot and neutral wires. However, its function in the circuit is to provide a low-impedance fault path back to the main panel to trip the breaker. It does not carry current under normal operating conditions, which is why it is left bare (uninsulated) inside metal junction boxes to ensure it bonds to the metal enclosure for safety.
Where can I find exact resistivity values for different wire gauges?
For precise engineering calculations, refer to standard physics databases like the Georgia State University HyperPhysics wire property tables. These provide the exact resistivity (ρ) and temperature coefficients for copper, aluminum, and various alloys used in electrical installations.






