Milligrays to Rads
Snapshot
1 Milligray equals 0.1 Rads. 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 gray-based absorbed-dose definitions.
- Example: For 0.1 Milligrays, the result equals 0.01 Rads.
- 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.1 Rads (rad)
SwitchMachine access
Available to apps and AI agents
Milligrays to Rads 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
radiation-absorbed-dose- Source unit
milligrays- Target unit
rads
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": "radiation-absorbed-dose",
"value": 1,
"from": "milligrays",
"to": "rads"
}Essential response
{
"ok": true,
"conversion": {
"family": "radiation-absorbed-dose",
"value": 1,
"from": "milligrays",
"to": "rads",
"result": {
"raw": 0.1,
"display": "0.1"
},
"canonicalPath": "/radiation-absorbed-dose/milligrays-to-rads/"
}
}Explanation
Formula: Rads = Milligrays × 0.1. Why: the rad has the fixed definition 1 rad = 0.01 Gy, so the calculator normalizes through grays before applying the target scale.
Milligrays (mGy): an absorbed-dose unit equal to one thousandth of a gray, common for lower-dose reporting and instrumentation readouts.
Rads (rad): a legacy absorbed-dose unit tied to a fixed gray equivalent, where 1 rad equals exactly 0.01 Gy.
This route is useful when translating absorbed-dose values between legacy rad-based references and modern gray-based SI reporting in laboratory, industrial, and technical contexts.
This conversion is purely multiplicative because both units reduce through grays using fixed absorbed-dose definitions with no offset.
Common Conversion Values
| Milligrays (mGy) | Rads (rad) |
|---|---|
| 0.1 | 0.01 |
| 1 | 0.1 |
| 10 | 1 |
| 100 | 10 |
| 1,000 | 100 |
Questions & answers
Frequently Asked Questions
How many rads are in 1 milligray?
1 Milligray equals 0.1 Rads on this page.
What exact relationship does this Milligrays to Rads page use for rad and gray?
This route uses the exact relationship 1 rad = 0.01 gray, so gray-based SI values and legacy rad values stay aligned across the page.
When would I convert milligrays to rads?
Use this route when restating absorbed-dose values across radiology, dosimetry, shielding, and laboratory reporting scales.
How do I reverse Milligrays to Rads?
Use the mirror Rads to Milligrays route; it applies the inverse relationship with the same absorbed-dose assumptions.