How to extract a zip file (Mac, Windows, Linux, Android)
What "extracting a file" actually means, the one-click way to do it on every major OS, and how to handle the file that won't open.
A zip file is one file that contains many compressed files inside it. "Extracting" means decompressing and writing those inner files to disk so you can open them normally. Every major OS does this in one click — no extra software needed.
macOS
Double-click the .zip file. Finder unzips it into the same folder, dropping a copy of the inner files alongside the .zip. Done.
If you want a different destination, right-click → Open With → Archive Utility, then choose where the unzip should land in Preferences. For .rar, .7z, and .tar.gz files, install The Unarchiver from the App Store — it adds support for everything macOS doesn't handle natively.
Windows
Right-click the .zip file → Extract All → pick a destination → Extract. Windows 10 and 11 handle .zip natively. For .rar, .7z, and .tar.gz, install 7-Zip (free, open-source) — it adds context-menu options for every common archive format.
Linux
- Most desktop file managers handle right-click → Extract Here for .zip, .tar.gz, and .7z.
- Command line: unzip file.zip, tar -xzf file.tar.gz, 7z x file.7z, unrar x file.rar.
Android
Open the Files app, tap the .zip file, tap Extract. Android 13+ has this built-in. On older versions, install RAR or ZArchiver (both free) — they add long-press → Extract to any file manager.
iPhone / iPad
Open the Files app, tap the .zip file. iOS unzips it in place. For .rar and .7z, install Documents by Readdle or iZip from the App Store.
When it won't extract
- "Catastrophic failure" or "unexpected end of archive" usually means the download was incomplete or corrupted. Re-download and try again.
- Password-protected zips need the password. The OS prompts for it; if you don't have it, none of the standard tools will guess it.
- Files larger than 4 GB need .zip64 format. Old extractors fail on these — use 7-Zip on Windows, The Unarchiver on Mac.
- If macOS Archive Utility silently produces a folder of the same .zip again, the file is probably double-zipped — extract twice.
When you actually want what's inside, structured
If the zip contains PDFs and images you need to process — invoices, receipts, scanned documents — extracting the archive is just step one. Drop the unzipped files into the matching ExtractFox tool to get them into Excel or JSON without re-keying anything.