.ADF

ADF File

Amiga Disk File
Ask a question
QUICK ANSWER

An ADF file is an Amiga Disk File, a track-by-track image of a Commodore Amiga floppy disk. Mount it in an Amiga emulator such as WinUAE (Windows) or FS-UAE (cross-platform) to run the software. One key point: ADF is a floppy image, not an optical disc, so converting it to ISO is not possible.

Developer: Commodore / Amiga community Category: Disk Image Files Open standard MIME: application/octet-stream
OPENS ON Windows macOS Linux
Related: .BIN · .ISO · .MDF · .DMG

On this page

19k+ extensions indexed
Last reviewed Jul 13, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the ADF file format?

An .adf file is a raw binary image of a Commodore Amiga floppy disk, created by reading the disk track by track and writing every sector directly to a file without compression or modification. It captures the complete contents of the original floppy, including the AmigaDOS filesystem, boot code, and directory structure.

The standard double-density (DD) .adf image is always exactly 901,120 bytes - the product of 80 tracks × 2 sides × 11 sectors × 512 bytes per sector. High-density (HD) images, used with Amiga 4000 HD drives, are 1,802,240 bytes. Because the format is a literal dump with no wrapper, a file's size alone is the primary way to distinguish DD from HD images.

AmigaDOS disks write a bootblock into the first two sectors. The four-byte identifier at offset 0 reveals the filesystem variant: DOS\0 for Old File System (OFS) and DOS\1 for Fast File System (FFS). Game and utility disks often carried custom bootloaders that replaced the standard signature entirely.

In emulation, .adf files are mounted as virtual floppy drives by WinUAE, FS-UAE, and Amiberry. Linux users can mount them via fuseadf or extract files using unadf from ADFlib. For storage efficiency, many archives compress them as .ADZ files (gzip-wrapped ADF). More complex preservation formats - such as .IPF (SPS/CAPS Image File) - capture copy-protection timing data that raw ADF images cannot represent. Hard disk images for the same platform use the .HDF format.

Security & safety

RISK: MEDIUM

An Amiga ADF is passive disk data, but it is software someone else built: like any downloaded retro image it can carry the original disk's boot-block 'virus' (1980s/90s Amiga floppy viruses live in the bootblock), so run unknown ADFs in the emulator's sandbox, not on real hardware. Keep ROM/emulator use legal - Kickstart ROMs require a license (e.g. via Amiga Forever). Avoid generic 'ADF converter' sites that push PUP; use WinUAE/FS-UAE or ADFlib directly.

Format details

in a nutshell
FULL NAMEAmiga Disk File
DEVELOPERCommodore / Amiga communitysince Late 1980s (Amiga era)
MIME TYPEapplication/octet-stream
TYPERaw floppy-disk IMAGE (binary) - a 1:1 track-by-track copy of a Commodore Amiga floppy
STANDARDOpen · royalty-free
This extension is also used by…
  • Esri ARC/INFO Binary Grid / coverage - Legacy GIS raster/vector data stored as a folder of .adf files (w001001.adf, hdr.adf, prj.adf, etc.) opened in QGIS/ArcGIS/GDAL, not as a lone file.
  • Amber Document Format - Niche application data format that also reuses the .adf extension.

Programs that open ADF files

Windows3 apps
WinUAE Open-source The leading Windows Amiga emulator. Add the .adf to floppy drive DF0 in the Quickstart/Floppy settings and start the emulation.
Amiga Forever (Cloanto) Paid Commercial all-in-one Amiga emulation package with legal Kickstart ROMs; drag the .adf onto a configuration to run it.
FS-UAE Open-source Cross-platform emulator; add the .adf as a floppy in the launcher.
macOS1 app
FS-UAE Open-source Add the .adf as a floppy and run classic Amiga software.
Linux2 apps
FS-UAE / Amiberry Open-source Mount the .adf as a floppy in the emulator (Amiberry is ideal on Raspberry Pi).
fuseadf / ADFlib (unadf) Open-source Extract files without an emulator: 'unadf disk.adf' lists/extracts the AmigaDOS OFS/FFS contents, or mount read-only with 'fuseadf disk.adf /mnt'.

