To send a video that's too big for email, you have three options: compress it under the attachment limit, trim it to just the part that matters, or send a link instead of a file. Compressing to about 18MB is the reliable target for a 25MB limit, because email encoding inflates attachments by roughly 33%.
Why your video bounces even under the limit
Gmail, Outlook, and most corporate mail servers advertise a 25MB attachment limit, but they count the encoded message, not your file. Email transmits attachments in base64, which inflates them by about a third - so a 24MB video becomes roughly 32MB of message and bounces. The practical ceiling for a 25MB limit is 18-19MB of actual file.
That's why the fix isn't shaving a megabyte off; it's compressing with enough margin that the encoded message clears the bar.
Option 1: Compress the video (usually right)
Re-encoding the video at a bitrate calculated from its length is the cleanest fix: you keep the whole clip, the recipient gets a normal MP4, and nothing expires or needs a sign-in. A minute of 720p footage looks perfectly fine at email-safe sizes; quality only suffers noticeably on long clips squeezed under a hard cap.
UtilStax's compressor does the bitrate math for you - pick the Gmail 25MB preset and it targets a safe margin under the cap, processing the video in your browser without uploading it anywhere.
Option 2: Trim first, then compress
If the recipient only needs thirty seconds of a ten-minute recording, trimming beats compressing every time. A shorter clip at the same size budget gets dramatically more bitrate per second, which means visibly better quality. Trim to the highlight, then compress if it's still over the limit.
Option 3: Send a link (when files are huge)
For files that can't reasonably fit under 25MB - full events, raw footage, hour-long screen recordings - a Drive, Dropbox, or WeTransfer link is the right tool. The trade-offs are real, though: links expire, corporate firewalls block sharing domains, and recipients bounce off sign-in walls. When a video can be compressed to attachment size, an attachment simply arrives.
Tools for this
Frequently asked questions
What is the maximum video size I can email?
Gmail and Outlook cap messages at 25MB, but base64 encoding inflates attachments about 33% in transit - so the largest video that reliably sends is 18-19MB. Corporate mail servers are often stricter; 10-15MB is the safe assumption for business recipients.
How do I make a video file smaller for email without losing all quality?
Re-encode it with a bitrate calculated from the clip's length rather than guessing at export settings. For clips under two minutes, an 18MB target keeps quality high. For longer videos, trim to the essential section first - length costs more quality than resolution does.