You hit send. Nothing happens for a second. Then: “Message too large to be sent” or “This item exceeds the maximum allowed size.” The PDF sitting in that email is a scanned form, or a signed contract, or twelve pages of someone’s medical records — either way, you need it out the door in the next five minutes, not next week.
Here’s the fast version: figure out the actual number you need to hit, compress the PDF straight to that number, and only reach for splitting or a cloud link if compression genuinely can’t get you there. Most of the time it can.
Why your PDF got this big in the first place
Two culprits cause almost every oversized PDF, and they’re not the same problem.
It’s a scan. Every page in a scanned PDF is a photograph, even the ones that are just black text on white paper. A flatbed scanner or a phone camera set to “high quality” produces a full-resolution image per page — no text underneath it, no compression applied, nothing. Scan a 15-page rental agreement at 300 DPI and you can easily end up north of 30MB for a document that, as a Word file, would have been 200KB.
It’s got embedded photos at camera resolution. A PDF built from a Word or Google Docs export that includes a few photos — product shots, a site survey, screenshots pasted in at full size — carries those images at whatever resolution they were inserted, which is usually way more than a printed page actually needs.
Page count matters too, but less than people assume. A 60-page contract that’s pure text is often still under 2MB. A 3-page scan of a stamped, signed document can outweigh it ten times over. If your PDF is huge, check whether it’s actually scanned or photo-heavy before doing anything else — that tells you whether compression is going to help a lot or barely at all.
The exact attachment limits, because “large” isn’t a number
Every provider enforces something different, and none of them tell you clearly in the error message.
| Provider | Attachment limit | Notes |
|---|---|---|
| Gmail | 25MB | Anything larger auto-converts to a Google Drive link instead of a real attachment |
| Outlook.com | 20MB | Send and receive |
| Outlook (corporate / Microsoft 365) | Often 10MB | Set by the organization’s IT admin — check with them if you’re not sure |
| Yahoo Mail | 25MB | Combined limit — all attachments on the message added together, not per file |
One thing almost nobody mentions: email attachments aren’t sent as raw bytes. They get Base64-encoded first, which inflates the file by roughly 37%. A 20MB PDF actually travels as something closer to 27MB. So if your file is sitting right at the edge of a limit — 24MB against a 25MB cap — it can still bounce. Aim comfortably under the stated number, not exactly at it.
Indian exam and scholarship portals are a different game entirely
If you’re not emailing the PDF at all but uploading it to NSP, CUET, DU CSAS, or JOSAA, forget the numbers above — these caps are far tighter, and they’re enforced by the upload form itself, not by an email server that at least tells you what happened.
- NSP (National Scholarship Portal): documents must generally fall between 20KB and 500KB, depending on the document type.
- CUET: varies by document — photo 10-200KB, signature 10-50KB, but PDF documents like identity proof or disability certificates run 50-300KB.
- DU CSAS: typically caps PDF uploads around 300KB per document.
- JOSAA: commonly caps around 500KB per document.
These are ranges set by each portal for that admission cycle, and they can shift year to year — always check the current instructions on the portal itself before you submit. But the pattern holds: a 200KB target sits safely inside NSP’s and CUET’s ranges, 300KB covers DU CSAS, and 500KB covers JOSAA. That’s exactly why Compress PDF ships those four numbers as one-click presets — they’re not arbitrary, they’re the safe number inside each portal’s actual range, so you don’t have to go dig it up mid-application.
Fix 1: compress it to the exact size you need
This is the fix that works for the widest range of cases, and it’s the one worth trying first.
Before you touch quality settings at all, check whether the PDF is carrying pages it doesn’t need to. A blank page left over from a scanner feeding two sheets at once, a page that got scanned twice, a cover sheet nobody’s going to read — those are bytes you can just delete, no quality loss involved. Remove Blank Pages finds and strips blank ones automatically, Remove Duplicate Pages catches pages that repeat, and Delete PDF Pages lets you pick specific pages by hand. It won’t turn a 30MB scan into 500KB on its own, but on a messy multi-page document it can shave off a real chunk before you get anywhere near the compressor.
The mistake most compression tools push you into next is guessing a “quality” percentage and hoping the output lands under your limit — Mac Preview’s built-in “Reduce File Size” export filter and Adobe Acrobat’s own feature of the same name both work this way: one fixed squeeze, no way to tell it what number you’re aiming for, so you export, check the size, and if it’s still too big you’re guessing again. You don’t need a guess — you already know the number. Gmail wants under 25MB. NSP wants under 500KB. So Compress PDF works the other way: you type the target size (or tap one of the presets above), and it works backwards from there — it renders each page, re-encodes it as a JPEG at a given quality, checks the resulting file size, and adjusts. If the first quality pass doesn’t fit, it tries a lower one; if quality alone can’t get there, it shrinks the page resolution slightly and searches again. All of it runs in your browser via WebAssembly — nothing gets uploaded anywhere, which matters more than usual here given that some of these documents are IDs, certificates, and signed agreements.
Worth knowing before you compress: this technique flattens each page into a single image. A scanned document loses nothing — it was already just a photo with no selectable text, so re-encoding it at a slightly lower quality is close to free. A document that started as real text (exported from Word, typed directly, etc.) does lose something: after compression, you can’t Ctrl+F it or select a sentence out of it anymore, because the words are now pixels. For a signed PDF you’re sending once, that trade rarely matters. For a report someone needs to search through later, it’s worth knowing before you commit to it.
And if the target genuinely can’t be hit — a 40-page scanned dossier crushed down to 200KB is going to look bad no matter what — the tool says so honestly on the result screen rather than quietly handing you a file that still doesn’t meet the limit. That’s deliberate: a “success” message on a file that’s still going to get rejected by the portal is worse than no message at all.
Fix 2: split it into pieces that each fit
Sometimes compression genuinely isn’t the right move — a 200-page text-heavy contract, for instance, where every page matters and rasterizing it into images would make it unreadable to search or annotate. In that case, split the file instead of shrinking it.
If your recipient just needs the whole document and doesn’t care how many emails it arrives in, Split PDF can break a large file into smaller chunks — say, splitting a 60MB, 100-page PDF into three 20MB attachments — and you send them as three separate emails. Slower for the recipient to reassemble, but nothing gets recompressed or degraded.
This doesn’t work for portal uploads that expect exactly one file per field, though — an admission form asking for “one PDF, under 300KB” isn’t going to accept three. For that case, compression is the only real option.
Fix 3: send a link instead of an attachment
If the file is genuinely large — a scanned book, a video-heavy PDF export, a hundred-plus pages of full-resolution images that shouldn’t be compressed at all — upload it to Google Drive, Dropbox, or OneDrive and email the link. Gmail already does this automatically once you attach something over 25MB; it silently swaps the attachment for a Drive link with a “shared” toggle.
The catch: this only works when the recipient can click a link and open a browser. It’s fine for a colleague, useless for a portal that requires a direct file upload in a specific field, and it hands your file’s storage and access control to whichever cloud provider you picked — worth a beat of thought if the document is sensitive.
Does zipping the PDF actually shrink it?
Right-click almost any file on Windows or Mac and there’s a “Compress” or “Send to > Compressed (zipped) folder” option sitting right there, and it’s tempting to reach for it before touching the PDF itself. For most file types, zipping is a real win. For a PDF, it mostly isn’t.
A PDF’s contents are already compressed on the inside — the text and page structure typically run through Flate compression, and any scanned pages or photos are already stored as JPEG. Zipping applies the same kind of algorithm on top of data that’s already been squeezed once, so there’s very little left to take out. Expect a percent or two off, sometimes nothing measurable at all. It also costs you something: the recipient gets a .zip attachment instead of a PDF, which some corporate mail filters block outright, and they have to know to unzip it before they can open the file.
If you actually need the file smaller, compress the PDF itself — don’t compress the folder it’s sitting in.
Quick decision guide
- Sending to a person by email, under 25MB after compression: compress and attach directly.
- Sending to a person, still too big after compressing sensibly: split it into parts, or send a cloud link.
- Uploading to NSP, CUET, DU CSAS, or JOSAA: use the matching preset in Compress PDF — these portals want one file, not a link, and not three parts.
- The PDF is mostly real text, not scans or photos: check the actual file size first. Text-only PDFs are usually already small; if yours is huge, something else is going on (embedded fonts, a corrupted structure) rather than needing compression at all.
A couple of things people ask
Why does Gmail say my file is too large when it’s only 22MB? Base64 encoding adds roughly 37% on top of the raw file size before it’s transmitted — a 22MB PDF travels as something closer to 30MB, over Gmail’s 25MB limit. Compress to well under the stated cap, not right up against it.
Will compressing ruin my signature or fine print? Not if you check before sending. Compress PDF’s quality presets keep small text and signatures legible at “Recommended,” and the target-size mode reports honestly if a very tight target forced quality down further than that. Zoom in on the compressed result before you send anything that matters — it takes ten seconds and it’s the only way to actually know.
If your PDF is too large to email right now, start with Compress PDF, punch in the exact number your recipient or portal needs, and see how close it gets — no upload, no account, no waiting on a server to hand your document back to you.