Introduction
Resistance — measured in ohms (Ω) — is how much a component opposes current. Standard resistors range from tenths of an ohm to tens of megohms. Insulation is often rated in gigohms. Signal-coupling capacitors and printed-circuit traces are inspected for milliohm-level differences. This calculator moves between every useful scale, including the historical abohm and statohm you occasionally run into in older physics literature.
How to convert electrical resistance
Converting electrical resistance is fundamentally a question of ratios. Every electrical resistance unit has a defined relationship to a single ohm, which we use as the internal reference. The calculator normalizes your input to the ohm, then scales out to whichever target unit you pick. That two-step design is what lets a single engine handle dozens of unit pairs without special cases.
In practice you rarely need to think about the math. Enter a value, pick the from-unit and the to-unit, and read the answer instantly. The chart below the calculator shows the same value expressed in the first several supported units at once — useful for sanity-checking whether a number is in the right ballpark.
The most common pitfall is not in the arithmetic but in the input itself: writing the wrong unit, confusing similar abbreviations (mA vs µA, mF vs µF), or mixing conventions (US vs UK, mechanical vs metric). Always double-check the selected units before you trust the output downstream — especially when pasting a number into a spec sheet, report, or procurement form.
If you need to export the result, the calculator can produce a one-page PDF including your input value, the converted output, and the comparison table. That is handy for attaching to emails, lab notebooks, or project deliverables.
For related calculations, see our Electric Current Converter, Capacitance Converter, Inductance Converter.
Units supported by this electrical resistance calculator
This calculator supports every commonly used electrical resistance unit you're likely to encounter in electronics, electrical engineering:
- Ohm (Ω)
- Milliohm (mΩ)
- Microhm (µΩ)
- Kilohm (kΩ)
- Megohm (MΩ)
- Gigohm (GΩ)
- Abohm
- Statohm (esu)
In most everyday situations you'll use one of the first few entries in the list. The rarer or historical units are included because they still appear in legacy documentation, older physics texts, or specific national standards. When you're comparing quantities across sources, always normalize to a single unit first — apples-to-apples numeric comparisons are the whole point.
- Pick one reference unit for a given project (usually an SI unit).
- Convert everything once, at ingest, rather than mid-calculation.
- Annotate units in spreadsheet column headers, report tables, or variable names.
- Round only at the final display step; carry full precision through the intermediate math.
- Cross-check with a known reference value whenever the number feels surprising.
Why electrical resistance conversion matters
Unit errors have a real cost. The Mars Climate Orbiter was lost because one team used imperial units where the other used metric — a $125 million spacecraft disintegrated because of a unit mismatch. In medicine, a decimal-point or unit swap can change a drug dose by orders of magnitude. In construction, confusing feet and meters has caused real structural failures.
For everyday work the stakes are lower, but the habit is exactly the same: treat units as a first-class concern, not a footnote. In the electrical resistance domain specifically, conversion matters most in electronics, electrical engineering, where specifications, regulations, and part catalogs may all use different conventions. The calculator exists so that you never have to guess whether you remembered the factor correctly.
Another reason to use an accurate converter rather than a mental approximation: errors compound. A 5% error on a single conversion is usually recoverable. The same 5% error applied to a chain of three or four calculations can easily push a result outside any realistic tolerance. By using a calculator with full-precision factors, you keep the error budget for downstream decisions rather than burning it on avoidable arithmetic slip.
The conversion formula
The internal formula for linear conversions is simply target = (value × fromFactor) / toFactor, where each factor expresses the unit in terms of the ohm. We keep every factor at its full defined precision, so even very large or very small values round correctly at the final display step.
For non-linear conversions (such as temperature, which has a different zero point for each scale), the calculator uses explicit toBase and fromBase functions rather than a single factor. The user-facing behavior is identical — you still just pick units and read the answer — but internally the engine handles the offset math automatically.
If you want to audit the exact factors, they are visible in the page source. We don't round factors for convenience, because rounding at the definition level is the single most common cause of drift in technical calculations. The conversion is transparent: the calculator produces the same number a carefully-done hand calculation would, not a quick-and-dirty approximation.
Common mistakes and how to avoid them
Almost every unit-conversion error comes from one of five patterns, and recognizing them is half the battle:
- Wrong prefix. Confusing milli- (10⁻³) with micro- (10⁻⁶) is the all-time champion error in electronics. A 100 mA circuit pulls 100,000 times more current than a 100 µA circuit. Always spell out the prefix in notes, and when in doubt, check the SI Prefix Converter.
- Wrong convention. US gallons vs UK gallons, mechanical vs metric horsepower, short tons vs long tons vs metric tonnes — pick one convention and stick with it through the whole document.
- Wrong direction. Conversion is not always commutative in notation. A car's efficiency is either MPG (higher is better) or L/100km (lower is better). Reversing those feels right only until it isn't.
- Mixed systems inside a formula. If a physics or engineering equation calls for SI inputs, feeding it imperial inputs produces garbage output. Convert everything to one system before plugging in.
- Rounding too early. A factor truncated to three digits introduces a 0.05% floor error. Chain three of those together and the error budget is blown. Always carry precision end-to-end.
The single best habit is to label every number with its unit, every time, and to verify units when you paste a value into a new context. A number without a unit is a rumor.
History and background
Most electrical resistance units were defined long before the metric system, and many were defined differently in different countries. The 19th and 20th centuries saw a slow consolidation on SI, but legacy units survive wherever they have industry or cultural inertia. That is why US blueprints show inches while European blueprints show millimeters, and why a 2026 physics paper, a 1955 engineering handbook, and a 19th-century ship's log can all describe the same physical quantity in completely different notation.
Knowing a little history helps you avoid subtle mistakes. Pre-1959 US yards were very slightly different from international yards; CGS units (the older scientific system) are still embedded in older electromagnetism textbooks; and many industry-specific units (barrels of oil, troy ounces, carats) persist simply because supply chains never had a reason to change. Most of the time those edge cases don't matter — but when they do, they really do, and that is precisely when you want a calculator with audited conversion factors.
Who uses electrical resistance conversion most
The practitioners who touch electrical resistance conversion every day come from electronics, electrical engineering. For them, the value of a reliable instant converter is not the math — they know the math — but the elimination of a low-value, error-prone step from their workflow. Freeing the brain from arithmetic lets it focus on the actual decision, which is almost always the higher-leverage part of the task.
For casual users — students checking homework, travelers comparing prices, home cooks doubling a recipe, DIYers building a deck — the calculator is just a friction-free alternative to searching for a conversion factor on a phone. Either way, the goal is the same: a correct number, fast, with no copy-paste errors.
Tips for accurate electrical resistance conversion
- Double-check the unit selector before copy-pasting a number into another document.
- Use the same unit system throughout a single document, spreadsheet, or CAD model.
- Label every number with its unit; do not rely on context or memory.
- When in doubt, convert to SI (meters, kilograms, seconds, amperes) and back.
- Bookmark this tool so your next conversion is one click away.
- Export the PDF when you need a paper trail for a review or audit.
Unit conversion is a small skill with a large payoff — it's the difference between work that is merely done and work that can be trusted. Keep the converter open in a browser tab, make conversion routine, and the errors that plague less-disciplined workflows will simply not be yours.
For related calculations, see our Electric Current Converter, Capacitance Converter, Inductance Converter.