.Z03

Z03 File

Split ZIP Archive - Third Part
Ask a question
QUICK ANSWER

A .z03 file is the third segment of a ZIP archive that was split into multiple pieces (.z01, .z02, .z03, …, and a final .zip). You cannot open .z03 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); popularised by WinZip, WinRAR, 7-Zip 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 Jun 30, 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 Z03 file format?

.z03 is the third data segment of a split (spanned) ZIP archive, a multi-part format defined in PKWARE’s APPNOTE.TXT specification. When a ZIP archive is split across multiple files - typically to fit onto removable media or satisfy an upload size limit - the parts are named sequentially: .z01, .z02, .z03, and so on, with the final piece carrying the .zip extension.

A .z03 file contains only a raw continuation of compressed file data; it holds no archive index of its own. The central directory and end-of-central-directory record that identify all archived files reside exclusively in the final .zip segment. As a result, a .z03 file cannot be opened or inspected independently.

To extract the contents, place all segments (.z01, .z02, .z03, and the final .zip) in the same folder, then open the last file (the .zip) using an archiver such as 7-Zip, WinZip, WinRAR, or PeaZip. Attempting to open the .z03 segment directly will produce an error.

The underlying compression in each segment is typically DEFLATE (or STORED for uncompressed entries). Integrity is verified per-file via CRC-32 checksums stored in the central directory of the final segment. Optional encryption (ZipCrypto or AES-256) applies to the archive as a whole, not to individual segments.

Security & safety

RISK: MEDIUM

Same risks as any ZIP archive: contents may include malware; always scan after extraction before running anything. The .z03-specific risk is an incomplete set: if any segment is missing (especially the final .zip holding the index, or any middle volume), extraction fails entirely and the missing bytes cannot be recovered.

Format details

in a nutshell
FULL NAMESplit ZIP Archive - Third Partaka split ZIP volume 3, ZIP span segment 3
DEVELOPERPKWARE (split/spanned ZIP convention); popularised by WinZip, WinRAR, 7-Zipsince Split/spanned ZIP defined in PKWARE APPNOTE.TXT; .z0x naming used by WinZip since the 1990s
MIME TYPEapplication/zip
TYPEThird volume of a multi-part (split) ZIP archive (binary)
STANDARDOpen · royalty-free
MAGIC BYTES · FILE SIGNATURE
OFFSET
00010203
HEX
504B0304
ASCII
PK··
.z03 contains only raw compressed data - no ZIP central directory. The central directory and end-of-archive record live exclusively in the final .zip segment. A spanning marker (PK\x07\x08) may appear at offset 0 of the first volume (.z01) instead; .z03 typically starts with a raw data continuation. .z03 alone cannot be opened.

Programs that open Z03 files

Windows5 apps
WinZip Paid Open the final .zip with all .z0x parts present in the same folder; WinZip created this split convention.
WinRAR Paid Place all parts in one folder, open the final .zip; WinRAR joins the segments automatically.
7-Zip Open-source Place all parts in one folder. Right-click the FINAL .zip > 7-Zip > Extract Here. Opening .z03 directly will fail.
PeaZip Open-source Open the final .zip with all volumes in the same folder; PeaZip reassembles them.
PowerArchiver Paid Open the final .zip segment with all parts in the same folder.
macOS2 apps
The Unarchiver Free Place all parts together and open the final .zip; The Unarchiver handles split ZIP volumes.
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.
7-Zip / p7zip Open-source Gather all parts and run: 7z x archive.zip (the final segment). It reads .z01/.z02/.z03 siblings automatically.

Technical details

deep spec
EncodingBinary - raw continuation of a split ZIP archive stream
Byte orderLittle-endian
Archive positionThird data segment in a .z01/.z02/.z03/…/.zip split set
Compression methodDEFLATE (typical) or STORED (uncompressed); inherited from the parent archive settings
Encryption supportZipCrypto or AES-256 - applied across the full archive, not to individual segments
Central directory locationAbsent in .z03 - central directory and end-of-archive record reside exclusively in the final .zip segment
Integrity checkingCRC-32 per file entry stored in the central directory of the final .zip segment; no per-segment checksum
Typical segment sizeUser-defined at creation (e.g. 10 MB, 100 MB, 700 MB for CD-R); no inherent size limit
Maximum archive entries65,535 files (standard ZIP); ZIP64 extension removes this limit
SpecificationPKWARE APPNOTE.TXT section 8 (spanning/splitting); current version 6.3.10 (2022)
Extraction requirementAll segments (.z01, .z02, .z03, and final .zip) must be in the same folder; open the .zip to extract
Magic bytesPK\x03\x04 (ZIP local file header) where a new file entry starts; mid-stream segments have no leading signature
ReleasedSplit/spanned ZIP defined in PKWARE APPNOTE.TXT; .z0x naming used by WinZip since the 1990s
Latest versionPKWARE APPNOTE 6.3.10 (2022)
Open standardYes · royalty-free
Specificationpkware.cachefly.net

Z03 conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with Z03 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 Z03 files.

Frequently asked questions

How do I open a .z03 file?
Don't open .z03 directly. Put ALL parts (.z01, .z02, .z03, … and the final .zip) in one folder and open the LAST file - the .zip - with 7-Zip or WinRAR. They rejoin all segments automatically.
I only have .z03 - can I extract something from it?
No. The .z03 holds only a slice of compressed data and none of the archive index, which is in the final .zip. Without all parts, the archive cannot be opened.
Why is the final piece called .zip instead of .z04?
By the split-ZIP convention the last volume keeps the .zip extension because it holds the central directory (the archive's index). Earlier data volumes are numbered .z01, .z02, .z03, and so on.
Which file do I open in a .z01/.z02/.z03/.zip set?
Always the one ending in .zip - the highest/last part - not any of the .z0x files.
How do I merge .z01, .z02, .z03 and .zip into one file?
No direct merge exists. Open the final .zip in 7-Zip with all parts present, extract everything, then re-compress into a single ZIP if you want one file.

References

1PKWARE - APPNOTE.TXT (ZIP File Format Specification, split/spanning)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.PARTPartial Download File
6.NOMEDIAAndroid No-Media Marker 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