# Radiation Absorbed Dose Converter (Gy / rad)

Convert radiation absorbed dose between Gy (gray = J/kg, SI base), kGy (1 = 1000 Gy), cGy (1 = 0.01 Gy), mGy (1 = 0.001 Gy), and rad (1 = 0.01 Gy). Converts via Gy to the target unit and lists the equivalent value in all five units. ⚠️ Absorbed dose is NOT equivalent dose: converting Gy → Sv requires multiplying by the radiation weighting factor w_R (X/γ/β = 1, neutrons 5–20, alpha 20) — use the dose-equivalent converter for that side. Reference values: chest X-ray ≈ 1e-4, CT scan ≈ 1e-2, radiotherapy fraction ≈ 2, whole-body LD50/60 ≈ 4–6 Gy.

> Canonical page: https://elysiatools.com/en/tools/radiation-absorbed-dose-converter

- **Category:** Math & Numbers

- **Keywords:** absorbed dose, radiation dose conversion, gray, Gy, rad, cGy, mGy, kGy, ionizing radiation, J/kg, radiotherapy, radiology

## Overview

Convert a non-negative radiation absorbed dose between Gy, kGy, cGy, mGy, and rad. Enter a value, choose the input and output units, and receive the converted result plus equivalent values in all five units.

## Inputs

- **Input unit** (select)
- **Value** (number): Absorbed dose in the selected Input unit. Must be non-negative.
- **Output unit** (select)
- **Decimal Places** (number)

## When to use

- Convert radiology or radiation measurements between Gy, mGy, cGy, kGy, and rad.
- Check radiotherapy dose values expressed in cGy against their equivalent in Gy or rad.
- Standardize absorbed-dose values for calculations, reports, or technical comparisons.

## How it works

- Enter a non-negative absorbed-dose value.
- Select the input unit and the desired output unit.
- Choose the number of decimal places from 0 to 10.
- The converter uses Gy as the basis and returns the selected conversion along with all five unit equivalents.

## Use cases

- Radiology teams can compare CT or X-ray dose values across Gy, mGy, and rad.
- Radiotherapy staff can convert treatment fractions from cGy to Gy.
- Students and technical professionals can verify radiation-dose unit relationships.

## Frequently asked questions

### Which units does this converter support?

It supports Gy, kGy, cGy, mGy, and rad.

### What does 1 rad equal?

1 rad equals 0.01 Gy, 1 cGy, or 10 mGy.

### How many Gy are in 200 cGy?

200 cGy equals 2 Gy.

### Can this tool convert absorbed dose to Sv?

No. Sv is equivalent dose and requires a radiation weighting factor, so use a dose-equivalent converter.

### What values can I enter?

Enter a non-negative numeric absorbed-dose value.

## Related tools

- [Air Changes per Hour (ACH, n = Q/V)](https://elysiatools.com/en/tools/air-changes-per-hour): Compute the air change rate (ACH / n) of a room from the outdoor supply airflow Q and the room volume V: n = Q/V (1/h). Three modes: solve ACH (given Q and V), solve airflow (given n and V), or solve volume (given n and Q). Flow in m³/s/m³/h/CFM, volume in m³/ft³/L. Also reports the well-mixed single-zone purge time to reach a target residual fraction ε (default 1%): t = −ln(ε)/n hours.
- [Bearing Life L10 Calculator](https://elysiatools.com/en/tools/bearing-life-l10): Calculate the basic rating life of a rolling bearing: L10 = (C/P)^p, with p = 3 for ball bearings and p = 10/3 for roller bearings. When a speed is provided, converts to L10h in operating hours.
- [Bits to GB](https://elysiatools.com/en/tools/bits-to-gb): Convert bits to gigabytes with decimal vs binary interpretation, alternate-system comparison, and network-speed-aware transfer estimates
- [Bits to MB](https://elysiatools.com/en/tools/bits-to-mb): Convert bits to megabytes with decimal vs binary interpretation, alternate-system comparison, and network-speed-aware transfer estimates
- [Bolt Torque Clamp Force Calculator](https://elysiatools.com/en/tools/bolt-torque-clamp-force): Convert between bolt tightening torque and axial clamp force. T = K·F·d, where K is the nut factor (~0.20 for dry steel). Solve torque from force, or force from torque.
- [Bytes to GB](https://elysiatools.com/en/tools/byte-to-gb): Convert bytes to gigabytes with decimal vs binary interpretation, alternate-system comparison, and network-speed-aware transfer estimates
- [Byte to MB](https://elysiatools.com/en/tools/byte-to-mb): Convert bytes to megabytes using the decimal MB standard with configurable precision
- [Cable Ampacity Calculator (IEC 60364-5-52)](https://elysiatools.com/en/tools/cable-ampacity-calculator): Estimate copper cable current-carrying capacity per the simplified IEC 60364-5-52 reference method. Combines cross-section, insulation (PVC 70°C / XLPE 90°C), installation method, and ambient temperature to derive the corrected allowable ampacity (A).

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
