How to Email Large Files: Attachment Limits and Workarounds

You attach a folder of photos or a short video, hit send, and minutes later the message bounces back: "attachment too large" or "message exceeds size limit". Email was never designed to move big files, and every provider caps how much you can attach. Here is what the real limits are, why they bite sooner than you expect, and the free ways around them.

The real attachment limits

  • Gmail: 25 MB per message. Above that, Gmail automatically offers to upload to Google Drive and send a link instead.
  • Outlook and Microsoft 365: 20 MB by default for the web and desktop apps; some accounts allow up to 150 MB, but the receiving server may reject it.
  • Yahoo Mail: 25 MB per message.
  • iCloud Mail: 20 MB per message, with Mail Drop stepping in for larger files up to 5 GB.

Those numbers are the send limit. The catch is that the recipient's provider has its own, often smaller, limit. The lowest cap along the path wins, which is why a file that sends fine to one person bounces for another.

Why your 23 MB file gets rejected at a 25 MB limit

Attachments are not sent as raw files. Email encodes them using a scheme called Base64, which turns binary data into plain text that mail servers can carry safely. The side effect is that encoding inflates the file by roughly 33 percent.

So a 23 MB video becomes about 31 MB on the wire, sailing past a 25 MB cap. As a rule of thumb, keep your actual files under about 18 to 19 MB to stay safely inside a 25 MB limit once encoding is added.

Option 1: Compress before you send

Often the file is only just over the limit, and a little compression is all you need. The right method depends on what you are sending.

  • Photos: resize and re-save as JPEG or WebP. A phone photo straight off the camera can be several megabytes; resizing to a sensible width usually cuts it by 80 percent or more. See how to compress an image to 100KB.
  • Video: this is usually the real culprit. Lowering the resolution or bitrate can take a clip from 60 MB to under 20 MB. The same steps in compressing MP4 videos for WhatsApp and email apply here.
  • PDFs: scanned documents are often bloated. Downsampling the images inside can shrink them dramatically, as covered in compressing a PDF to 1MB.
  • Many small files: bundle them into a single ZIP. It tidies the email and gives a small extra saving on documents and text.

Option 2: Zip a folder into one attachment

If you are sending lots of separate files, a single ZIP is easier for the recipient and avoids hitting any per-attachment count limits. On Windows, right-click and choose Send to, then Compressed (zipped) folder. On macOS, right-click and choose Compress. Both produce a ZIP that opens natively on the other end with no extra software.

Keep in mind that zipping already-compressed media such as MP4 or JPEG will barely shrink it, so for those files compression in Option 1 matters more than zipping.

Option 3: Send a link instead of an attachment

For anything that will not fit even after compression, stop fighting the limit and share a link. The file lives in cloud storage and the email just carries a small URL.

  • Google Drive: Gmail offers this automatically when you exceed 25 MB. Upload, then set sharing so anyone with the link can view.
  • OneDrive: built into Outlook; choose "share a link" instead of attaching a copy.
  • iCloud Mail Drop: automatic on Apple Mail for files up to 5 GB; the link stays valid for 30 days.
  • Dedicated transfer services: several free services let you upload a file and send a download link without an account, usually up to a few gigabytes.

Sending photos straight from a phone

The most common bounce of all is a batch of phone photos. Modern phones shoot 12 megapixels or more, so a dozen pictures can easily total 40 or 50 MB. Two habits keep you under the limit. First, when your phone's share sheet offers an image size such as Small, Medium, or Actual, pick a smaller option for email; the recipient almost never needs full resolution on a screen. Second, send in batches rather than attaching everything at once, which also makes the email easier to open.

If you regularly send photos, it is worth resizing them to a sensible width before attaching. A picture meant to be viewed, not printed, looks identical at a fraction of the megapixels, and the saving is enormous. The original stays on your phone untouched.

Why a link is often the better default

Even when a file would just fit as an attachment, a link is frequently the smarter choice. Attachments duplicate the file into every recipient's mailbox and yours, so a 20 MB video sent to ten people consumes 200 MB of storage somewhere. A link points everyone at a single copy. Links also let you update or revoke access later, and they sidestep the encoding overhead and per-server caps entirely. For anything you might revise, or send to more than a couple of people, sharing a link first saves trouble down the line.

A quick decision guide

  • Just over the limit: compress the file and attach it as normal.
  • Several files: zip them into one attachment, compressing photos and video first.
  • Hundreds of megabytes or more: upload to cloud storage and send the link.
  • Sensitive content: use an encrypted ZIP or a link with an expiry and a password, and share the password separately.

FAQ

Why does my email bounce when the file is under the limit?

Base64 encoding adds about a third to the size, and the recipient's server may have a lower cap than yours. Aim to keep files under roughly 18 MB for a 25 MB limit.

Is it safer to zip a file before emailing?

Zipping does not add security on its own, but an encrypted ZIP with a strong password does protect the contents. Send the password through a different channel, not the same email.

Will the recipient need special software for a ZIP?

No. Standard ZIP files open natively on Windows, macOS, Android, and iOS without extra apps.

Does sending a Drive link expose my whole account?

No. Sharing is per file or per folder. Set the link to view-only and share just the item you intend to send.

Related reading

Comments