Microhenries to Millihenries
Snapshot
1 Microhenry equals 0.001 Millihenries. 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 henry-based inductance definitions.
- Example: For 0.1 Microhenries, the result equals 0.0001 Millihenries.
- 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
0.001 Millihenries (mH)
SwitchMachine access
Available to apps and AI agents
Microhenries to Millihenries 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
inductance- Source unit
microhenries- Target unit
millihenries
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": "inductance",
"value": 1,
"from": "microhenries",
"to": "millihenries"
}Essential response
{
"ok": true,
"conversion": {
"family": "inductance",
"value": 1,
"from": "microhenries",
"to": "millihenries",
"result": {
"raw": 0.001,
"display": "0.001"
},
"canonicalPath": "/inductance/microhenries-to-millihenries/"
}
}Explanation
Formula: Millihenries = Microhenries × 0.001. Why: both units reduce to henries, then scale by exact SI prefixes with no offset.
Microhenries (uH): an SI-prefixed inductance unit equal to one millionth of a henry, common for small inductors, switching circuits, and RF-related work.
Millihenries (mH): an SI-prefixed inductance unit equal to one thousandth of a henry, common for coils, filters, and many power-electronics components.
This route is useful when rewriting very small inductance values into larger prefixed units so coil and inductor values are easier to compare, summarize, or normalize.
This conversion is purely multiplicative because inductance prefix units are exact decimal scalings of the henry under the same SI model.
Common Conversion Values
| Microhenries (uH) | Millihenries (mH) |
|---|---|
| 0.1 | 0.0001 |
| 1 | 0.001 |
| 10 | 0.01 |
| 100 | 0.1 |
| 1,000 | 1 |
| 1,000,000 | 1,000 |
Questions & answers
Frequently Asked Questions
What is 1 microhenry in millihenries?
1 Microhenry equals 0.001 Millihenries on this page.
Does this Microhenries to Millihenries page convert through one exact henry reference?
Yes. Both inductance units reduce through henries, then scale by exact SI prefixes with no offset or lookup assumptions.
When would I convert microhenries to millihenries?
This route is useful when rewriting very small inductance values into larger prefixed units so coil and inductor values are easier to compare, summarize, or normalize.
How do I reverse Microhenries to Millihenries?
Use the mirror Millihenries to Microhenries route; it applies the inverse relationship with the same inductance assumptions.