The unit for electrical resistance is the ohm (symbol: Ω), which measures how much a material opposes the flow of electric current. When you apply exactly 1 volt of potential difference across a 1-ohm resistor, exactly 1 ampere of current will flow through it. That is the fundamental baseline of circuit theory. In practical electronics and electrical wiring, however, you will rarely deal with just '1 ohm.' You will measure milliohms in battery packs, kilo-ohms in microcontroller sensor dividers, and megaohms when testing cable insulation.

The Ohm and Its Sub-Multiples: A Reference Table

To understand resistance, think of a garden hose: the tighter you kink the hose (higher ohms), the less water (current) gets through for a given amount of water pressure (voltage). While the base unit is the ohm, real-world engineering requires us to scale this unit up and down by powers of ten. A standard $50 digital multimeter (DMM) can easily read ohms and kilo-ohms, but measuring milliohms accurately requires specialized 4-wire Kelvin equipment to eliminate the resistance of the test leads themselves.

Bench Tip: Never trust a standard 2-wire DMM for measuring shunt resistors or battery internal resistance. The test leads and probe contact resistance can easily add 0.2 Ω to 0.5 Ω to your reading, completely masking the true milliohm value of the component. Use a 4-wire Kelvin meter for anything under 1 Ω.
Prefix Symbol Multiplier Typical Real-World Application Measurement Tool Required
Milliohm 10-3 Ω 18650 Li-ion cell internal resistance (~30 mΩ), current shunt resistors 4-wire Kelvin meter / specialized battery tester
Ohm Ω 100 Ω Toaster heating elements, 8 Ω speaker voice coils, ground rod earth bonds Standard DMM (2-wire)
Kilo-ohm 103 Ω I2C pull-up resistors (4.7 kΩ), Arduino voltage dividers, LED current limiters Standard DMM (2-wire)
Megaohm 106 Ω Capacitor bleeder resistors, high-voltage probe dividers, human skin resistance Standard DMM (high range) or Megohmmeter
Gigaohm 109 Ω THHN cable insulation integrity, PCB surface leakage paths, dielectric testing Megohmmeter (Megger) / Insulation tester

For a deeper look at how these values interact with voltage and current, review the foundational Ohm's Law principles outlined by All About Circuits.

Worked Example: How Resistance Changes a Real Circuit

Resistance is not just a theoretical roadblock; it actively changes voltage delivery and generates physical heat in a real installation. Let us look at a common jobsite scenario: running a 15A space heater using a 50-foot extension cord made of 14 AWG copper wire on a standard 120V nominal residential circuit.

According to standard copper wire tables, 14 AWG solid copper wire has a DC resistance of roughly 2.525 ohms per 1,000 feet at an ambient temperature of 20°C.

Step 1: Calculate Total Loop Resistance
Current must travel out to the heater and return to the panel. A 50-foot cord means a 100-foot total conductor loop.
Rloop = (100 ft / 1,000 ft) × 2.525 Ω = 0.2525 Ω

Step 2: Calculate Voltage Drop
Using Ohm's Law (V = I × R), we find out how much voltage is 'lost' pushing 15 amps through that wire resistance.
Vdrop = 15A × 0.2525 Ω = 3.78V
The space heater will only receive 116.22V (120V - 3.78V), which reduces its heating efficiency and alters the current draw of the internal motor or elements.

Step 3: Calculate Power Dissipated as Heat
Resistance converts electrical energy into thermal energy. We use the power formula (P = I² × R) to see how much heat the cord itself generates.
Pheat = (15A)² × 0.2525 Ω = 225 × 0.2525 = 56.81 Watts

Critical Insight: That 50-foot 14 AWG extension cord is dissipating 56.8 watts of pure heat along its length. If the cord is coiled up or buried under a rug, this localized heat buildup degrades the PVC insulation and creates a fire hazard, which is exactly why the NEC strictly limits how we size branch circuit conductors for continuous loads.

Where You Meet This in Practice