Technical details

deep spec
Format typeRaw sector-by-sector floppy disk image; no compression or wrapper
DD image size901,120 bytes (880 KB) - 80 tracks × 2 sides × 11 sectors × 512 bytes/sector
HD image size1,802,240 bytes (1.76 MB) - 80 tracks × 2 sides × 22 sectors × 512 bytes/sector
Bootblock signature"DOS\0" = OFS, "DOS\1" = FFS at byte offset 0; custom disks may have non-standard signatures
AmigaDOS filesystemsOFS (Old File System) and FFS (Fast File System)
Sector size512 bytes
Bootblock sizeFirst 1,024 bytes (2 sectors); contains boot code executed on Amiga startup
MIME typeapplication/octet-stream
CompressionNone - raw binary; compressed variant is .adz (gzip wrapper around ADF)
Emulator mount supportDirectly mountable as virtual floppy in WinUAE, FS-UAE, and Amiberry
Linux toolingfuseadf (FUSE mount) and unadf (file extraction) via the ADFlib library
Platform of originCommodore Amiga (A500, A600, A1200, A2000, A4000 series)
Byte orderBig-endian (Motorola 68000 architecture)
Copy-protection limitationCannot reproduce non-standard track timing or weak sectors; IPF and ADF+ formats address this
ReleasedLate 1980s (Amiga era)
Open standardYes · royalty-free
Specificationen.wikipedia.org

ADF conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with ADF files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about ADF files.

Frequently asked questions

What is an .adf file and how do I open it?
It's an Amiga Disk File - an image of a Commodore Amiga floppy. Open (mount) it in an Amiga emulator like WinUAE (Windows) or FS-UAE (cross-platform) to run the game or software; the emulator treats the ADF as an inserted disk.
How do I run an Amiga .adf game on my PC?
Install an emulator (WinUAE on Windows, FS-UAE cross-platform), supply a legal Kickstart ROM (e.g. via Amiga Forever), add the .adf to floppy drive DF0, and start. The emulator boots the disk just like a real Amiga.
How do I extract files from an Amiga .adf without an emulator?
Use ADFlib's 'unadf' to list and extract the AmigaDOS contents, or mount it read-only on Linux with fuseadf: 'fuseadf disk.adf /mnt'. adfExplorer (GUI / R package) also browses OFS/FFS images.
Can I convert an .adf to ISO?
No - an Amiga ADF is a floppy image, not an optical/CD image. Mount the .adf directly in an Amiga emulator, or extract its files; there's no meaningful ADF-to-ISO step.
What's the difference between .adf and .adz?
An .adz is just a gzip-compressed .adf - the same floppy image, smaller. Most emulators open .adz directly, or you can decompress it back to .adf with gzip/7-Zip.
Why is my .adf exactly 901,120 bytes?
That's the standard Amiga double-density (880 KB) floppy image size. High-density Amiga images are 1.76 MB. A wildly different size may mean it isn't a plain Amiga ADF.

References

1Wikipedia - Amiga Disk Fileen.wikipedia.org
2ADFlib - Amiga filesystem library/tools (GitHub)github.com

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.BINCD/DVD Disc Image (BIN/CUE)
3.PARTPartial Download File
4.MDMarkdown Document
5.RPMSGRestricted Permission Message
6.CRDOWNLOADChrome Partial Download File
7.NOMEDIAAndroid No-Media Marker File
8.PRDXSoftMaker Presentations Document
9.PRO6XProPresenter 6 Bundle File
10.SWFSmall Web Format (Shockwave Flash)

Related extensions

.BINCD/DVD Disc Image (BIN/CUE)
.ISOISO disc image (ISO 9660 / UDF)
.MDFMedia Descriptor File (Alcohol 120% / DAEMON Tools disc image)
.DMGApple Disk Image
.NRGNero Burning ROM Disc Image
.TIBAcronis True Image Backup

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z