About ISO Files
ISO Disk Image
ISO is a disk image format representing the exact content of an optical disc.
Family
Archives & Compressed
Extension
.iso
MIME Type
application/x-iso9660-image
Can Use As
HOW ISO
CAME TO BE.
ISO 9660 — ratified by ISO in 1988 based on ECMA-119 — was the filesystem standard that let any computer read a CD-ROM. The constraints were harsh: filenames limited to 8.3 characters, only uppercase letters, directories nested a maximum of 8 levels deep. Later extensions fixed these: Joliet (1995, Microsoft) added Unicode long filenames, Rock Ridge (1994, Unix) added POSIX permissions, and El Torito (1995) added bootable CD support.
A .iso file today is a byte-exact disk image of a CD or DVD filesystem — typically ISO 9660 plus some combination of those extensions. Every Linux distribution is distributed as an ISO, every Windows installer, every macOS installer (though Apple prefers DMG). You "mount" an ISO to access its contents as if the original disc were in a drive — a concept that long outlived optical media themselves.
CURIOSITIES &
TRIVIA.
Original ISO 9660 restricted filenames to 8 characters plus a 3-character extension — all uppercase, no spaces. Joliet (1995) and Rock Ridge (1994) patched around this.
Every Windows, Linux, and Ubuntu installer is distributed as a .iso file — a relic of CD-ROM era that outlasted optical media.
The "El Torito" extension (1995) added boot support to CDs; the name is a reference to a restaurant where the spec was drafted over dinner.
A .iso is a byte-exact copy of a disc filesystem — burn it to a DVD or mount it as a virtual drive and get identical results.
ISO files can be hybrids: bootable on BIOS, UEFI, and as a USB drive — modern Linux ISOs typically support all three.
STRENGTHS &
LIMITATIONS.
Strengths
- Universal optical disc standard since 1988.
- Boot-capable with El Torito extension.
- Supported natively by Windows 10+, macOS, every Linux distro.
- Streamable — can install directly from an ISO without burning.
- Preserves filesystem structure exactly.
Limitations
- Aging filename restrictions in base ISO 9660.
- No built-in compression — large ISOs are large files.
- Multiple extensions (Joliet, Rock Ridge, UDF) create inconsistency.
- Optical media is essentially dead; ISO lives on via mounting.
Typical Sizes & Weights
Ubuntu desktop ISO
~4.5 GB
Windows 11 installer
~5.5 GB
Classic game CD-ROM
~650 MB
Dual-layer DVD ISO
~8.5 GB
Technical Specifications
- MIME type
- application/x-iso9660-image
- Extension
- .iso
- Standard
- ISO 9660 / ECMA-119 (1988)
- Extensions
- Joliet (Unicode), Rock Ridge (POSIX), El Torito (boot), UDF
- Max file size in archive
- 4 GB (classic); 8 EB (UDF)
CONVERT FROM
ISO
Common Use Cases
Disk images, OS installation
Related Formats
Popular comparisons
ISO vs ZIP
Differences, file size, and when to choose each format.
ISO vs 7Z
Differences, file size, and when to choose each format.
ISO vs TAR
Differences, file size, and when to choose each format.
ISO vs GZ
Differences, file size, and when to choose each format.
ISO vs BZ2
Differences, file size, and when to choose each format.
ISO vs XZ
Differences, file size, and when to choose each format.
Popular ISO conversions
The most-requested destinations when starting from ISO.
Frequently Asked Questions about ISO
Frequently Asked Questions
ISO (ISO Disk Image) is an archive format used to bundle multiple files and folders into a single compressed file. The archive preserves the directory structure and typically reduces total size via compression. ISO sits in the archives & compressed family and has specific strengths around compression ratio, speed, or platform support.
7-Zip, WinRAR, The Unarchiver (macOS), and the built-in archive utilities on Windows and macOS open most ISO files. For command-line extraction, 7z, unar, or the format-specific tool handles ISO cleanly. If your extractor does not recognise ISO, convert to ZIP first — ZIP opens on every operating system without extra software.
Upload the ISO to KaijuConverter and pick ZIP, 7Z, TAR.GZ, or RAR as the target. Our pipeline extracts the original archive and re-compresses the contents into the target format. File permissions, timestamps, and directory structure are preserved where both formats support them.
Depends on the goal. ZIP is the universal baseline — every OS extracts it out of the box. Formats like 7Z or TAR.GZ compress better but require specific tools. ISO may win on compression ratio, password support, or OS integration for specific workflows; ZIP wins on raw compatibility.