The ohm symbol is the uppercase Greek letter Omega (Ω). It denotes electrical resistance—the opposition to current flow in a circuit. On a digital multimeter, you will see it paired with metric prefixes (like kΩ or MΩ). On schematics, the Ω symbol is rarely drawn directly; instead, resistance is represented by specific component shapes that vary by regional drafting standards.
Because physical resistors are often too small to print the Omega symbol, the industry uses standardized prefix notations and color codes. Below is the definitive reference for how the ohm symbol and its prefixes appear in real-world diagnostics and design.
The Ohm Symbol and Metric Prefix Reference
The National Institute of Standards and Technology (NIST) defines the SI prefixes used with the Omega symbol. Misreading the prefix case (uppercase vs. lowercase) is the most common cause of catastrophic circuit failure in DIY builds.
| Symbol on DMM / Schematic | Prefix Name | Multiplier | Real-World Application | Typical Component |
|---|---|---|---|---|
| mΩ | milliohm | 10-3 (0.001) | Current sensing, wire parasitic resistance | Metal strip shunt resistors, thick copper traces |
| Ω | ohm | 100 (1) | Current limiting, impedance matching, heating | Standard 1/4W carbon film resistors, 8Ω speakers |
| kΩ | kilohm | 103 (1,000) | Voltage dividers, pull-up/pull-down networks | 10kΩ I2C pull-ups, 100kΩ potentiometers |
| MΩ | megohm | 106 (1,000,000) | High-impedance feedback, insulation testing | Op-amp feedback loops, Megger test loads |
| GΩ | gigohm | 109 (1,000,000,000) | Electrometer inputs, extreme insulation | Specialized glass-sealed high-voltage probes |
Schematic Symbols: US (IEEE) vs. IEC Standards
While the Omega symbol (Ω) is used for the unit of measurement, the component symbol for a resistor on a schematic depends on your region and the CAD software you use. The two dominant standards are the US-based IEEE Std 315 and the international IEC 60617.
| Feature | US Standard (IEEE 315) | International (IEC 60617) |
|---|---|---|
| Visual Shape | Zigzag line (jagged peaks) | Empty rectangle (box) |
| Primary Regions | USA, Canada, Japan (legacy) | Europe, UK, Australia, modern global CAD |
| Variable Resistor | Zigzag with an arrow pointing inward | Rectangle with an arrow pointing diagonally across |
| Software Default | Altium (US libs), older OrCAD | KiCad (default), EAGLE, modern Altium |
Which applies to you? If you are reading a schematic from a European manufacturer (like STMicroelectronics or Infineon), expect IEC rectangles. If you are reading an older American military or hobbyist schematic (like classic Arduino shields), expect the IEEE zigzag. Modern ECAD tools like KiCad allow you to toggle between these symbol sets globally without changing the underlying netlist.
The Rows People Get Wrong (and Faded Markings)
When reading multimeter displays, physical component stamps, or BOM (Bill of Materials) sheets, three specific symbol variations consistently cause errors.
1. The Case-Sensitivity Trap: mΩ vs. MΩ
A lowercase m means milli (1/1000th). An uppercase M means Mega (1,000,000). Confusing a 10mΩ current shunt with a 10MΩ bleeder resistor is a billion-fold error. On cheap multimeters, the LCD segments can make a lowercase 'm' look like an uppercase 'M' if the bottom leg of the letter is faded. Always verify the range setting on the dial (e.g., the 200mΩ setting vs the 20MΩ setting).
2. The 'R' and 'E' Decimal Substitutes
Because the Omega symbol is easily rubbed off physical resistors and difficult to print on tiny SMD (Surface Mount Device) packages, the industry uses the letter R (and sometimes E) to represent the decimal point for values under 100 ohms.
- 4R7 = 4.7Ω (Not 47Ω)
- R22 = 0.22Ω (Often used for current sense shunts)
- 3E3 = 3.3Ω (Older BS 1852 British standard notation)
3. The EIA-96 SMD Code Table
For 1% tolerance 0603 SMD resistors, there is no room for the Ω symbol or three digits. They use the EIA-96 standard: two numbers and a letter. The numbers correspond to a lookup table (e.g., 01 = 100, 68 = 499), and the letter is the multiplier (e.g., A = 1, B = 10, C = 100). A resistor marked 68A is 499Ω. A resistor marked 68B is 4.99kΩ. You must keep an EIA-96 cheat sheet at your bench; you cannot calculate this in your head.
Safe Interpretation When Markings are Faded or Missing
Heat, flux residue, and physical abrasion frequently destroy the color bands on through-hole resistors or the laser-etched text on SMD parts. If you cannot read the Ω value, do not guess based on the circuit's assumed design. Follow this bench procedure to safely determine the value.
- De-energize and Discharge: Remove all power from the board. Short large capacitors with a high-wattage bleed resistor to ensure no stored energy remains.
- Isolate the Component: A multimeter measures the entire parallel network connected to the resistor. If you measure a 10kΩ resistor in-circuit, and it is in parallel with a 10kΩ microcontroller input, your DMM will read 5kΩ. You must desolder and lift at least one leg of the through-hole resistor, or remove the SMD resistor entirely with a hot air station.
- Measure and Interpret 'OL': Connect your DMM probes. If the display reads OL (Over Limit) on the highest Megaohm range, the resistor has failed open (burnt out internally). If it reads 0.00, it has shorted.
- Clean the Pads: If measuring an SMD resistor out-of-circuit, wipe the component body with isopropyl alcohol (IPA). Conductive flux residue bridging the terminals can artificially lower the measured ohm value, especially on high-impedance (MΩ) components.
By understanding how the Omega symbol translates from theoretical schematics to physical component codes, you eliminate the guesswork from troubleshooting. Always trust a verified, out-of-circuit multimeter reading over a faded silk-screen marking.






