Zip Files
Combine multiple files into a single downloadable .zip archive. Runs entirely in your browser — files are never uploaded to a server.
Click to upload or drag and drop
Select one or more files to zip
How it works
Add one or more files — you can keep dropping more in and remove any you don't want — then press Create Zip. The archive is built in your browser with the JSZip library and downloaded as firstfile-archive.zip, named after the first file in the list.
The zip is not compressed
Files are stored in the archive without compression, so the .zip comes out about the same size as the originals: it bundles files but won't shrink them. To make a large file smaller, compress it first, for example with Compress PDF or Image Compressor.
Limits
Each file can be up to 100 MB. The archive is flat, so select the files themselves rather than folders — folder structure is not kept. If two files share a name, only the last one added ends up in the zip. The archive isn't password-protected.
Frequently asked questions
Is there a limit to how many files I can zip?
No hard-coded limit, but zipping many large files uses more of your browser's memory since everything happens locally rather than on a server.
Related tools
- Unzip Files — to open a .zip
- Archive Extractor — for 7Z, RAR, TAR and TAR.GZ files