The simplest way: double-click the zip file
macOS opens zip files automatically. Find the zip file on your Mac, double-click it, and the system extracts the contents into the same folder. That's it — you don't need to read anything or use a separate program. The extracted files appear right next to the original zip file, ready to use.
This automatic extraction happens in the background. You'll see a brief pause, then the uncompressed files are there. If the zip contains a single file, you get that file. If it contains a folder with many files inside, you get the whole folder structure intact.
Key Takeaways
- Double-clicking a zip file on a Mac automatically extracts it using the built-in Archive Utility — no separate software needed.
- The extracted files appear in the same folder as the zip file, preserving the original folder structure inside.
- If extraction fails or doesn't happen, check that the file actually ends in .zip and that you have read permission for the folder.
- Finder's preview pane shows you what's inside a zip file before you open it, so you know what to expect.
- For zip files larger than a few hundred megabytes, extraction may take a minute or two depending on your Mac's storage speed.
What happens when you double-click
Your Mac runs a program called Archive Utility in the background. This program reads the zip file, decompresses each file inside it, and writes the uncompressed versions to your drive. The original zip file stays where it was — extraction doesn't delete it or move it.
Archive Utility works silently. You won't see a window or progress bar unless something goes wrong. Once extraction finishes, the zip file and the extracted folder or files sit side by side in Finder. You can then delete the zip file if you want to save space, or keep it as a backup.
Checking what's inside before you extract
You don't have to extract a zip file to see what's in it. Click the zip file once in Finder to select it, then press the spacebar. Finder's Quick Look panel opens on the right side and shows you a preview of the contents — file names, sizes, and folder structure — without extracting anything.
This is useful when you receive a zip file from someone else and want to know what you're about to extract before it takes up space on your drive. If the zip contains a document, Quick Look may even show you a preview of the document itself.
When extraction doesn't work
If you double-click a zip file and nothing happens, the most common reason is that the file is corrupted or incomplete. Try downloading it again if you received it from the internet. If you're extracting from an external drive or network location, make sure you have read permission for that folder.
Another possibility is that the file doesn't actually end in .zip, even though it looks like it should. Right-click the file, select "Get Info," and check the full file name in the Name & Extension field. If it says something like .zip.zip or has a different extension, that can prevent extraction. You can also try opening the file with Archive Utility directly: right-click the file, choose "Open With," and select Archive Utility from the list.
Handling large zip files
Extracting a zip file that's several hundred megabytes or larger can take a minute or two, depending on how fast your Mac's storage is. An external USB drive will extract more slowly than an internal SSD. During extraction, your Mac is reading from the zip file and writing to the drive simultaneously, which uses some processor and storage resources.
If you're extracting to an external drive and the process seems stuck, check Activity Monitor to confirm Archive Utility is still running. Open Activity Monitor (in Applications > Utilities), search for "Archive," and if you see it listed with CPU or disk activity, the extraction is still happening. Don't force-quit it — let it finish.
Zip files with special characters or very long names
Zip files created on Windows or Linux sometimes contain file names with characters that macOS doesn't handle the same way. If extraction fails or produces files with garbled names, the zip file itself may be the problem, not your Mac. Try extracting it on a different computer if you have access to one, or ask the person who created the zip to recreate it on a Mac.
Very long file names — more than 255 characters — can also cause extraction to fail. If you know the zip contains files with extremely long names, you may need to rename them after extraction or use a third-party tool like The Unarchiver, which handles edge cases better than Archive Utility.
Using The Unarchiver if you need more control
The Unarchiver is a free app from the Mac App Store that handles zip files and many other archive formats. It's useful if you extract a lot of files, want to choose where extracted files go before opening them, or run into problems with Archive Utility. read it from the App Store, then right-click any zip file, choose "Open With," and select The Unarchiver.
The Unarchiver shows you a dialog box where you can choose the destination folder before extraction happens. It also handles damaged zip files and unusual character encodings better than the built-in tool. For most people, the default Archive Utility is fine — but if you work with zip files regularly or receive them from many different sources, The Unarchiver is worth having.
Frequently Asked Questions
Do I need to buy software to open zip files on a Mac?
No. macOS includes Archive Utility, which opens zip files automatically when you double-click them. You don't pay anything and don't need to install anything. If you want more features like choosing where files extract to, The Unarchiver is free from the App Store.
What if the zip file is password-protected?
Archive Utility will ask you for the password when you double-click the zip file. Type the password in the dialog box that appears. If you don't know the password, you can't extract the file — there's no way around it on a Mac.
Can I open a zip file on my iPhone or iPad?
Yes, but only if it's a straightforward zip file. iOS includes built-in zip support in the Files app. Tap the zip file in Files and it extracts automatically. However, iOS handles complex zip structures less reliably than macOS, so if extraction fails, try a Mac instead.
Does extracting a zip file use up storage space?
Yes. The extracted files take up as much space as they did before they were compressed. If a zip file is 100 MB and expands to 400 MB, you'll need 400 MB of free space. The original zip file stays on your drive too, so you temporarily need space for both until you delete the zip.
What's the difference between a zip file and a folder?
A zip file is compressed — the data is squeezed down to save space and make it faster to send over the internet. A folder is just a container. When you extract a zip, you get a folder (or files) that take up more space but are ready to use when ready without any decompression step.