.DICOM

DICOM File

DICOM Medical Image (full extension form)
Ask a question
QUICK ANSWER

A DICOM file is a medical image - an X-ray, CT, MRI, ultrasound, or mammogram - bundled with patient and study information. Open it with a free DICOM viewer: MicroDicom on Windows, Horos on Mac, or Weasis on any platform. Standard photo apps cannot open it. The .dicom extension and the shorter .dcm are the same format; files on hospital discs often carry no extension at all.

Developer: NEMA (National Electrical Manufacturers Association) / DICOM Standards Committee Category: 3D Image Files Open standard MIME: application/dicom
OPENS ON Windows macOS Linux Web
Related: .DCM · .STEP · .SKP · .STP

On this page

19k+ extensions indexed
Last reviewed Jul 29, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the DICOM file format?

DICOM is a medical image file format used for storing medical image data such as CT scans, MRI, ultrasound, and X-ray images. Each DICOM file embeds patient and study metadata directly alongside the pixel data, so clinical context travels with the image. .dicom files are commonly encountered under the shorter .dcm extension - both are identical DICOM Part 10 files. On hospital imaging CDs, files are often stored with no extension at all, catalogued by a DICOMDIR index file.

Individual DICOM slices range from around 30 KB to 30 MB each; a complete CT or MRI study - hundreds of slices - can reach several gigabytes. It is a high-definition imaging format with well-defined standards supported by sophisticated imaging equipment worldwide. The standard is very strict but deliberately allows freedom in how optional and custom features are implemented through private tags and extension modules. Some implementations of those extensions may not be portable between different viewers or PACS systems.

DICOM encodes pixel data at 12-16 bits per pixel in grayscale - far beyond the 8 bits of a standard JPEG - which enables the windowing and leveling controls clinicians use to examine tissue contrast. Color modalities such as ultrasound use 24-bit RGB. The file begins with a 128-byte preamble followed by the DICM magic signature at byte offset 128. Pixel data compression is optional and may use JPEG, JPEG 2000, JPEG-LS, or RLE transfer syntaxes.

Security & safety

RISK: MEDIUM

A DICOM file itself is passive image data and won't run code, so opening a scan from your own hospital is safe. The real concern is PRIVACY: DICOM embeds identifiable patient data (full name, date of birth, ID, sometimes address) in the metadata. Before sharing a scan publicly, in a forum, or for research, use a viewer's anonymize/de-identify function to strip those tags. Only open DICOM files obtained from a legitimate medical source.

Format details

in a nutshell
FULL NAMEDICOM Medical Image (full extension form)aka Digital Imaging and Communications in Medicine, DICOM Part 10 file
DEVELOPERNEMA (National Electrical Manufacturers Association) / DICOM Standards Committeesince 1993 (DICOM 3.0); predecessor ACR-NEMA 1985
MIME TYPEapplication/dicom
TYPEDICOM medical imaging file (image pixel data + patient/study metadata)
STANDARDOpen · royalty-free
MAGIC BYTES · FILE SIGNATURE
OFFSET
80818283
HEX
4449434D
ASCII
DICM
The signature "DICM" sits at byte offset 128, NOT at the start. A DICOM file begins with a 128-byte preamble (usually all zeros) followed by "DICM" at offset 128. Some older/raw DICOM files omit the preamble and magic entirely, so absence of "DICM" does not prove it isn't DICOM. The .dicom (and shorter .dcm) extension is common but optional - many hospital CDs store the files with NO extension at all, indexed by a DICOMDIR file.

Programs that open DICOM files

Windows4 apps
3D Slicer Open-source For 3D reconstruction of CT/MRI volumes; load the series via the DICOM module.
MicroDicom DICOM Viewer Free Install, then File > Open (or open a whole folder/DICOMDIR from the CD). Free for personal/non-commercial use; actively updated.
RadiAnt DICOM Viewer Paid Fast, polished viewer with a free trial; drag the folder in. Popular with clinicians.
Weasis Open-source Cross-platform Java viewer; import the DICOM folder. Used clinically by hospitals.
macOS2 apps
Horos Open-source Free macOS-native DICOM viewer (OsiriX fork); import the folder/disc. The standard free Mac choice.
Weasis Open-source Cross-platform viewer; runs on macOS too. Import the DICOM folder.
Linux3 apps
3D Slicer Open-source DICOM module loads CT/MRI series for 3D reconstruction.
Weasis Open-source Java-based, runs on Linux; import the DICOM folder.
Aliza MS Free Native Linux DICOM viewer with 3D rendering; open the folder.
Web1 app
OHIF Viewer (online) Open-source Browser-based DICOM viewer for uploading/viewing a study without installing software (verify privacy before uploading medical data).

