Radiation Absorbed DoseGrays to Rads

Grays to Rads

Snapshot

1 Gray equals 100 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 Grays, the result equals 10 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

100 Rads (rad)

Switch

Machine access

Available to apps and AI agents

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

Request

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

Essential response

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

Explanation

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

Grays (Gy): the SI derived unit of absorbed dose, equal to one joule of radiation energy deposited per kilogram of matter.

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.

Method & Reference

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

Common Conversion Values

Grays (Gy)Rads (rad)
0.1 10
1 100
10 1,000
100 10,000
1,000 100,000

Questions & answers

Frequently Asked Questions

How many rads are in 1 gray?

1 Gray equals 100 Rads on this page.

What exact relationship does this Grays 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 grays to rads?

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

How do I reverse Grays to Rads?

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