The ohm (Ω) is the standard SI 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. In any real circuit or installation, the specific units of ohm you are dealing with dictate exactly how much current flows for a given voltage, which directly controls power dissipation (heat generation) and signal attenuation. Whether you are sizing a feeder cable or selecting a pull-up resistor for an ESP32 GPIO pin, misreading the prefix multiplier by even one decimal step can lead to melted wires or bricked microcontrollers.
The Ohm Scale: From Microohms to Gigaohms
Resistance spans a massive range in practical electronics and electrical work. A healthy piece of busbar might measure in the microohms, while the plastic jacket surrounding that same busbar measures in the gigaohms. According to the NIST Guide to the SI, the base unit is the ohm, but field work almost exclusively relies on standard SI prefixes.
| Prefix | Symbol | Multiplier | Real-World Application | Typical Measurement Tool |
|---|---|---|---|---|
| Microohm | µΩ | 10^-6 (0.000001) | Breaker contact resistance, busbar joints | Micro-ohmmeter (100A+ test current) |
| Milliohm | mΩ | 10^-3 (0.001) | Current shunt resistors, wire run voltage drop | 4-wire Kelvin meter / Bench DMM |
| Ohm | Ω | 10^0 (1) | Heating elements, speaker voice coils, wirewound resistors | Standard handheld DMM |
| Kilohm | kΩ | 10^3 (1,000) | I2C pull-up resistors, voltage dividers, GPIO limiters | Standard handheld DMM |
| Megaohm | MΩ | 10^6 (1,000,000) | Wire insulation integrity, high-voltage bleed resistors | Megohmmeter (Megger) / Electrometer |
| Gigaohm | GΩ | 10^9 (1,000,000,000) | PCB FR4 substrate leakage, glass insulator surfaces | High-end Megger / Picoammeter |
Worked Example: Voltage Drop and Milliohm Math
Let us look at how milliohms (mΩ) impact a standard residential wiring job. Suppose you are running a 120V branch circuit to a workshop outlet located 100 feet from the main panel, using 12 AWG THHN solid copper wire. You plan to pull a continuous 20A load (like a heavy-duty compressor).
Assumption: Based on standard copper resistivity tables at 20°C ambient, 12 AWG solid copper wire has a DC resistance of approximately 1.588 milliohms (mΩ) per foot.
Because current must travel to the load and return to the panel, the total conductor length is 200 feet.
- Total Resistance: 200 ft × 1.588 mΩ/ft = 317.6 mΩ (or 0.3176 Ω).
- Voltage Drop: Using Ohm's Law (V = I × R), the drop is 20A × 0.3176 Ω = 6.35V.
- Power Dissipated in the Wire: Using P = I² × R, the heat generated inside the walls is 400 × 0.3176 = 127 Watts.
While 12 AWG wire is technically rated for 20A by the NEC, dissipating 127W of heat across a 100-foot run inside a conduit or wall cavity is a thermal hazard, and a 6.35V drop leaves your compressor running on 113.6V, which can cause motor overheating. This is exactly why understanding the milliohm scale forces you to upsell the job to 10 AWG wire (which drops the resistance to roughly 0.999 mΩ/ft, cutting the heat and voltage drop nearly in half).
Where You Meet These Units in Practice
Different prefixes dominate different trades and hobbies. Here is where you will physically encounter these specific units of ohm on the bench or jobsite.
Milliohms (mΩ): Current Sensing and Batteries
If you are building a battery pack with 18650 lithium cells, internal resistance is your primary health metric. A fresh, high-drain cell (like a Samsung 25R) will read around 13 to 15 mΩ. As the cell ages, this climbs past 50 mΩ, causing massive voltage sag under load. Similarly, if you are using an INA219 breakout board with an ESP32 to measure DC current, the board relies on a tiny 10 mΩ (0.01 Ω) shunt resistor. At 3.2A, that shunt drops exactly 32mV, which the chip's ADC reads.
Kilohms (kΩ): Logic and Signal Control
In embedded systems, kilohms are the standard for controlling logic states without wasting power. When wiring an I2C bus (like a BME280 sensor to an Arduino), you need pull-up resistors. Standard practice dictates 4.7 kΩ for 100kHz standard-mode I2C, dropping to 2.2 kΩ or 1 kΩ for 400kHz fast-mode to overcome parasitic capacitance on the SDA/SCL lines. Using a 100 Ω resistor here would cause the I2C driver to overheat trying to pull the line low against a massive current flow.
Megaohms (MΩ): Insulation and Safety
When testing the safety of mains wiring, you are measuring the resistance of the plastic insulation, not the copper. According to Fluke's insulation testing guidelines, a healthy 600V NM-B or THHN cable should read well over 100 MΩ when tested with a 500V or 1000V Megohmmeter. If your Megger reads 2 MΩ or lower, the insulation is compromised by moisture, physical damage, or heat degradation, and the cable must be replaced before energizing.
Safety Warning: Never use a standard DMM to test insulation resistance. A standard meter uses less than 3V to measure resistance, which will not reveal microscopic flaws in wire jackets. Insulation testing requires a dedicated Megger that applies 250V to 1000V, and must only be performed on de-energized, isolated circuits.
Common Confusions: What People Get Wrong
Misunderstanding the units of ohm usually comes down to three specific traps that catch both beginners and experienced technicians.
1. The Case-Sensitivity Trap: mΩ vs. MΩ
A lowercase 'm' means milli (one-thousandth), while an uppercase 'M' means Mega (one million). The difference is a factor of one billion. If a schematic calls for a 10 MΩ bleed resistor across a high-voltage capacitor, and you accidentally install a 10 mΩ shunt resistor, you have just created a dead short that will instantly vaporize the resistor and likely trip the main breaker or start a fire. Always double-check the case of the prefix.
2. Resistance (Ω) vs. Resistivity (Ω·m)
Resistance is the property of a specific, physical object (like a 10-foot piece of wire). Resistivity is an intrinsic property of the material itself (like copper or aluminum), measured in ohm-meters (Ω·m). You cannot measure resistivity directly with a multimeter; you measure resistance and then calculate resistivity based on the object's cross-sectional area and length. Confusing the two leads to massive errors when trying to calculate voltage drop for custom busbar fabrications.
3. DC Resistance vs. AC Impedance
Both are measured in ohms, but they are not the same. A motor winding might measure 2.5 Ω of pure DC resistance on your multimeter. However, when you apply 120V AC to that motor, the inductive reactance of the coils limits the current far more than the DC resistance does. The total opposition to AC current is called impedance (Z), also measured in ohms. If you try to calculate the motor's running current using only the 2.5 Ω DC resistance (I = 120 / 2.5 = 48A), your math will be wildly wrong, as the actual impedance under load might be closer to 12 Ω.
Frequently Asked Questions
Can I measure milliohms accurately with a standard $30 multimeter?
No. The test leads on a standard DMM typically have 100 mΩ to 300 mΩ of resistance themselves. If you short the probes together, the meter will read 0.2 Ω (200 mΩ). When you try to measure a 50 mΩ shunt, the meter will read 250 mΩ. To measure milliohms accurately, you must use a 4-wire Kelvin measurement setup, or at minimum, use your DMM's 'Relative' (REL) mode to zero out the lead resistance before taking the measurement.
Why do some schematics use 'R' instead of the Ω symbol?
In PCB design and European schematics, the letter 'R' is often used as a decimal point replacement to prevent the ohm symbol from getting lost in printing or silkscreen processes. For example, 4R7 means 4.7 Ω, and R22 means 0.22 Ω (220 mΩ). This convention ensures that a smudge of solder or a bad print doesn't turn a 4.7 Ω resistor into a 47 Ω resistor.
What is the maximum resistance a standard DMM can read?
Most standard handheld multimeters max out at the 40 MΩ or 200 MΩ range. Beyond that, the meter's own internal input impedance and stray leakage currents across the PCB and test lead insulation skew the readings. If you need to verify a 500 MΩ bleed resistor or test high-voltage cable insulation, you must step up to a dedicated insulation tester or a benchtop electrometer.






