Kilohenries to Millihenries
Snapshot
1 Kilohenry equals 1,000,000 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 Kilohenries, the result equals 100,000 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
1,000,000 Millihenries (mH)
SwitchMachine access
Available to apps and AI agents
Kilohenries 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
kilohenries- 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": "kilohenries",
"to": "millihenries"
}Essential response
{
"ok": true,
"conversion": {
"family": "inductance",
"value": 1,
"from": "kilohenries",
"to": "millihenries",
"result": {
"raw": 1000000,
"display": "1,000,000"
},
"canonicalPath": "/inductance/kilohenries-to-millihenries/"
}
}Explanation
Formula: Millihenries = Kilohenries × 1,000,000. Why: both units reduce to henries, then scale by exact SI prefixes with no offset.
Kilohenries (kH): an SI-prefixed inductance unit equal to one thousand henries, used for much larger inductance values than typical small electronic components.
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 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
| Kilohenries (kH) | Millihenries (mH) |
|---|---|
| 0.1 | 100,000 |
| 1 | 1,000,000 |
| 10 | 10,000,000 |
| 100 | 100,000,000 |
| 1,000 | 1,000,000,000 |
| 1,000,000 | 1,000,000,000,000 |
Questions & answers
Frequently Asked Questions
What is 1 kilohenry in millihenries?
1 Kilohenry equals 1,000,000 Millihenries on this page.
Does this Kilohenries 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 kilohenries to millihenries?
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 Kilohenries to Millihenries?
Use the mirror Millihenries to Kilohenries route; it applies the inverse relationship with the same inductance assumptions.