How to Compress PDF for Email Attachment (Under 10MB)
Gmail caps at 25MB, Outlook at 20MB, and most corporate servers at 10MB — but email encoding adds 37% overhead on top. This guide shows you exactly how to compress PDF for email so it clears every limit, every time.
Email Attachment Size Limits in 2026
To compress PDF for email effectively, you first need to know the actual limits. Every major provider publishes a number — but the real ceiling is lower than the headline figure.
| Email Provider | Stated Limit | Practical Limit (after encoding) | Overflow Behavior |
|---|---|---|---|
| Gmail | 25 MB | ~18 MB | Converts to Drive link automatically |
| Outlook.com | 20 MB | ~15 MB | Rejected with bounce message |
| Yahoo Mail | 25 MB | ~18 MB | Rejected with error |
| Microsoft 365 (business) | 150 MB* | ~10 MB typical | Depends on IT policy |
| Corporate Exchange (typical) | 10–15 MB | ~7–10 MB | Bounced or quarantined |
| Self-hosted / small ISP | 5–10 MB | ~4–7 MB | Rejected |
*Microsoft 365 maximum is 150MB but most IT administrators configure lower limits (10–25MB). Sources: SizeSnap, Fileza, GlockApps
Why 10MB Is the Safe Target
The 10MB rule comes from a specific technical detail: Base64 encoding. When your email client attaches a file, it encodes the binary data into text-safe characters. This encoding inflates the file size by approximately 37% before transmission.
Corporate Microsoft Exchange servers compound this problem. While Microsoft 365 technically supports up to 150MB, IT administrators routinely cap attachments at 10–15MB. Some legacy Exchange deployments and smaller ISPs cap at 5MB. You often don't know which server your recipient uses — which makes 10MB the universal safe zone.
Gmail handles oversized attachments gracefully (it converts to a Drive link), but Outlook and Exchange simply bounce the email. Your recipient never sees it, you get a confusing bounce message, and you've wasted everyone's time. Compressing the PDF once before sending avoids all of this.
How to Compress PDF for Email (Step-by-Step)
The fastest method: use PDF Mavericks compress tool — it runs entirely in your browser, no upload, no account.
Open the compress tool
Go to pdfmavericks.com/compress-pdf. Works on desktop and mobile — no software to install, no account to create.
Upload your PDF
Drag and drop the file onto the upload area, or click to browse. The file loads locally — it does not leave your device.
Choose compression level
Select "Standard" for most documents. If you need to hit under 5MB, choose "High Compression" — it applies more aggressive image resampling.
Download and check the result
The compressed PDF downloads automatically. Open it to verify quality, then attach it to your email. The whole process takes under 30 seconds.
Five Compression Methods Compared
Not all compression approaches work the same way. Here's how the common options compare when your goal is to compress PDF for email delivery.
1. Browser-based tools (recommended)
Tools like PDF Mavericks run compression in your browser using PDF.js and canvas resampling. No upload, no registration, no file size limit. Results are typically 40–80% reduction for mixed content PDFs.
Best for: Quick one-off compression. No software required.
2. Cloud upload tools (iLovePDF, Smallpdf)
These tools upload your file to their servers, compress on the backend, and return a download link. They often produce slightly smaller results for complex PDFs. The tradeoff: your file travels to an external server and may be retained for minutes to hours before deletion.
Best for: Very large PDFs where maximum compression matters more than privacy.
3. Adobe Acrobat (desktop)
File → Reduce File Size or Tools → Optimize PDF. Acrobat gives fine-grained control over image DPI, font subsetting, and metadata stripping. It consistently produces the smallest files, especially for complex PDFs with many embedded fonts. Requires a paid subscription ($14.99/month as of 2026).
Best for: Power users who compress dozens of PDFs regularly.
4. Preview (macOS)
File → Export → Quartz Filter → Reduce File Size. Free and built-in. The results are inconsistent — it sometimes reduces a 5MB PDF to 500KB with acceptable quality, and other times produces worse quality with minimal size reduction.
Best for: Mac users who need a zero-install option.
5. Ghostscript (command line)
gs -dPDFSETTINGS=/screen -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=out.pdf in.pdf The /screen preset targets 72 DPI (smallest), /ebook targets 150 DPI (email-safe), /printer targets 300 DPI (print quality). Free, open-source, available on Windows/Mac/Linux.
Best for: Developers and power users processing batches of PDFs.
What to Do If the PDF Is Still Too Large
Some PDFs resist compression — typically scanned documents where every page is a high-resolution image. If compressing once doesn't get you under 10MB, try these in order.
Split and send in parts
Use PDF Mavericks split tool to divide the PDF into sections, then send as separate attachments. Most recipients find this easier to handle than a cloud link.
Share via cloud link
Upload to Google Drive, Dropbox, or OneDrive and paste the share link. Gmail does this automatically when files exceed 25MB — the recipient gets a Drive link instead of an attachment.
Convert scans to grayscale
Color scanned PDFs are typically 3x larger than grayscale equivalents. If your document doesn't need color (contracts, forms, text documents), converting to grayscale before compressing can cut the file size dramatically.
Remove unnecessary pages first
Use PDF Mavericks merge to extract only the pages the recipient actually needs. A 50-page report where the recipient only needs pages 1–10 shouldn't be sent in full.
Expected Results by PDF Type
Compression results vary significantly by content type. Here's what to expect before you compress PDF for email so you can set realistic targets.
| PDF Type | Typical Original Size | After Compression | Reduction |
|---|---|---|---|
| Word doc exported to PDF | 500 KB–2 MB | 300–800 KB | 30–60% |
| Scanned document (color) | 5–30 MB | 1–5 MB | 60–90% |
| Scanned document (B&W) | 2–10 MB | 500 KB–2 MB | 70–90% |
| Presentation (photo-heavy) | 10–50 MB | 2–10 MB | 70–90% |
| Email chain exported to PDF | 1–5 MB | 500 KB–2 MB | 40–70% |
| CAD drawing / technical doc | 5–20 MB | 2–8 MB | 30–50% |
| Form with embedded images | 3–15 MB | 1–5 MB | 50–80% |
The outlier worth knowing: CAD drawings and technical documentation often contain vector graphics and complex paths that don't compress like photos. If you're working with these, splitting or cloud-sharing may be more effective than compressing.
Frequently Asked Questions
What is the maximum PDF size I can attach to an email?
Gmail allows 25MB per message, Outlook.com allows 20MB, and Yahoo Mail allows 25MB. Corporate email servers (Microsoft Exchange) typically default to 10MB or less. Because email encoding adds ~37% overhead, a 20MB file actually transmits as ~27MB — so the safe practical limit for corporate recipients is under 10MB.
Why does my PDF attachment keep getting rejected even when it's under the stated limit?
Email clients encode attachments using Base64, which inflates the actual transmitted size by roughly 37%. A 15MB PDF can exceed Outlook's 20MB limit after encoding. The fix: compress your PDF to 10MB or less before attaching — that leaves enough headroom after encoding for any provider.
How much can a PDF shrink without losing quality?
Most PDFs compress 50–90% depending on content. PDFs with high-resolution photos compress the most — sometimes 90%+. Text-heavy PDFs with minimal images typically shrink 20–40%. The compression engine resamples embedded images to screen resolution (150 DPI) and strips redundant metadata without touching the text layer.
Does compressing a PDF affect text or signature quality?
No. Text in PDFs is stored as vector data, not pixels — it is unaffected by image compression. Signatures, stamps, and drawn annotations are treated the same way. Only raster images (photos, scanned pages) change during compression.
What if my PDF is still too large after compression?
Try these in order: (1) Split the PDF and send as multiple emails using our split tool. (2) Remove pages that aren't needed before compressing. (3) If it's a scanned document, convert images to grayscale before compressing — color scans can be 3x larger than grayscale. (4) If none of these work, use Google Drive or Dropbox and share a link instead.
Is it safe to compress a confidential PDF online?
PDF Mavericks compresses files entirely in your browser using client-side JavaScript — nothing is uploaded to any server. For third-party tools, check their privacy policy for data retention terms. Tools that upload to cloud servers may retain files for minutes or hours after processing.
What's the fastest way to compress PDF for email on mobile?
Open pdfmavericks.com/compress-pdf in your mobile browser — it works on iOS Safari and Android Chrome without any app install. Upload your PDF, download the compressed version, and attach it directly from your downloads folder. The whole process takes under 30 seconds.
Ready to compress your PDF?
Free, in-browser, no upload. Compress any PDF under 10MB in seconds — no signup, no limits.
Related Articles
How to Compress PDF Without Losing Quality — 2026 Guide
Reduce file size up to 90% — the full technical breakdown.
How to Compress PDF Below 200KB for Free
For strict upload limits — government portals, job applications, and web forms.