How to Extract a Password Protected ZIP File on Mac
July 6, 2026
This is a more common frustration than people expect, given how reliable ZIP extraction usually is on Mac for everything else.
Received a password-protected ZIP and tried double-clicking it in Finder, only to get an error or garbled output instead of a password prompt? This is one of the more surprising gaps in macOS's built-in archive handling — Finder genuinely cannot open encrypted ZIP files at all. Here's exactly how to extract one properly, and what your realistic options are if you don't actually have the password.
Why Finder can't handle this
Archive Utility, the background process powering Finder's double-click ZIP extraction, was never built with password-protected ZIP support. Rather than showing a clean password prompt when it encounters an encrypted archive, it typically either fails outright with a generic error, or — more confusingly — appears to extract successfully while actually producing corrupted, unreadable files instead of the real content. This second behavior is particularly misleading, since there's no obvious error telling you what went wrong; you just end up with garbage files and no clear explanation why.
How to tell in advance whether a ZIP is password-protected
Before even attempting extraction, some archive tools let you preview an archive's basic properties, including whether encryption is present, without needing to enter a password first — since standard ZIP encryption typically leaves the file listing itself visible even while contents stay locked. If your tool shows this kind of indicator, checking it before attempting extraction can save a confusing round of "why isn't this working" when the real answer is simply that a password is required and you haven't been prompted correctly yet. Not every tool surfaces this proactively, so if yours doesn't, going straight to a password-capable extractor is the more reliable path forward regardless.
Method 1: A dedicated archive app with password support
The straightforward fix is a third-party archive tool built to properly detect password-protected ZIP files and prompt you for the password before attempting extraction. Drag the ZIP onto the app, or double-click it if you've set the app as your default ZIP handler. When the app detects encryption, it shows a clean password field rather than failing or producing corrupted output.
With Unzipr, this detection and prompting happens automatically for any encrypted ZIP, RAR, or 7Z file — free, with no separate configuration needed. If you access the same password-protected archive repeatedly, the Password Vault (PRO) remembers the password via macOS Keychain after the first successful entry, so you're not retyping it every time.
Method 2: Terminal's unzip command
macOS's built-in unzip command does support password-protected ZIP files, unlike Archive Utility's Finder integration:
unzip -P yourpassword archive.zip
The -P flag passes the password directly. One security caveat worth knowing: this puts your password in plain text in your Terminal's command history, which isn't ideal for anything genuinely sensitive. If you'd rather not leave a plaintext password sitting in your shell history, omit the -P flag entirely — unzip will then prompt you interactively for the password instead:
unzip archive.zip
What if you don't know the password?
If you're the recipient and the sender hasn't shared the password yet, the straightforward answer is simply to ask them — this happens more often than people expect, since it's easy to forget the password is a separate piece of information from the file itself, especially if sent through different channels or with a delay. If you created the archive yourself and have genuinely lost the password, see our detailed guide on realistic options for a forgotten archive password — the short version is that short, simple passwords have some realistic recovery odds through brute-force tools, while strong random passwords are not realistically recoverable, which is the entire point of using strong encryption in the first place.
Distinguishing "wrong password" from other extraction failures
A properly built archive tool gives you a clear "incorrect password" message when you enter the wrong one, distinct from other extraction failures like corruption or an incomplete download. If you're confident you have the right password but keep getting rejected, check for a few common culprits: trailing spaces accidentally included when copying the password, smart-quote or autocorrect substitution if the password was typed into Notes or Messages before being entered here, or simple case-sensitivity mismatches, since archive passwords are almost always case-sensitive.
A realistic scenario: opening a password-protected client deliverable
Picture receiving a password-protected ZIP from a client containing sensitive financial documents, with the password sent separately via a follow-up text message — standard practice for splitting the file and its password across different channels. Double-clicking the ZIP in Finder produces a confusing error with no password prompt at all, since Archive Utility simply isn't built to ask. Switching to a dedicated archive tool resolves this immediately: the same file that confused Finder opens cleanly with a proper password prompt, and once entered correctly, extracts exactly as expected.
Extracting a password-protected ZIP that also has header issues
Occasionally a password-protected ZIP also happens to have character-encoding issues in its filenames (common with archives created on older or non-English systems), compounding the confusion — you might enter the correct password successfully but then see garbled filenames in the output. This is two separate, unrelated issues happening to coincide in the same file: password protection is a separate capability from character encoding handling, and a tool needs to handle both correctly for a fully clean extraction. If filenames look wrong even after successfully entering the correct password, that's a distinct encoding issue rather than anything related to the password itself.
Why some password-protected ZIPs seem to work in Finder and others don't
This inconsistency confuses people specifically because it seems like Finder sometimes handles password-protected ZIPs and sometimes doesn't, when the actual explanation is more subtle. Different ZIP-creation tools use different encryption schemes — some older or more basic tools default to ZipCrypto, which certain macOS versions have partial, inconsistent handling for in specific edge cases, while others use AES-256, which Archive Utility doesn't support at all under any circumstances. This inconsistency isn't something you can predict or control from the receiving end; it depends entirely on which specific tool and settings the sender used to create the archive in the first place, which is exactly why a third-party tool with reliable, consistent support for both encryption schemes removes the guesswork entirely.
Batch extraction of multiple password-protected archives
If you regularly receive several password-protected archives at once — client deliverables using different passwords per project, for instance — a batch extraction workflow that pauses appropriately on each password-protected file, prompts individually, and continues with the rest of the batch afterward saves meaningful time over handling each archive as a fully separate manual operation. This is particularly useful when combined with a Password Vault that's already learned some of the passwords from previous access, reducing the number of prompts you actually need to respond to manually within a larger batch.
Troubleshooting
- Archive Utility shows no password prompt at all, just an error: expected — Archive Utility doesn't support encrypted ZIP; switch to a third-party tool.
- Extraction "succeeds" but files are garbled or won't open: a strong sign the archive was password-protected and your tool attempted extraction without detecting that, producing corrupted output instead of a proper prompt.
- Password rejected despite being certain it's correct: check for trailing spaces, smart-quote substitution, and case sensitivity before assuming the password itself is wrong.
What to do if the sender genuinely doesn't remember the password either
Occasionally the person who sent you a password-protected archive no longer remembers the password themselves, particularly for older files or infrequent senders. In this situation, ask whether they still have the original, unprotected version of the files elsewhere — often the protected archive was created once from source files that still exist unprotected on their end, making a fresh, un-password-protected re-send far simpler than attempting any password recovery on the existing encrypted file. This is worth suggesting before either of you invests time in brute-force recovery attempts, since recreating the archive from an available source is almost always faster and more reliable than recovering a lost password.
Frequently asked questions
Is it normal for Finder to have no password support for ZIP files? Yes, this has persisted across many macOS versions and appears to be a deliberate scope limitation rather than an oversight Apple is actively working to fix.
Can I convert a password-protected ZIP to a non-protected one? Yes — extract it once with the correct password, then re-compress the extracted contents without a password if you no longer need that protection.
Does the extraction process itself reveal the password to anyone else on the network? No — extraction happens entirely locally on your Mac; no data is transmitted over any network connection during the process itself.
The bottom line
Password-protected ZIP files require third-party software on Mac, since Archive Utility has no built-in support at all — a genuine gap, not a bug you can configure around within Finder itself. Unzipr detects password protection automatically and prompts cleanly, with a Password Vault that remembers passwords for archives you access repeatedly, so you're never stuck re-entering the same password on every single access.