Coulombs to Millicoulombs
Snapshot
1 Coulomb equals 1,000 Millicoulombs. 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 exact coulomb-based charge definitions.
- Example: For 10 Coulombs, the result equals 10,000 Millicoulombs.
- 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 Millicoulombs (mC)
SwitchMachine access
Available to apps and AI agents
Coulombs to Millicoulombs 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
battery-charge- Source unit
coulomb- Target unit
millicoulomb
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": "battery-charge",
"value": 1,
"from": "coulomb",
"to": "millicoulomb"
}Essential response
{
"ok": true,
"conversion": {
"family": "battery-charge",
"value": 1,
"from": "coulomb",
"to": "millicoulomb",
"result": {
"raw": 1000,
"display": "1,000"
},
"canonicalPath": "/battery-charge/coulombs-to-millicoulombs/"
}
}Explanation
Formula: Millicoulombs = Coulombs × 1,000. Why: SI charge units such as coulombs and their prefixes are exact, so the calculator normalizes through coulombs before applying the target battery-charge unit.
Coulombs (C): the SI unit of electric charge.
Millicoulombs (mC): a small SI charge unit equal to one thousandth of a coulomb.
This route is useful when translating battery-style capacity values into SI charge units for engineering, calculation, and reference work.
This conversion is purely multiplicative because both units reduce through coulombs using exact SI charge definitions with no offset.
Common Conversion Values
| Coulombs (C) | Millicoulombs (mC) |
|---|---|
| 1 | 1,000 |
| 10 | 10,000 |
| 100 | 100,000 |
| 500 | 500,000 |
| 1,000 | 1,000,000 |
| 5,000 | 5,000,000 |
| 10,000 | 10,000,000 |
| 20,000 | 20,000,000 |
Questions & answers
Frequently Asked Questions
How is Coulombs to Millicoulombs calculated?
The factor is derived by reducing both units to coulombs and then applying the exact fixed ratio between those charge definitions.
Is there a reverse page for Millicoulombs to Coulombs?
Yes. Use the mirror Millicoulombs to Coulombs page to apply the inverse relationship with the same exact charge basis.
Can I use decimal values for Coulombs to Millicoulombs?
Yes. Decimal inputs are supported for Coulombs to Millicoulombs, and the same exact coulomb-based normalization is used throughout the page.