ADF ADZ
File conversion

Convert ADF to ADZ

QUICK ANSWER
Is it possible to convert ADF to ADZ?
Yes - ADF converts to ADZ.

Run gzip -k disk.adf in a terminal and rename the output from disk.adf.gz to disk.adz. On Windows, use 7-Zip with gzip format and set the output extension to .adz. All major Amiga emulators open ADZ directly without extraction.

On this page

Tested on macOS, Windows & Linux
Last verified Sep 2026

More free converters

HEIC, PNG, WEBP, MP3 and more - every tool here is free.

Open the toolbox

Why convert ADF to ADZ?

A standard double-density ADF is exactly 901,120 bytes. Converting to ADZ - the same data compressed with gzip - roughly halves the file size. ADZ is the conventional format used by online Amiga archives and ROM sets, and emulators such as WinUAE, FS-UAE, and Amiberry read it natively so end users need no extra step.

How to convert ADF to ADZ

gzip FREE

Run gzip -k disk.adf to compress while keeping the original, then rename disk.adf.gz to disk.adz. On macOS the same command works in Terminal; on Windows use Git Bash or WSL.

7-Zip FREE

Right-click the .adf, choose 7-Zip > Add to archive, set Archive format to gzip, and change the output filename extension to .adz.

About these formats

Quality & what to watch

  • ADZ is a standard gzip stream with a renamed extension - if a tool rejects .adz, rename it to .adf.gz to proceed.
  • The conversion is fully lossless; decompressing an ADZ gives a bit-for-bit identical ADF.
  • Copy-protected disks that cannot be accurately captured as plain ADF (they require IPF format) are not fixed by compressing to ADZ.

Frequently asked questions

Do I need to decompress an ADZ before loading it in an emulator?
No - WinUAE, FS-UAE, and Amiberry all support ADZ natively and decompress it internally.
How do I convert ADZ back to ADF?
Rename disk.adz to disk.adf.gz and run gunzip disk.adf.gz, or use 7-Zip > Extract here.
Is ADZ the same as a ZIP archive of an ADF?
No - ADZ is a single gzip-compressed file; a ZIP is a different archive format, and emulators support ADZ directly but not a ZIP-wrapped ADF.