Email Attachment Limits and What to Do With a Large PDF

Being told "up to 25 MB" and then having a 24 MB file rejected feels like a bug. The reason is a simple technical detail most people have never heard: email attachments are not sent as-is.

Updated:

Attachments grow about 33% in transit

The email protocol was designed to carry text. Sending a binary file means converting it to text first, and the standard way to do that is Base64 encoding. Base64 turns every 3 bytes into 4 characters, so a file grows roughly 33% in transit.

The practical consequence: on a system with a 25 MB limit, the real file size you can send is around 18–19 MB. A 20 MB PDF gets rejected despite being "under the limit".

Stated limitReal file size that fitsSafe target
10 MB~7.5 MB7 MB
20 MB~15 MB14 MB
25 MB~18.7 MB18 MB
50 MB~37 MB35 MB

The receiving limit wins, not the sending one

Both sides enforce their own limit and the lower one wins. You may be able to send a 25 MB attachment from Gmail, but if the recipient's corporate server cuts off at 10 MB the message is rejected on their side. Worse, the rejection is sometimes silent: your outbox says "sent" and it never arrives.

Corporate servers rarely publish their limit. When sending to an unfamiliar recipient, aiming under 10 MB is the most practical form of caution.

Advertisement

What to try, in order

  1. Compress. If the document is a scan, a 70–90% reduction is realistic and most cases end here.
  2. Split. If the whole document is not needed, extract the relevant pages. Smaller file, and less data disclosed.
  3. Send in two messages. It works but is awkward for the recipient; treat it as a last resort.
  4. Send a link. A file-sharing or cloud drive link removes the size problem entirely.

Why zipping does not help

Zipping a large PDF typically saves 1–3%. The reason is that the heavy part of a PDF is already compressed: JPEG images and stream objects carry their own compression. ZIP cannot compress already-compressed data.

The only real benefit of zipping is bundling several files into one attachment. Doing it for size is a wasted step — and some corporate filters block ZIP attachments outright.

The privacy side of sending a link

A cloud link solves the size problem but raises a new question: who can reach that link? A document shared as "anyone with the link" spreads with every forwarded email and cannot be recalled.

In short

When a PDF will not go through email: compress first, split second, send a link third. Zipping is not on that list, because it does not work for PDFs.

Frequently asked questions

Why is a 20 MB file rejected by a 25 MB limit?

Email attachments are Base64 encoded and grow about 33% in transit. On a system with a 25 MB limit, the real file size that fits is roughly 18–19 MB.

Does zipping make the file smaller?

For PDFs, not really; typical savings are 1–3%. The heavy part of a PDF is already compressed and ZIP cannot compress it again. Some corporate filters also block ZIP attachments.

I sent it but it never arrived. Why?

The recipient's server may enforce a lower limit than yours, and the rejection is sometimes silent. A delayed non-delivery notice may arrive hours later, or never.

What size should I aim for?

If you do not know the recipient's system, under 10 MB is a safe target. Most corporate servers do not publish their limit, so caution is the practical approach.

More guides

Try Konta PDF

Merging, splitting, reordering, encrypting, OCR and image-to-PDF are free. Files are processed in your browser.

Open the tools