Skip to main content
File Tools

ZIP Creator & Extractor

Create ZIP archives from any files or inspect and extract them — entirely in your browser, no uploads.

No upload — your files never leave your device

  • 100% private
  • Runs in your browser
  • Works offline
  • No sign-up
Select files

or drop files here

We'll list the contents and let you download any file

.ZIP, ZIP, X-ZIP-COMPRESSEDMax 500 MB

About ZIP Creator & Extractor

ZIP Creator & Extractor does both sides of the .zip format in your browser: drop files in to bundle them into a single archive for download, or drop a .zip in to see its contents and extract any or all of its files. No upload, no size limit beyond your device memory, no plugin needed — useful when you're on a locked-down work computer with no archive utility, or when you simply don't want to install one for a one-off task.

  • No uploads
  • Browser-only
  • Works offline
  • 100% free

How it works

  1. 1

    Pick a mode

    Switch between Create (bundle files into a ZIP) and Extract (inspect and pull files out of an existing ZIP).

  2. 2

    Drop your files

    Create: drop one or more files or whole folders. Extract: drop a single .zip and the file tree renders immediately.

  3. 3

    Download

    Create mode produces a single .zip download. Extract mode lets you preview names and sizes, then download individual files or the lot.

What a ZIP actually is: archiving vs compression

A ZIP file does two distinct jobs that people conflate. Archiving bundles many files and folders into one container, preserving their names and directory structure — useful purely for keeping a set together. Compression shrinks the data using algorithms (ZIP's classic method is DEFLATE) that find and encode redundancy. A ZIP usually does both, but not always: files that are already compressed — JPEGs, MP3s, MP4s, PDFs — are often stored in a ZIP with little or no further shrinkage, because there's no slack left to squeeze. That's expected, not a failure of the tool.

This is also why zipping a folder of photos barely changes its size while zipping a folder of text or log files can cut it by 80-90%. Compression ratio is entirely about how repetitive the content is. Text, code and uncompressed data compress beautifully; media and encrypted data essentially don't.

Safety: zip bombs, path traversal and nested archives

  • A 'zip bomb' is a tiny archive that expands to an enormous size — the infamous 42.zip is 42 KB but unpacks toward petabytes through nested layers. Extracting in the browser is safer than on disk because it runs in a sandbox and is bounded by available memory, but a malicious archive can still exhaust a tab; if extraction stalls or your memory spikes, stop and distrust the file.
  • Path-traversal entries (filenames that try to climb out of the target folder) are a real archive attack. A browser tool can't write to arbitrary disk paths, which neutralises this class — but it's why you should never blindly extract an untrusted ZIP with a desktop utility that can.
  • Nested archives (a ZIP inside a ZIP, or a tar.gz) need a second pass; one extraction reveals the inner archive, which you then open again.
  • Encrypted/password-protected entries won't open without the password, and a ZIP's filenames are often readable even when the contents are encrypted — so a ZIP is not a privacy tool. For real confidentiality use proper file encryption.

What this extractor is for — and its limits

This tool opens standard ZIP archives in your browser and lets you pull individual files out without installing anything. It's ideal for grabbing one document from a download, peeking inside an archive before trusting it, or unpacking on a locked-down machine where you can't install software. Because it reads the central directory first, you can usually see the file list before committing to a full extraction.

What it isn't: a converter for every archive format. RAR, 7z and some advanced ZIP features (certain encryption schemes, split/spanned archives) are outside plain ZIP and may not open here. To inspect how big the extracted contents will be before you commit, the File Size Analyzer helps; to tidy the often-messy names inside an old archive after extracting, run them through the Filename Cleaner.

Frequently asked questions about ZIP Creator & Extractor

  • Can it handle password-protected ZIP files?

    Standard ZipCrypto archives are not supported (the format is cryptographically broken and rarely used). Most modern password-protected ZIPs use AES, which also isn't implemented client-side here. For encrypted archives use a desktop tool like 7-Zip; for sensitive material, use the AES Encryption tool to encrypt the contents before bundling.

  • What's the maximum archive size?

    There's no fixed limit. The practical ceiling is your device's available RAM since the whole archive is held in memory during create/extract. On a typical laptop, archives up to several gigabytes work; mobile devices manage hundreds of megabytes comfortably.

  • Does it preserve folder structure?

    Yes — in Create mode, dragging in a folder preserves its subdirectory tree inside the archive. In Extract mode, the file tree shows the original folder hierarchy and individual file paths are reconstructed on download.

Privacy, offline use, browser support, and pricing questions are answered on the site-wide FAQ.

See all File tools