01 / Fast steps
- Drop or pick a ZIP archive.
- The contents are listed instantly with previews.
- Click any file to download it.
Drop a ZIP archive and see what is inside it immediately: the full file list, previews of images and text, and a download button on each entry so you can take one file without extracting the rest. Nothing is installed and nothing is uploaded, so an archive you are not sure about can be inspected before you commit to opening it.
Your files never leave your device.
01 / Fast steps
02 / Best for
03 / Why here
04 / Keep in mind
Tool connections
Good to know
A container holding several files compressed individually, plus an index at the end listing every entry with its name, size and position. Two details follow from that design and explain most of ZIP behaviour. Because each file is compressed on its own, a single entry can be extracted without unpacking anything else, which is what lets this page hand you one document out of a thousand. And because the index sits at the end rather than the beginning, a truncated download is unreadable even though most of the data arrived: the program has no map. The format dates from 1989 and its author, Phil Katz, published it openly, which is why it is supported by essentially every operating system while newer formats are not.
Most often the download was incomplete. The archive index lives at the end of the file, so a transfer that stopped early produces something that looks nearly complete but has no index, and every extractor reports it as corrupt or invalid. Downloading again usually fixes it. The other frequent causes: the file is actually a RAR or 7z that was renamed, which you can spot because the tool reports a wrong signature rather than a damaged archive; the archive is encrypted and your extractor is failing to prompt for the password; or it is one volume of a multi-part set and the other parts are missing. Genuine corruption in an otherwise complete file is much rarer than any of these.
The archive itself cannot harm you; the risk is entirely in what you do with the contents after extracting. ZIP attachments are a favourite delivery method precisely because the container hides the real file type from scanners, and the classic trick is an entry named something like invoice.pdf.exe, which many systems display as invoice.pdf. That is the value of looking before extracting: this page lists every entry with its true, complete name and never executes anything, so a double extension or an unexpected executable is visible while the file is still inert. Preview here first, and only extract the entries you can explain.
They solve the same problem with different compression algorithms and different licensing, which is why support varies so much. ZIP is the open, universal one: built into Windows, macOS, Linux, iOS and Android, so a ZIP you send will open on the recipient's machine without them installing anything. RAR is proprietary; the compressor is commercial software and only the decompressor is freely available, which is why nothing opens RAR out of the box. 7z is open and typically compresses smaller than both, but still needs a program installed. For anything you are sending to another person, ZIP is the format that will not create a second problem at the other end.
No. In an encrypted archive the entries themselves are scrambled, so without the password there is nothing to read: the file list may be visible but the contents are not recoverable, by this tool or any other. If you have the password, a desktop extractor such as 7-Zip or the built-in tools on macOS will open it. If you do not, no online service can decrypt it either, and any site claiming to remove ZIP passwords is either running a slow brute-force guess or is not being honest with you.
No. The ZIP is read and unpacked locally in your browser, so private documents inside it never leave your device. This matters more for archives than for most file types, because a ZIP is usually a whole folder rather than a single document: a batch of scans, an export from a system, a project handover. Uploading one to a converter site means handing over everything in it at once.