An ohm (symbol: Ω) is the standard unit of electrical resistance, defined as the resistance that allows exactly one ampere of current to flow when one volt of electrical pressure is applied across it. When you build a circuit, size a wire run, or troubleshoot a faulty appliance, understanding the ohm is what separates guessing from engineering. It dictates how much current your power supply must deliver, how much voltage drops across a conductor, and whether your components will operate safely or burn out.
The Core Concept: What Resistance Changes in a Circuit
In any electrical system, resistance is the friction that opposes the flow of electrons. By introducing ohms into a circuit, you change two critical parameters: you restrict the total current drawn from the source, and you create a voltage drop across the resistive element. This relationship is governed by Ohm's Law (V = I × R), which is the foundational math for all circuit analysis.
To visualize this, use the water pipe analogy exactly once: if voltage is the water pressure provided by a pump, and current is the volume of water flowing through the pipe per second, then resistance (ohms) is a physical pinch in the hose. A tighter pinch (higher ohms) reduces the flow (current) and causes pressure (voltage) to build up behind the pinch while dropping to near-zero on the other side.
According to All About Circuits, resistance is an intrinsic property of the material, its length, its cross-sectional area, and its temperature. Copper has very low resistance (ideal for wiring), while nichrome has high resistance (ideal for heating elements).
Worked Numeric Example: Sizing a Current-Limiting Resistor
Let's apply the ohm to a real-world workbench scenario. You are wiring a standard 5mm red LED to a GPIO pin on an ESP32-WROOM-32 development board. The ESP32 operates at 3.3V logic, and the GPIO pin can safely source up to 40mA, but we want to limit the continuous draw to 15mA (0.015A) to protect the silicon and extend the LED's lifespan.
Supply Voltage (V_source) = 3.3V
LED Forward Voltage (V_f) = 2.0V
Target Current (I) = 15mA (0.015A)
First, calculate the voltage that the resistor must drop. The LED consumes 2.0V, leaving 1.3V for the resistor (3.3V - 2.0V = 1.3V). Next, apply Ohm's Law (R = V / I):
R = 1.3V / 0.015A = 86.66 Ω
Since 86.66 Ω is not a standard manufactured value, you look at the E12 resistor series and select the next highest standard value: 100 Ω. Using a 100 Ω resistor, your actual current will be 1.3V / 100 Ω = 13mA, which is perfectly safe and sufficiently bright.
Finally, verify the power dissipation using Watt's Law (P = I² × R) to ensure the physical resistor won't overheat:
P = (0.013A)² × 100 Ω = 0.0169 Watts.
A standard 1/4W (0.25W) carbon film resistor is more than adequate for this job.
Where You Meet Ohms in Practice
You will encounter specific resistance targets across both low-voltage electronics and line-voltage electrical installations. Here is a reference table of common real-world resistance values you need to know.
| Application | Typical Resistance Value | Context & Tolerance |
|---|---|---|
| I2C Bus Pull-Up Resistors | 4.7 kΩ (4,700 Ω) | Standard for 100kHz/400kHz I2C lines on 3.3V or 5V microcontrollers to prevent floating logic states. |
| Grounding Electrode (Earth Rod) | < 25 Ω | NEC 250.53(A)(2) requires a single ground rod to have a resistance to earth of less than 25 ohms; otherwise, a second rod is required. |
| 14 AWG Copper Wire | ~2.525 Ω / 1000 ft | Measured at 20°C. Resistance increases as wire temperature rises under load, causing voltage drop on long branch circuits. |
| Dry Human Skin | 10 kΩ to 100 kΩ | Drops drastically to ~1 kΩ if wet or broken, which is why GFCI protection is mandated in damp locations. |
| Audio Speaker Voice Coil | 4 Ω or 8 Ω (Nominal) | This is technically AC impedance, but measured with a DC multimeter, an 8 Ω speaker will typically read around 6.5 Ω to 7.2 Ω. |
When measuring these values, tool selection matters. For standard electronics, a basic multimeter is fine. However, if you are measuring the contact resistance of a high-current busbar or a shunt resistor where values are in the milli-ohm (mΩ) range, the resistance of your test leads will skew the reading. In those cases, you must use a 4-wire Kelvin measurement setup or a dedicated micro-ohmmeter, as noted in Fluke's technical guides on resistance measurement.
Common Confusions: Ohms vs. Impedance vs. Continuity
One of the most frequent mistakes beginners make is treating all opposition to current as identical. Here is how to separate the terms:
- Resistance (Ohms): The opposition to direct current (DC). It is a fixed value regardless of frequency and dissipates energy purely as heat. Measured in ohms (Ω).
- Impedance (Ohms): The opposition to alternating current (AC). It includes DC resistance plus reactance (the frequency-dependent opposition from capacitors and inductors). While also measured in ohms, impedance changes as the AC frequency changes. A motor winding might have 2 Ω of DC resistance but 15 Ω of impedance at 60Hz.
- Continuity: Continuity is not a unit of measurement; it is a binary state. When a multimeter is set to the continuity mode (the diode/soundwave symbol), it simply checks if the resistance between two points is below a specific threshold (usually < 1 Ω to < 10 Ω, depending on the meter). If it is, the meter beeps, indicating a complete path.
Frequently Asked Questions
What is an ohm in simple terms?
In simple terms, an ohm is a measure of how hard a material fights against electricity trying to pass through it. A low ohm value (like a thick copper wire) lets electricity flow easily, while a high ohm value (like rubber or a tiny resistor) blocks the flow. It is the electrical equivalent of friction.
How many ohms is a short circuit?
A true, dead short circuit has theoretically zero ohms. In real-world physical systems, a short circuit will typically measure between 0.01 Ω and 0.5 Ω. This near-zero resistance allows current to spike to hundreds or thousands of amps, which is exactly why circuit breakers and fuses are required to interrupt the flow before the wires melt.
Does higher resistance mean more heat?
Not necessarily; it depends on whether the circuit is constant-voltage or constant-current. In a standard constant-voltage system (like your 120V home wiring or a 5V USB supply), lower resistance draws more current, which generates more heat (P = V² / R). This is why a short circuit (near 0 Ω) causes a fire. However, in series circuits where current is fixed, a higher resistance element will dissipate more heat than a lower resistance element (P = I² × R).
What is the symbol for an ohm on a multimeter?
The symbol for an ohm is the Greek letter Omega (Ω). On a multimeter dial, you will see it marking the resistance settings, often accompanied by prefixes like 'k' for kilo-ohms (thousands) or 'M' for mega-ohms (millions). If your meter lacks the Omega symbol due to font limitations on cheap displays, it may simply use the letter 'R' or 'OHM'.






