Microhenries to Kilohenries
Snapshot
1 Microhenry equals 1e-9 Kilohenries. 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 1e-10 Kilohenries.
- 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 Kilohenries (kH)
SwitchMachine access
Available to apps and AI agents
Microhenries to Kilohenries 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
kilohenries
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": "kilohenries"
}Essential response
{
"ok": true,
"conversion": {
"family": "inductance",
"value": 1,
"from": "microhenries",
"to": "kilohenries",
"result": {
"raw": 9.999999999999999e-10,
"display": "1e-9"
},
"canonicalPath": "/inductance/microhenries-to-kilohenries/"
}
}Explanation
Formula: Kilohenries = Microhenries × 1e-9. 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.
Kilohenries (kH): an SI-prefixed inductance unit equal to one thousand henries, used for much larger inductance values than typical small electronic 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) | Kilohenries (kH) |
|---|---|
| 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 microhenry in kilohenries?
1 Microhenry equals 1e-9 Kilohenries on this page.
Does this Microhenries to Kilohenries 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 kilohenries?
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 Kilohenries?
Use the mirror Kilohenries to Microhenries route; it applies the inverse relationship with the same inductance assumptions.