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 produces a current of one ampere. When we talk about units for ohms, we are usually referring to the metric prefixes—milliohms (mΩ), kilo-ohms (kΩ), and mega-ohms (MΩ)—used to scale this base unit for practical circuit design and troubleshooting. In a real circuit or installation, the specific ohm value dictates current limiting, voltage division, signal attenuation, and power dissipation. Choosing the wrong scale or misreading a prefix doesn't just alter a theoretical calculation; it causes voltage drops that starve microcontrollers or power surges that vaporize traces.

The Metric Scale: Standard Units for Ohms

Because a single ohm is often too large for current sensing and too small for insulation testing, the NIST metric SI prefixes are applied to scale the unit. Understanding these scales is mandatory before you even pick up a soldering iron.

Prefix Symbol Multiplier Typical Bench Application
Milliohm 10-3 (0.001) Current sense shunts, battery internal resistance, PCB trace resistance
Ohm Ω 100 (1) Termination resistors, speaker impedance, low-side LED limiting
Kilo-ohm 103 (1,000) I2C pull-ups, voltage dividers, standard signal current limiting
Mega-ohm 106 (1,000,000) Insulation testing, ESD protection paths, high-voltage probe dividers
Giga-ohm 109 (1,000,000,000) Op-amp input impedance, specialized electrometer measurements

Where You Meet This in Practice

You will encounter different units for ohms depending on the specific subsystem you are building or troubleshooting on the bench:

  • Milliohms (mΩ): You meet this when measuring the equivalent series resistance (ESR) of a capacitor or the internal resistance of a lithium cell. A healthy 18650 cell typically reads between 15 mΩ and 30 mΩ. If your multimeter reads 150 mΩ, the cell is degraded and will suffer severe voltage sag under load.
  • Kilo-ohms (kΩ): This is the workhorse range for digital logic. When wiring an ESP32 GPIO to a button, you typically use a 10 kΩ pull-up or pull-down resistor to keep the pin from floating while minimizing parasitic current draw.
  • Mega-ohms (MΩ): You meet this during mains electrical safety testing. A megohmmeter (megger) applies high voltage to measure the insulation resistance of motor windings or home wiring. NEC-style guidance generally expects insulation resistance to read well over 1 MΩ; anything below 0.5 MΩ on a 120V branch circuit indicates moisture intrusion or degraded wire jacketing.

Worked Numeric Example: Sizing a Current-Limiting Resistor

Let's look at how selecting the right base unit and calculating power dissipation works in a standard LED circuit. We are driving a standard 5mm red LED from a 12V DC bench supply.

  1. Identify the parameters: Source voltage (V_s) = 12V. LED forward voltage (V_f) = 2.1V. Desired forward current (I_f) = 20mA (0.020A).
  2. Calculate the required resistance: Using Ohm's Law, R = (V_s - V_f) / I_f.
    R = (12V - 2.1V) / 0.020A = 9.9V / 0.020A = 495 Ω.
  3. Select the standard value: 495 Ω is not a standard E24 series resistor value. We round up to the nearest standard value: 510 Ω.
  4. Calculate power dissipation: P = I² × R.
    P = (0.020A)² × 510 Ω = 0.0004 × 510 = 0.204 Watts.
  5. Select the physical component: A standard 1/4W (0.25W) carbon film resistor is technically rated for 0.204W, but running a resistor at 80% of its maximum rating causes thermal drift and premature failure. We apply a 50% derating rule and select a 1/2W (0.5W) 510 Ω resistor.

Real-World Scenario Walkthrough: The Vaporized Shunt

Theory is clean, but the workbench is unforgiving. Here is a scenario that demonstrates what happens when you misunderstand the physical reality behind the units for ohms.

Setup

A hobbyist is building a 12V, 10A bench power supply and wants to add a digital panel meter to display the output current. The panel meter requires a 50 mV full-scale voltage drop across a shunt resistor to read 10A accurately. The builder needs to calculate and install this shunt resistor in the high-current output path.

Numbers

