Initializing... drag & drop files here
This walk-through turns one file — or a whole mixed batch of photos, PDFs, videos, and documents — into a single .zip that opens on virtually any device. It also sets the right expectations up front: ZIP is a lossless bundler first and a compressor second, so how much smaller your archive gets depends entirely on what you put in it. Read on to zip correctly the first time and avoid the "why didn't it shrink?" surprise.
.zip, or "Individual Archives" to wrap each input file in its own separate ZIP.The one choice that actually changes your output is the "Combine?" control. Getting it right saves a re-do.
.zip. This is what you want when emailing a project, a photo set, or a folder of receipts as a single attachment — the recipient downloads once and unpacks everything together..zip for each input file. Reach for this when each file has to travel on its own — different recipients, separate upload slots, or a workflow that ingests one archive at a time.If you only upload a single file, the two behave the same: you get one .zip containing that file.
DEFLATE — ZIP's compression algorithm — works by finding repetition. Data that is already compressed has almost no repetition left, so it barely shrinks. This table is the honest expectation for common inputs:
| What you're zipping | Already compressed? | Typical ZIP savings |
|---|---|---|
| Plain text, CSV, logs, source code | No | 60-90% smaller |
| Uncompressed images (BMP, TIFF, camera RAW) | No | 30-70% smaller |
| Legacy Office docs (.doc, .xls), RTF | Partly | 20-60% smaller |
| Text-based PDFs | Partly | 5-20% smaller |
| JPEG, PNG, GIF images | Yes | ~0-3% (bundling only) |
| MP4, MOV, MKV video | Yes | ~0-2% (bundling only) |
| MP3, AAC, and other audio | Yes | ~0-2% (bundling only) |
| Modern Office files (.docx, .xlsx, .pptx) | Yes — they are already ZIP archives | ~0-3% (bundling only) |
The takeaway: zip text and raw files to save space; zip media and modern Office files for the convenience of one tidy download, not for size.
Already-compressed media, modern Office documents, and existing archives all sit near their information-theory limit, so a ZIP mostly just bundles them. To genuinely shrink those, re-encode at the source instead: use a real PDF compressor with Compress PDF, transcode video to a smaller codec, or re-save photos at a lower quality. And if your goal is to lock the archive, note that this tool does not add password protection or encryption — for that you'd use a desktop app such as 7-Zip or WinRAR.
ZIP trades maximum compression for universal reach. If the recipient can install software and you only care about the smallest file, 7z packs tighter; ZIP wins when "it has to open everywhere" matters most.
| Property | ZIP | 7z | RAR |
|---|---|---|---|
| Introduced | 1989 (Phil Katz, PKWARE) | 1999 (7-Zip) | 1993 (Eugene Roshal, RARLAB) |
| Default algorithm | DEFLATE | LZMA2 | RAR proprietary |
| Typical compression ratio | Good | Best | Very good |
| Native OS support | Windows, macOS, Linux, iOS, Android | Needs 7-Zip / an app | Needs WinRAR / an app |
| Split volumes & recovery records | Split only | Split volumes | Split + recovery records |
| License | Open, published spec | Open-source (LGPL tool) | Proprietary |
| Best for | Sharing, email, broad compatibility | Smallest size, archival | Multi-part sets, error recovery |
Because you zipped files that are already compressed. JPEG, PNG, MP4, MP3, and modern .docx/.xlsx files have had their redundancy stripped out by their own formats, leaving DEFLATE nothing to squeeze — and ZIP's small per-file overhead can even nudge the total up a hair. In our testing, a batch of a dozen JPEG photos (about 48 MB total) came out to roughly 47.6 MB zipped — under 1% smaller — while a folder of CSV and log files dropped by more than 80%. Zipping media is about bundling into one download, not saving space.
Choose "Single Archive" when you want everything in one .zip — the usual choice for emailing or handing off a set of files as a single attachment. Choose "Individual Archives" when each file needs to travel separately, for example to different recipients or upload slots. With a single uploaded file the two options produce the same result.
No. ZIP is a lossless container, so unzipping reproduces every original file byte-for-byte. A zipped photo or video is not re-encoded or degraded — it's the exact same file, just wrapped. That is also why zipping media doesn't shrink it: there is no quality being traded away for size.
No. This tool bundles and compresses only — it does not add a password or encryption, and there is no password field on the page. The ZIP format itself supports AES-256 encryption, but to apply it you'd create the archive in a desktop tool like 7-Zip or WinRAR, or use a dedicated encryption utility.
Barely, if at all. A text-heavy PDF might drop 5-20%, but a scanned or image-based PDF is already compressed internally and won't budge. If your real goal is a smaller PDF for email, don't zip it — re-encode it with Compress PDF, which actually re-samples the images inside.
There's no meaningful format cap — the ZIP64 extension supports archives up to 16 exabytes, far past the original 4 GB / 65,535-file ceiling. In practice your only real limit is upload size and time over your connection; a multi-gigabyte batch simply takes longer to transfer before processing starts.
On almost any modern device, yes. Windows (built-in since the early 2000s), macOS, and Linux create and extract ZIP files with no extra software, and both iOS (Files app) and Android (Files by Google) unzip them natively. That universal support is exactly why ZIP remains the default sharing format. To unpack one here instead, use the Extract ZIP tool.
If the recipient can install 7-Zip and you want the tightest possible size, convert to 7z — its LZMA2 algorithm usually beats DEFLATE on compressible data such as text and raw files. Stick with ZIP when you can't guarantee what software the other side has, since 7z and RAR typically need a separate app to open.
Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours. There's no sign-up, no watermark, and your files are never shared or made public.