You will encounter the ohm constantly across different electrical and electronics disciplines. Here is how resistance dictates real-world decision-making on the bench and in the field:

  • Lithium Battery Pack Building: When building a 48V LiFePO4 or 18650 pack, you must match the internal resistance (IR) of parallel cells. A healthy 18650 cell typically has an IR of 20 mΩ to 40 mΩ. If you parallel a fresh 25 mΩ cell with a degraded 120 mΩ cell, the lower-resistance cell will do all the heavy lifting during high-current discharge, over-stressing it and triggering premature thermal runaway.
  • Grounding and Bonding Systems: When driving a copper ground rod for a residential subpanel, you are trying to achieve a low-resistance path to the earth. While Fluke's electrical testing guidelines and general NEC-style guidance suggest a target of less than 25 ohms to earth for a single rod, many modern data centers and sensitive telecom sites require supplemental ground rings to push that resistance below 5 ohms to ensure high-frequency fault currents can safely dissipate.
  • Microcontroller GPIO Protection: If you connect an LED directly to an ESP32 or Arduino 3.3V GPIO pin without a current-limiting resistor, the near-zero resistance of the LED's forward-biased junction will allow massive current to flow, instantly frying the silicon trace inside the microcontroller. You must calculate the exact ohm value needed to restrict current to a safe 10mA to 20mA limit based on the LED's forward voltage.
  • Audio Amplifier Matching: A home theater receiver rated for a '4 Ω minimum load' expects the connected speakers to present at least 4 ohms of resistance/reactance. If you wire two 4 Ω speakers in parallel, the total resistance drops to 2 Ω. The amplifier will attempt to push twice the current, overheat its output transistors, and trigger its internal thermal protection shutdown.

Common Confusions: Resistance vs. Impedance vs. Reactance

People commonly confuse pure resistance with impedance and reactance. While all three are measured in ohms (Ω), they behave very differently depending on whether you are working with DC battery systems or AC mains power.

Resistance (R) is the pure friction of electrons moving through a material. It is identical in both AC and DC circuits, and it always dissipates energy as heat. A 10 Ω power resistor gets hot whether you feed it 12V DC or 12V AC.

Reactance (X) is the opposition to changes in current or voltage, caused exclusively by inductors (coils/transformers) and capacitors. Unlike resistance, ideal reactance does not dissipate real power as heat; it temporarily stores energy in magnetic or electric fields and returns it to the circuit.

Impedance (Z) is the total, combined opposition to current in an AC circuit. It is the vector sum of Resistance and Reactance. When you measure a speaker or an AC motor with a standard DMM, you are only reading the DC resistance of the copper windings, which is always lower than the actual AC impedance the amplifier sees when the audio signal is playing.

Property Symbol Behavior in DC Circuits Behavior in AC Circuits Energy Fate
Resistance R Opposes current constantly Opposes current constantly Dissipated as real heat (Watts)
Inductive Reactance XL Acts as a short circuit (0 Ω) Opposes AC (increases with frequency) Stored in a magnetic field (VAR)
Capacitive Reactance XC Acts as an open circuit (∞ Ω) Opposes AC (decreases with frequency) Stored in an electric field (VAR)
Impedance Z Simply equals R Vector sum of R, XL, and XC Mixed (Real Power + Reactive Power)

Frequently Asked Questions

Can I measure resistance on a live, powered circuit?
No. Never measure resistance on an energized circuit. A multimeter measures resistance by injecting a small, known test current into the component and measuring the resulting voltage drop. If the circuit already has external voltage applied, it ruins the meter's internal math, resulting in wildly inaccurate readings. Worse, external voltage can force current backward through the meter's sensitive ohms-measurement circuitry, blowing the internal precision fuse or destroying the ADC chip.

Why does my multimeter display 'OL' when I try to measure a wire?
'OL' stands for Over-Limit (or Open Loop). It means the resistance between your two probes is higher than the maximum range the meter can read (typically >40 MΩ on a standard DMM). If you see this while testing a piece of wire or a fuse, it means the conductor is broken internally, the fuse is blown, or your probe tips are not making solid metal-to-metal contact through oxidation or paint.