ZIP a PDF
Zipping a PDF saves almost nothing. A PDF is already compressed inside, so a zip finds very little left to squeeze. If the goal is a smaller file, compress the PDF itself. If the goal is one attachment instead of six, a zip is the right tool.
Zipping a PDF saves almost nothing
People try this first because zipping is what you do to make things smaller. On a PDF the result is disappointing: the archive comes out roughly the size of the file that went into it, and the message can still bounce off the size limit. Try it once on your own file if you doubt it: zip any PDF and compare the two sizes, and the point makes itself.
That is not a broken zip program. It is what happens when you compress something that was compressed when it was written.
Why that is
A PDF stores its page content in compressed streams and its photographs as JPEG data, which is already squeezed hard. Zip works by finding repetition, and compression has already removed the repetition that zip looks for.
The bytes left over look close to random, and random data does not compress. That is the same reason recompressing a JPEG or an MP3 goes nowhere: the first encoding already spent the redundancy. A text-only PDF may give up a little more than a scan, because more structure survives in it, but the saving stays too small to plan around.
When a zip still helps
When the problem is the number of files rather than their size. Six reports as one archive is one attachment to send, one to download and one to keep. When the goal is sending without an archive at all, the attachment guide shows the other route.
It also protects file names and folder structure, which some mail clients mangle. Those are real reasons to zip. Saving space is not one of them.
How to zip a PDF on Windows, Mac and phone
Every desktop system does this without extra software. On Windows, send to a compressed folder from the right-click menu. On macOS, compress from the same menu. On a phone, select the file in your file manager app and look for a compress or zip option. Each of these produces a standard archive that opens anywhere.
Online PDF to ZIP pages do the same repackaging through an upload form. They do not shrink the file either: a zip finds as little to squeeze on a server as it does on your device, so the built-in menu is the faster route.
Name the archive after what is inside it rather than accepting the default, because the default is the name of one of the files or the folder, and the recipient sees only that name in their mailbox.
What actually makes a PDF smaller
The compress tool works on the inside of the file. It takes a size in KB and tries several methods one after another, then reads every squeezed candidate back and counts its characters against the source before offering one.
No measured success rate exists here for exact targets. The documented pilot behind the parent page ran 19 compressions on 10 locally built documents in September 2026 at the default setting: exact targets landed on plain-text documents, while scans and mixed files settled about 40% smaller. Photo pages carry the adjustable weight, so scans shrink most in percentage terms.
The trap with mail filters
If the recipient sits behind a corporate filter, an archive can get quarantined or stripped, because archives are a classic malware route. In that case it arrives as a notice about a blocked attachment, or does not arrive at all.
If the recipient is on a company system you do not control, send the PDFs directly, or send a link. Zipping to get around a size limit fails twice over: it saves nothing and it can get the message blocked.
Zip or compress, decided
Too big goes to compression. Too many files goes to a zip. Both at once means compressing each file and then zipping the results, in that order. Doing it the other way round wastes the effort, because compressing an archive gets you nothing: the tool cannot reach inside a zip to work on the files it holds.
The compression guide covers what the tool does to a file, and the attachment guide covers sending several documents as one without an archive at all.
Questions people ask
- Does zipping protect the PDF?
- A zip password is not PDF encryption, and how strong it is depends on the tool that wrote the archive. When the point is to control who can read the document, put a password on the PDF itself and send it as it is.
- Does zipping a PDF make it smaller?
- Barely. A PDF is already compressed inside, so a zip finds almost nothing left to squeeze. If you need a smaller file, compress the PDF itself rather than wrapping it in an archive.
- Why does a zipped PDF stay the same size?
- Zip saves space by finding repetition, and the PDF's own compression already removed it. The remaining bytes look close to random, and random data does not compress.
- Can I zip a PDF on my phone?
- Yes. Open your file manager app, select the PDF and look for a compress or zip option, then name the archive after what is inside. The result opens like any other zip.
- What should I do instead of zipping to fit an email limit?
- Compress the PDF to a size target, or send a link to the file. Behind a strict corporate filter an archive can also get blocked outright, so it can fail twice.
- Does the text stay selectable after compressing instead?
- For files the reader can open with text, yes: each squeezed candidate is opened again and counted against the source, and anything missing over 2% of its non-space characters never reaches you.
Do it now
The tool runs in this browser: your PDF is not uploaded. Squeezed candidates are checked before download; a file already under target returns unchanged.
Compress PDFWhere to go next
- Compress PDF Type any target and get a file under it, or the smallest honest file with the distance.
- How to reduce PDF file size Make a PDF smaller and know what got dropped.
- Email two pdfs as one attachment Send two PDFs as one file that gets through the size limit.
- PDF and Word help Find the right guide for PDFs inside other software.