The unit for electrical resistance is the ohm (Ω), which defines how much a material opposes the flow of electric current when one volt is applied across it. When you ask what the units for resistance are, the fundamental answer is the ohm, but in practical bench and jobsite work, you will almost always use metric prefixes like milliohms (mΩ) or kiloohms (kΩ) to describe real-world components. Resistance dictates how your circuit behaves under load, and misunderstanding the scale of these units is a primary cause of voltage drop issues, overheated shunts, and failed microcontroller buses.
The Ohm Scale: From Microhms to Megaohms
Because real-world electrical systems span everything from massive solar battery banks to microscopic silicon traces, the base ohm is rarely used alone. The International System of Units (SI) defines standard prefixes to keep numbers manageable. Below is a data-dense reference table mapping the specific resistance units you will encounter, their multipliers, and the exact physical components where they apply.
| Unit Name | Symbol | Multiplier | Real-World Component Example | Typical Measurement Tool |
|---|---|---|---|---|
| Microhm | µΩ | 10⁻⁶ (0.000001 Ω) | 500A DC solar shunt resistor (100 µΩ), clean relay contact resistance | Milliohm meter, Kelvin (4-wire) clamp |
| Milliohm | mΩ | 10⁻³ (0.001 Ω) | 100 ft of 12 AWG THHN copper wire (~193 mΩ), EV battery busbars | Standard DMM (low-ohm range), micro-ohmmeter |
| Ohm | Ω | 10⁰ (1 Ω) | 8 Ω speaker voice coil, 220 Ω LED current limiter, 1500W heating element | Standard digital multimeter (DMM) |
| Kiloohm | kΩ | 10³ (1,000 Ω) | 4.7 kΩ I2C pull-up resistor, 10 kΩ voltage divider, NTC thermistor at room temp | Standard DMM, oscilloscope (with math) |
| Megaohm | MΩ | 10⁶ (1,000,000 Ω) | PVC wire insulation (>100 MΩ), EMI bleed resistors, human skin contact | Insulation tester (Megger), high-voltage DMM |
What Resistance Actually Changes in a Circuit
In any physical installation, resistance changes three specific parameters: the voltage available to the load, the maximum current flow, and the thermal dissipation (heat). Think of resistance like the internal friction of a water pipe; a narrower or rougher pipe (higher resistance) reduces the water pressure (voltage) at the nozzle and generates heat through friction.
To see how these units dictate real-world performance, let us look at two worked numeric examples spanning opposite ends of the ohm scale.
Numeric Example 1: The Microhm Scale (High-Current DC Shunt)
Suppose you are building a 48V solar battery monitor and need to measure up to 500A. You install a standard 500A, 50mV shunt resistor. Using Ohm's Law (R = V / I), the resistance of this shunt is 0.050V / 500A = 0.0001 Ω (100 µΩ).
If your solar array pushes 200A through this shunt on a sunny afternoon:
- Voltage Drop: V = I × R = 200A × 0.0001 Ω = 0.020V (20 mV). This is the signal your ADC reads, and it represents power lost before reaching the battery.
- Heat Dissipation: P = I² × R = (200)² × 0.0001 = 40,000 × 0.0001 = 4 Watts. Even at 100 microhms, pushing 200A generates enough heat to require a well-ventilated enclosure.
Numeric Example 2: The Milliohm Scale (Mains Voltage Drop)
You are wiring a 120V, 20A branch circuit for a workshop table saw using 12 AWG THHN copper wire. According to NEC Chapter 9, Table 8, 12 AWG copper has a resistance of 1.93 Ω per 1,000 ft at 75°C. For a 50-foot one-way run (100 feet total round-trip loop), the wire resistance is 1.93 × (100 / 1000) = 0.193 Ω (193 mΩ).
When the saw motor draws a continuous 16A (80% of the breaker rating):
- Voltage Drop: V = 16A × 0.193 Ω = 3.088V.
- Percentage Drop: (3.088V / 120V) × 100 = 2.57%. This is just over the NEC-recommended 2% maximum for branch circuits, meaning the saw motor will run slightly hotter and less efficiently. Upgrading to 10 AWG wire (which has lower milliohm resistance) would solve this.
Where You Meet These Units in Practice
Different domains of electrical work live in entirely different resistance neighborhoods. Knowing which unit applies to your current task prevents catastrophic measurement and design errors.
Embedded Systems and Microcontrollers (Kiloohms)
When wiring an ESP32 or Arduino, you rarely deal with base ohms for signal lines. If you are setting up an I2C bus for a BME280 sensor, the ESP32's internal pull-up resistors are roughly 45 kΩ. This is far too weak (high resistance) to pull the line high quickly enough for 400 kHz Fast Mode I2C, resulting in rounded, failed clock edges. You must solder external 4.7 kΩ or 2.2 kΩ resistors to the SDA and SCL lines to provide adequate current sourcing.
High-Voltage and Motor Maintenance (Megaohms)
On the jobsite, electricians do not use a standard multimeter to check the health of a 480V 3-phase motor. A standard DMM applies less than 3V to measure resistance, which will not reveal microscopic cracks in winding enamel. Instead, they use an insulation tester (Megger) that injects 1000V DC. Healthy motor windings should read in the megaohms (typically >100 MΩ). If moisture has entered the junction box, that reading might drop to 2 MΩ or lower, signaling an impending ground fault. Fluke's testing guidelines emphasize that tracking these megaohm degradation trends over time is the core of predictive maintenance.
Power Electronics and PCB Design (Microhms and Milliohms)
In modern current-sense amplifier designs, engineers place tiny milliohm surface-mount resistors (like a 5 mΩ 2512 package) in series with a load. Because the resistance is so low, it does not affect the load voltage, but it generates a proportional millivolt signal that an op-amp can amplify for a microcontroller's ADC. At these levels, the resistance of the PCB copper traces themselves (often 50 µΩ to 200 µΩ) becomes a significant error source, requiring Kelvin (4-wire) sensing pads to bypass trace resistance.
Common Confusions: Resistance vs. Resistivity vs. Impedance
When discussing units, three terms are frequently conflated by students and hobbyists. Clarifying these prevents fundamental design mistakes.
- Resistance (Ω) vs. Resistivity (Ω·m): Resistance is a property of a specific physical object (like a 10-foot piece of wire or a specific carbon film component). Resistivity is an intrinsic property of the material itself (like copper vs. nichrome), measured in ohm-meters. You can change an object's resistance by cutting it shorter, but you cannot change copper's resistivity without changing the temperature or the material entirely.
- Resistance (DC) vs. Impedance (AC): Both are measured in ohms (Ω), which causes massive confusion. Resistance opposes direct current (DC) equally at all times. Impedance (Z) is the AC equivalent, which includes resistance plus reactance (the frequency-dependent opposition of capacitors and inductors). A speaker might have a DC resistance of 6 Ω, but its nominal AC impedance is rated at 8 Ω.
- Conductance (Siemens): The mathematical inverse of resistance (1 / R) is conductance, measured in Siemens (S). While rarely used in DIY wiring, it appears frequently in parallel circuit math and semiconductor datasheets.
Frequently Asked Questions
Can a multimeter measure microhms accurately?
Standard digital multimeters cannot reliably measure microhms. The resistance of the test leads themselves (often 50 to 200 milliohms) will completely swamp the reading. To measure microhms, you must use a dedicated milliohm meter or a DMM with a relative (REL) delta mode and 4-wire Kelvin clips to separate the current-carrying path from the voltage-measuring path.
Why do LED resistors use base ohms while I2C uses kiloohms?
It comes down to current requirements. An LED needs roughly 20mA of current to emit light, requiring a low resistance (e.g., 150 Ω) to let that current flow from a 5V source. An I2C data line only needs to pull a tiny logic voltage high (usually under 1mA), so a high resistance (4.7 kΩ) is used to limit current waste while still satisfying the logic threshold.
Does temperature change the unit of resistance?
The unit (the ohm) does not change, but the actual resistance value of the component does. Copper wire resistance increases by roughly 0.4% per degree Celsius rise. This is why NEC ampacity tables require derating conductors in hot attics; the higher resistance at elevated temperatures causes more voltage drop and compounding heat.






