The unit of electrical resistance is the ohm (Ω), which quantifies how much a material or component opposes the flow of direct electric current. In a physical circuit, resistance dictates the current draw for a given voltage, creates intentional voltage drops across specific nodes, and converts electrical energy into thermal energy. Whether you are sizing a feeder wire for a subpanel, diagnosing a failing battery cell, or selecting a pull-up resistor for an I2C bus, understanding the scale and application of resistance units is the difference between a functional design and a melted trace.

The Standard Units of Resistance and Multipliers

Because real-world electrical systems span from microscopic integrated circuits to high-voltage utility transmission, the base unit of the ohm is scaled using standard SI prefixes. According to the NIST reference for SI derived units, the ohm is defined as the resistance between two points of a conductor when a constant potential difference of 1 volt produces a current of 1 ampere.

The table below maps the standard prefixes to their real-world electrical applications. Keep this reference handy when reading schematics or interpreting multimeter outputs.

Unit Name Symbol Multiplier Scientific Notation Typical Real-World Application Multimeter Range
Microhm µΩ 0.000001 10^-6 PCB trace resistance, crimped terminal contact resistance Requires specialized micro-ohmmeter
Milliohm 0.001 10^-3 Current sense shunt resistors, battery internal resistance, wire resistance Low-Z / mV range or dedicated mΩ mode
Ohm Ω 1 10^0 Heating elements, LED current limiting, audio speaker coils Standard Ω range (typically 200Ω to 2kΩ)
Kilohm 1,000 10^3 GPIO pull-up/pull-down resistors, voltage dividers, I2C bus pull-ups Standard kΩ range (typically 2kΩ to 200kΩ)
Megohm 1,000,000 10^6 Wire insulation resistance, ESD protection, high-impedance op-amp inputs MΩ range (typically 2MΩ to 20MΩ+)
Bench Tip: When measuring low resistance (under 10 Ω) with a standard digital multimeter, always short the probes together first to measure the lead resistance. A typical set of test leads has 0.2 Ω to 0.5 Ω of resistance. Subtract this baseline from your final reading to avoid massive percentage errors on low-value components.

Worked Example: Sizing a Milliohm Shunt for Current Sensing

To see how these units interact in a physical build, let us calculate the requirements for a current-sensing shunt resistor in a 12V DC motor circuit controlled by an ESP32 microcontroller. We want to measure a peak motor stall current of 20 A without dropping excessive voltage from the 12V supply.

1. Select the Resistance Value (Milliohms)
We choose a 5 mΩ (0.005 Ω) surface-mount shunt resistor. This value is low enough to prevent significant voltage sag but high enough to generate a measurable voltage drop.

2. Calculate the Voltage Drop (Ohm's Law)
Using V = I × R:
V = 20 A × 0.005 Ω = 0.1 V (100 mV).
At peak stall, the motor still receives 11.9V (12V - 0.1V), which is perfectly acceptable. This 100 mV signal is ideal for feeding into a dedicated current-sense amplifier like the Texas Instruments INA219, which is designed to read millivolt drops across shunt resistors and translate them into I2C data for the ESP32.

3. Calculate Power Dissipation (Watts)
Resistance generates heat. We must ensure the physical component can survive the thermal load. Using P = I² × R:
P = (20 A)² × 0.005 Ω = 400 × 0.005 = 2.0 Watts.
Because the resistor will dissipate 2W continuously at stall, a standard 1/4W or 1/2W through-hole resistor will instantly burn out. You must select a shunt resistor rated for at least 3W to 5W (like a Bourns CRE series 2512 footprint or a dedicated Kelvin-connection terminal shunt) and ensure adequate PCB copper pours for heat sinking.

Where You Meet These Units in Practice

Understanding the scale of resistance units allows you to diagnose faults and select components based on physical reality rather than just schematic symbols. Here is how these units manifest across different electrical domains.

Microhms (µΩ): Connection Integrity

You cannot measure microhms with a standard $20 multimeter; you need a four-wire Kelvin measurement setup or a dedicated micro-ohmmeter. In high-current DC systems (like solar battery banks or EV powertrains), contact resistance is the enemy. A clean, properly crimped 10 AWG ring terminal should exhibit a contact resistance of less than 50 µΩ. If a crimp is loose or corroded, that resistance might climb to 2 mΩ (2,000 µΩ). At a 40A continuous load, that 2 mΩ joint will dissipate 3.2W of heat, eventually melting the terminal lug and causing an open circuit or fire.

Milliohms (mΩ): Battery Health and Wire Sizing

Internal resistance is the primary indicator of lithium-ion cell health. A fresh, high-drain 18650 cell (such as a Samsung 30Q) typically has an internal resistance of roughly 22 mΩ. As the cell degrades through charge cycles, this value climbs. Once internal resistance exceeds 100 mΩ, the cell will experience severe voltage sag under load, triggering the Battery Management System (BMS) low-voltage cutoff prematurely. Similarly, wire sizing relies on milliohms per foot; for example, 10 AWG copper THHN wire has a resistance of approximately 1.0 mΩ per foot at 20°C.

Kilohms (kΩ): Microcontroller Logic and Communication

In embedded systems, kilohm resistors manage logic states. An I2C communication bus requires pull-up resistors to hold the SDA and SCL lines high. For standard 100 kHz I2C, a 4.7 kΩ resistor is standard. If you push the bus to 400 kHz (Fast Mode), the parasitic capacitance of the wires requires a stronger pull-up, typically dropping the resistance to 2.2 kΩ to decrease the RC rise time of the signal edges.

Megohms (MΩ): Insulation and Safety

When testing residential NM-B (Romex) cable or motor windings, you are looking for extremely high resistance to ensure current stays inside the copper conductors. According to standard electrical testing practices documented by Fluke's insulation testing guides, a healthy 120V branch circuit should measure well over 1 MΩ between the hot conductor and the bare copper ground. If a megohmmeter (Megger) reads less than 1 MΩ, the insulation is compromised by moisture, physical damage, or thermal degradation, and the circuit poses a shock or arc-fault hazard.

Common Confusions: What Resistance Is Not

When reading datasheets or discussing circuit behavior, resistance is frequently conflated with related but distinct electrical properties. Clarifying these differences prevents critical design errors.

Resistance vs. Impedance (Z)

Resistance is the opposition to direct current (DC) and is a purely real number. Impedance is the opposition to alternating current (AC) and is a complex number that includes both resistance and reactance (the frequency-dependent opposition from capacitors and inductors). A speaker might have a DC resistance of 6 Ω, but its nominal AC impedance is rated at 8 Ω. If you try to calculate AC power delivery using only the DC resistance value, your thermal and amplifier-sizing calculations will be wrong.

Resistance vs. Resistivity (ρ)

Resistance is a property of a specific physical object (a 10-foot length of 12 AWG wire). Resistivity is an intrinsic property of the material itself (copper vs. nichrome), measured in ohm-meters (Ω·m). You can change the resistance of a wire by cutting it shorter or using a thicker gauge, but the resistivity of the copper remains constant regardless of the wire's dimensions.

Ohms vs. Watts (Power Rating)

A common beginner mistake is confusing the resistance value with the power rating. A '10 ohm resistor' defines how much it restricts current. A '10 watt resistor' defines how much heat it can safely dissipate before failing. You can buy a 10 Ω resistor rated for 0.25W (a tiny physical cylinder) or a 10 Ω resistor rated for 50W (a massive aluminum-housed chassis mount). Always specify both the ohm value and the wattage rating when ordering components or replacing burned parts on a PCB.