Target current (I) = 10A. Target voltage drop (V) = 50 mV (0.050V).
Using R = V / I, the required resistance is 0.050V / 10A = 0.005 Ω (5 mΩ).
Calculating the power dissipation at full load: P = I² × R = 100A² × 0.005 Ω = 0.5 Watts.

Outcome

The builder searches their component bin and finds a precision through-hole resistor labeled "0R005" (0.005 Ω). They solder it inline with the 10A output trace. Upon powering up a 4A load, the resistor immediately glows cherry red, emits a sharp pop, and blows open, killing the output. The multimeter later shows the resistor reads infinite resistance.

What Went Wrong

The Failure Analysis: The builder correctly calculated the milliohm value but completely ignored the physical power rating tied to that specific component package. The 0.005 Ω through-hole resistor they selected was a 1/4W (0.25W) precision part designed for low-current sensing. At 4A, it was dissipating P = 4² × 0.005 = 0.08W, which should have been fine, but the startup inrush current of the load spiked to 15A for a few milliseconds, dissipating over 1.1W instantly and cracking the resistive element.

The Fix: For high-current milliohm shunts, you must use a chassis-mount Kelvin shunt rated for at least 2W to 5W, featuring dedicated sense terminals to prevent solder-joint resistance from skewing the 50mV measurement. A 2W, 5 mΩ shunt was installed, solving the issue permanently.

Common Confusions: Case Sensitivity and Impedance

When working with units for ohms, three specific confusions routinely cause bench errors and damaged hardware.

1. Milliohms (mΩ) vs. Mega-ohms (MΩ)
The lowercase 'm' means milli (1/1000th), while the uppercase 'M' means Mega (1,000,000). This is a difference of nine orders of magnitude. If a schematic calls for a 10 MΩ bleeder resistor across a high-voltage capacitor and you accidentally install a 10 mΩ resistor, you will create a near-dead short circuit that will instantly destroy your power supply and potentially start a fire. Always verify the case of the prefix.

2. Resistance vs. Impedance
Both are measured in ohms (Ω), but they are not interchangeable. Resistance applies to DC circuits and the real power dissipated as heat. Impedance (Z) applies to AC circuits and includes both resistance and reactance (the opposition to current change from capacitors and inductors). A speaker might have a DC resistance of 6 Ω, but a nominal AC impedance of 8 Ω.

3. Ohms vs. Siemens
Historically, the unit of electrical conductance (the exact inverse of resistance) was the "mho" (ohm spelled backward). Today, the official SI unit for conductance is the Siemens (S). If a component has a resistance of 10 Ω, its conductance is 0.1 S. You will rarely use Siemens in DIY electronics, but it frequently appears in industrial power transmission and semiconductor datasheets.

Frequently Asked Questions

Why do multimeters display 'OL' when measuring high ohms?

'OL' stands for Over Limit (or Open Loop). When you try to measure a 5 MΩ resistor on a multimeter set to the 2 MΩ range, the meter cannot display the value and defaults to 'OL'. Switch to a higher range, such as the 20 MΩ setting, to get a valid reading. If the circuit is truly open (like a blown fuse), it will read 'OL' on the highest setting, indicating infinite resistance.

How do I accurately measure milliohm resistances on a PCB?

Standard multimeter probes and test leads have their own resistance, often ranging from 0.1 Ω to 0.5 Ω. This completely masks a 5 mΩ measurement. To accurately measure milliohms, you must use a four-wire (Kelvin) measurement setup, where one pair of leads forces a known current through the component, and a second pair of high-impedance sense leads measures the voltage drop directly at the component body, bypassing the lead resistance.

Does temperature change the ohm value of a resistor?

Yes. Every resistive material has a Temperature Coefficient of Resistance (TCR), usually expressed in parts per million per degree Celsius (ppm/°C). A standard carbon composition resistor might drift by 500 ppm/°C, while a precision metal foil resistor used in laboratory shunts might drift by less than 5 ppm/°C. If a 1.000 Ω shunt heats up by 50°C and has a 100 ppm/°C TCR, its resistance will increase by 0.005 Ω, introducing a 0.5% error in your current readings.