Kit-Bin
Donate

Drop a ZIP file here, or click to browse

Processed entirely in your browser. Never uploaded to a server.

This tool unpacks a ZIP archive and lets you download each file inside it individually. Drop your .zip file above, and every file it contains shows up in a list with its path and size, each with its own download button.

How it works

The archive is read and decompressed directly in this browser tab, then held in memory so you can download whichever files you actually need. There's no need to re-zip anything afterward, since the files are already separated out — just download the ones you want. Standard, unencrypted ZIP files are supported; password-protected archives are not.

FAQ

Does this support password-protected or encrypted ZIP files?
No. This tool only reads standard, unencrypted ZIP archives. If your ZIP is password-protected, it will fail to extract — there is no support for entering a password or decrypting the archive here.
How are nested folders inside the ZIP shown?
As their full path, flattened into one list, rather than an expandable folder tree — a file that was in "photos/2024/beach.jpg" inside the archive is listed and downloaded under that same path, just not nested visually. Your folder structure is not lost, it is just displayed as a path prefix instead of a tree. See how to unzip a file online without losing folder structure for what to check.
What happens if the ZIP file is corrupt?
You'll get a clear error saying the file could not be read, rather than a silent failure or a partial, misleading file list. Try re-downloading or re-creating the ZIP and dropping it in again.
Is there a size limit?
No fixed limit is enforced. Extraction happens in your browser's memory, so a very large archive (many gigabytes, or an unusually large number of files) may be slow or run out of memory, especially on a phone.
Are my files uploaded anywhere?
No. The ZIP is read and unpacked entirely in this browser tab. Nothing is sent to a server.

Related tools: Create a ZIP File, Split PDF, Merge CSV Files.

Curious what's actually happening when a file gets unzipped, and why so many "online unzip" sites quietly upload your archive first? Read how unzipping a file online actually works.