An ohm (Ω) is the standard unit of electrical resistance, defined as the resistance between two points of a conductor when a constant potential difference of one volt applied to these points produces a current of one ampere. When you measure a component or a wire in ohms, you are quantifying exactly how much that material opposes the flow of electrons.

The Core Mechanics of Electrical Resistance

In any real circuit or installation, resistance changes three fundamental things: it limits the maximum current flow, it creates a voltage drop across the conductor, and it converts electrical energy into heat. According to the NIST definition of SI units, the ohm is derived from the base units of voltage and current, but on a physical level, resistance is caused by electrons colliding with the atomic lattice of the conductor material.

Think of a busy highway merging into a single lane due to construction. The cars (electrons) want to flow at a high rate, but the physical bottleneck (resistance in ohms) restricts them. No matter how hard the toll booth upstream pushes (voltage), the narrow lane dictates the maximum flow rate (current). If you force too many cars through that narrow lane, the friction generates heat—which is exactly why undersized wires melt and why heating elements glow red.

Not all materials resist current equally. The inherent property of a material to resist current is called resistivity, which dictates the baseline ohms before you even factor in the wire's length or thickness. As detailed in standard conductor and insulator references, choosing the right material is the first step in controlling circuit resistance.

Material Resistivity and Practical Wire Resistance at 20°C
Material Resistivity (Ω·m) 100ft of 12 AWG Wire (Ω) Primary Application
Annealed Copper 1.72 × 10⁻⁸ 0.159 Ω Standard branch circuit wiring (NM-B, THHN)
Aluminum (1350) 2.82 × 10⁻⁸ 0.260 Ω Service entrance feeders, heavy utility lines
Nichrome 80 (NiCr) 1.10 × 10⁻⁶ 10.15 Ω Toaster elements, industrial heating coils
Tungsten 5.60 × 10⁻⁸ 0.517 Ω Incandescent lamp filaments, TIG welding electrodes
Carbon (Graphite) 3.50 × 10⁻⁵ 323.0 Ω Motor brushes, high-power composition resistors

Worked Numeric Example: Sizing a DC LED Circuit

To see what an ohm actually changes in a real installation, let us calculate the voltage drop in a common DIY scenario: powering a 12V DC LED strip light from a bench power supply located 50 feet away.

The Setup:

  • Wire: 18 AWG stranded copper (Resistance = 6.385 Ω per 1,000 ft).
  • Distance: 50 feet out to the LED strip, plus 50 feet back to the power supply (100 feet total loop).
  • Load: The LED strip draws a steady 3 Amps.

Step 1: Calculate Total Wire Resistance
If 1,000 feet of 18 AWG wire has 6.385 Ω of resistance, then 100 feet has exactly 0.6385 Ω.

Step 2: Calculate Voltage Drop (Ohm's Law: V = I × R)
Voltage Drop = 3 Amps × 0.6385 Ω = 1.91 Volts.

Step 3: Determine Load Voltage and Heat Dissipation
The LED strip will only receive 10.09V (12V - 1.91V). At this voltage, the strip will likely appear dim, and the color mixing on RGB strips will skew heavily toward red. Furthermore, the wire itself will dissipate power as heat: P = I²R (9 × 0.6385) = 5.74 Watts. While 5.74W spread over 100 feet of wire will not start a fire, it represents wasted energy and a poorly designed circuit. To fix this, you would step up to 14 AWG or 12 AWG wire to drop the total ohms in the loop.

Where You Meet Ohms in Practice

You will encounter resistance specifications across vastly different scales of electrical work, from microcontrollers to main service panels.

  • Home Wiring and Grounding: The National Electrical Code (NEC) requires that a single ground rod must have a resistance to earth of less than 25 ohms (Article 250.53(A)(2)). If your soil is too dry or rocky, the resistance will be higher, requiring you to drive a second rod or treat the soil to achieve a safe equipotential bonding path.
  • Embedded Electronics (I2C Buses): When wiring an ESP32 or Arduino to an I2C sensor (like a BME280), the data lines (SDA/SCL) are open-drain. They require physical pull-up resistors—typically 4.7kΩ (4,700 ohms)—connected to the 3.3V VCC pin to pull the line high when the device is not actively dragging it low.
  • Audio and Speaker Impedance: Home theater receivers are usually rated to drive speakers. If you wire two 8Ω speakers in parallel, the amplifier sees a 4Ω load. This halves the resistance, forcing the amplifier to push twice the current, which can trigger thermal protection shutdowns or blow output transistors if the amp is not rated for 4Ω operation.
  • Continuity Testing: When checking a fuse or a closed switch with a multimeter, you are looking for a resistance reading of less than 1 ohm (often displayed as 0.2Ω to 0.5Ω due to the test leads). If the meter reads 'OL' (Over Limit), the circuit is open, meaning infinite ohms.

Common Confusions: Ohms vs. Watts vs. Impedance

Because electrical terminology overlaps in consumer marketing, several concepts are routinely confused with basic DC resistance.

Resistance (Ohms) vs. Power (Watts): Consumers frequently look at a Bluetooth speaker and say, 'It has 500 ohms,' when they actually mean 500 watts of peak power output. Watts measure the rate of energy transfer (work done), while ohms measure the opposition to current flow. A 100W incandescent bulb actually has a relatively low resistance (about 144Ω when hot at 120V), whereas a 10kΩ pull-up resistor on a circuit board dissipates only a few milliwatts.

Resistance (Ohms) vs. Impedance (Ohms): Both are measured in ohms, but resistance applies strictly to DC circuits or the purely resistive component of an AC circuit. Impedance (Z) is the total opposition to alternating current (AC), which includes resistance plus reactance (the opposition created by capacitors and inductors). A motor might have a DC winding resistance of 2Ω, but an AC impedance of 15Ω when running due to the inductive back-EMF generated by the spinning rotor.

Frequently Asked Questions

Does the resistance of a wire change when it gets hot?
Yes. For most pure metals like copper and aluminum, resistance increases as temperature rises (a positive temperature coefficient, or PTC). A copper wire that measures 1.0Ω at 20°C might measure 1.15Ω at 75°C. This is why ampacity derating tables in the NEC require you to reduce allowable current when wires are bundled in hot attics; the higher resistance generates more heat, creating a dangerous feedback loop.

Why does my multimeter show a resistance reading on a capacitor?
When you first place multimeter probes across an uncharged capacitor, the meter's internal battery sends current to charge the capacitor's plates. The meter interprets this initial surge of current as a low resistance. As the capacitor charges, current drops, and the meter's resistance reading will climb until it eventually reads 'OL' (open circuit). This is normal behavior for analog and digital meters testing capacitive loads.

What is a 'zero-ohm' resistor and why does it exist?
A zero-ohm resistor is essentially a wire jumper packaged in a standard cylindrical resistor body. Engineers use them on printed circuit boards (PCBs) to route traces across crowded areas, to act as removable hardware jumpers for different product configurations, or to allow automated pick-and-place machines to install a 'wire' using the same feeder as standard resistors, saving assembly costs.