How to Send Large Video Files Through Email (Without Compression)
You hit send on a 200 MB clip and Gmail snaps back with that smug little error. "Attachment size exceeds the allowable limit." Cool, thanks. If you've been googling "how to send large videos email" over and over, you already know the standard answers (compress, zip, shrug) don't actually work. I burned twenty minutes on this last week trying to send a freelance client a 4K screen recording before remembering I'd solved this exact problem two months back. So here's the cheat sheet I wish I'd taped to my monitor.
The fix isn't compressing the video into a blurry mess. It's not zipping it either (zip does nothing for already-compressed video). The move is to upload the file once, get a real URL, and paste that URL into your email. I'll walk through four ways to do it - Hostsmith, WeTransfer, Google Drive, and iCloud Mail Drop - and tell you exactly where each one falls apart. If you've been searching how to send large video files through email without the usual compression headaches, this is the workflow.
Why your video is too big to email
Every major email provider caps attachments hard:
- Gmail: 25 MB
- Outlook: 20 MB
- Yahoo Mail: 25 MB
- iCloud Mail: 20 MB
And video eats those caps for breakfast. Quick math from the clips on my own drive:
- 1 minute of 1080p at 30fps: around 130 MB
- 1 minute of 4K at 30fps: around 400 MB
- A 5-minute 4K60 HEVC recording from an iPhone 15: usually 600 MB to 1 GB (less if you shoot 1080p or 4K30)
So a single minute of 1080p footage is already 5x over Gmail's limit. A short product demo? Forget it.
"Just compress it" is the answer people reach for first. I get the instinct. But it has real costs. You're either re-encoding (which means waiting on HandBrake to chew through your file and losing quality), or you're trimming the clip and changing what you're actually sending. If you spent time getting the footage right, crunching it down for the sake of a 25 MB ceiling is backwards. The file isn't the problem. The delivery method is.
The fastest fix: upload once, paste the link
Upload your video to a host that gives you a permanent URL. Drop the link into your email. Done.
That's it. Recipient clicks, video plays in their browser or downloads. No app, no sign-in, no expiration timer.
Same trick works for documents too - I walked through how to share a PDF as a link using the exact same upload-and-paste flow.
How to send a large video file via email with Hostsmith (step-by-step)
This is the workflow I use now because the link doesn't expire and the recipient doesn't need an account. Here's the actual process:
- Sign up at hostsmith.com
- Drag your video file into the browser - it uploads to a static site
- Copy the URL, which looks like
your-site.us.hostsmith.link/demo.mp4 - Paste it into your email and send
The recipient opens the link and the video plays directly in their browser. No download required for MP4 files.
The free tier doesn't handle video. Here's where each tier actually lands:
- Free: 5 MB upload limit per file. Fine for a screenshot. Useless for video.
- Basic: 25 MB upload limit per file. Same as Gmail itself. Don't bother.
- Standard: 500 MB total storage across up to 5 sites, password protection, custom domains. Good for a handful of short clips at a time, or one bigger video you swap out as you send.
- Premium: 10 GB total storage across up to 15 sites. Enough for raw footage or many clips sitting online at once.
A quick note on what those storage numbers mean in practice: Standard's 500 MB is the total you can have hosted at any given time, not a per-file ceiling. You can park one 400 MB video on it, but not three of them. Premium's 10 GB gives you real breathing room for keeping a backlog of client recordings live.
If you're going to send video files even semi-regularly, Standard is the floor. I learned that by trying Basic first and immediately hitting the wall on a 90 MB recording.
The same drag-and-drop flow works for any file type - I covered the general pattern in drag-and-drop website hosting if you want the longer version.
Alternatives compared (and where each one breaks)
I've used all of these. Each one has a specific failure mode.
| Service | Free limit | Link expires? | Recipient needs account? | Main annoyance |
|---|---|---|---|---|
| Hostsmith (Standard) | 500 MB storage | Never | No | Paid plan needed for video sizes |
| WeTransfer | 2 GB | 7 days | No | Ads, link dies in a week |
| Google Drive | 15 GB shared | Never (if you keep it) | Often yes | Sharing permissions are confusing |
| Dropbox | 2 GB total | Never | Sign-in nag | Constant prompts to install the app |
| Compression (HandBrake etc) | N/A | N/A | No | Quality loss, time spent encoding |
WeTransfer
The most popular option because it's free and brainless. But that 7-day expiry has bitten me twice. A client opened my email two weeks later and the link was dead. Now I have to re-upload, re-send, look unprofessional. The free version is also ad-heavy in a way that makes you look unserious.
Google Drive
It works, but the sharing permissions are a maze. "Anyone with the link" vs "Restricted" vs request access loops. Half the time my recipient hits a wall and pings me asking for access. I wrote up the broader Drive issues in Google Drive alternatives if you've fought that battle too.
Dropbox
Fine if both of you already use it. If your recipient doesn't, they'll get pushed to sign up before they can grab the file. That's friction your client doesn't want.
How to send large videos from iPhone or Android by email
iPhone (Mail Drop): When you attach a video over 20 MB in the Mail app, iOS offers Mail Drop. It uploads to iCloud, sends a link, and the recipient gets a download button. Limits: 5 GB per file, link expires in 30 days, recipient has to actively accept the download. It works, but the 30-day timer is the same WeTransfer problem in a nicer wrapper.
The alternative: open the Hostsmith dashboard in Safari, upload the video from your Photos, paste the link into Mail. Slightly more steps, but the link doesn't die a month later.
Android (Gmail): Gmail on Android does the same thing as desktop Gmail. Try to attach anything over 25 MB and it offers to upload to Google Drive and send a link. Same Drive permissions tangle as before. Same upside that it doesn't expire.
The simpler route on Android is the same: upload to a host, paste the link. Doesn't matter if you're on a phone or laptop, the recipient experience is identical.
When to use a password-protected link
Some videos shouldn't be openable by anyone who happens to get forwarded the email. Cases where I reach for a password:
- Sales demos with pricing on screen
- Raw client footage I haven't gotten approval to share publicly
- Real-estate walk-throughs of occupied homes (the seller's stuff is in every frame)
- Internal company recordings
On Hostsmith Standard and Premium, you can password-protect a site in about 30 seconds. Open the site settings, toggle on password protection, set a password, save. The recipient hits the link, types the password, video plays. Send the password in a separate channel (text, Signal, whatever). Don't paste the password into the same email - that defeats the entire point.
Google OAuth gating is also available on those tiers if your audience uses Google Workspace and you want to restrict by email address rather than a shared password.
How to make sure your recipient can actually play the video
This trips people up more than the size issue.
Use MP4 with H.264 encoding. It plays in every browser, on every OS, in every email client preview, without any extra software. It's the safest possible default.
Avoid sending MOV or MKV. If your file is MOV (the default from QuickTime and iPhones), the fastest fix is to remux it into an MP4 container without re-encoding. One ffmpeg line does it:
ffmpeg -i input.mov -c copy output.mp4
That just swaps the container, so the video and audio streams pass through untouched. No quality loss, no waiting on a full re-encode. The output plays everywhere MP4 plays.
For MP4 files hosted on Hostsmith, the video tag in the browser handles playback natively. The recipient clicks the link and the video starts. No download step at all unless they want one.
FAQ
How big a video can I send through Gmail? The attachment itself caps at 25 MB. If you go over, Gmail will offer to upload to Drive and send a link instead. The Drive route works up to 10 GB but introduces sharing permission friction.
How do you email a large video file? Upload it to a host that gives you a permanent URL, then paste the URL into your email instead of attaching the file. The recipient clicks the link and plays or downloads the video. This avoids every attachment cap and skips the compression step entirely.
How do I email a video that is too big to attach? Same answer: don't attach it, link to it. Hostsmith, WeTransfer, Google Drive, and iCloud Mail Drop all give you a shareable URL. The trade-offs are expiration (WeTransfer 7 days, Mail Drop 30 days), recipient friction (Drive permissions, Dropbox sign-in nags), and storage caps. A permanent URL on a host you control is the version with the fewest surprises.
Does WeTransfer expire? Yes. Free WeTransfer links expire after 7 days. Paid plans extend this, but the free version is the one most people use, and it has burned me on client work more than once.
Can I send a video without converting it to MP4 first? Yes, but plan for playback issues. MOV usually works on Macs and iPhones. MKV often needs VLC. If you're sending to a mixed audience, MP4 is the only format that just works everywhere - and the ffmpeg remux above gets you there in seconds.
Will the recipient need to download an app? With a hosted MP4 link, no - it plays in the browser. With Dropbox, they'll get pushed to install the app or sign in. With Drive, they may need to be signed into a Google account depending on your sharing settings.
How do I send a 1 GB video by email? You don't attach it. You upload it to a host (Hostsmith Premium has 10 GB of total storage, iCloud Mail Drop handles 5 GB per file for 30 days, WeTransfer handles 2 GB for 7 days) and email the link.
Can I send a video file that's password-protected? Yes, if your host supports it. Hostsmith offers password protection on Standard and Premium plans. Set the password on the site, send the link in your email, send the password through a separate channel.
Send your next large video link without the 25 MB wall
Stop fighting the 25 MB attachment cap. Upload the video, get a link, paste it in. Use Gmail directly for clips under 25 MB - that's still the right call for a one-off small file. For anything bigger, or anything you don't want disappearing in a week, host it somewhere that gives you a permanent URL.
If you're a freelancer or small team sending video to clients regularly, Hostsmith is built for exactly this. Drag, drop, copy the link, send. No expiry, no recipient sign-up, optional password gate on Standard. Same flow works for PDF hosting and creating a link to a PDF when you need to send a contract or deck the same way.
Stop reuploading the same client video to WeTransfer every Tuesday.