Milliampere-hours to Coulombs
Snapshot
1 Milliampere-hour equals 3.6 Coulombs. 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 coulomb-based electric charge definitions.
- Example: For 0.001 Milliampere-hours, the result equals 0.0036 Coulombs.
- 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
3.6 Coulombs (C)
SwitchMachine access
Available to apps and AI agents
Milliampere-hours to Coulombs 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
electric-charge- Source unit
milliampere_hours- Target unit
coulombs
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": "electric-charge",
"value": 1,
"from": "milliampere_hours",
"to": "coulombs"
}Essential response
{
"ok": true,
"conversion": {
"family": "electric-charge",
"value": 1,
"from": "milliampere_hours",
"to": "coulombs",
"result": {
"raw": 3.6,
"display": "3.6"
},
"canonicalPath": "/electric-charge/milliampere-hours-to-coulombs/"
}
}Explanation
Formula: Coulombs = Milliampere-hours × 3.6. Why: ampere-hour units convert to charge through current over time, with 1 Ah = 3600 C exactly and 1 mAh = 3.6 C exactly, while coulomb-prefixed units scale by exact powers of ten.
Milliampere-hours (mAh): a battery-scale electric-charge unit equal to one thousandth of an ampere-hour, commonly used for small batteries and portable electronics.
Coulombs (C): the SI unit of electric charge, defined by the exact current-time relationship 1 C = 1 A·s.
This route is mainly useful when switching between battery-capacity style units and standard SI charge units while keeping the same physical quantity.
This conversion is purely multiplicative with no offset because both units reduce exactly to coulombs under the same electric-charge model.
Common Conversion Values
| Milliampere-hours (mAh) | Coulombs (C) |
|---|---|
| 0.001 | 0.0036 |
| 0.01 | 0.036 |
| 0.1 | 0.36 |
| 1 | 3.6 |
| 10 | 36 |
| 100 | 360 |
| 1,000 | 3,600 |
| 5,000 | 18,000 |
Questions & answers
Frequently Asked Questions
What is 1 milliampere-hour in coulombs?
1 Milliampere-hour equals 3.6 Coulombs on this page.
Does this Milliampere-hours to Coulombs page use 1 Ah = 3600 C?
Yes. Routes that involve ampere-hours convert through the exact current-time relationship 1 Ah = 3600 C, then apply any needed SI prefix scaling.
When would I convert milliampere-hours to coulombs?
This route is mainly useful when switching between battery-capacity style units and standard SI charge units while keeping the same physical quantity.
How do I reverse Milliampere-hours to Coulombs?
Use the mirror Coulombs to Milliampere-hours route; it applies the inverse relationship with the same electric-charge assumptions.