Skip to main content
Document workflows8 min read

PDF Attachment Size Limits for Email, Messaging and Online Forms

Every attachment limit that matters, in one table — then how to tell which of the three failure modes you have, and how to get the PDF under the limit without wrecking it.

By BytesPDF Editorial TeamPublished Reviewed
One large PDF splitting into three paths toward an email attachment, a messaging chat bubble, and an online form

"Your file is too large" is three different problems wearing one error message. The fix depends entirely on where the file is going, and guessing wrong wastes a lot of time — you compress a PDF to 18 MB for a portal that caps at 2 MB, or you shrink a file for email when the real problem is that the messaging app recompressed it into mush.

Start by identifying the destination.

PDF attachment size limits by destination

The published figure, and the file size that actually fits once encoding, message overhead, or the portal's margin is accounted for. Every row links to the guide with the source.

DestinationPublished limitRealistic file sizeGuide
Gmail (personal)25 MB per message~18 MBGmail
Outlook.com25 MB~18 MBOutlook
Outlook desktop, POP/IMAP account20 MB client cap~18 MB, or the provider's limit if lowerOutlook
Microsoft 365 / Exchange Online35 MB send, 36 MB receive by default~25 MBOutlook
Exchange Server on-premises10 MB by default~7 MBOutlook
Yahoo Mail, AOL25 MB~18 MBYahoo, iCloud, Proton, Zoho
iCloud Mail20 MB (Mail Drop to 5 GB)~14 MBYahoo, iCloud, Proton, Zoho
Proton Mail25 MB out, 50 MB in~18 MBYahoo, iCloud, Proton, Zoho
WhatsApp2 GB as a documentNot a size problem — send as DocumentMessaging apps
Telegram2 GB (4 GB Premium)Send as a file, not a photoMessaging apps
Slack / Teams / iMessage1 GB / 250 MB / ~100 MB reportedRarely bindingMessaging apps
US immigrant visa (NVC / CEAC)~2 MB per documentUnder 2 MB with marginNVC / CEAC
Canada (IRCC)4 MB or 5 MB by accountUnder 4 MBIRCC
UK (UKVCAS / VFS / TLScontact)6 / 2 / ~4 MB by provider10–15% under your capUK visa portals
Australia (ImmiAccount)5 MB per attachmentUnder 5 MBImmiAccount

Where a provider's documentation conflicts with itself — Outlook.com has been quoted at both 20 and 25 MB, NVC at both 2 and 4 MB — the linked guide states the conflict and gives the target that is safe under either reading.

Three destinations, three failure modes

Staircase of PDF destinations: email envelope allows the most, a chat bubble less, and an online form the tightest limit
DestinationWhat actually failsThe real constraintGuide
EmailThe provider refuses to sendThe encoded message size, not the file sizeGmail · Outlook · Yahoo, iCloud, Proton, Zoho
MessagingNothing fails — quality silently degradesWhether you sent it as a document or as mediaWhatsApp, Telegram, Slack, iMessage
Upload portalThe upload is refused, or quietly never attachesA hard per-file cap plus format rulesUS · Canada · UK · Australia

Email: the limit is bigger than you think, and smaller than you think

Email providers publish limits of 20–25 MB, but they measure the base64-encoded message, which inflates your file by roughly a third. A 25 MB cap is reached by a file of about 18 MB — and the limit covers the whole message, including body text, signature, and inline images.

The other half of email is the recipient. Delivery depends on the strictest server in the chain, so a file that leaves Gmail happily can bounce hours later at a corporate gateway capped at 10 MB.

Start here: Gmail's 25 MB attachment limit.

Messaging: the file will send, and that is the problem

WhatsApp allows documents up to 2 GB and Telegram up to 4 GB on Premium. Size is almost never your problem.

What destroys documents is recompression. Send a scan through the photo or gallery path and WhatsApp resizes it to roughly 1600 pixels and re-encodes it as JPEG. Send the identical file through the paperclip as a Document and the bytes arrive untouched.

