The unit for electrical resistance is the ohm (symbol: Ω), 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 a real circuit or installation, resistance dictates three physical realities: it restricts the flow of current, creates a proportional voltage drop across the component, and dissipates electrical energy as heat. Whether you are sizing feeders for a subpanel or selecting a pull-up resistor for an I2C bus, understanding the ohm is the baseline for predicting how your circuit will actually behave under load.
The Ohm Defined: What the Unit for Resistance Actually Measures
Resistance is the opposition to the flow of electric charge. According to NIST guidelines on SI units, the ohm is a derived unit based on the fundamental relationship between voltage (V), current (I), and resistance (R), formalized as Ohm’s Law: R = V / I.
To visualize this, think of a garden hose: resistance is the physical pinch in the hose that restricts water flow (current) while building up pressure (voltage) behind it. If you pinch it harder (increase resistance), less water flows, and the pressure differential across the pinch increases.
Real-World Resistance Values: From Micro-ohms to Mega-ohms
Textbooks often use abstract numbers, but on the workbench, resistance values span massive orders of magnitude. The table below grounds the concept of the ohm in physical components and materials you will actually encounter.
| Component / Material | Typical Resistance Value | Real-World Context & Application |
|---|---|---|
| 10 AWG THHN Copper Wire | ~1.21 Ω per 1,000 ft | Standard branch circuit wiring (per NEC Chapter 9, Table 8). Low resistance is critical to prevent voltage drop and heating. |
| Standard DMM Test Lead | 0.1 Ω to 0.5 Ω | Parasitic resistance. Adds measurable error when testing fuses, shunt resistors, or continuity across crimped lugs. |
| 1/4W Carbon Film Resistor | 10 Ω to 1 MΩ | Through-hole signal conditioning, GPIO pull-ups, and LED current limiting. Tolerance is typically ±5%. |
| Dry Human Skin (Hand-to-Hand) | 10,000 Ω to 100,000 Ω | Shock hazard threshold. Note: This drops precipitously to ~1,000 Ω if the skin is wet or punctured, drastically increasing lethal current flow. |
| Ceramic Heating Element | 8 Ω to 15 Ω | Space heaters and toasters. Designed with high enough resistance to limit current, but low enough to dissipate 1000W+ of heat at 120V AC. |
Worked Example: Calculating Voltage Drop and Heat in a 12V Circuit
To see what resistance changes in a real installation, let’s calculate the voltage drop and heat dissipation in a common DIY scenario: powering a 12V LED strip drawing 5A, located 15 feet away from the power supply, using 18 AWG copper wire.
- Find the wire resistance: According to standard copper wire resistance charts, 18 AWG copper has a resistance of roughly 6.385 Ω per 1,000 ft at 20°C.
- Calculate total run length: Current must travel to the load and back. 15 ft out + 15 ft return = 30 ft total wire length.
- Calculate total wire resistance (R): (30 ft / 1,000 ft) × 6.385 Ω = 0.192 Ω.
- Calculate Voltage Drop (V = I × R): 5A × 0.192 Ω = 0.96V drop.
- Determine load voltage: 12.0V (source) - 0.96V (drop) = 11.04V at the LED strip.
- Calculate heat dissipated in the wire (P = I² × R): (5A)² × 0.192 Ω = 25 × 0.192 = 4.8W of heat.
Where You Meet Resistance in Practice
You will interact with the ohm constantly across both electrical wiring and electronics design. Here is where it matters most:
- Current Limiting: Placing a resistor in series with an LED to restrict current to a safe threshold (e.g., 20mA), preventing the diode from thermal runaway.
- Pull-Up and Pull-Down Networks: Using 4.7kΩ or 10kΩ resistors on I2C lines or microcontroller GPIO pins to force a known logic state (HIGH or LOW) when a switch is open, preventing floating pins from causing erratic behavior.
- Current Sensing (Shunts): Using ultra-low resistance (e.g., 0.01 Ω) precision resistors in series with a load. By measuring the millivolt drop across the shunt, a microcontroller or BMS can calculate exact current flow using Ohm's Law.
- Parasitic Contact Resistance: Every mechanical connection—a crimped lug, a screw terminal, a relay contact—has microscopic resistance. If a terminal is loose, resistance increases, causing localized I²R heating that can melt insulation or start a fire.
Common Confusions: Resistance vs. Impedance vs. Resistivity
When discussing the unit for resistance, people frequently confuse three distinct but related concepts. Knowing the difference prevents critical design errors.
Resistance (R) vs. Impedance (Z)
Resistance applies to both DC and AC circuits and represents pure energy dissipation as heat. It is a real number measured in ohms (Ω). Impedance is the AC equivalent that includes both resistance and reactance (the opposition to current change caused by capacitors and inductors). Impedance is a complex number (having both magnitude and phase angle). A 10Ω resistor has 10Ω of resistance and 10Ω of impedance. A 10Ω inductive coil might have 2Ω of DC resistance but 50Ω of AC impedance at 60Hz.
Resistance (R) vs. Resistivity (ρ)
Resistance is a property of a specific object (like a 5-foot piece of 14 AWG wire). Resistivity is an intrinsic property of the material itself (like copper vs. aluminum), measured in ohm-meters (Ω·m). You can change an object's resistance by cutting it shorter or making it thicker, but you cannot change the material's resistivity without changing the material entirely or altering its temperature.
Frequently Asked Questions
Can resistance be zero?
In standard conductors at room temperature, no. Even superconductors only achieve zero resistance at cryogenic temperatures. In practical 2026 electronics, the lowest resistances you will measure are in the micro-ohm (µΩ) range across heavy busbars or closed contactors.
Does resistance change with temperature?
Yes. For most metals (like copper), resistance increases as temperature rises due to increased atomic lattice vibrations scattering electrons. For semiconductors and thermistors (NTC), resistance drops as temperature rises. This is why inrush current on a cold incandescent bulb or a cold heating element is significantly higher than its steady-state running current.
What is the formula for calculating resistance?
The primary formula is Ohm's Law: R = V / I (Resistance = Voltage / Current). For calculating the resistance of a physical wire based on its dimensions, the formula is R = ρ(L/A), where ρ is resistivity, L is length, and A is cross-sectional area.






