ISO DMG
File conversion

Convert ISO to DMG

QUICK ANSWER
Is it possible to convert ISO to DMG?
Yes - ISO converts to DMG.

On macOS, run hdiutil convert input.iso -format UDTO -o output in Terminal, then rename the resulting .cdr file to .dmg. The DMG will mount in Finder and contain the disc's file contents but will not boot on a Mac.

5 programs
Also to DMG: SPARSEBUNDLE · PKG · MPKG

On this page

Tested on macOS, Windows & Linux
Last verified Sep 2026

More free converters

HEIC, PNG, WEBP, MP3 and more - every tool here is free.

Open the toolbox

Why convert ISO to DMG?

DMG is the native disk-image format on macOS, handled natively by Finder and Disk Utility. Converting an ISO to DMG allows working with the disc contents using standard macOS tools without third-party software. The conversion is far more common in the opposite direction - DMG to ISO for use on Windows or Linux.

How to convert ISO to DMG

hdiutil FREE

Run hdiutil convert input.iso -format UDTO -o output in Terminal, then rename output.cdr to output.dmg. Mount with hdiutil attach output.dmg to verify.

AnyToISO APP

Open AnyToISO, choose 'Convert image to ISO/DMG', load the .iso, select DMG as output format, and click Convert.

Programs that convert ISO

About these formats

Quality & what to watch

  • If the ISO is a bootable Windows or Linux installer, the boot record and El Torito catalog do not carry over; the resulting DMG will contain the files but will not boot on a Mac.
  • The hdiutil UDTO format produces a CD/DVD-R master with a .cdr extension by default; renaming to .dmg works for mounting but the internal format differs from a native HFS+/APFS DMG.
  • File names, folder structure, and file data survive the conversion intact; macOS extended attributes and resource forks are absent in the source ISO so nothing extra is lost.

Frequently asked questions

Why does hdiutil produce a .cdr file instead of .dmg?
The UDTO format hdiutil writes is a CD/DVD-R master and defaults to the .cdr extension; renaming it to .dmg is required for Finder and Disk Utility to treat it as a standard disk image.
Can I open the resulting DMG on Windows?
No - DMG is a macOS-native format; the converted file is only useful on macOS.
Is ISO to DMG or DMG to ISO more common?
DMG to ISO is far more common, since macOS software is distributed as DMG and users on Windows or Linux need it as ISO for burning or mounting.