How to zip and unzip files
Bundle several files into one, or open an archive on a machine where you cannot install anything.
A ZIP holds several files as one, usually compressed. Useful for sending a folder as a single attachment, and for opening archives on a locked-down computer.
Step-by-step
- To zip: add your files, choose a compression level, download.
- To unzip: add the archive, see the contents listed, extract what you need.
What compresses and what does not
Compression finds repetition. Text, spreadsheets and uncompressed images have plenty and shrink dramatically — often to a quarter of their size or less.
JPEGs, PNGs, MP4s, MP3s and PDFs are already compressed. Zipping them saves almost nothing, and occasionally adds a few bytes. If you are zipping a folder of photographs to make it smaller, it will not work — zip them for convenience, by all means, but expect the size to stay roughly the same.
Compression level
Higher levels are slower for a modest gain. The default is a sensible balance; maximum compression is worth it only for large text-heavy archives you will send repeatedly.
Encrypted ZIPs
Legacy ZIP password protection is broken and has been for decades — it is trivially removed with widely available tools. If you need a bundle to be genuinely private, zip it and then encrypt the archive, which uses AES-256-GCM with a properly derived key.
Frequently asked questions
Are my files uploaded?
No. Archives are created and extracted in your browser.
Why did my photo folder barely compress?
JPEG and PNG are already compressed formats. ZIP finds little further repetition, so the archive is about the same size as the originals.
Can it open password-protected archives?
Standard archives are supported. For genuine confidentiality, encrypt the archive with the file encryption tool rather than relying on ZIP's own password feature, which is not secure.
Open the developer tools →