A .dcm file is a medical image file saved in the DICOM format (Digital Imaging and Communications in Medicine). It’s the universal standard used by hospitals, clinics, and imaging centers to store and share scans like CTs, MRIs, ultrasounds, and X-rays. Unlike a regular image file such as a JPEG or PNG, a .dcm file bundles the actual image data together with a detailed header containing patient information, scan settings, and display instructions, all in one package.
If you’ve had a medical scan and received a CD or download link with your images, there’s a good chance those files end in .dcm. Here’s what’s inside them and how to open them.
What’s Inside a .dcm File
Every .dcm file has two main parts: a header and pixel data. The header comes first and acts like a detailed label. It stores demographic information about the patient, the settings the scanner used during the exam, the image dimensions, matrix size, color space, and other technical details the computer needs to display the image correctly.
The header is organized into standardized groups of tags. Group “0010,” for example, holds patient information: the patient’s name, ID number, birth date, age, sex, ethnic group, and more. Group “0018” stores acquisition parameters, the specific settings the MRI or CT machine used when capturing the scan. Group “0028” controls how the image appears on a monitor, things like brightness mapping and window levels. This tagging system is what makes DICOM files so useful in healthcare. Any DICOM-compatible system in the world can read the same tags and know exactly how to interpret the file.
After the header comes the pixel data, the actual image. This can be stored uncompressed (as raw pixel values) or compressed using formats like JPEG. For multi-frame images, such as a series of CT slices or a looping ultrasound clip, each frame is encoded separately within the same file structure.
Which Medical Scans Use DICOM
Virtually all modern diagnostic imaging equipment outputs .dcm files. The standard has covered every major imaging type since 1995, including:
- CT scans (computed tomography)
- MRI (magnetic resonance imaging)
- Ultrasound
- X-rays and computed radiography
- Nuclear medicine scans (PET, SPECT)
- X-ray angiography
- Radiofluoroscopy
- Secondary capture (digitized video or scanned film)
This means if you get imaging done at any modern facility, the raw files will almost certainly be in DICOM format, regardless of the type of scan.
How to Open a .dcm File
You can’t open a .dcm file with a standard photo viewer. You need a DICOM viewer, and several free options exist. MicroDicom is a popular free viewer for Windows (Vista through Windows 11, both 32-bit and 64-bit). It can also run on macOS through compatibility tools like Wine or CrossOver. Other widely used free viewers include Horos (Mac only), RadiAnt (Windows), and 3D Slicer (Windows, Mac, and Linux).
These viewers do more than just display the image. They let you scroll through slices in a CT or MRI series, adjust window and level settings to see different tissue types, measure distances and angles, and zoom into specific regions. Some also let you reconstruct 3D views from a stack of 2D slices. If you just need a quick look at a single file, most of these install in minutes and open .dcm files immediately.
Why .dcm Files Contain Personal Information
Because the DICOM header embeds patient identity directly into the file, every .dcm file is potentially sensitive. Common tags include the patient’s name, age, sex, birth date, hospital ID number, referring physician, institution name, study date, and unique identifiers. This is by design: it prevents images from being mixed up between patients in a hospital’s picture archiving system.
But it also means sharing a .dcm file casually, uploading it to a forum, emailing it to a friend, or posting it online, can expose protected health information. Under HIPAA regulations in the United States, de-identifying a DICOM file requires stripping out names, dates (except year), geographic details smaller than a state, medical record numbers, social security numbers, phone numbers, email addresses, and 18 categories of identifiers in total. Even ages over 89 must be grouped into a single “90 or older” category.
If you need to share your own scans, for a second opinion or with a researcher, look for a “de-identify” or “anonymize” function in your DICOM viewer. This strips out groups “0008” (study information) and “0010” (patient information) from the header and replaces them with blank or generic values while leaving the image data intact.
How .dcm Differs From Regular Image Files
A JPEG or PNG stores pixels and basic display information. A .dcm file stores pixels plus dozens to hundreds of structured metadata tags that describe the patient, the scan, and how the image should be rendered. DICOM images also support higher bit depths than consumer formats. Medical scans commonly use 12 or 16 bits per pixel instead of the 8 bits typical in a JPEG, which preserves subtle differences in tissue density that would be lost in a standard photo format.
DICOM files can also contain multiple frames in a single file, functioning more like a video than a still image. An ultrasound clip or a cardiac MRI cine loop, for instance, might be a single .dcm file with dozens of frames. And because the header includes precise physical measurements (pixel spacing, slice thickness, patient orientation), software can calculate real-world distances and volumes directly from the image, something a regular photo format can’t support.
The DICOM Standard Today
DICOM isn’t a static format. It’s maintained by the DICOM Standards Committee under the National Electrical Manufacturers Association (NEMA) and updated multiple times per year. The standard is currently on version 2026b, reflecting continuous revisions to keep pace with new imaging technologies and workflows. This ongoing maintenance is one reason the format has remained dominant in medical imaging for three decades: it evolves without breaking backward compatibility, so a .dcm file created in 2005 still opens in today’s software.

