The electric unit of resistance is the ohm (Ω), defined as the resistance between two points of a conductor when a constant potential difference of one volt produces a current of one ampere. In practical terms, it is the measure of how much a material or component opposes the flow of electrical current, converting that electrical energy into heat. When you are designing a circuit or sizing wire for an installation, resistance is the variable that dictates whether your load gets the voltage it needs or starves due to line losses.

1 Ω = 1 Volt / 1 Ampere

The Core Mechanism: What Resistance Actually Changes

In any real circuit, resistance changes the relationship between voltage and current. According to Ohm’s Law (I = V/R), if your voltage source is fixed, increasing the resistance forces the current to drop. Conversely, if you push a fixed current through a higher resistance, the voltage drop across that component increases.

Think of resistance like a narrow section in a pressurized water pipe. The pump (voltage) pushes water through the system, but the narrow bottleneck (resistance) restricts the total flow rate (current). The pressure upstream of the bottleneck remains high, but energy is lost to friction (heat) as the water forces its way through the restriction.

In electrical installations, this mechanism is what causes voltage drop. Every wire has inherent resistance. When current flows through that wire, a portion of the source voltage is 'lost' across the wire itself, meaning the load at the end of the run receives less voltage than the breaker panel is supplying. This is why the National Electrical Code (NEC) recommends keeping branch circuit voltage drop under 3% for optimal efficiency.

Worked Example: Voltage Drop in a 50-Foot 12 AWG Copper Run

To see how the electric unit of resistance impacts a real installation, let us calculate the voltage drop for a 120V, 15A space heater plugged into an outlet 50 feet away from the panel using 12 AWG solid copper THHN wire.

1. Determine the total wire length:
Current must travel to the load and return to the source. A 50-foot physical run requires 100 feet of total conductor length (50 feet hot, 50 feet neutral).

2. Find the base resistance:
According to standard wire tables, 12 AWG uncoated copper has a DC resistance of approximately 1.588 Ω per 1,000 feet at 20°C (68°F).

3. Calculate the circuit resistance at room temperature:
R = (1.588 Ω / 1000 ft) × 100 ft = 0.1588 Ω

4. Calculate the voltage drop at 20°C:
V_drop = Current × Resistance = 15A × 0.1588 Ω = 2.38V
The heater receives 117.62V instead of 120V. The power output drops slightly from 1800W to about 1729W, which is perfectly acceptable and well within the 3% NEC guideline.

The Temperature Factor: Copper's resistance increases as it heats up. If that wire is bundled in NM-B cable inside an insulated wall and heats up to 60°C under load, the resistance increases by roughly 15.7%. The new resistance becomes 0.1837 Ω, pushing the voltage drop to 2.75V. This is why derating and temperature columns in NEC Table 310.16 matter—heat changes the physical resistance of your conductors.

Where You Meet the Ohm in Practice

You will encounter the electric unit of resistance across almost every electrical and electronic discipline. Here is where it matters most on the bench and the jobsite:

  • Current Limiting for LEDs: When wiring a standard red LED to a 5V Arduino GPIO pin, the LED forward voltage is ~2.0V and max current is 20mA. You need a resistor to drop the remaining 3V. Using R = V/I, you need 3V / 0.02A = 150 Ω. A standard 220 Ω resistor is typically used here for a safe margin.
  • Heating Elements: Appliances like toasters and baseboard heaters rely on low-resistance, high-wattage wire (like Nichrome). A 1500W heater at 120V draws 12.5A, meaning the heating element has a working resistance of just 9.6 Ω.
  • Battery Management Systems (BMS): LiFePO4 and 18650 packs use shunt resistors to measure current for Coulomb counting. These are ultra-low resistance components, often 0.005 Ω (5 milliohms), allowing the BMS to measure voltage drop across the shunt and calculate exact current flow without wasting power as heat.
  • Pull-up and Pull-down Networks: In I2C and SPI communication buses, 4.7k Ω or 10k Ω resistors are used to hold data lines at a known logic HIGH or LOW state when no device is actively driving the bus.

Common Confusions: Resistance vs. Impedance vs. Reactance

One of the most common mistakes hobbyists and junior technicians make is using the term 'resistance' when they actually mean 'impedance' or 'reactance'. While all three are measured in ohms (Ω), they behave very differently depending on whether you are working with DC or AC power.

PropertySymbolOpposesDC BehaviorAC BehaviorPrimary Components
ResistanceRCurrent flowConstant oppositionConstant oppositionResistors, Wire, Heating Elements
ReactanceXChange in current/voltageActs as short (inductor) or open (capacitor)Frequency-dependent oppositionCapacitors, Inductors, Motor Windings
ImpedanceZTotal AC oppositionEquals Resistance (Z=R)Vector sum of R and XSpeakers, Transformers, AC Motors

If you measure an 8-ohm speaker with a DC multimeter, you might read 6.5 Ω. The multimeter is measuring the DC resistance of the voice coil wire. The 8 Ω rating on the label is the nominal AC impedance at a specific audio frequency. For more on how these properties interact in AC circuits, refer to the foundational guides on Alternating Current theory at All About Circuits.

Frequently Asked Questions

What is the official electric unit of resistance and its symbol?

The official SI electric unit of resistance is the ohm, symbolized by the Greek letter Omega (Ω). It is named after physicist Georg Simon Ohm. In practical schematics and multimeter displays, you will also see it expressed in kilohms (kΩ, thousands of ohms) and megohms (MΩ, millions of ohms).

How do you measure the electric unit of resistance using a digital multimeter?

To measure resistance, the circuit must be completely de-energized. Set your multimeter to the Ohms (Ω) setting. Plug the black probe into the COM jack and the red probe into the V/Ω jack. Touch the probes across the component. The meter sends a tiny known current through the component, measures the resulting voltage drop, and calculates the resistance. For highly accurate readings on low-resistance shunts, a 4-wire Kelvin measurement is required to eliminate the resistance of the test leads themselves. For standard procedures, Fluke's official guide to measuring resistance provides excellent step-by-step safety and technique protocols.

Why does the electric unit of resistance increase when conductors heat up?

In standard conductors like copper and aluminum, resistance increases with temperature due to atomic lattice vibrations. As the wire heats up from current flow (I²R losses) or ambient environment, the atoms vibrate more violently, causing more collisions with the free electrons trying to pass through. This is quantified by the temperature coefficient of resistance. For copper, resistance increases by about 0.393% for every 1°C rise in temperature. This is why a motor's starting current (cold winding) is much higher than its running current (hot winding).

What happens if the electric unit of resistance in a circuit drops to zero?

If resistance drops to zero in a standard circuit, you have a dead short. According to Ohm's Law (I = V/R), dividing by zero implies infinite current. In reality, the power supply's internal resistance and the wire's inductance limit the current, but it will still spike massively, generating extreme heat and arc flashes. This is exactly why we install fuses and circuit breakers—to interrupt the circuit before a zero-resistance fault melts the conductors or starts a fire. The only exception is in superconducting materials, which exhibit true zero resistance at cryogenic temperatures, allowing current to flow indefinitely without power loss.