Convert DMG to ISO on Windows, Mac, Linux and Online

DMG to ISODMG to ISO

DMG is a compression file type used by Mac computers, which is like an ISO file in Windows. MacOS uses DMG files to create bootable CD/DVD images and install applications.

A DMG file may contain a specific structure and permissions for software installation.

By default, Windows does not support DMG format. DMG can be converted to ISO, which Windows can use to create bootable media, such as USB drives and CDs/DVDs.

The DMG file can’t be burned to a USB or DVD drive to make it bootable. You will need to convert it to ISO first, then burn it to a drive.

In this article, we will discuss how to open DMG files in Windows and how to convert DMG files to ISO files to make their handling easier.

Convert DMG to ISO using DMG2IMG (Windows)

DMG2IMG is a command-line tool that can be used to convert a DMG file to an ISO image. Follow the steps below to download, install, and use the tool:

  1. Download the DMG2IMG tool.

    download dmgtoiso
    Download DMG2IMG

    Open the DMG2IMG download page, scroll down, and click win32 binary under the dmg2img section to download it.

  2. Extract the downloaded compressed file.

    extract
    Extract DMG2IMG
  3. Now launch an elevated Command Prompt instance.

  4. Change the directory to the extracted folder using this cmdlet:

    Replace [PathToExtractedFolder] with the complete path where DMG2IMG was extracted.

    CD /d [PathToExtractedFolder]
    cmd cd
    Change directory
  5. Use this cmdlet to convert the DMG file to ISO:

    Replace [PathToDMG] with the complete path to the DMG file that you want to convert. [PathToISO] will be replaced with the complete path and name of the ISO file that will be created.

    dmg2img [PathToDMG].dmg [PathToISO].iso
    dmg2iso cmd

The conversion process should not take more than a few seconds, depending on your system’s performance. Upon successfully completing the process, you will then find the ISO file at your designated location.

converted
DMG converted to ISO using DMG2IMG

Convert DMG to ISO using ISO Workshop (Windows)

ISO Workshop is another freeware with a Graphical User Interface (GUI) that you can use to convert a DMG file into an ISO image. Here is how:

  1. Download ISO Workshop.

    iso workshop downoad
    Download ISO Workshop
  2. Run the downloaded setup file and install it.

  3. Run the ISO Workshop tool.

  4. Click Convert ISO.

    convert iso workshop
    Convert to ISO
  5. Select the DMG file to convert.

    browse convert
    Select the DMG file

    In the Convert Image window, click Browse under “Source image file” and then navigate to the DMG file you want to convert and select.

  6. Click Convert.

The image will now be converted and saved to the same location as the source (DMG) file by default.

Convert DMG to ISO using BurnAware (Windows)

BurnAware is another free-to-use tool to convert a DMG file into an ISO image. This tool comes in a free edition, a premium edition, and a professional edition, the latter 2 being paid versions.

Follow the steps below to download, install, and then use the tool to convert a DMG file into an ISO image, so that it can be used as a regular ISO image on a Windows platform:

  1. Download BurnAware Free.

    burnaware download
    Download BurnAware
  2. Run the setup file and install BurnAware.

  3. Run the BurnAware tool.

  4. Click Make ISO.

    make iso burnaware
    Make an ISO with BurnAware
  5. From the pop-up window, click the “+” sign from the top menu.

    plus sign
    Click Add
  6.  Now navigate to the DMG file and select it.

  7. Click Add.

    add
    Add the DMG file
  8. Close the “Add files or folders” window.

  9. Go back to the ISO Image window and click Make from the top menu.

    make
    Make ISO from DMG

    The Save as window will then open.

  10. Navigate to the location where you want to save the converted ISO file, enter a name for it, and click Save.

    name save
    Save the ISO file

The tool will now begin converting the DMG file into an ISO, and the process should not take more than a few seconds. When finished, you should now find the converted ISO file at the designated location and then use it as you please.

Convert DMG to ISO using ImgBurn (Windows)

ImgBurn is another great tool that converts a DMG file into an ISO file. Follow the steps below to download, install, and then use ImgBurn to convert the file:

  1. Download the ImgBurn tool.

    mirror links
    Download ImgBurn

    Open the ImgBurn download page, click on any of the mirror download links, and download the tool from there.

  2. Run the downloaded setup file and install ImgBurn.

  3. Once installed, run ImgBurn.

  4. Click “Write files/folders to disc.”

    write files folders to discs
    Write file or folder
  5. Click the “Browse for a file” button.

    browse for file
    Browse for a file
  6. Select the DMG file you want to convert.

  7. Now click “Switch to image file output” to create an ISO file out of the source file.

    switch to image file
    Convert DMG to image file
  8. Click the “Build” button.

    build
    Begin conversion
  9. Pick a location to save the converted ISO file, change its name, and then click Save.

    optional
    Save the ISO file
  10. You will now be notified that a volume label has not been given and the tool will set one itself. Click Yes.

    yes
    Set volume label

