.DCM file extension

To open .DCM files on Windows, try opening the file in RadiAnt DICOM Viewer (a common desktop DICOM viewer) and use its import/open function if needed.

To open a .DCM file, use a DICOM viewer (for example, RadiAnt DICOM Viewer on Windows) or a DICOM toolkit/library (for example, DCMTK tools or pydicom). If a file won’t open, it may not be a valid DICOM Part 10 file even if it ends in .dcm.

Last updated: April 30, 2026 · Reviewed by Julian Stricker

Open on your device

Choose your operating system for a dedicated step-by-step opening guide.

How to open .DCM files

Use these platform-specific instructions to open .DCM files safely.

Windows

  1. Try opening the file in RadiAnt DICOM Viewer (a common desktop DICOM viewer) and use its import/open function if needed.
  2. If you need to verify the file format, use DCMTK’s dcmftest to check whether it is a DICOM Part 10 file before troubleshooting further.
Full Windows guide

Mac

  1. macOS does not include a built-in DICOM viewer; install a DICOM-capable viewer or use a workflow that can read DICOM data.
  2. For technical inspection/conversion workflows, use a DICOM toolkit or script (for example, pydicom in Python) to load the dataset and confirm it’s readable.
Full Mac guide

Linux

  1. Use DCMTK utilities (for example, run dcmftest) to confirm the file is in DICOM Part 10 format.
  2. If you are developing or inspecting data, use pydicom (Python) to read the file (e.g., with dcmread) and then view or export as needed.
Full Linux guide

iOS

  1. iOS typically won’t preview .dcm natively; open it in a DICOM-capable app if you have one, or transfer the file to a desktop DICOM viewer for reliable viewing.
Full iOS guide

Android

  1. Android typically won’t open .dcm files in default viewers; use a DICOM-capable app if available, or transfer the file to a desktop DICOM viewer/toolkit for viewing and analysis.
Full Android guide

Security notes

  • Treat .dcm files as sensitive: DICOM commonly carries personal health information in metadata (patient name/ID, study dates). Only share or upload if you are authorized, and prefer properly anonymized datasets when needed.
  • Be cautious with unknown DICOM files: while DICOM is not a “script” format, viewers and toolkits are complex parsers; malformed files can trigger crashes or vulnerabilities in poorly maintained software. Use reputable, up-to-date DICOM software and avoid opening untrusted files in critical environments.
  • Do not assume the extension guarantees DICOM content. Verify the file is actually DICOM Part 10 (for example, with dcmftest) before processing it in automated pipelines.

Recommended antivirus software

Scan files before opening them. These antivirus tools help protect against malware and viruses.

We may earn a commission when you use affiliate links. This supports our free file extension guides.

Can't open this file?

These are the most common causes and fixes when .DCM files fail to open.

Common reasons

  • The .DCM file won’t open or shows as “unsupported”
  • You see images but important metadata looks wrong or missing
  • The file opens but looks like “noise,” black frames, or unexpected orientation

Fix steps

  1. Test the file with DCMTK’s dcmftest to confirm it is DICOM Part 10.
  2. Re-copy or re-download the file (partial transfers are common with large studies).
  3. If it is DICOM but still fails in one viewer, try a different DICOM reader/toolkit to rule out viewer-specific limitations.

What is a .DCM file?

.DCM is commonly used for DICOM files, the standard format for exchanging medical images and related information. The on-disk file format used for media interchange is defined by the DICOM standard (DICOM PS3.10, often referred to as “DICOM Part 10”). DICOM files typically include both pixel data (images) and structured metadata (patient/study/series details), which is why generic image viewers usually can’t open them correctly.

Background

DICOM (Digital Imaging and Communications in Medicine) is the dominant standard for storing and exchanging medical imaging data (such as CT, MR, ultrasound, and X‑ray) along with the metadata needed to interpret it in clinical workflows. While DICOM is a broader communication and data model, the “Part 10” file format defines how DICOM objects are stored as files for interchange and archival.

Common MIME types: application/dicom

Further reading

Authoritative resources for more details on the .DCM format.

Common .DCM issues

The .DCM file won’t open or shows as “unsupported”

Even with a .dcm extension, the file may not be a valid DICOM Part 10 file, or it may be incomplete/corrupted.

  1. Test the file with DCMTK’s dcmftest to confirm it is DICOM Part 10.
  2. Re-copy or re-download the file (partial transfers are common with large studies).
  3. If it is DICOM but still fails in one viewer, try a different DICOM reader/toolkit to rule out viewer-specific limitations.

You see images but important metadata looks wrong or missing

DICOM files contain extensive metadata; some files may be anonymized, incomplete, or use tags that certain software doesn’t display by default.

  1. Open the file with a tool that can inspect the dataset structure (for example, read it with pydicom to view attributes).
  2. Confirm you’re opening the correct file(s) from the same study/series—DICOM studies often consist of many files.

The file opens but looks like “noise,” black frames, or unexpected orientation

Rendering depends on correct interpretation of pixel data, transfer syntax, and metadata such as orientation and windowing; different viewers may handle edge cases differently.

  1. Try another DICOM viewer or toolkit to compare rendering results.
  2. If you control the source system, re-export the study using a standard DICOM Part 10 export option when available.

FAQ

Is .DCM always a DICOM medical image?

Most commonly, yes—.dcm is widely used for DICOM files. However, the extension alone is not a guarantee; verifying the file as DICOM Part 10 (for example, with DCMTK’s dcmftest) is the safest way to confirm.

What MIME type should be used for DICOM files?

The registered MIME type for DICOM is application/dicom (see RFC 3240 and the IANA media type registry).

Can I convert .DCM by just renaming it to .JPG or .PNG?

No. Renaming only changes the filename extension. To convert, you need DICOM-aware software that can decode the pixel data and export to an image format while preserving (or deliberately excluding) metadata as appropriate.

How can I programmatically read a .dcm file in Python?

pydicom supports reading DICOM datasets using dcmread, after which you can inspect tags and (when available) pixel data.

Similar file extensions

Compare related formats in the same category to find the right tool faster.