FormatDrop
Document Format Comparison

ISO vs IMG — CD/DVD Image vs Generic Disk Image

ISO and IMG are both disk image formats — sector-by-sector copies of physical media. ISO is specifically the ISO 9660 file system used on CDs/DVDs. IMG is a generic raw disk image that can contain any file system (FAT, ext4, HFS+, NTFS). The distinction matters for what you can mount, burn, or extract from each.

ISOvsIMG

Quick Verdict

Use ISO when…

Use ISO for CD/DVD images — installing operating systems, burning discs, or accessing optical media archives. ISO is universally supported by mounting tools and burning software.

Use IMG when…

Use IMG for generic raw disk images — SD card backups, hard drive captures, embedded device firmware. IMG can hold any file system, which makes it more flexible but less universally readable.

ISO vs IMG: Feature Comparison

FeatureISOIMG
File systemISO 9660 (or UDF)Any (FAT, ext4, NTFS, HFS+)
Source mediaCD/DVD/Blu-rayHDD, SSD, SD card, USB drive
Mounting on WindowsNative (right-click Mount)Requires tool (OSFMount, ImDisk)
Mounting on macOSNativeMay need conversion to DMG
Burning to discStandard CD/DVD softwareRequires conversion to ISO first
File extension consistencyAlways .isoSometimes .img, .raw, .bin

When ISO wins

  • File system: ISO 9660 (or UDF)
  • Source media: CD/DVD/Blu-ray
  • Mounting on Windows: Native (right-click Mount)

When IMG wins

  • File system: Any (FAT, ext4, NTFS, HFS+)
  • Source media: HDD, SSD, SD card, USB drive
  • Mounting on Windows: Requires tool (OSFMount, ImDisk)

Frequently asked questions

Are ISO and IMG interchangeable?
For CD/DVD images, often yes — many .img files are actually ISO 9660 images with a different extension. For raw drive images (USB, SD card), they're not interchangeable; IMG can hold any file system, ISO only ISO 9660 or UDF.
How do I convert IMG to ISO?
If the IMG is actually ISO 9660: just rename `.img` to `.iso`. If it's a raw disk image with a different file system, you can't directly convert — you'd need to extract the contents and create a new ISO from them with mkisofs/genisoimage.

Ready to convert?

Free, browser-based converters — no upload, no signup required.