Convert 7z to iso

Convert 7Z to ISO

Extract an ISO from a 7Z archive or create a data ISO, with bootability and security limits.

Convert 7Z files online

We don’t have a dedicated online converter for 7Z to ISO yet, but you can convert 7Z files online to these formats:

How to convert 7z to iso file

A virtual machine, disc-burning application, or legacy installer may accept an optical-disc image but not a compressed download. A .7z file may already contain that image; otherwise, its extracted contents can be packaged as a new data ISO, which does not recreate an original boot disc.

What 7Z and ISO files contain

7Z is the compressed archive format created by 7-Zip. Software distributors, backup users, mod authors, and large-download sites use it to combine files and reduce transfer size with methods such as LZMA/LZMA2; it can also use AES-256 encryption and split archives such as archive.7z.001, archive.7z.002.

An ISO file is an optical-disc image, commonly containing an ISO 9660 or UDF filesystem. Operating systems can mount it as a virtual disc, and virtual machines, disc-burning tools, installers, and some emulators accept it directly. ISO files provide little or no compression, so an ISO made from extracted files is often substantially larger than the source archive.

A 7Z archive is not itself a disc image. Extracting an ISO stored inside a 7Z archive preserves that ISO byte-for-byte; building an ISO from ordinary folders creates a new data disc image.

Extract an ISO already in the archive

  1. On Windows, install 7-Zip from 7-zip.org. PeaZip is an alternative for Windows, macOS, and Linux; Keka can extract 7Z archives on macOS.
  2. Open the .7z file and look for files ending in .iso, such as installer.iso or disc1.iso.
  3. Select the ISO and use Extract. Choose a destination with enough free space for the uncompressed image.
  4. Mount or use the extracted .iso. Do not rename archive.7z to archive.iso; changing an extension does not change the file format.

With 7-Zip on Windows, extract with 7z x archive.7z -oC:/Extracted. Test an archive before extraction with 7z t archive.7z if corruption is suspected.

Create a data ISO from extracted files

Create a new ISO only when the receiving application specifically needs a disc image and the archive contains folders or files rather than an existing ISO.

  1. Extract the archive into one folder.
  2. On Windows, open AnyBurn and select Create image file from files/folders.
  3. Add the extracted folder's contents, choose an output name such as output.iso, and create the image.

On Linux, use xorriso, which is commonly available through distribution packages:

xorriso -as mkisofs -o output.iso -iso-level 3 -J -R /path/to/extracted-folder

On macOS, extract with Keka or PeaZip, then create a hybrid ISO with:

hdiutil makehybrid -o output.iso /path/to/extracted-folder -iso -joliet

CloudConvert is an established web service that may be suitable for small, non-sensitive archives when its current format options list both 7Z input and ISO output. Uploading a password-protected archive, private backup, licensed software, or large boot image is usually inappropriate; web services may also impose size limits or only extract files rather than preserve disc boot data.

Bootability and compatibility limits

A normal data-ISO build does not restore boot records, El Torito boot images, partition layouts, copy-protection data, or installer-specific filesystem settings. Files named boot, EFI, or sources do not by themselves make a newly created ISO bootable.

If a bootable Windows, Linux, recovery, or game disc is required, extract an existing ISO from the archive or obtain the original image from its publisher. Rebuilding a bootable image requires the original boot image and specialized settings; it cannot be reliably inferred from extracted files alone.

For split archives, download every numbered part into the same folder and open only the first part, usually archive.7z.001. Password-protected archives require the correct password. If the publisher supplies a checksum, verify the extracted ISO before use; on Windows, run certutil -hashfile installer.iso SHA256.

ISO images preserve a disc-style filesystem, not every property of a physical disc. They may not preserve Unix permissions, macOS metadata, copy protection, or raw sector/subchannel data needed by some legacy media.

7Z vs ISO: format comparison

How the 7Z and ISO formats compare on the properties that matter most for this conversion.

Comparison of the 7Z and ISO file formats
Property .7Z 7z archive .ISO ISO 9660 disc image
Open standard Partly open Yes
Compression Lossless Uncompressed
Typical file size Small Very large
Opens in a web browser No No
Further editing Not directly editable Limited
Metadata support Basic Basic
Plain-text readable No No
Best used for Long-term archiving Long-term archiving
Introduced 1999 1988
Developer Igor Pavlov / 7-Zip ISO / ECMA / optical disc industry
MIME type application/x-7z-compressed application/x-iso9660-image