Kiloamps to Milliamps
Snapshot
1 Kiloamps equals 1,000,000 Milliamps. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.
- Reference basis: This conversion uses a fixed factor based on SI electrical/energy references.
- Example: For 0.1 Kiloamps, the result equals 100,000 Milliamps.
- 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 Milliamps (mA)
SwitchMachine access
Available to apps and AI agents
Kiloamps to Milliamps 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
current- Source unit
kiloamps- Target unit
milliamps
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": "current",
"value": 1,
"from": "kiloamps",
"to": "milliamps"
}Essential response
{
"ok": true,
"conversion": {
"family": "current",
"value": 1,
"from": "kiloamps",
"to": "milliamps",
"result": {
"raw": 1000000,
"display": "1,000,000"
},
"canonicalPath": "/current/kiloamps-to-milliamps/"
}
}Explanation
Formula: Milliamps = Kiloamps × 1,000,000. Why: the route uses the ampere as the common basis, then applies exact powers-of-ten scaling for high-current SI prefixes used in power and industrial contexts.
Kiloamps (kA): a large current unit equal to one thousand amperes, used in industrial systems, power distribution, and fault-current analysis.
Milliamps (mA): a current unit equal to one thousandth of an ampere, common in electronics, sensors, and battery-powered circuits.
This route is useful when comparing very large current ratings across ampere, kiloamp, and megaamp scales in industrial, utility, and fault-current documentation.
This conversion is purely multiplicative because both units reduce through one ampere basis with exact SI prefix scaling and no offset.
Common Conversion Values
| Kiloamps (kA) | Milliamps (mA) |
|---|---|
| 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 kiloamps in milliamps?
1 Kiloamps equals 1,000,000 Milliamps on this page.
Does this Kiloamps to Milliamps page use exact high-current SI prefix scaling?
Yes. Kiloamp and megaamp routes use exact SI prefix relationships anchored to amperes, so industrial-scale current values stay aligned across the page.
When would I convert kiloamps to milliamps?
This route is useful when comparing very large current ratings across ampere, kiloamp, and megaamp scales in industrial, utility, and fault-current documentation.
How do I reverse Kiloamps to Milliamps?
Use the mirror Milliamps to Kiloamps route; it applies the inverse relationship with the same current assumptions.