Guide
ZIP.001, ZIP.002 Won't Extract? Here's the Fix
You've got a folder full of files named something like archive.zip.001, archive.zip.002, archive.zip.003 — and none of them open the way a normal ZIP does. That's not a broken download. It's a split archive, and it needs to be rebuilt before it can be extracted. ZipCombiner rebuilds split ZIP sequences like this one automatically, on Mac or Windows.
Why this happens
When a single file is too large to move or store as one piece, it gets split into a sequence of numbered parts. Unlike a Google Takeout or Google Drive download — where each ZIP is complete on its own — a split sequence is one archive sliced into fragments. No individual .001 or .002 file contains a full, extractable file by itself. Your operating system's built-in unzip tool usually can't reassemble the sequence, which is why double-clicking does nothing or throws an error.
The fix, in three steps
- Put every numbered part in one folder —
.001through the last part in the sequence — without renaming any of them. - Drag the whole set into ZipCombiner and choose "Treat as parts of a single ZIP." This tells ZipCombiner the files are fragments of one archive, not independent ZIPs.
- Extract. ZipCombiner reassembles the parts in the correct order and pulls out the original file or folder contents.
Frequently asked
Why won't zip.002 open when I double-click it?
A split sequence isn't a set of separate archives — it's one archive cut into numbered pieces. Only the first part resembles a real ZIP header, and even that won't extract correctly unless every other part is present and processed together.
Do I need all the parts, or just zip.001?
You need every part. Split ZIPs are rebuilt by joining the pieces in order — if one numbered file is missing, the archive can't be reassembled.
Is a split ZIP the same as a Google Takeout ZIP sequence?
No. A split sequence is one file broken into unusable-alone parts. A Takeout or Drive download is a set of complete, independently extractable ZIP files. ZipCombiner handles both, using different extraction modes for each.
Downloading from Google Drive or Takeout instead, where each file extracts fine on its own but the folders don't line up? See how to rebuild a Google Drive folder from ZIP downloads, or read what a split ZIP file actually is.