How to Share a Large PDF When Email Rejects It
By PDFwarp · · 7 min read
Your attachment bounced and the deadline has not moved. Why email rejects PDFs at sizes smaller than the advertised limit, what actually shrinks a PDF, and when to stop attaching and send a link instead.
You attach the PDF, hit Send, and thirty seconds later the bounce lands in your inbox: "message exceeds maximum allowed size." The file is 22 MB, Gmail's limit is famously 25 MB, and the deadline has not moved. Or worse — nothing bounces, the email just silently never arrives, and you find out three days later when the recipient asks where the contract is.
Oversized attachments are one of those problems that feels like it should have died a decade ago and somehow has not. Here is why your PDF is getting rejected, what actually makes it smaller, and when to stop fighting the attachment and share a link instead.
Why Email Rejects Files Smaller Than the Limit
The first surprise: the advertised limit is not the real limit.
Email was never designed to carry files. Attachments travel inside the message body encoded as text (a scheme called base64), and that encoding inflates every file by roughly a third. Your 22 MB PDF becomes about 29 MB of encoded message — which is why it bounces off a 25 MB cap that it appears to fit under.
As a rule of thumb, the biggest PDF you can reliably email is about 70 percent of the advertised limit:
- Gmail advertises 25 MB — real-world ceiling for an attachment is around 18 MB.
- Outlook.com advertises 20 MB — plan on about 14 MB.
- Corporate mail servers are often configured at 10 MB — plan on about 7 MB.
And the limit that matters is the smallest one anywhere on the path. You can send a 17 MB attachment from Gmail, and it will still bounce if the recipient's company server caps inbound messages at 10 MB. When a "small enough" attachment fails, this is almost always why.
First, Understand What Is Making It Big
Before reaching for any tool, look at the ratio of pages to megabytes. It tells you what you are dealing with and what will work.
- A 40-page, 22 MB PDF is almost certainly scans or photos. Every page is a picture, and pictures are expensive. This file will compress dramatically.
- A 400-page, 22 MB PDF is mostly real text with some images. Text is nearly free — this file is big because it is genuinely long, and compression will only trim it.
- A 6-page, 22 MB PDF is a designer document: print-resolution images, embedded fonts, maybe artwork at 300 DPI meant for a print shop. Big wins available.
The common thread: images are what make PDFs heavy. Text, links, and structure cost almost nothing. Every strategy below is really about images in one way or another.
Compress It — This Solves Most Cases
Run the file through Compress PDF before anything else. You will see the projected output size at three quality levels before you commit to downloading anything, so there is no guessing whether it will fit.
What to expect, honestly:
- Scanned or image-heavy PDFs shrink 60-90 percent. A 22 MB scan routinely comes out at 3-6 MB — small enough for any mail server on earth.
- Ordinary office documents shrink 30-60 percent at Medium quality with no visible difference on screen.
- Text-only PDFs shrink 5-15 percent. There is not much fat to cut. If your file is all text and still too big, skip ahead to splitting or linking.
Medium is the right level for anything a human will read on a screen. Reach for High compression only when a hard cap is forcing your hand, and check the result afterward — page 1 with readable text is a fine trade for fitting a 10 MB corporate limit; smeared diagrams are not.
If you compress and the file barely budges, something specific is going on inside it — usually images that are already compressed, or one enormous embedded graphic. Our guide on why your PDF won't compress walks through diagnosing that case. And if you want the full picture of what each quality level actually does to your document, see how to compress a PDF without losing quality.
Send Only the Pages They Need
Half the time, the honest answer to "how do I send this 200-page PDF" is: don't.
If the recipient needs the signature page, the executive summary, or Section 4, extract just those pages with Split PDF — type a range like 12-18 and you get a clean, small PDF containing exactly that. A seven-page excerpt of a scanned contract is often 1 MB where the full document was 25 MB.
If the document should stay mostly intact but has obvious dead weight — fax cover sheets, blank scanner pages, six appendices nobody asked for — use Reorder Pages and simply leave the junk pages out of the page order. Reorder and delete in one pass, then compress what remains.
This is also the kinder option for the person on the other end. Nobody opens a 200-page attachment on their phone with joy.
When It Is Still Too Big: Stop Attaching, Start Linking
Some files are legitimately large — a 150 MB architectural drawing set, a full year of scanned records — and no amount of squeezing gets them under an email cap while staying usable. That is what cloud links are for.
Upload the file to Google Drive, Dropbox, OneDrive, or whatever you already use, and email the link instead of the file. Modern Gmail and Outlook will even offer to do this automatically when your attachment is too large. A link never bounces, never gets silently dropped, and does not fill the recipient's mailbox quota.
Two practical warnings from the trenches:
- Get the permissions right before you send. The most common failure is a link the recipient cannot open ("request access" purgatory). Set it to anyone-with-the-link for low-sensitivity files, or add their specific email for anything private — and test it in a private browser window before sending.
- Some corporate environments block consumer file-sharing domains outright. If your recipient works somewhere with strict IT, ask what they can receive before you upload. Sometimes the answer is genuinely "a 9 MB attachment," and compressing to fit is the path of least resistance.
Link hygiene matters for sensitive documents: set an expiry where your provider supports it, and revoke the share once the recipient confirms they have the file. An immortal open link to a signed contract is a small liability that never stops being one.
What Does Not Work
A few tempting moves that waste your time:
- Zipping the PDF. The content inside a PDF is already compressed. Zipping typically saves 2-5 percent — not enough to matter — and adds an extraction step for the recipient. On phones and locked-down work machines, that step fails more often than you would think.
- Splitting into multi-part archives. The recipient needs the right software, all the parts, and patience. This was a 2005 workflow; let it rest.
- Screenshotting pages into a new document. You destroy text selectability and searchability, and image-of-text pages are usually bigger than the original. If you need pages out of a document, extract them properly with Split PDF.
- Emailing it to yourself in pieces across multiple messages. The recipient now has to reassemble a document from four emails. They will not say anything, but they will remember.
If the Document Is Sensitive, Protect It Before It Travels
Compression and splitting change the file's size, not its exposure. An email attachment gets copied to at least four places you do not control — your sent folder, their inbox, both providers' servers — and a cloud link is only as private as its settings.
For contracts, financial statements, and anything with personal data, add a password with Protect PDF before sending, and send the password through a different channel — a text message or a phone call, never the same email thread as the file. That single habit converts "anyone who ever gets this file" into "anyone who gets this file and the password."
Privacy
Whichever route you take through PDFwarp — compressing, splitting, reordering, protecting — your file is processed ephemerally and deleted from our servers immediately after your download. Nothing is stored, indexed, or shared. See the Privacy Policy for the full data flow. For documents sensitive enough that you would not email them at all, that deletion-by-default model is the point.
The Bottom Line
Work the ladder in order. Compress first — Compress PDF with its size preview solves most oversized attachments in under a minute, especially scans. If the recipient only needs part of the document, extract those pages with Split PDF instead of sending everything. If the file is legitimately huge, share a cloud link with the permissions actually set. And remember the real email limit is about 70 percent of the advertised one — aim for 15 MB on a 25 MB cap and your attachment will stop bouncing.