The SI unit for electrical resistance is the ohm ($\Omega$), 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.

The Ohm Defined: What It Is and What It Changes in a Circuit

While voltage provides the push and current represents the flow, resistance is the fundamental property that restricts electron movement through a material. According to the National Institute of Standards and Technology (NIST), the ohm is a derived SI unit, mathematically expressed as $1 \Omega = 1 V / 1 A$. In practical terms, adding resistance to a circuit changes two critical parameters: it limits the maximum current draw for a given voltage (Ohm's Law: $I = V/R$), and it dictates how much electrical energy is converted into thermal energy (Joule heating: $P = I^2R$).

On the workbench or in the field, you rarely deal with 'pure' resistance unless you are working with DC circuits or the resistive components of AC loads. Selecting the wrong resistance value doesn't just alter circuit behavior; it can lead to catastrophic thermal failure if the physical component's wattage rating is exceeded.

Common Standard Resistor Values and Real-World Applications
Target Resistance E24 Standard Value Typical Wattage Rating Primary Application Tolerance Requirement
220 $\Omega$ 220 $\Omega$ 1/4W (0.25W) LED current limiting on 5V logic (Arduino/ESP32) $\pm$5% (Standard)
4.7 k$\Omega$ 4.7 k$\Omega$ 1/4W (0.25W) I2C bus pull-up resistors for 400kHz Fast Mode $\pm$1% (Metal Film)
100 k$\Omega$ 100 k$\Omega$ 1/8W (0.125W) Op-amp feedback networks and high-impedance voltage dividers $\pm$0.1% (Precision)
0.1 $\Omega$ 0.1 $\Omega$ 5W to 10W Current shunt for DC ammeter measurement or BMS current sensing $\pm$1% (Wirewound)
10 $\Omega$ 10 $\Omega$ 2W Gate stopper resistors for high-power MOSFETs to dampen ringing $\pm$5% (Carbon Comp)

Worked Numeric Example: Sizing a Current-Limiting Resistor

A common mistake among hobbyists and junior technicians is calculating the correct ohm value but ignoring the resulting power dissipation. Let's look at a real-world industrial control scenario: driving a standard red indicator LED from a 24V DC PLC output.

Circuit Parameters:

  • Source Voltage ($V_s$): 24.0V DC
  • LED Forward Voltage ($V_f$): 2.1V
  • Target LED Current ($I_f$): 20mA (0.02A)

Step 1: Calculate the Required Resistance
First, find the voltage that must be dropped across the resistor: $V_R = V_s - V_f = 24.0V - 2.1V = 21.9V$.
Using Ohm's Law ($R = V / I$): $R = 21.9V / 0.02A = 1095 \Omega$.
The nearest standard E24 series value is 1.1 k$\Omega$ (1100 $\Omega$).

Step 2: Verify Actual Current
With a 1.1 k$\Omega$ resistor, the actual current is $I = 21.9V / 1100 \Omega = 0.0199A$ (19.9mA). This is perfectly safe for the LED.

Step 3: Calculate Power Dissipation (The Trap)
Using the power formula $P = I^2 \times R$:
$P = (0.0199A)^2 \times 1100 \Omega = 0.000396 \times 1100 = \mathbf{0.435W}$.

If you blindly grab a standard 1/4W (0.25W) through-hole resistor from your bench bin, it will overheat, discolor, and eventually fail open-circuit because 0.435W exceeds its 0.25W rating by nearly 75%. According to Fluke Corporation's electrical testing guides, components should generally be derated by at least 50% for long-term reliability in enclosed panels. Therefore, for this 24V application, you must select a 1W or 2W rated resistor, or wire two 2.2 k$\Omega$ 1/2W resistors in parallel to share the thermal load.

Where You Meet Resistance in Practice

Beyond discrete components on a PCB, the SI unit for electrical resistance governs the behavior of entire installations and electromechanical systems.

Wire Sizing and Voltage Drop

Every conductor has inherent resistance. For example, 12 AWG THHN copper wire has a DC resistance of approximately 1.98 $\Omega$ per 1,000 feet at 75°C. If you run a 50-foot branch circuit (100 feet total round-trip length for line and neutral) carrying a 15A load, the voltage drop is calculated as:
$V_{drop} = I \times R = 15A \times (1.98 \Omega \times 0.1) = 15A \times 0.198 \Omega = 2.97V$.
On a 120V nominal circuit, a 2.97V drop represents a 2.47% loss, which complies with the NEC's recommended maximum 3% voltage drop for branch circuits.

Motor Winding Diagnostics

When troubleshooting a 1/2 HP single-phase AC motor, measuring the winding resistance in ohms is a primary diagnostic step. A healthy main winding might read 2.5 $\Omega$ on a multimeter. If your meter reads 0.2 $\Omega$, the insulation between the copper windings has likely melted, creating a shorted turn that will trip the breaker or burn out the motor upon energization.

Temperature Sensing (RTDs)

In industrial automation, resistance is used as a precise proxy for temperature. A PT100 Resistance Temperature Detector (RTD) is manufactured to have exactly 100.0 $\Omega$ of resistance at 0°C. As the temperature rises, the platinum element's resistance increases at a highly predictable rate (approximately 0.385 $\Omega$ per °C), allowing PLC analog input cards to calculate temperature to a fraction of a degree.

Common Confusions: Resistance vs. Impedance vs. Reactance

When moving from DC theory to AC power systems, the concept of 'opposition to current flow' splinters into three distinct terms. All three are measured in ohms ($\Omega$), which is where most confusion arises.

Property Symbol Applies To Energy Behavior Phase Shift
Resistance $R$ DC and AC Dissipates energy as heat (Real Power) None (Voltage and current are in phase)
Reactance $X$ AC Only Stores and releases energy in magnetic/electric fields (Reactive Power) Shifts phase by exactly 90° (Leading or Lagging)
Impedance $Z$ AC Only Combination of both dissipation and storage Shifts phase by an angle between 0° and 90°

In a purely resistive AC circuit (like a standard incandescent light bulb or a nichrome heating element), impedance and resistance are identical ($Z = R$). However, in a circuit with an inductor (like a transformer primary or motor stator), the impedance ($Z$) will be significantly higher than the DC resistance ($R$) measured with a multimeter, because the inductive reactance ($X_L$) restricts the alternating current flow without generating proportional heat.

Frequently Asked Questions

Why does my digital multimeter display 'OL' when measuring resistance?
'OL' stands for Open Loop (or Over Limit on some legacy meters). It means the resistance between the two probes is higher than the meter's maximum measurable range, effectively indicating infinite resistance. This is the expected reading when testing a blown fuse or an open switch.

Does temperature change the value of an ohm?
No, the SI unit itself is a fixed constant of nature. However, the physical property of resistance in a material changes with temperature. Copper wire increases in resistance as it heats up (a positive temperature coefficient), while semiconductor thermistors (NTC) drop in resistance as they get hotter.

Can I measure resistance on a live circuit?
Never. Multimeters measure resistance by injecting a small, known DC test current from their internal battery and measuring the resulting voltage drop. If the circuit is energized, the external voltage will corrupt the measurement, display an error, and likely blow the multimeter's internal protection fuse or destroy the analog-to-digital converter.