.Z02

Z02 File

Split ZIP Archive - Second Part
Ask a question
QUICK ANSWER

A .z02 file is the second segment of a ZIP archive that was split into several pieces (.z01, .z02, …, and a final .zip). You cannot open the .z02 directly - place all parts in one folder and open the last file (the one ending in .zip) with 7-Zip or WinRAR. If any part is missing, especially the final .zip, the archive cannot be extracted.

Developer: PKWARE (split/spanned ZIP convention); naming popularised by WinZip/WinRAR/7-Zip/PeaZip Category: Compressed Files Open standard MIME: application/zip
OPENS ON Windows macOS Linux
Related: .RAR · .ZIP · .Z01 · .7Z

On this page

19k+ extensions indexed
Last reviewed Jul 1, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the Z02 file format?

Files with the .z02 extension are part of a split ZIP archive - specifically the second volume in a multi-part set. The naming convention is defined by PKWARE's APPNOTE specification and is supported by WinZip, 7-Zip, WinRAR, and most other modern archivers.

.z02 is a binary format. Inside, it carries a raw continuation of the host ZIP byte stream - compressed data produced by the DEFLATE algorithm (or STORE for data that is already compressed). The compression replaces repetitive byte patterns with shorter symbol sequences, which can reduce the original data size by up to 60 percent depending on content type. Unlike a standalone archive, a .z02 file holds no index and no central directory - those live exclusively in the final .zip part of the set.

.z02 files are generated automatically when an archive is divided into smaller parts of a chosen size. Splitting is useful when you need to send large data via email, upload to a cloud storage service, or write to fixed-capacity media, all of which impose file-size limits. The first volume is saved as a .z01 file, the second as .z02, the third as .z03, and so on; the last segment keeps the .zip extension because it contains the central directory.

To unpack the archive, all parts must be present in the same folder. You open the final .zip file and your archive tool reassembles the volumes automatically. Attempting to open a .z02 file in isolation will fail - the file is meaningless without the other segments.

Security & safety

RISK: MEDIUM

A split ZIP carries the same risks as any ZIP - it can contain malware, visible only after extraction, so scan unexpected archives before running anything inside. The .z02-specific issue is completeness, not security: if any part is missing (the final .zip that holds the index, or a middle volume like .z02 that the data streams through), the archive won't extract and the missing bytes cannot be recovered. Verify you have a continuous set (.z01, .z02 … plus the .zip) before relying on it. Beware fake 'z02 opener' sites bundling adware - any mainstream archiver opens these.

Format details

in a nutshell
FULL NAMESplit ZIP Archive - Second Partaka ZIP split volume, ZIP spanned segment
DEVELOPERPKWARE (split/spanned ZIP convention); naming popularised by WinZip/WinRAR/7-Zip/PeaZipsince Split/spanned ZIP defined in PKWARE APPNOTE; .z01/.z02 naming used by WinZip and compatible tools
MIME TYPEapplication/zip
TYPESecond volume of a multi-part (split) ZIP archive (binary)
STANDARDOpen · royalty-free

Programs that open Z02 files

