Why Can't Finder Open This ZIP File? (Common Errors Explained)
June 25, 2026
This guide walks through every common Finder ZIP failure systematically, so instead of guessing at a fix, you can identify exactly which category your specific error falls into and resolve it directly.
ZIP is the one archive format macOS handles natively, so when Finder suddenly refuses to open one, it's disorienting — there's no obvious reason why something that usually "just works" has stopped working. The good news: the actual causes are a short, predictable list. Here's what's really happening behind each common Finder ZIP error, and the specific fix for each one.
Confirming it's actually a Finder-specific problem
Before troubleshooting further, it's worth ruling out whether the issue is specific to Finder's Archive Utility at all, or whether the file itself is genuinely unusable regardless of tool. Try opening the same ZIP with a different archive app, or run unzip -t yourfile.zip in Terminal, which tests the archive's integrity without fully extracting it and reports specifically whether the file itself is intact. If a different tool opens it fine, the problem is specific to Archive Utility's more limited capability set — most likely password protection or encoding, both covered below. If no tool can open it, the file itself is the actual problem, most likely from an incomplete or corrupted download.
"Unable to expand" — the most common error
This is Archive Utility's generic failure message, and it almost always traces back to one of two causes: an incomplete download, or corruption introduced somewhere between the file's creation and your Mac. Compare the downloaded file's size against what the source page, email, or sender listed. A meaningful mismatch confirms an incomplete download — re-downloading resolves this in the large majority of cases. If the size matches exactly and the error persists, the ZIP was likely corrupted before you even received it, at the point of upload or creation, and no amount of retrying the extraction locally will fix that; you'd need the sender to re-create and re-send the file.
Nothing happens at all when you double-click
Before assuming failure, check the same folder for a newly created folder matching the ZIP's name — Archive Utility sometimes extracts small archives silently with no visible progress indicator, so the operation may have already completed successfully. If there's genuinely no new folder anywhere nearby, check whether the file's icon looks like a generic blank document rather than the standard zippered ZIP icon. This can indicate the file extension was altered or stripped during download or a file transfer, in which case macOS doesn't recognize it as a ZIP despite the visible .zip name — renaming it back to end in .zip explicitly sometimes resolves this.
The ZIP extracts, but produces garbled or corrupted files
This specific symptom — extraction appears to succeed, but the resulting files are unreadable, garbled, or won't open in their expected application — is one of the more confusing failure modes because it doesn't look like an error at all. The most common cause: the ZIP is password-protected, and Archive Utility doesn't support encrypted ZIP files. Rather than showing a password prompt, older macOS versions in particular sometimes attempt extraction anyway and produce corrupted, unreadable output instead of failing cleanly with a clear error message. If this happens, the fix isn't retrying extraction — it's switching to a third-party archive tool that actually detects and prompts for the password, like Unzipr, rather than attempting to extract encrypted content as if it were unencrypted.
"The following resource fork errors were encountered"
This message is specific to ZIP files that include macOS-specific metadata (resource forks, extended attributes) from an older version of macOS, or occasionally from certain third-party ZIP creation tools that handle this metadata inconsistently. It usually doesn't indicate that your actual file contents are damaged — the error refers specifically to supplementary metadata files, often visible after extraction as stray files prefixed with ._. In most cases, the real files extract successfully despite this warning, and the affected metadata files can be safely ignored or deleted.
ZIP files with filenames showing strange characters after extraction
If extraction technically succeeds but filenames come out full of question marks, boxes, or other placeholder symbols instead of readable text, this is a character encoding mismatch — most common with ZIP files created on older Windows systems or in non-English locales, where the filename encoding standard used at creation time doesn't match what macOS's Archive Utility expects by default. This isn't data loss; the file contents themselves are typically intact, only the filenames display incorrectly. A modern third-party archive tool with explicit legacy-encoding detection generally handles this more reliably than Archive Utility's built-in behavior.
The ZIP opens, but only shows some of the expected files
This can indicate either a partially corrupted archive (some entries readable, others damaged) or, less commonly, a ZIP that was created incorrectly at the source — some ZIP-creation tools have bugs that silently omit files under specific conditions, particularly with very large archives or unusual filename characters. Checking the file count against what the sender expected, and re-downloading or asking for a re-export if the numbers don't match, is the most reliable way to distinguish a local extraction problem from a source-side creation problem.
When switching tools is the actual fix
For the password-protection and encoding-related errors specifically, the underlying issue isn't something you can fix within Finder or Archive Utility at all — these are genuine capability gaps in Apple's built-in tooling, not bugs waiting to be patched. A dedicated third-party archive app that properly detects password protection and handles legacy character encoding resolves both categories of error directly, rather than requiring workarounds for Archive Utility's specific limitations.
A realistic scenario: a client-sent ZIP that won't extract
Picture receiving a ZIP file from a client via email, double-clicking it, and getting the generic "unable to expand" error. The instinct is often to assume something is wrong with your own Mac or settings, when in the overwhelming majority of cases the actual cause is upstream — either the email attachment got truncated during transfer, or the client's own export process produced a corrupted file before it ever left their machine. The fastest diagnostic step is simply asking the sender to confirm the file size on their end and compare it to what you received; a mismatch immediately points to a transfer problem rather than anything on your side, saving significant time versus troubleshooting your own Mac for an issue that originated elsewhere entirely.
Why these errors feel more alarming than they actually are
Part of what makes Finder ZIP errors unsettling is that ZIP is supposed to be the one format that always works on a Mac — when something that reliable suddenly fails, it's natural to suspect a deeper problem with your system rather than the file itself. In practice, the causes covered throughout this guide are almost entirely file-specific or sender-specific, not signs of anything wrong with your Mac's configuration or software. Archive Utility itself is stable, well-tested software; it fails in predictable, narrow ways tied to specific conditions (encryption, encoding, corruption) rather than degrading unpredictably over time or across different files for no discernible reason.
A quick diagnostic checklist
- Check file size against source — mismatch means incomplete download, re-download
- Check for a silently-created output folder before assuming nothing happened
- Garbled output after extraction — likely password-protected, switch to a tool that supports encrypted ZIP
- Strange characters in filenames — encoding mismatch, try a different extractor with better legacy support
- Missing files after extraction — compare file count against sender's expectation, re-download or ask for re-export
What Archive Utility's error messages don't tell you
One frustrating pattern across most of these errors: Archive Utility's messaging rarely distinguishes between meaningfully different underlying causes. "Unable to expand" covers everything from a truncated download to a genuinely corrupted archive to a format edge case Archive Utility simply doesn't handle — the error text gives you almost no information about which of those you're actually dealing with. This is a real usability gap in Apple's built-in tooling, and it's a large part of why systematically working through the diagnostic checklist below is more effective than hoping the error message itself will point you to the right fix.
Frequently asked questions
Does macOS ever get updates that fix these Archive Utility limitations? Occasionally, but password-protected ZIP support in particular has remained a persistent gap across many macOS versions, suggesting it's a deliberate scope decision rather than an oversight Apple is actively working to close.
Is there a way to see more detailed error information than Finder shows? Terminal's unzip command, run manually against the same file, often surfaces more specific error text than Archive Utility's generic "unable to expand" dialog, which can help distinguish between the different causes covered above.
Should I be worried a ZIP that fails to open is malicious? Extraction failures are overwhelmingly caused by incomplete downloads, encoding issues, or password protection — not malicious content. A ZIP failing to open isn't itself a security signal one way or the other.
The bottom line
Most Finder ZIP errors trace back to one of a handful of predictable causes — incomplete downloads, unsupported password protection, or character encoding mismatches — none of which indicate anything is fundamentally broken on your Mac. For the errors Archive Utility genuinely can't handle, particularly password-protected archives, Unzipr extracts them cleanly with proper password prompts, reliable handling of legacy-encoded filenames, and an instant preview so you can confirm a ZIP's contents look correct before extracting it at all.