Millihenries to Henries
Snapshot
1 Millihenry equals 0.001 Henries. 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 0.0001 Henries.
- 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 Henries (H)
SwitchMachine access
Available to apps and AI agents
Millihenries to Henries 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
henries
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": "henries"
}Essential response
{
"ok": true,
"conversion": {
"family": "inductance",
"value": 1,
"from": "millihenries",
"to": "henries",
"result": {
"raw": 0.001,
"display": "0.001"
},
"canonicalPath": "/inductance/millihenries-to-henries/"
}
}Explanation
Formula: Henries = Millihenries × 0.001. 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.
Henries (H): the SI unit of inductance, expressing how strongly a circuit stores magnetic energy and resists changes in current.
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
| Millihenries (mH) | Henries (H) |
|---|---|
| 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 millihenry in henries?
1 Millihenry equals 0.001 Henries on this page.
Does this Millihenries to Henries page use exact henry-based SI scaling?
Yes. This route uses the henry as the exact SI base unit, then applies the appropriate decimal prefix so the direct answer, calculator, and table stay aligned.
When would I convert millihenries to henries?
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 Millihenries to Henries?
Use the mirror Henries to Millihenries route; it applies the inverse relationship with the same inductance assumptions.