Home/Guides/PDF
πŸ“§PDF

PDF Too Large to Email? Real Gmail and Outlook Limits and How to Get Under Them

The 25 MB you were promised is really 17 MB, and corporate servers stop at 10. The fastest fixes in order, what does not help, and when a link beats an attachment.

6 min read

The attachment limit you hit is smaller than you think

Gmail advertises a 25 MB limit, Outlook 20 MB, iCloud Mail 20 MB, Yahoo 25 MB β€” but those numbers describe the message after encoding, and email encodes attachments in Base64, which inflates them by about 37%. In practice the largest PDF that reliably arrives is roughly 17–18 MB on Gmail, 14 MB on Outlook, and corporate mail servers frequently cap at 10 MB regardless of what the sender allows. A 19 MB scan that Gmail lets you attach can still bounce at the other end. This guide gives the real limits, the fastest ways to get under them without a cloud link, and when a link is the better answer.

Real-world limits

ProviderStated limitSafe attachment totalOver the limit does
Gmail25 MBβ‰ˆ 17 MBAuto-uploads to Google Drive and sends a link
Outlook.com / Microsoft 36520 MB (34 MB in some tenants)β‰ˆ 14 MBOffers OneDrive upload
iCloud Mail20 MBβ‰ˆ 14 MBMail Drop link (up to 5 GB)
Yahoo Mail25 MBβ‰ˆ 17 MBRefuses to send
Corporate Exchange (typical policy)10 MBβ‰ˆ 7 MBBounces silently to sender β€” often hours later
Government / legal portals via email5–10 MBβ‰ˆ 4–7 MBRejection notice or no reply

When the recipient is a company or an institution, plan for 7 MB total across all attachments. That is the size where nothing bounces.

Fastest fixes, in order

  • 1. Compact PDF (30 seconds, lossless). Rewrites the file without junk β€” abandoned revisions, duplicate fonts, unused objects. Documents edited in Word, Acrobat or a design tool often lose 20–50% with zero visible change. Always try this first.
  • 2. Send only the pages that matter. Extract PDF Pages or Split PDF: the signed page, the summary, the relevant invoice. Smaller file, happier reader.
  • 3. Compress PDF (the big one). Re-renders pages as JPEG at a chosen resolution. For scans and photo-heavy files this is a 5–20Γ— reduction. 150 dpi at quality 0.8 keeps the document print-quality; 110 dpi at 0.7 is fine for reading. Text stops being selectable β€” acceptable for most email, not for a file the recipient must edit or search.
  • 4. Grayscale PDF before compressing if the source is a scan of black-and-white paper: roughly halves the result again.
  • 5. Split across two emails. Split PDF into halves and number the subject lines (β€œContract 1 of 2”). Clumsy but universally accepted, and better than a link for recipients who cannot reach cloud storage.

What does not help

  • Zipping a PDF. PDF images are already JPEG-compressed; ZIP typically saves 1–5%. Some mail filters also block .zip attachments outright. Use ZIP only to bundle many small files into one attachment.
  • Renaming or re-saving. Save As in a viewer rarely changes anything; Compact PDF does the rewrite the viewer will not.
  • Lowering quality below 0.5. Past that point text gets noticeably worse for little further saving; lower the dpi instead.
  • Converting to Word. The images come along at the same size; the file gets bigger, not smaller.

When to send a link instead

A link is right when the file is large by nature (a 60 MB catalogue, a scanned archive), when the recipient needs the original at full quality (a printer, a designer), or when several people need the same file. It is wrong when the recipient is a bureaucracy that needs an attachment on record, when they are unlikely to click links from strangers (many finance teams are trained not to), or when the file must be retrievable in ten years without a live account. For those cases, compress and attach. Gmail's automatic Drive upload is convenient but creates a share the recipient can forward and that lives on until you revoke it; for anything sensitive, compress the file and protect it with a password instead.

A sensible default workflow

FileDo thisExpected result
Text document from Word / Google Docs, 5–15 MBCompact PDF1–4 MB, still searchable
Scanned contract, 20–40 MBGrayscale β†’ Compress 150 dpi / 0.81–3 MB, print-quality
Brochure with photos, 30 MBCompress 150 dpi / 0.8; send link if photos matter3–6 MB
Bank statements, 12 pages of a 60-page PDFExtract PDF Pages, then CompactUnder 1 MB
Anything confidentialCompress, then Protect PDF, send the password separatelySmall and encrypted

Frequently asked questions

Gmail let me attach the file, so why did it bounce?

The recipient's server has its own cap, often 10 MB, applied after Base64 encoding adds a third. Aim for 7 MB or less when sending to organisations.

Will compression make the PDF unreadable on the other end?

At 150 dpi and quality 0.8 nobody can tell on screen or on an office printer. Go below 100 dpi only for reference copies.

Can I compress a PDF that has a password?

Unlock it first with Unlock PDF (you need the password), compress, then re-protect with Protect PDF.

Are attachments over the limit sometimes delivered anyway?

Occasionally β€” mail servers are inconsistent, which is exactly why you cannot rely on it. A bounce can arrive hours after you thought the message went through.

Does compressing a PDF here upload it to your server?

No. Compact, Compress, Grayscale, Split and Protect all run in your browser; the file stays on your device until you attach it to your email.

What about sending photos as a PDF?

Resize the photos first (1,600 px on the long edge is plenty for viewing), then combine with JPG to PDF. Ten full-resolution phone photos make a 30 MB PDF; resized, under 3 MB.

Tools mentioned in this guide