Article
Sending a file that is too big
You try to attach a file to an email, drop it into a chat, or share it on a messaging app. A red error message tells you the file is too large. Here is what that limit actually means, where it comes from, and how to get under it without sending your file to a third-party server.
Where size limits come from
Every channel that carries files enforces a ceiling on attachment size. For email, the most widely cited figure is Gmail's 25 MB limit on messages you send (not the 15 GB storage quota, which is a different thing). Outlook.com and Apple Mail have comparable limits in the same range. These caps exist because email was not designed as a file transfer protocol: each message passes through multiple servers, and a very large attachment strains queues and storage at every hop. Chat platforms set their own rules. Discord allows files up to 25 MB on a standard account and higher on paid tiers; WhatsApp caps video at around 16 MB and most other files at a similar level, though the exact figure can vary by platform version. Whatever the channel, the pattern is the same: the limit is a hard technical boundary, not a preference.
What re-encoding actually does
Reducing a file's size is not the same as deleting content. A compressor works by finding a more efficient way to store the same information. For a PDF, this usually means re-compressing embedded images, removing unused fonts and metadata, and flattening objects that were stored in an inflated form. For a video, it means re-encoding the frames at a lower bitrate or a more efficient codec so each second of footage takes fewer bytes. The visible output looks nearly identical to the original up to a point. Push the compression too far and the result becomes noticeably degraded, which is why a compressor that lets you choose a target file size is more useful than one that just applies a fixed algorithm.
Compressing without uploading
The standard advice online is to use a conversion website. You upload the file, the server compresses it, you download the result. That works, but it means your contract, your photo, or your video travels to a server you do not control, sits there long enough to be processed, and may or may not be deleted after. Local processing is an alternative: the compression runs entirely in your browser, and the file never leaves your device at any point. The PDF compressor, the image compressor and the video compressor on this site all follow that model. The first time you open one, your browser downloads the compression engine, which takes a few seconds. After that, the tool works without any network activity, and you can verify it by watching the Network tab in your browser's developer tools while a job runs.
Choosing a strategy per format
A PDF is usually best compressed by targeting a specific size rather than a quality level, because the relationship between visual quality and file size is harder to predict for documents than for photos. Use the compress PDF to 2 MB guide if you know the exact ceiling the receiving system imposes. For a photo or image, JPEG quality reduction is effective but lossy; reducing the image dimensions first often gives better results than quality alone. For a video, the most decisive variable is bitrate. Halving the bitrate roughly halves the file size, at the cost of some visual quality in fast-motion scenes. The compress video for Discord guide and the compress video for WhatsApp guide walk through the numbers for those specific platforms. If you are sharing over email, compress PDF for email covers the email case end to end.
Tools in this article
- Compress PDF Reduce PDF file size by losslessly optimizing its internal structure, without uploading.
- Compress images Reduce image file size without uploading. Quality slider or target file size in KB. Batch supported.
- Compress video Reduce video file size via in-browser H.264 re-encode. No upload, no server.
Frequently asked questions
What is the safest size to target for an email attachment?
Staying under 10 MB gives the most reliable delivery across all major email providers. Gmail accepts up to 25 MB, but the receiving server also imposes its own limit, and you rarely know what that is. A 10 MB target leaves margin for headers and encoding overhead and works even for conservative corporate mail servers.
Does compressing a PDF change its content or make it unprintable?
No, not at reasonable compression levels. The text stays selectable, the images remain legible, and the layout is unchanged. At very aggressive settings an image embedded in the PDF may become noticeably blurry, but the structure of the document is unaffected. If you need the document to print at high resolution, test the compressed version before sending.
Can I compress a video without losing quality entirely?
All lossy video compression involves some quality reduction, but for typical screen recordings or casual footage, a 40 to 60 percent size reduction is usually imperceptible on a normal screen. The key is to keep the resolution the same and reduce the bitrate, rather than shrinking the video dimensions, which changes how it looks on any screen. The guides for Discord and WhatsApp include settings that give acceptable quality for those platforms specifically.