Skip to content
PDFLove

pdf too big to email

How to Email a PDF That's Too Big

The limit you were told is not the limit you get. Email encoding inflates every attachment by about a third before it is measured, so a 25 MB cap is really about 18 MB of file.

01

The real limits

Gmail accepts messages up to 25 MB. Outlook.com caps consumer accounts at 20 MB. Corporate mail servers are set by an administrator and are frequently far lower — 10 MB is common, and some are stricter still. The receiving server has its own limit too, and the smaller of the two wins, which is why a file can leave your outbox and bounce an hour later.

All of those numbers describe the whole message, not the attachment. Your file is only part of what gets sent.

02

Why a 25 MB limit is not 25 MB

Email was designed to carry text, so binary attachments are converted into plain characters using an encoding called base64. That encoding represents every three bytes as four. The arithmetic is unavoidable: an attachment arrives at the server about 33% larger than it is on your disk.

So a 25 MB message limit is roughly 18.75 MB of actual file, before you have added headers, a signature block, or a second attachment. Against a 20 MB limit you have about 15 MB. Against a corporate 10 MB, about 7.5 MB. This is the single most common reason a file that is "clearly under the limit" is rejected.

25 MB limit
Send files up to about 18 MB.
20 MB limit
Send files up to about 15 MB.
10 MB limit
Send files up to about 7 MB.

03

Four ways under the line

Compress it. If the PDF contains scans or photographs, this is the fastest and usually the only step you need — a document scanned at default settings will often lose 70% of its size while staying perfectly readable on screen. If it is pure text, compression will not achieve much, because there was never much there to remove.

Split it. A 60-page report becomes three 20-page messages. Clumsy, but it works everywhere, needs no explanation to the recipient, and does not touch quality at all.

Send fewer pages. Often the recipient needs eight pages of a ninety-page document. Extracting just those is smaller than any compression will get you, and it is also more considerate.

Link instead of attach. Gmail switches to a Drive link above its limit automatically, and most cloud storage will give you a share URL. This is the right answer for genuinely large files — but it puts a copy of the document on someone else's server, which is worth a thought if the contents are sensitive.

04

If it still bounces

Check what else is on the message. A long reply chain with its own attachments counts toward the same total, and forwarding a thread carries all of it along. Starting a fresh message rather than replying often solves a bounce on its own.

Also read the bounce text rather than skimming it. "Message too large" is a size problem; "attachment type not allowed" is a filter, and no amount of compression will fix it.

FAQ

Related questions

What is the largest PDF I can attach to Gmail?

Gmail's message limit is 25 MB, which after base64 encoding leaves room for a file of roughly 18 MB. Above that, Gmail offers to upload the file to Google Drive and send a link instead of an attachment.

Does zipping a PDF make it small enough to email?

Almost never. PDF content is already compressed internally, so a ZIP typically saves a percent or two. It also adds a step for the recipient, and some mail filters block ZIP attachments outright.

Is splitting better than compressing?

Splitting keeps every page exactly as it was, so it is the safer choice for anything that will be printed, signed, or filed. Compressing keeps the document in one piece, which is easier for the recipient. For a scanned document that is only going to be read on screen, compress first.