Navigate
Use compact category hubs first, then jump to trust and support pages.
Sections
Tool Categories
Last updated: April 2026
Open a ZIP in the browser, inspect the file tree, preview text and images, review compression stats, and extract only the selected files.
ZIP Inspector is built for the moment before extraction, when you need to know what is actually inside an archive before you unpack it blindly. That can mean checking whether a download contains the files you expected, reviewing the structure of a code or content bundle, or selectively extracting only the items you care about.
The page reads the ZIP in the browser with JSZip and builds a collapsible tree that shows folders, files, sizes, compressed sizes, dates, and rough type cues. Text-based files can open in a syntax-highlighted preview panel, images can render as thumbnails, and other formats still expose their metadata so you can decide whether they are worth extracting.
Selective extraction is the other key part of the workflow. Instead of unpacking the whole archive and then cleaning up the noise, you can tick only the files you want and generate a new ZIP containing just that subset.
This is especially useful for large mixed archives, client handoff packages, theme bundles, exported websites, and any ZIP where the first job is inspection rather than immediate extraction.
Inspect a ZIP file before extraction with a browser-side tree, text and image previews, file stats, and selective re-zipping for chosen entries.
Browse Power ToolsA ZIP containing folders with markdown files, JSON config, JPG images, and a few binary assets, loaded directly in the browser.
A collapsible file tree with icons, dates, uncompressed and compressed sizes, text or image previews on click, and a new ZIP download containing only the checked files.
Many archives contain documentation, duplicates, source folders, and output files mixed together. Selective extraction lets you keep only the part you actually need instead of unpacking everything and cleaning up later.
The preview panel reduces guesswork. A filename alone may not tell you whether a script, JSON file, markdown note, or image is the right one. Opening a quick preview in the browser is often faster than full extraction.