The conversion process will now take place. Once converted, you will find the converted ISO file at the designated location.

converted 2
DMG converted to ISO using ImgBurn

Convert DMG to ISO on Mac using Disk Utility

Like Windows, there are different tools to convert a DMG file to an ISO on macOS as well. However, we will be showing you a native way of doing so from the Terminal.

  1. On a macOS device, open the Terminal.

  2. Now use this cmdlet to convert a DMG file to ISO:

    hdiutil convert [PathToDMG].dmg -format UDTO -o [PathToISO].iso

    Replace [PathToDMG] with the complete path to the DMG file that you want to convert. [PathToISO] will be replaced with the complete path and name of the ISO file that will be created.

    This cmdlet will generate an ISO file with a “.CDR” extension. Also, it may take a while;e depending on the size of the .DMG file.

  3. Remove the .CDR extension using this cmdlet:

    mv [PathToISO].iso.cdr [ISOFileName].iso

The DMG file will now be converted to an ISO file, which you can move to a Windows PC and begin using.

You can open or mount the DMG image on Mac OS by simply double clicking on it. The DMG disk image should appear as a separate disk in the Finder.

Mount the DMG file by double clicking it. The DMG should now appear as a “disk” in Finder.

Convert DMG to ISO on Linux using DMG2IMG

You can also install the “DMG2IMG” tool on Linux operating systems, using which DMG files can be converted to ISO files. Follow these steps to install and use DMG2IMG on a Linux machine to do so:

  1. Inside the Linux terminal, run this cmdlet:

    sudo apt-get update
  2. Now install DMG2IMG using this command:

    sudo apt-get install dmg2img
  3. Once installed, run this cmdlet to convert the DMG file to ISO:

    dmg2img [PathToDMG].dmg [PathToISO].iso

    Replace [PathToDMG] with the complete path to the DMG file that you want to convert. [PathToISO] will be replaced with the complete path and name of the ISO file that will be created.

The conversion will then begin and can take a few minutes, depending on the size of the .DMG file.

Convert DMG to ISO Online

There are also online tools available that can be used to convert DMG files to ISO. These tools do not need to be downloaded or installed on computers.

However, it does require that you upload the .DMG file(s) and download the converted .ISO file(s). So if you do not have a bandwidth issue, follow these steps to convert DMG files to ISO using Converter365:

Note: Converter365 only allows files under 200 MB.

  1. Open Converter365 web page using any web browser.

  2. Click Add Files.

    Add file
    Add file
  3. Browse to the DMG file and select it.

    Select the DMG file
    Select the DMG file
  4. Select “ISO” from the drop-down menu.

  5. Click Start Conversion.

    Begin DMG to ISO conversion
    Begin DMG to ISO conversion

    The tool will then begin uploading the DMG file. This can take some time, depending on the size of the file. Once uploaded, the file will be converted.

  6. When the conversion succeeds, download the .ISO file.

You will now have the converted ISO file on your device, regardless if it is a Mac, Windows PC, or any other device.

How to Open DMG Files in Windows

Since Windows does not natively support DMG files, the contents of such files can be read with third-party tools. These files can typically be accessed using compression or decompression tools, such as 7-zip. The following tools can be used to open DMG files:  

You will need to install the software on your computer to open DMG files. Upon installation, open the file by right-clicking it and selecting “Open with” from the sub-menu to open the DMG file with the installed tool.  

open with
Open DMG files using third-party tool

Alternatively, if accessing the content of the file is not sufficient, you can convert the file into an ISO image for use under Windows. 

Closing Words

Some tools and software we have mentioned in this post can do more than just convert. They can also be used to create a bootable drive directly from the software, using a DMG file. The bootable drive can then be used directly on a Windows PC.

Learn how to create a multiboot USB drive.

That said, we remind our viewers that just because you can access the content of a DMG file, or convert it to an ISO file, does not necessarily mean that the elements within the file will become compatible with Windows. Since DMG files are designed for MacOS, many software in DMG files will likely be incompatible with Windows.

If you liked this post, Share it on:
Subhan Zafar is an established IT professional with interests in Windows and Server infrastructure testing and research, and is currently working with Itechtics as a research consultant. He has studied Electrical Engineering and is also certified by Huawei (HCNA & HCNP Routing and Switching).

Get Updates in Your Inbox

Sign up for the regular updates and be the first to know about the latest tech information