ZIP Inspector

See exactly what's inside an archive before you extract it — and what's worth worrying about. Nothing is uploaded.

Click to select or drag and drop
ZIP, DOCX, XLSX, JAR, APK, EPUB — all ZIP underneath

Reading an archive without opening it

A ZIP file keeps an index of its own contents — the central directory — in a block at the very end. Every entry lists a filename, its compressed and uncompressed size, a timestamp and a checksum. That index can be read on its own, which means you can see everything an archive contains without decompressing a single byte of it.

That is what this tool does. It reads the last part of the file, parses the directory, and shows you the manifest. Nothing is extracted and nothing is uploaded.

Three things worth checking before you extract

Everything that's secretly a ZIP

Modern Office files are ZIP archives with a specific internal layout: a .docx holds word/document.xml, an .xlsx holds xl/workbook.xml. So are Java .jar files, Android .apk packages, EPUB books, and OpenDocument files. All of them open here, and looking inside a .docx is the simplest way to see what a document actually embeds — fonts, images, tracked changes, and anything else along for the ride.

What it can't tell you

Encrypted archives list their filenames in the clear but not their contents, so you will see the manifest and the entries will be flagged as encrypted. Split or multi-volume archives, and the RAR and 7z formats, use different container layouts entirely and are not read here. Timestamps come from whatever machine created the archive and are trivially forgeable, so treat them as a hint rather than evidence.