Henries to Microhenries
Snapshot
1 Henry equals 1,000,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 Henries, the result equals 100,000 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,000 Microhenries (uH)
SwitchMachine access
Available to apps and AI agents
Henries 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
henries- 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": "henries",
"to": "microhenries"
}Essential response
{
"ok": true,
"conversion": {
"family": "inductance",
"value": 1,
"from": "henries",
"to": "microhenries",
"result": {
"raw": 1000000,
"display": "1,000,000"
},
"canonicalPath": "/inductance/henries-to-microhenries/"
}
}Explanation
Formula: Microhenries = Henries × 1,000,000. Why: both units reduce to henries, then scale by exact SI prefixes with no offset.
Henries (H): the SI unit of inductance, expressing how strongly a circuit stores magnetic energy and resists changes in current.
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
| Henries (H) | Microhenries (uH) |
|---|---|
| 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 henry in microhenries?
1 Henry equals 1,000,000 Microhenries on this page.
Does this Henries to Microhenries 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 henries 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 Henries to Microhenries?
Use the mirror Microhenries to Henries route; it applies the inverse relationship with the same inductance assumptions.