Zip Extractor

Unzip archives.

Loading tool…

How extraction works

A ZIP archive ends with a central directory listing every entry: its name, its path inside the archive, its compressed and uncompressed sizes, and a CRC-32 checksum. Extraction reads that directory, decompresses each entry, and verifies the checksum — which is how a tool can tell you an archive is corrupt rather than quietly writing out damaged files.

Two things are worth knowing. Filenames in older archives may use a legacy character encoding, which is why non-Latin names sometimes extract as mojibake. And archives can contain paths that attempt to escape the extraction directory, an old attack known as zip slip, so a careful extractor sanitises paths. Extracting an archive from an untrusted source deserves the same caution as opening any unknown attachment.

Why we built this tool

You extract to open something you received: a bundle of documents, a downloaded project, a photo collection, or an export from a service that ships everything as a ZIP.

Those archives frequently contain complete personal data exports — the kind you get when you ask a platform for a copy of everything it holds on you. Uploading that to an extraction website hands over the entire record. Ours reads and decompresses the archive in your browser, so the contents are never transmitted, there is no size limit, and you can browse the file list before extracting anything, which is a useful way to see what an archive holds before committing to it.

Tips and common mistakes

  • Review the file list before extracting anything from an archive you did not create.
  • Non-Latin filenames can appear garbled in older archives owing to legacy character encodings.
  • A checksum warning means the archive is damaged — request it again rather than using the contents.
  • Be cautious with executables inside archives from unknown sources.

Quick start: using Zip Extractor

  1. Load the ZIP archive you want to open.
  2. Review the list of entries before extracting anything.
  3. Extract everything, or pick individual files if you only need a few.
  4. Watch for extraction warnings, which usually mean corruption or an odd path.
  5. Download the extracted files.

Build archives with ZIP Creator; if a file inside is unidentifiable, try File Inspector.

Related File Tools

Browse all File Tools →