Radiation Absorbed DoseRads to Milligrays

Rads to Milligrays

Snapshot

1 Rad equals 10 Milligrays. 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 Rads, the result equals 1 Milligray.
  • 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

10 Milligrays (mGy)

Switch

Machine access

Available to apps and AI agents

Rads to Milligrays 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
rads
Target unit
milligrays

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/convert

Request

{
  "family": "radiation-absorbed-dose",
  "value": 1,
  "from": "rads",
  "to": "milligrays"
}

Essential response

{
  "ok": true,
  "conversion": {
    "family": "radiation-absorbed-dose",
    "value": 1,
    "from": "rads",
    "to": "milligrays",
    "result": {
      "raw": 10,
      "display": "10"
    },
    "canonicalPath": "/radiation-absorbed-dose/rads-to-milligrays/"
  }
}
Full API documentation

Explanation

Formula: Milligrays = Rads × 10. Why: the rad has the fixed definition 1 rad = 0.01 Gy, so the calculator normalizes through grays before applying the target scale.

Rads (rad): a legacy absorbed-dose unit tied to a fixed gray equivalent, where 1 rad equals exactly 0.01 Gy.

Milligrays (mGy): an absorbed-dose unit equal to one thousandth of a gray, common for lower-dose reporting and instrumentation readouts.

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.

Method & Reference

  • Method basis: exact conversion formula shown in Snapshot.
  • Applied factor: 1 Rad = 10 Milligrays.
  • Consistency rule: calculator output and table values use the same constants and rounding policy.

Common Conversion Values

Rads (rad)Milligrays (mGy)
0.1 1
1 10
10 100
100 1,000
1,000 10,000

Questions & answers

Frequently Asked Questions

How many milligrays are in 1 rad?

1 Rad equals 10 Milligrays on this page.

What exact relationship does this Rads to Milligrays 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 rads to milligrays?

Use this route when restating absorbed-dose values across radiology, dosimetry, shielding, and laboratory reporting scales.

How do I reverse Rads to Milligrays?

Use the mirror Milligrays to Rads route; it applies the inverse relationship with the same absorbed-dose assumptions.