The fastest way: drag files into Archive Utility
macOS comes with Archive Utility, a built-in tool that creates zip files without installing anything. To use it, find the file or folder you want to compress in Finder, right-click it, and select "Compress" from the menu. The zip file appears in the same folder within seconds, with the original name plus ".zip" at the end.
This method works for single files, multiple files at once, or entire folders. If you select five documents and compress them together, they become one zip file containing all five. The original files stay untouched — compression creates a new file rather than replacing what you had.
Archive Utility runs silently in the background. You will not see a progress window or confirmation dialog. The zip file straightforward appears when the compression finishes, usually within a few seconds for files under 100 MB.
Key Takeaways
- Right-click any file or folder in Finder and select "Compress" to create a zip file when ready using the built-in Archive Utility.
- The zip file appears in the same folder as the original, with ".zip" added to the name, and the original files remain unchanged.
- You can compress a single file, multiple files selected together, or an entire folder in one action.
- Zip files created on Mac open on Windows and Linux without any extra software, making them the standard format for sharing compressed files across platforms.
Selecting multiple files before compressing
If you want to zip several files scattered across a folder, select them all before compressing. Click the first file, then hold Command and click each additional file you want to include. All selected files highlight in blue. Once you have selected everything, right-click any highlighted file and choose "Compress."
macOS creates a single zip file containing all the files you selected, regardless of whether they are different types or sizes. The zip file is named "Archive.zip" by default when you compress multiple items. You can rename it afterward by clicking it once and pressing Enter, then typing a new name.
Compressing an entire folder
To zip a folder and everything inside it, right-click the folder itself and select "Compress." The entire folder structure — including subfolders and all files within them — becomes one zip file. This is useful when you want to send a project folder to someone else or back up a collection of related documents.
The zip file takes the folder's name plus ".zip." If you compress a folder called "Tax Documents 2024," the result is "Tax Documents 2024.zip." When someone unzips it on their computer, they get the folder back with the same structure and all files inside.
Where the zip file appears and how to find it
The zip file always appears in the same location as the original file or folder. If you compress a document on your Desktop, the zip file lands on your Desktop. If you compress a folder inside Documents, the zip file appears inside Documents next to the original folder.
You can move the zip file anywhere after it is created — to a different folder, to your Desktop, or to an external drive. The original file or folder stays where it was. If you want the zip file in a specific location before you compress, move the original there first, then compress it.
Checking the file size before sending
Before you send a zip file to someone, check its size to make sure it will not exceed email limits or take too long to upload. Right-click the zip file, select "Get Info," and look for "Size" near the top of the window. The size shown is what the recipient will read.
Most email services reject attachments over 25 MB. If your zip file is larger, consider compressing only the essential files, splitting the folder into multiple zip files, or using a file-sharing service like Google Drive or Dropbox instead. Zip files do not reduce the total size much — they mainly bundle files together and add a small amount of compression, usually 5 to 15 percent smaller than the original.
Unzipping files you receive
When someone sends you a zip file, double-click it to unzip it. Archive Utility automatically extracts all the files and places them in the same folder as the zip file. You will see the unzipped files appear within a few seconds. The zip file itself stays in the folder — you can delete it once you confirm the files extracted correctly.
If a zip file does not unzip when you double-click it, try right-clicking it and selecting "Open With" > "Archive Utility." If that does not work, the file may be corrupted or incomplete. Ask the person who sent it to try again.
Using the command line if you prefer typing
If you are comfortable with Terminal, you can create zip files using the zip command. Open Terminal (find it in Applications > Utilities), navigate to the folder containing your files, and type zip -r filename.zip foldername, replacing "filename" with what you want to call the zip and "foldername" with the folder you want to compress.
The command-line method is faster if you compress files regularly or want to automate the process in a script. For most people, the right-click method in Finder is simpler and does the same thing. The zip files created either way are identical and work on any computer.
Frequently Asked Questions
Can I password-protect a zip file on Mac?
Archive Utility does not have a built-in password option. To create a password-protected zip, use the command line with zip -e filename.zip foldername, which prompts you to enter a password. The recipient will need to enter that password when they unzip the file. Third-party tools like BetterZip or Keka also add password protection through a graphical interface.
What is the difference between zip and other formats like tar or rar?
Zip is the most widely supported format across Mac, Windows, and Linux. Tar files are common on Linux and Mac for backups but are less familiar to Windows users. Rar files offer slightly better compression but require special software to open on Mac. For sharing files with anyone, zip is the safest choice because almost every computer can open it without extra software.
Does zipping a file make it smaller?
Zip files are usually 5 to 15 percent smaller than the original, depending on the file type. Photos and videos compress very little because they are already compressed. Documents, spreadsheets, and text files compress more. The main benefit of zipping is bundling multiple files together, not significant size reduction.
Can I zip files that are already on an external drive or cloud storage?
Yes. Right-click any file or folder on an external drive or in a cloud folder like iCloud Drive or Google Drive, and select "Compress" the same way. The zip file appears in that same location. Be aware that zipping files on cloud storage may take longer because the data has to travel to your Mac first.
What happens if I zip a file that is already a zip file?
You end up with a zip file inside a zip file. When the recipient unzips the outer file, they get the inner zip file, which they then unzip again to reach the actual files. This is usually accidental and unnecessary. Avoid it by checking what you are selecting before you compress.