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