How to Open a Password Protected ZIP File on Mac
Updated July 2026 • 5 min read
Double-click a password-protected ZIP on a Mac and you will often hit a wall: Archive Utility, the built-in unzip tool, does not prompt for a password at all for many protected archives, and instead throws a confusing error or silently fails to extract anything useful. This guide explains why that happens and shows you a reliable way to open a password-protected ZIP on a Mac, without installing any third-party app and without uploading the file anywhere.
What "open" means here
This guide covers opening a ZIP whose password you already know. A protected ZIP is genuinely encrypted, so opening it always requires the correct password, on a Mac or anywhere else. If you have lost the password, see our guide on recovering a forgotten ZIP password for the honest odds.
Why macOS Archive Utility struggles with protected ZIPs
macOS ships with Archive Utility, the app quietly behind every double-click on a .zip file in Finder. It is built for the common case: an ordinary, unprotected archive. When it encounters a password-protected ZIP, its behaviour depends on exactly how the archive was encrypted, and it is inconsistent enough to be genuinely confusing.
For some password-protected archives, Archive Utility will extract the files anyway but leave them corrupted or unreadable, with no clear error explaining why. For others, it fails outright with a generic "Unable to expand" message that never actually asks you for a password. Unlike Windows' built-in tools, which at least attempt a password prompt for some ZIP encryption types, macOS's native unzip experience was never really designed with password-protected archives in mind.
The practical result is that most Mac users hit a dead end with the built-in tool and assume the file is broken, when really it just needs a password Archive Utility never asked for.
The reliable way: open it in your browser
The most straightforward fix does not involve installing anything. Because this tool runs entirely as a web page, it works identically on macOS, Windows, or any other operating system with a modern browser, and it sidesteps Archive Utility's limitations completely by handling the decryption itself rather than relying on Finder.
Open zippasswordremover.com in Safari, Chrome, or any current browser on your Mac, drag the protected ZIP in, and enter the password when prompted. The archive is decrypted using code that runs locally in the browser tab, using zip.js, and it is never uploaded anywhere. You get back a clean, unprotected copy that Finder and Archive Utility can then open normally, with no further password step.
This also sidesteps a common macOS gatekeeping headache: because nothing is installed, there is no "unidentified developer" warning to click through and no app to grant permissions to. It is just a web page doing the decryption for you.
Third-party Mac apps: what they add and what they cost
There are third-party Mac archive utilities, such as The Unarchiver and Keka, that handle password-protected ZIPs more gracefully than the built-in tool and are worth having installed if you deal with archives often. They are legitimate options if you would rather work outside a browser.
The trade-off is the usual one for any installed software: you are trusting an application with access to your files, it needs updating over time, and it is one more thing installed on your Mac for what is often a one-off task. For most people who just need to open a single protected ZIP right now, a browser-based tool that needs no installation and no permissions is the lower-friction path.
Keeping your Mac ZIP workflow private
If the contents of the archive matter to you, the safest choice on any platform, Mac included, is a tool that never uploads your file. You can verify this yourself in Safari or Chrome's developer tools by watching the Network tab while you process a file: a genuinely client-side tool shows no upload traffic at all.
For the fuller reasoning on why the upload, not the tool itself, is the real risk with most online ZIP unlockers, see is it safe to remove a ZIP password online.
What if you have forgotten the password on your Mac
Everything above assumes you know the password and just need a way to use it. If you genuinely cannot remember it, the same browser tool can attempt a free, best-effort recovery of a weak or common password, entirely on your Mac, before you give up on the archive.
The honest limit is the same on macOS as on any other platform: a short or dictionary-style password on an older, legacy ZipCrypto archive is often recoverable this way, while a long, randomly generated password on a modern WinZip AES archive cannot be recovered by any free tool, ours included. Our guide to recovering a forgotten ZIP password walks through the full process and sets realistic expectations before you spend time on it.
How to open a password-protected ZIP on a Mac
Works in Safari, Chrome, or any modern browser on macOS:
- Open the tool in your Mac browser. Go to zippasswordremover.com in Safari or Chrome. There is nothing to download or install.
- Drag in your protected ZIP. Drop the archive that Archive Utility would not open, or click to browse for it in Finder.
- Enter the password. Type the password you know. It is used locally in the browser as the decryption key and is never uploaded.
- Download a clean copy. The tool decrypts the contents in your browser and hands you a fresh, password-free ZIP, which Finder and Archive Utility can then open normally.
Open your protected ZIP right now
Works on macOS with nothing to install; your file never leaves your browser. Open the ZIP Password Remover
Frequently asked questions
Why won't Archive Utility ask me for a password?
macOS's built-in Archive Utility handles password-protected ZIPs inconsistently. Depending on the encryption used, it may fail outright with a generic error or extract corrupted files, without ever prompting for a password.
Do I need to install anything on my Mac to open a protected ZIP?
No. A browser-based tool works in Safari or Chrome with nothing to install, no permissions to grant, and no unidentified-developer warnings.
Is it safe to use a web-based tool instead of a Mac app?
Yes, provided the tool runs entirely client-side. This one decrypts your archive locally using zip.js and never uploads it, which you can verify in your browser's developer tools.
What if I do not know the ZIP's password on my Mac?
The same recovery rules apply on any platform: a free, in-browser attempt can sometimes recover a weak, legacy password. See our guide to recovering a forgotten ZIP password for the honest odds.
Are third-party Mac apps like Keka or The Unarchiver worth using?
They are solid options if you regularly work with archives and prefer a desktop app. For a one-off protected ZIP, a browser-based tool avoids installing anything at all.