Technical details

deep spec
File signatureDICM (4 ASCII bytes) at byte offset 128, preceded by a 128-byte preamble; some legacy DICOM files omit the preamble and signature entirely
Byte orderLittle-endian or big-endian, declared by the Transfer Syntax UID in the file meta header; Explicit VR Little Endian is the default
Container structure128-byte preamble + DICM marker + file meta header (SOP Class and Transfer Syntax UIDs) + data set of group/element tagged elements ending with Pixel Data tag 7FE0,0010
Pixel data compressionUncompressed raw, JPEG, JPEG 2000, JPEG-LS, RLE Lossless, or HEVC/JPEG XL - selected by the Transfer Syntax UID declared in the file meta header
Bit depthTypically 12-16 bits per pixel grayscale (monochrome); 24-bit RGB or YBR_FULL for color modalities such as ultrasound and endoscopy
Maximum image dimensionsRows and Columns fields are 16-bit unsigned integers - up to 65,535 × 65,535 pixels per frame
Multi-frame supportA single DICOM file can store many frames (cine loops, multi-slice objects, multi-echo MRI sequences)
Embedded patient metadataPatient name and ID, study and series UIDs, modality, acquisition parameters, and institution data are stored as tagged data elements alongside pixel data
MIME typeapplication/dicom
DICOMDIRAn optional companion DICOMDIR file (no extension) indexes all DICOM files in a media set (CD, DVD, USB) for portable interchange
SecurityNo built-in per-file encryption; optional Digital Signatures (PS3.15) and TLS are used at the PACS and network layer
Typical file size30 KB - 30 MB per image slice; a full CT or MRI study (hundreds of slices) commonly reaches 100 MB to several GB
Standard bodyNEMA (National Electrical Manufacturers Association) and the DICOM Standards Committee, with continuously revised PS3.x parts
SOP Class UIDEach DICOM object carries a SOP Class UID identifying its image type - CT Image, MR Image, Digital X-Ray, Ultrasound, Secondary Capture, etc.
Released1993 (DICOM 3.0); predecessor ACR-NEMA 1985
Latest versionDICOM standard is continuously revised (PS3.x, multiple releases per year); file format Part 10 unchanged
Open standardYes · royalty-free
Specificationwww.dicomstandard.org

DICOM conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with DICOM files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about DICOM files.

Frequently asked questions

What is the difference between .dicom and .dcm?
None in content - both are DICOM Part 10 medical-image files. .dcm is the common short extension; .dicom is the long spelling. Hospital discs often store the same files with no extension at all, indexed by a DICOMDIR.
I got a CD from the hospital - how do I open the DICOM files?
Many discs auto-run a bundled viewer; if not, install a free viewer (MicroDicom on Windows, Horos on Mac, Weasis on any system) and open the folder or the DICOMDIR file on the disc. The image files may have no extension - point the viewer at the whole folder.
What's a free DICOM viewer?
MicroDicom (Windows, free for personal use), Horos (macOS, open-source), Weasis and 3D Slicer (Windows/Mac/Linux, open-source). All open DICOM scans without cost.
Why won't Photoshop or my photo app open the DICOM file?
Ordinary image apps don't understand DICOM's medical structure (high-bit-depth grayscale, multi-slice series, window/level). Even when a plug-in loads one frame, it loses metadata and 3D context. Use a dedicated DICOM viewer.
Can I convert a DICOM scan to JPG to email it?
Yes - open it in MicroDicom/Horos/RadiAnt and use Export to JPG/PNG. Be aware you're baking in one brightness/contrast (window/level), losing diagnostic range, and you should anonymize patient data first. For a real second opinion, send the original DICOM.
Can I 3D print my CT or MRI scan?
Yes, indirectly: load the full series in 3D Slicer, segment the structure you want (e.g. bone), and export an STL mesh for printing. A single slice isn't enough - you need the whole series.

References

1Library of Congress - DICOM file formatwww.loc.gov
2DICOM Standard - official current editionwww.dicomstandard.org

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.MDMarkdown Document
4.BINCD/DVD Disc Image (BIN/CUE)
5.PARTPartial Download File
6.RPMSGRestricted Permission Message
7.NOMEDIAAndroid No-Media Marker File
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.ICSiCalendar data file

Related extensions

.DCMDICOM Medical Image
.STEPSTEP - Standard for the Exchange of Product Data (ISO 10303)
.SKPSketchUp Document
.STPSTEP - Standard for the Exchange of Product Data (ISO 10303), .stp spelling
.MTLMaterial Template Library (Wavefront)
.MAX3ds Max Scene File (Autodesk 3ds Max)

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z