Windows4 apps
WinZip Paid Open the final .zip part (not the .z02) with all segments in the folder. WinZip created this split-volume scheme.
WinRAR Paid Gather all parts in one folder, then open/extract the last .zip; WinRAR joins the .z01/.z02… volumes automatically.
7-Zip Open-source Put all parts in one folder. Right-click the FINAL .zip > 7-Zip > Extract Here. (Opening the .z02 directly won't work.) Free.
PowerArchiver Paid Open the final .zip with every volume present in the same folder; PowerArchiver reassembles the split set.
macOS2 apps
The Unarchiver Free Place all parts together and open the final .zip; The Unarchiver handles split ZIP volumes. macOS Archive Utility usually cannot.
Keka Free With all parts in one folder, open the last .zip to extract the joined archive.
Linux2 apps
Xarchiver Open-source Open the final .zip with all volumes present in the same directory. (Active fork on GitHub.)
7-Zip / p7zip Open-source Gather the parts and run: 7z x archive.zip (the final part). It reads the .z01/.z02 siblings automatically.

Technical details

deep spec
Format typeSecond volume of a multi-part (split) ZIP archive; binary format
EncodingBinary
Byte orderLittle-endian
Compression algorithmDEFLATE (per-entry, inherited from host ZIP); STORE used for already-compressed data
Volume sizeFixed to the chosen split size (e.g. 25 MB, 100 MB, 700 MB, 4 GB); all middle volumes are the same size
File signature (magic bytes)None - no fixed header; begins mid-stream as a raw continuation of the ZIP byte stream; not self-identifying
Central directoryAbsent from .z02; the ZIP central directory and end-of-central-directory record reside only in the final .zip volume
Integrity verificationPer-entry CRC-32 checksums; verifiable only after all volumes are assembled, as the index lives in the final .zip
EncryptionZipCrypto or AES-256 (WinZip AE-1/AE-2) inherited from the host archive; applied archive-wide, not per volume
ZIP64 supportYes, when the host archive uses ZIP version 4.5+; removes the 4 GB per-file limit and extends entry count to 2^64
MIME typeapplication/zip (primary); application/octet-stream also used
Naming convention.z01 (first volume), .z02 (second), .z03 (third), …; the final segment always carries the .zip extension
Maximum file entries65,535 in standard ZIP; up to 2^64 with ZIP64 - the entry table is stored only in the final .zip
Operating systemsWindows, macOS, Linux, and any platform with a split-ZIP-capable archiver
ReleasedSplit/spanned ZIP defined in PKWARE APPNOTE; .z01/.z02 naming used by WinZip and compatible tools
Latest versionFollows the host ZIP APPNOTE (6.3.x); the volume itself carries no separate version
Open standardYes · royalty-free
Specificationpkware.cachefly.net

Z02 conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with Z02 files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about Z02 files.

Frequently asked questions

How do I open a .z02 file?
Don't open the .z02 directly. Put all the parts (.z01, .z02 …, and the final .zip) in one folder and open the LAST file - the .zip - with 7-Zip or WinRAR. It joins the volumes automatically.
I only have the .z02 - can I extract it?
No. The .z02 is just the second slice of the data and contains no index. Without all the parts including the closing .zip (which holds the central directory), nothing can be extracted - you need the missing files.
Which file do I open in a split ZIP set?
Always the one ending in .zip (the highest/last part), never the .z01 or .z02. The .zip holds the central directory that ties every volume together.
Why won't my .z02 open when I double-click it?
Because it isn't a standalone archive - it's the middle segment of a larger one, often starting in the middle of a file's data. The extractor needs every segment together and is started from the final .zip part.
What's the difference between .z01 and .z02?
.z01 is the first data volume and .z02 the second; both are just sequential slices of one ZIP. Neither is openable alone - only the final .zip part contains the index.
Can I recover the archive if one of the .z0x parts is lost?
No. Split ZIP has no redundancy or recovery records, so a missing volume means the data passing through it is unrecoverable. You must obtain the complete set again.

References

1PKWARE - APPNOTE.TXT (.ZIP File Format, split/spanned archives)pkware.cachefly.net
27-Zip - official sitewww.7-zip.org

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.MDMarkdown Document
4.BINCD/DVD Disc Image (BIN/CUE)
5.NOMEDIAAndroid No-Media Marker File
6.PARTPartial Download File
7.RPMSGRestricted Permission Message
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.DBSQLite Database File

Related extensions

.RARRAR Archive (Roshal ARchive)
.ZIPZIP Archive
.Z01Split ZIP Archive - First Part
.7Z7-Zip Archive
.001Split / multi-volume archive - first part (.001)
.ZIRenamed / Truncated ZIP Archive

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z