The plain-English file extensions guide

A reference of common archive, disc image, and installer extensions — what each one is, and how to open it.

Updated April 2026 8 min read Beginner

A plain-English reference to every common archive and file format you’re likely to run into, and what opens them.

Archive formats

These are “container” formats — they hold one or more files inside, usually compressed.

ExtensionFull nameBest toolNotes
.zipZIP archiveBuilt-in / 7-Zip / The UnarchiverUniversal. Our homepage has the full guide.
.rarWinRAR archive7-Zip / The UnarchiverOpening guide. Better compression than ZIP.
.7z7-Zip archive7-Zip / KekaOpening guide. Highest common compression.
.tarTape archive (uncompressed)Built-in (all OSes)Bundles files without compressing. Usually paired with gzip or bzip2.
.tar.gz / .tgzGzipped tarballBuilt-in / 7-ZipOpening guide. Linux/Unix standard.
.tar.bz2Bzip2 tarballBuilt-in (Mac/Linux) / 7-ZipSlower but smaller than gzip.
.tar.xzXZ tarballBuilt-in / 7-ZipSlowest to create, smallest output.
.gzGzip fileBuilt-in / 7-ZipCompresses a single file, not a folder. Often just decompresses to the same name minus .gz.
.bz2Bzip2 fileBuilt-in / 7-ZipSingle-file compression. Slower than gzip.
.xzXZ fileBuilt-in (modern OSes)Best compression for a single file.
.cabWindows CabinetBuilt-in Windows / 7-ZipOld Microsoft installer format.
.lzh / .lhaLHA archive7-ZipLegacy, popular in Japan.
.arjARJ archive7-Zip1990s DOS format. Still occasionally seen.
.zUnix compressed fileBuilt-in (Mac/Linux)Pre-gzip. Very rare today.

Disc images

ExtensionFull nameBest toolNotes
.isoISO disc imageBuilt-in (Win 10+ & Mac)Full guide. Copy of an optical disc.
.dmgApple Disk ImageBuilt-in (Mac) / 7-Zip (Win, limited)Full guide. Mac app installer format.
.imgRaw disk imageBuilt-in / 7-Zip / EtcherCommon for Raspberry Pi and embedded devices.
.bin + .cueBIN/CUE pair7-Zip / IsoBusterOlder CD copy format. Keep both files together.
.mdf + .mdsMedia Descriptor FormatAlcohol 120% / IsoBusterCommercial disc imaging format.
.vhd / .vhdxVirtual hard diskBuilt-in Windows / 7-ZipMounts as a virtual drive.

Installer formats

ExtensionPlatformHow to run
.exeWindowsDouble-click. Executable — only run from trusted sources.
.msiWindowsMicrosoft installer. Double-click.
.msix / .appxWindows 10/11Modern Windows installer. Double-click.
.pkgMacDouble-click to run the installer.
.debDebian/Ubuntu LinuxDouble-click or sudo dpkg -i file.deb
.rpmFedora/RedHat Linuxsudo dnf install file.rpm
.apkAndroidSide-loaded app. Tap to install (requires enabling unknown sources).
.ipaiOSNormally only installable via App Store or enterprise distribution.

Other files you may find inside archives

Extracted an archive and found unfamiliar files? Here’s what some common ones are:

  • .pst / .ost — Microsoft Outlook email data. Import via Outlook.
  • .mbox — Email archive. Opens in Thunderbird, Apple Mail, and many other clients.
  • .csv / .tsv — Plain-text spreadsheet data. Opens in Excel, Google Sheets, any text editor.
  • .dat — Generic data file. Could be anything; context matters.
  • .xml / .json — Structured data. Opens in any text editor or browser.
  • .db / .sqlite — Database files. Use DB Browser for SQLite (free).
  • .log — Plain-text log file. Opens in any text editor.