What extracting a file means

Extracting a file means taking a compressed folder (usually a .zip file) and unpacking it so you can see and use the files inside. When someone sends you a .zip file or you read one from the internet, it is a single container holding multiple files squeezed down to take up less space. Extracting opens that container and puts the individual files back to their normal size on your computer.

On a Mac, extraction usually happens automatically. When you double-click a .zip file in Finder, macOS unpacks it without you having to do anything else. The extracted files appear in the same folder as the .zip file itself.

Key Takeaways

  • Double-clicking a .zip file on your Mac automatically extracts it — you do not need to install anything or use a special program.
  • The extracted files appear in the same folder as the .zip file, with the same name but without the .zip extension.
  • If extraction does not happen automatically, you can right-click the .zip file and choose "Open With" and then "Archive Utility".
  • Once extracted, you can delete the original .zip file if you want to save space, but keep the extracted files if you need them.

The automatic extraction method

Most of the time, you will not need to do anything at all. Open Finder and locate your .zip file. Double-click it. Within a few seconds, a new folder or file with the same name (but without .zip at the end) will appear right next to it. That is the extracted version, ready to use.

This works for most .zip files you will encounter — downloads from websites, attachments from email, files shared through cloud storage. macOS has a built-in tool called Archive Utility that handles this automatically in the background.

What to do if extraction does not happen automatically

Occasionally a .zip file will not extract when you double-click it. This can happen if the file is corrupted, very large, or if your Mac's settings have changed. Try right-clicking the .zip file instead. A menu will appear with several options. Look for "Open With" and hover over it to see a submenu. Select "Archive Utility" from that list.

If Archive Utility does not appear in the submenu, you can also try "Open" at the top of the menu. If neither of those works, the .zip file itself may be damaged, and you should ask whoever sent it to you to send it again.

Understanding what you see after extraction

After extraction, you will have a new folder or file in the same location as the original .zip. If the .zip contained a single file, you will see that file. If it contained multiple files or folders, you will see a folder with all of them inside. The original .zip file remains on your computer unless you delete it.

You can now use the extracted files normally — open them, move them to other folders, edit them, or delete them. The extracted folder or file is no different from anything else on your Mac.

When to delete the original .zip file

Once you have extracted a .zip file and confirmed that the extracted files work the way you need them to, you can delete the .zip file to save disk space. The extracted files will remain on your computer. To delete the .zip, right-click it and choose "Move to Trash", or select it and press Command+Delete.

Keep the .zip file only if you think you might need to extract it again later, or if you want to send it to someone else. If you delete it by mistake, you can recover it from the Trash as long as you have not emptied the Trash.

Extracting files from other compressed formats

Most compressed files on the internet are .zip files, but you may occasionally encounter other formats like .tar.gz, .rar, or .7z. Archive Utility on your Mac can handle .zip and .tar.gz files automatically. For .rar or .7z files, you will need a third-party program like The Unarchiver (available free from the Mac App Store) or Keka.

The process is the same: double-click the file or right-click and open it with the appropriate program. The extracted files appear in the same folder. If you are unsure what format a file is, look at the extension at the end of the filename — it will tell you what type of compressed file it is.

Frequently Asked Questions

Why is my extracted file smaller than the .zip file?

The .zip file is compressed, which means the files inside are squeezed down to take up less space. When you extract it, the files return to their original size. If the extracted file is still smaller, it may be a different file than you expected, or the original file was already compressed before being zipped.

Can I extract a .zip file on my Mac without using Finder?

Yes. You can use Terminal (the command-line program on your Mac) to extract files using the unzip command, but this is not necessary for most people. Double-clicking in Finder is simpler and does the same thing.

What if the extracted folder is empty?

An empty extracted folder usually means the .zip file was corrupted or incomplete when you downloaded it. Try downloading the file again. If it is still empty, contact whoever sent it to you and ask them to resend it or verify that the file uploaded correctly.

Do I need to extract a .zip file to see what is inside it?

No. You can double-click a .zip file in Finder and preview its contents without fully extracting it. However, to actually use the files inside, you will need to extract the .zip first.