Short answer
This tool fixes a ZIP that Windows calls "invalid" by rebuilding its missing or damaged table of contents and extracting every file whose data survived — the common truncated-download case. It runs entirely in your browser: the archive is read and repaired locally, with 0 bytes uploaded, which you can confirm in your browser's Network tab. The limit: entries whose compressed data is itself damaged can't be reconstructed, because the ZIP format carries no redundancy to rebuild them from.
Open the folder's contents now
- Drop the ZIP
- Repair and extraction run locally
- Download your files
If the two free fixes below don't work, the archive itself is damaged, and the fix is to rebuild its structure and extract every file whose data survived. The tool above does that in your browser: read locally, repaired locally, never uploaded. Start with the ladder, though: steps 1 and 2 cost nothing and solve most cases.
What the error means
The Compressed (zipped) Folder is invalid.Older Windows versions word it slightly differently:
The Compressed (zipped) Folder is invalid or corrupted.Both mean the same thing: Windows Explorer's built-in extractor tried to read the archive's structure and gave up. Explorer is the strictest unzipper in common use: it wants a perfectly formed table of contents at the end of the file and refuses anything less, including archives other tools open fine. So the error tells you Explorer rejected the file, not yet whether the file is mildly out of spec, truncated, or seriously damaged. The ladder below sorts that out, cheapest first.
The 3-step ladder — free fixes first
Step 1: Try 7-Zip or WinRAR
Both are far more tolerant than Explorer, and 7-Zip is free. A large share of "invalid" folders open immediately in one of them — the archive was slightly malformed, not broken. If this works, you're done, and you didn't need us.
Step 2: Re-download the archive
If the ZIP came from the web, email, or a cloud drive, the copy on the server is probably fine and yours was truncated in transit. Re-downloading replaces the damaged copy with a whole one, the cleanest fix there is. Check that the downloaded size matches what the site reports, if it reports one.
Step 3: Repair the file you have
When the source is gone, every re-download produces the same broken file, or the archive is your only copy, the damage is in the file: the case this tool exists for. It scans for the per-file headers ZIP writes in front of every entry, rebuilds the structure, and extracts every file whose data survived — in your browser, nothing uploaded.
Special case: downloaded from Google Drive or Gmail
Multi-file downloads from Google Drive arrive as a ZIP built on the fly, and large ones are notorious for truncating silently. If a Drive ZIP shows this error, re-download in smaller batches — a few files or folders at a time. Gmail's "Download all attachments" ZIP fails the same way.
What this can and can't fix
The same rules as ZIP repair in general, condensed: a lost or damaged table of contents can be rebuilt, and every entry whose compressed data survived comes out — partial salvage is a normal, useful result. What can't be fixed: entries whose compressed data is itself damaged (the format carries no redundancy to reconstruct it from), encrypted archives without their password, and multi-part archives missing a volume. One more honest check: if every ZIP on your machine shows this error (including a fresh, known-good one), the problem is Windows or a broken file association, not your archives.