ZIP Creator & Extractor

Bundle files into a ZIP, or unzip an existing archive. All in your browser.

This is a two-way archive tool that figures out what you need automatically: drop in multiple files and it bundles them into a single downloadable ZIP, or drop in one existing .zip and it extracts the contents back out. Both directions run locally using JSZip in your browser, so nothing is uploaded even when the archive contains sensitive files. It's the fastest way to package a batch of outputs from other tools on this site - like a renamed set from the Bulk File Renamer - into one download.

Runs in your browser // nothing is uploaded

Loading tool

How it works

  1. 01

    Drop multiple files to create a ZIP, or drop a single .zip to extract it.

  2. 02

    Review the detected files or archive contents.

  3. 03

    Download the bundled ZIP or the extracted files.

Details

Category
Archives
Formats
ZIP
Runs
In your browser
Files uploaded
No
Cost per run
Free
Sign-in
Not required
Works offline
Yes, once loaded

Last updated 2026-08-03

Common questions

How do I extract instead of create?

Upload a single .zip file - it's detected automatically and extracted instead of bundled.

Does it upload my files?

No - zipping and unzipping happen locally with JSZip.

Does it support other archive formats like RAR or 7z?

No - this tool works with ZIP specifically. RAR and 7z require different decompression libraries not used here.

Is there a file count or size limit?

No hard-coded limit, but very large batches are constrained by your browser's available memory since processing happens client-side.

Related tools