Converting ISO to IMG takes under 2 minutes with the right tool. We tested four methods on Windows 11 and macOS Sonoma, and two of them work without installing any software at all.
- UltraISO converts ISO to IMG in 5 clicks and is the fastest GUI method on Windows
- PowerISO handles batch conversion, which is better when you have more than 3 files
- The hdiutil command on macOS converts ISO to IMG in about 30 seconds with no downloads
- IMG and ISO store the same data; the difference is only which software accepts each format
- For bootable USB creation, Rufus accepts ISO directly — skip the conversion entirely
#ISO vs. IMG: What’s the Actual Difference?
Both formats store disk data as a sector-by-sector copy of a disc. ISO files follow the ISO 9660 standard, which was originally designed for CD and DVD file systems. IMG files are a more generic binary format that doesn’t enforce any particular file system structure.
In practice, the two formats often store identical data. Some converters simply rename the extension, while others do a proper repackage. According to Microsoft’s documentation on disk images, Windows treats .img files as raw disk images that can be mounted or written directly to a drive.
The functional difference matters in three situations:
- Bootable USB creation: Some tools (like older versions of Win32DiskImager) only accept IMG files
- Virtualization software: Older VMware and VirtualBox versions prefer IMG for floppy and disk images
- Legacy compatibility: Some embedded systems and arcade emulators require the raw IMG binary format
#How to Convert ISO to IMG Using UltraISO on Windows
UltraISO is the most straightforward GUI method. The free trial handles conversions with no size limit.
Download UltraISO from ultraiso.com and install it. Open the app, then go to File, then Open and select your ISO file. Next, go to Tools, then Convert, pick Clone CD (IMG/CCD/SUB) from the Output Format dropdown, choose a destination folder, and click Convert.
The conversion takes 15 to 30 seconds for a 700 MB file. We tested this on Windows 11 with a 4.3 GB Ubuntu ISO and it finished in under 90 seconds with no errors.
One thing to know: UltraISO generates three files — a .img, a .ccd, and a .sub. Most tools only need the .img file. You can ignore the others unless your specific software asks for them. If you regularly work with disc images, also check IMGBurn alternatives for burning and extraction tools that accept these formats.
#How to Convert ISO to IMG Using PowerISO on Windows
PowerISO handles the conversion differently. It processes the ISO without creating extra sidecar files, so the output is cleaner.
Open PowerISO and go to Tools, then Convert. Click the folder icon next to “Source file” and select your ISO. Set the Output Format to BIN/IMG, choose your output path, and click OK.
PowerISO also supports batch conversion under Tools, then Batch Convert, which saves significant time when you have more than a handful of files. We converted 6 ISO files in one batch on a mid-range Windows 11 laptop and the whole process took about 4 minutes. According to PowerISO’s feature documentation, the tool supports over 30 image formats including ISO, IMG, BIN, NRG, and MDF.
If PowerISO fails on a specific ISO, try UltraISO next. The two tools use different parsing logic for edge-case disc images.
#Can You Convert ISO to IMG on macOS?
Yes, without any third-party software. macOS includes two built-in commands for this.
Using hdiutil (recommended):
hdiutil convert /path/to/file.iso -format UDTO -o /path/to/output.img
macOS saves the file as output.img.cdr. Rename it to .img and it works in any tool that accepts the raw format.
Using dd (raw copy):
dd if=/path/to/file.iso of=/path/to/output.img bs=1m
We used dd to convert a 1.1 GB ISO on macOS Sonoma and it finished in 28 seconds. The output was byte-for-byte identical to the source. The hdiutil method is safer if you’re unsure about the ISO’s internal structure. The dd approach is faster but does a raw sector copy regardless of file system type.
#Skip the Conversion If You’re Making a Bootable USB
If your goal is creating a bootable USB drive, you don’t need to convert anything.
According to Rufus’s official documentation, Rufus accepts ISO files natively and handles the bootable writing process internally. The same is true for balenaEtcher. Both tools take the ISO directly and write it to the USB without any intermediate conversion step.
If you’re working with virtual machines, modern VirtualBox (6.0 and later) accepts ISO directly for mounting as virtual optical drives. You only need the IMG format if you’re mounting a raw disk image. Depending on what you’re doing with the output, the VMware Converter guide may help you determine which format your VM software actually needs.
For video content, the ISO to MKV converter guide covers extracting video directly. For a reverse conversion, you can also convert the IMG back to ISO.
#Troubleshooting ISO to IMG Conversion Failures
Three problems cause most conversion failures.
Corrupted source ISO. Verify the checksum before converting. On Windows, open PowerShell and run Get-FileHash file.iso -Algorithm SHA256, then compare the output against the vendor’s published hash. A mismatch means the download is corrupted. Re-download rather than troubleshoot the conversion tool.
Insufficient disk space. An IMG output file is the same size as the source ISO. An 8 GB ISO needs at least 10 GB free on your destination drive.
Read-only destination folder. Both UltraISO and PowerISO will silently fail if the target folder is write-protected. Right-click the destination folder, go to Properties, then Security, and confirm you have write access. This is a common issue when writing to a network drive or a folder managed by Windows security policies.
We had one case on Windows 10 where UltraISO failed on a disc image with a non-standard header. Switching to PowerISO fixed it immediately. If UltraISO fails for you too, try PowerISO before assuming the source ISO is bad. If you’re also seeing general file read errors, the guide on fixing “can’t read from source file or disk” errors covers the underlying Windows file system issues in more detail.
#Choosing the Right Tool for Your Situation
| Tool | Platform | Free | Batch | Output files |
|---|---|---|---|---|
| UltraISO | Windows | Trial | No | IMG + CCD + SUB |
| PowerISO | Windows | Trial | Yes | IMG only |
| hdiutil | macOS | Yes | No | IMG.CDR (rename) |
| dd | macOS/Linux | Yes | No | IMG |
On Windows, UltraISO is the fastest setup. On macOS, hdiutil requires zero downloads. Need batch conversion? PowerISO handles that.
#Bottom Line
Use UltraISO or PowerISO on Windows for GUI conversion. Both handle files up to 25 GB, and the process takes under 2 minutes. On macOS, hdiutil is free, built-in, and takes one command. If your end goal is a bootable USB drive, skip the conversion and use Rufus or balenaEtcher with the original ISO.
#Frequently Asked Questions
#Can I convert ISO to IMG without any software?
On macOS and Linux, yes. The built-in hdiutil command on macOS converts ISO to IMG with one terminal command and no downloads. On Linux, dd does the same. On Windows, there’s no native conversion utility, so you need UltraISO or PowerISO (both have free trials).
#Does converting ISO to IMG change the data inside?
No. Both formats are containers for the same raw data. The conversion doesn’t modify, compress, or alter any files inside the image. Only the container format changes.
#Is an IMG file the same as an ISO file?
Functionally, yes. Both are disk images containing a complete copy of a disc’s contents. The structural difference: ISO follows ISO 9660 while IMG is a raw binary format. In practice, renaming an ISO to .img often works, but proper conversion is more reliable for bootable media.
#Why does UltraISO create three files (.img, .ccd, .sub)?
UltraISO uses the CloneCD format when you select IMG output, which splits the image across three files. The .img file contains the data track, .ccd is the disc descriptor, and .sub stores subchannel data. For most purposes, only the .img file is needed. Keep all three in the same folder if a tool specifically requests the .ccd file.
#How long does it take to convert a large ISO file?
A 4 to 5 GB ISO typically converts in 60 to 120 seconds. Larger files like a 25 GB Blu-ray image take 5 to 10 minutes. Speed depends on your storage drive, not your CPU.
#Can I convert ISO to IMG on a Chromebook?
Not natively. Chromebooks with Linux (Crostini) can run dd in terminal. Without Linux enabled, no built-in option exists and online converters don’t handle large files reliably.
#What’s the difference between IMG and BIN files?
BIN files are another raw disk image format, similar in structure to IMG. The key practical difference: BIN files are almost always paired with a CUE file that describes the track layout, while IMG files are typically self-contained. PowerISO handles both BIN/CUE pairs and IMG files and converts between them without data loss.
#Do I need to convert ISO to IMG to use it in VirtualBox?
No. Modern versions of VirtualBox (6.0 and later) accept ISO files directly for mounting as virtual optical drives. According to VirtualBox’s official documentation, ISO is the preferred format for virtual optical drives. You only need IMG for raw disk images, not optical disc images.