Milliohms to Megaohms
Snapshot
1 Milliohm equals 1e-9 Megaohms. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.
- Reference basis: This conversion uses exact ohm-based resistance definitions.
- Example: For 0.1 Milliohms, the result equals 1e-10 Megaohms.
- Use the reverse page if you need the opposite direction with the same basis.
Use the interactive calculator below for custom values and the common-value table for quick checks.
Interactive conversion
Converter Calculator
1e-9 Megaohms (Mohm)
SwitchMachine access
Available to apps and AI agents
Milliohms to Megaohms can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The identifiers below select the same calculation as the calculator.
Machine-readable identifiers
- Conversion family
resistance- Source unit
milliohms- Target unit
megaohms
The JSON API and OpenAPI specification use the identifiers to reach the conversion engine. WebMCP lets compatible AI agents request the same calculation.
Example API request and response
POST /api/v1/convertRequest
{
"family": "resistance",
"value": 1,
"from": "milliohms",
"to": "megaohms"
}Essential response
{
"ok": true,
"conversion": {
"family": "resistance",
"value": 1,
"from": "milliohms",
"to": "megaohms",
"result": {
"raw": 1e-9,
"display": "1e-9"
},
"canonicalPath": "/resistance/milliohms-to-megaohms/"
}
}Explanation
Formula: Megaohms = Milliohms × 1e-9. Why: the route uses the ohm as the common basis, then applies exact powers-of-ten scaling for high-resistance SI prefixes used in insulation, leakage, and test contexts.
Milliohms (mohm): a very low-resistance unit equal to one thousandth of an ohm, common in shunt resistors, busbars, and contact-resistance work.
Megaohms (Mohm): a resistance unit equal to one million ohms, common in insulation testing, high-impedance circuits, and leakage measurements.
This route is useful when comparing high-resistance values across ohm, megaohm, and gigaohm scales in insulation testing, leakage analysis, and high-impedance measurement work.
This conversion is purely multiplicative because both units reduce through one ohm basis with exact SI prefix scaling and no offset.
Common Conversion Values
| Milliohms (mohm) | Megaohms (Mohm) |
|---|---|
| 0.1 | 1e-10 |
| 1 | 1e-9 |
| 10 | 1e-8 |
| 100 | 1e-7 |
| 1,000 | 0.000001 |
| 1,000,000 | 0.001 |
Questions & answers
Frequently Asked Questions
What is 1 milliohm in megaohms?
1 Milliohm equals 1e-9 Megaohms on this page.
Does this Milliohms to Megaohms page use exact high-resistance SI scaling?
Yes. Megaohm and gigaohm routes use exact SI prefix relationships anchored to ohms, so insulation and high-impedance values stay aligned across the page.
When would I convert milliohms to megaohms?
This route is useful when comparing high-resistance values across ohm, megaohm, and gigaohm scales in insulation testing, leakage analysis, and high-impedance measurement work.
How do I reverse Milliohms to Megaohms?
Use the mirror Megaohms to Milliohms route; it applies the inverse relationship with the same resistance assumptions.