How to Convert Files for Email: Reduce Size & Fix Format Issues
Learn how to convert and compress files for email attachments. Covers size limits for Gmail, Outlook, and Yahoo, plus the best formats and compression settings for documents, images, and videos.
Emma Wilson·February 19, 2026·10 min read
Why Email Attachments Fail (And How to Fix It)
You have prepared the perfect document, video, or image collection for a client or colleague, you hit send, and then the dreaded bounce-back arrives. The file is too large, the format is not supported, or the recipient cannot open what you sent. Email attachment failures waste time, delay projects, and create frustration on both ends.
The root cause is almost always one of two problems: the file is too big for the email provider's limits, or the file is in a format the recipient's system does not support. Both problems are solvable with the right conversion and compression approach.
This guide covers every type of file you might need to email -- documents, images, videos, audio, and archives -- with specific format recommendations, size targets, and step-by-step conversion instructions for each.
Every email provider enforces strict size limits on attachments. Exceeding these limits means your email will either bounce back or the attachment will be silently stripped.
Email Provider
Max Attachment Size
Overflow Behavior
Cloud Alternative
Gmail
25 MB
Auto-upload to Google Drive
Google Drive link
Outlook / Microsoft 365
20 MB
Suggests OneDrive link
OneDrive link
Yahoo Mail
25 MB
Rejects the email
None built-in
Apple iCloud Mail
20 MB
Offers Mail Drop (up to 5 GB)
Mail Drop
ProtonMail
25 MB
Rejects the email
None built-in
Corporate Exchange
10-50 MB (varies)
Depends on admin config
SharePoint / OneDrive
Zoho Mail
20 MB (free) / 40 MB (paid)
Rejects the email
Zoho WorkDrive
Pro Tip: Email attachments are Base64 encoded during transmission, which adds roughly 33% overhead. A 20 MB file becomes about 27 MB in transit. To ensure delivery across all providers, keep your total attachment size under 15 MB. For corporate email, assume a 10 MB limit unless you have confirmed otherwise.
The safest universal limit is 15 MB per email. Plan your file conversions and compression around this target.
Documents: The Most Common Email Attachments
Word Documents and PDFs
PDF is the gold standard for emailing documents. It preserves formatting across every device and operating system, cannot be accidentally edited, and is universally supported. If you are sending Word documents, converting to PDF first is almost always the right choice.
Convert Word to PDF:
Use the Word to PDF converter to create a clean PDF while preserving all formatting, images, and layout.
Reduce PDF Size:
Large PDFs -- especially those with embedded images, scans, or complex graphics -- can exceed email limits easily. The PDF compressor reduces file size by 50-90% while maintaining readability.
For scanned documents, the compression gains are particularly dramatic. A 15-page scanned contract might be 25 MB as a PDF but only 3-4 MB after compression.
Spreadsheets
Excel files can grow large quickly, especially with multiple sheets, charts, and embedded images. If the recipient only needs to view the data (not edit it), convert to PDF:
Delete hidden data, comments, and revision history to reduce size
If the recipient needs an editable spreadsheet, save as .xlsx rather than .xls -- the newer format uses ZIP compression internally and is typically 30-50% smaller.
Presentations
PowerPoint files are notoriously large due to embedded images, videos, and animations. For email:
If they need to present it: Compress images within PowerPoint (File > Compress Pictures) before sending
If it contains animations: Export as a video using MP4 format with H.264
Side-by-side comparison of file sizes before and after conversion for email
Images: Choosing the Right Format and Size
Images are the second most common email attachment, and they are frequently too large. A single unedited photo from a modern smartphone is 5-15 MB. Four or five photos and you have exceeded most email limits.
Best Image Format for Email
Format
Best For
Email Compatibility
Typical Size (12 MP photo)
JPEG
Photos and complex images
Universal
1-3 MB (quality 80-85)
PNG
Screenshots, diagrams, logos
Universal
3-8 MB
WebP
Web use (not email)
Limited -- older clients can't display
0.5-2 MB
HEIC
iPhone photos (not email)
Poor -- Windows/Android can't open
1-2 MB
TIFF
Print, archival (not email)
Poor -- most clients can't preview
30-60 MB
BMP
Nothing modern (avoid)
Moderate
35+ MB
The rule is simple: Use JPEG for photos and PNG for screenshots and diagrams. Everything else should be converted first.
Converting iPhone Photos (HEIC to JPEG)
iPhones save photos in HEIC format by default. While HEIC offers excellent compression, many Windows users and older email clients cannot open these files. Convert HEIC to JPEG before emailing using the HEIC converter.
Compressing Images for Email
For photos, the image compressor reduces file size while maintaining visual quality. Target these sizes:
Viewing on screen: 200-500 KB per image (quality 80-85%)
Printing at home: 500 KB - 1.5 MB per image (quality 90%)
Professional printing: Do not compress -- use a cloud link instead
If you have many images, consider creating a ZIP archive instead of attaching each one individually. This also reduces the Base64 encoding overhead.
Pro Tip: When emailing photos to someone who just needs to see them (not print or edit them), resize to 1920x1080 and set JPEG quality to 80%. This creates files under 300 KB each, meaning you can easily send 30-40 photos in a single email.
Videos: The Biggest Email Challenge
Video files are almost always too large for email attachments. A single minute of 1080p video is typically 100-300 MB -- far beyond any email limit. However, very short clips (under 30 seconds) can work with aggressive compression.
Making Video Small Enough for Email
Target: Under 15 MB for universal email delivery.
Step 1: Choose the right format
MP4 with H.264 video and AAC audio. No exceptions. This format offers the best compression-to-compatibility ratio. For more detail on why, the best video format for email guide covers the reasoning.
Flowchart showing decision tree for choosing the right file format for email
Multiple Files: Archive and Compress
When you need to send several files, creating a ZIP archive offers multiple benefits:
Smaller total size -- ZIP compression reduces overhead
Single attachment -- Easier for the recipient to download and manage
Preserved folder structure -- You can organize files into folders
Reduced Base64 overhead -- One encoded attachment instead of many
Creating Efficient Archives
On macOS: Right-click the files > Compress
On Windows: Select files > Right-click > Send to > Compressed (zipped) folder
On Linux/Terminal:
zip -r files_for_email.zip folder_name/
For maximum compression:
zip -9 -r files_for_email.zip folder_name/
If the resulting ZIP is still too large, you need to compress individual files before archiving. Focus on the largest files -- images and documents typically offer the most compression gains.
Format Compatibility Quick Reference
Not every recipient can open every format. Before sending, consider what software the recipient has.
Email attachment success comes down to two things: keeping files under the size limit and using universally compatible formats. PDF for documents, JPEG for photos, PNG for screenshots, MP4 for short videos, and MP3 for audio. When in doubt, compress first and use a cloud link for anything that does not fit comfortably within a 15 MB budget. Taking two minutes to convert and compress before sending saves both you and your recipient time and frustration.