Attachment limits per provider, what to do when your PDF does not fit, and the compression-first workflow that solves 90% of cases.
UPDATED 2026-08-24 · 2 MIN READ
You finished the document, hit Attach, and the provider refused it. Here is why — and the exact order of moves that solves it.
| Provider | Attachment limit |
|---|---|
| Gmail | 25 MB (received: 50 MB) |
| Outlook.com | 20 MB |
| Yahoo Mail | 25 MB |
| Corporate Exchange | often 10–20 MB (admin-defined) |
The limit counts the whole email with encoding overhead — a 24 MB PDF plus message text can already tip Gmail over the edge, because attachments grow ~30% during transport encoding. Practical rule: treat ~18 MB as the real ceiling for a PDF.
Most oversized PDFs are scans or photo-heavy exports, and those compress dramatically (60–85% smaller is typical). A 40 MB scan routinely drops under the limit without visible loss.
Drafts, blank pages, appendixes, the 30-page price list only you care about: cut them. Use Remove Pages from PDF — including its "keep only these pages" mode when you want pages 1–3 and nothing else.
If the content genuinely cannot shrink (high-res portfolio, legal scans):
Server-based compressors upload your document to unknown infrastructure. For contracts, medical records, financial statements or anything with personal data, browser-side processing is the only sensible default — which is how every PDF tool on this site works: files never leave your device.
Nine times out of ten, step 1 is the whole story.
MORE GUIDES