macOS

How do I extract ZIP files on Mac?

Updated 2026-08-14

✓

Quick answer

You can extract ZIP files on a Mac by double-clicking the file or using the built-in Archive Utility.

Extracting ZIP files on macOS is straightforward and can be done using the Finder or Terminal.

Steps

  1. 1

    Locate the ZIP file

    Open Finder and navigate to the folder containing the ZIP file you want to extract.

  2. 2

    Extract the files

    Double-click the ZIP file to automatically extract it using Archive Utility.

  3. 3

    Using Terminal (optional)

    Open Terminal, type 'unzip', followed by a space, and drag the ZIP file into the Terminal window to auto-fill the path. Press Enter to extract.

Extracting ZIP Files Using Finder

The simplest way to extract ZIP files is through the Finder. Just locate the ZIP file, double-click it, and the contents will be extracted to the same directory.

Extracting ZIP Files Using Terminal

For advanced users, you can also use the Terminal. Open Terminal and use the command 'unzip <filename>.zip' to extract the files.

Watch out for

  • Some older versions of macOS may have different default applications for handling ZIP files.

FAQ

What if the ZIP file is password protected?

You'll need to use a third-party tool like The Unarchiver or command-line tools that support password-protected ZIP files.

Can I extract ZIP files to a different location?

Yes, you can drag the extracted folder to your desired location after extraction.

What if the ZIP file doesn't open?

The file may be corrupted or not a valid ZIP file. Try downloading it again.