Microhenries to Henries
Snapshot
1 Microhenry equals 0.000001 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 Microhenries, the result equals 1e-7 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.000001 Henries (H)
SwitchMachine access
Available to apps and AI agents
Microhenries 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
microhenries- 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": "microhenries",
"to": "henries"
}Essential response
{
"ok": true,
"conversion": {
"family": "inductance",
"value": 1,
"from": "microhenries",
"to": "henries",
"result": {
"raw": 0.000001,
"display": "0.000001"
},
"canonicalPath": "/inductance/microhenries-to-henries/"
}
}Explanation
Formula: Henries = Microhenries × 0.000001. 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.
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
| Microhenries (uH) | Henries (H) |
|---|---|
| 0.1 | 1e-7 |
| 1 | 0.000001 |
| 10 | 0.00001 |
| 100 | 0.0001 |
| 1,000 | 0.001 |
| 1,000,000 | 1 |
Questions & answers
Frequently Asked Questions
What is 1 microhenry in henries?
1 Microhenry equals 0.000001 Henries on this page.
Does this Microhenries 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 microhenries 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 Microhenries to Henries?
Use the mirror Henries to Microhenries route; it applies the inverse relationship with the same inductance assumptions.