Millihenries to Microhenries
Snapshot
1 Millihenry equals 1,000 Microhenries. 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 Millihenries, the result equals 100 Microhenries.
- 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
1,000 Microhenries (uH)
SwitchMachine access
Available to apps and AI agents
Millihenries to Microhenries 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
millihenries- Target unit
microhenries
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": "millihenries",
"to": "microhenries"
}Essential response
{
"ok": true,
"conversion": {
"family": "inductance",
"value": 1,
"from": "millihenries",
"to": "microhenries",
"result": {
"raw": 1000.0000000000001,
"display": "1,000"
},
"canonicalPath": "/inductance/millihenries-to-microhenries/"
}
}Explanation
Formula: Microhenries = Millihenries × 1,000. Why: both units reduce to henries, then scale by exact SI prefixes with no offset.
Millihenries (mH): an SI-prefixed inductance unit equal to one thousandth of a henry, common for coils, filters, and many power-electronics components.
Microhenries (uH): an SI-prefixed inductance unit equal to one millionth of a henry, common for small inductors, switching circuits, and RF-related work.
This route is useful when expanding a larger inductance value into smaller prefixed units for circuit calculations, parts labeling, or component comparisons.
This conversion is purely multiplicative because inductance prefix units are exact decimal scalings of the henry under the same SI model.
Common Conversion Values
| Millihenries (mH) | Microhenries (uH) |
|---|---|
| 0.1 | 100 |
| 1 | 1,000 |
| 10 | 10,000 |
| 100 | 100,000 |
| 1,000 | 1,000,000 |
| 1,000,000 | 1,000,000,000 |
Questions & answers
Frequently Asked Questions
What is 1 millihenry in microhenries?
1 Millihenry equals 1,000 Microhenries on this page.
Does this Millihenries to Microhenries 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 millihenries to microhenries?
This route is useful when expanding a larger inductance value into smaller prefixed units for circuit calculations, parts labeling, or component comparisons.
How do I reverse Millihenries to Microhenries?
Use the mirror Microhenries to Millihenries route; it applies the inverse relationship with the same inductance assumptions.