If your PDF arrived looking soft, this is why. Full detail: messaging app limits.

Portals: small caps, strict formats, and silent failures

Government and institutional portals are the strictest destination by a wide margin — caps measured in single-digit megabytes, six accepted formats at most, and rules about signatures, encryption, and filenames that have nothing to do with size.

They are also the only destination that fails silently: on the UK portals especially, an oversized file completes its progress bar and simply never appears in the document list.

Because these rules are country- and system-specific, use the dedicated guide:

Read the error before you compress

This is the step most people skip. "File too large" is the rare case; the common failures are:

  • Format rejected — HEIC photos, Word documents, TIFF, and ZIP archives are refused by most portals
  • Encrypted or password-protected — must be decrypted before upload
  • Signature invalidated — you compressed a signed document
  • Wrong field — the file is fine, it is in the wrong upload slot
  • Filename characters — some portals reject anything beyond letters, numbers, dashes, and underscores

Compressing solves exactly one of those.

The one rule that works everywhere

Under 10 MB reaches every email provider, every messaging app, and every upload portal with margin to spare.

You do not need to check the destination if your file is under 10 MB. Above that, find out the specific limit — and if the document is signed, certified, or fillable, do not compress it at all. Send a link or the original.

Getting a PDF under 10 MB

  1. Check the size. File properties, not a guess.
  2. Find out why it is large. Scans and photos respond to compression; fonts, attachments and editing history do not. Why is my PDF so large? has a 30-second diagnosis.
  3. Reduce the source when you can. A 200 DPI grayscale scan beats compressing a 600 DPI color file, and it is usually more legible too.
  4. Compress locally in the browser. Open the compress tool — or the email attachment version — and reduce a copy. Processing happens on your device, so contracts, statements, and identity documents are not uploaded anywhere. How to reduce PDF file size online for free covers choosing a level and what to inspect afterward.
  5. Open the result and check it. Small text, stamps, and signatures degrade first.
  6. Send it the right way — as a document in messaging apps, never as media.

If you are deciding between a browser-local tool, an upload-based service, and a desktop application, online, desktop and AI PDF compression compared sets out where the file goes in each case — which matters when the attachment is a bank statement or a passport.

Before you send

  • You identified the destination and its actual limit
  • File is under 10 MB, or under the specific cap you looked up
  • Format is accepted (PDF, JPG, or PNG for portals)
  • Not password-protected, not a ZIP
  • Not digitally signed — or it was compressed before signing
  • In messaging apps, sent as a document rather than media
  • The downloaded copy was opened and checked

Frequently asked questions

What is the maximum PDF size I can attach to an email?

Gmail, Outlook.com, Yahoo and Proton publish 25 MB per message; iCloud and Zoho 20 MB; Microsoft 365 defaults to 35 MB and on-premises Exchange to 10 MB. All of these are measured after base64 encoding adds roughly a third, so a 25 MB limit fits a file of about 18 MB on disk — and the recipient's server may be stricter than yours.

Why does my PDF send from one service but not another?

Because each service enforces a different limit, and limits stack. Email measures the encoded message, messaging apps recompress rather than reject, and portals apply hard per-file caps with format rules.

Is 'file too large' always about file size?

No. On upload portals especially, rejections are frequently caused by format, encryption, filename, page dimensions, or a signature — not size. Read the actual error before compressing anything.

What size PDF is safe to send anywhere?

Under 10 MB reaches almost every email provider, messaging app, and portal with margin to spare. It is the only single number that works everywhere without checking.

Should I just compress everything to be safe?

No. Compression changes the bytes, which invalidates digital signatures and can flatten fillable forms. For signed or interactive documents, send a link or the original instead.

Source-led comparisons written by BytesPDF, with the conflict of interest disclosed on each page. They link official provider documentation rather than fabricated tests.