Skip to content
Guide

How to Choose a File Size Target

Choose a realistic compression target for upload portals, email, forms, and storage without sacrificing more quality than necessary.

7 min read

A target size is a byte budget. The smaller the budget relative to the original file, the more information the compressor must discard or represent differently. A good target satisfies the receiving system while leaving enough room for quality and differences in how systems define megabytes.

Use the stated limit as a ceiling

Do not target the exact displayed limit when rejection would be costly. Some systems use decimal megabytes, while others use binary mebibytes but label them MB. Metadata added during later processing can also move a file slightly above a strict threshold.

A safety margin of roughly five to ten percent is usually reasonable. For a 5 MB portal, a target around 4.7 MB is safer than a file that sits exactly on the boundary.

Measure how aggressive the target is

Compare the target with the original. Reducing a 6 MB image to 5 MB is a mild request. Reducing a 40 MB scan to 500 KB is an extreme request and may require lower resolution, visible artifacts, or page rasterization.

Start with a moderate percentage of the original when no external limit exists. Review the result, then reduce further only when the smaller size provides a real benefit.

Match the target to the content

  • Text documents: Often remain readable at smaller sizes, but scanned text needs enough pixels for letters to stay distinct.
  • Photographs: Can tolerate moderate lossy compression, while fine texture and later cropping require more data.
  • Diagrams and screenshots: Need sharp edges and may require a larger target than a similarly sized photograph.
  • Mixed PDFs: Should be checked page by page because a single detailed scan may determine the practical minimum.

Use staged compression for hard limits

Try Balanced mode first. If the result misses the target, inspect it before moving to Strong. This creates a quality reference and prevents an unnecessarily destructive first attempt.

When Maximum mode is necessary, verify document semantics as well as appearance. Search, selectable text, links, form fields, and accessibility structure can be affected when pages are converted into images.

Record the accepted result

After a successful upload, retain both the original and the exact submitted copy when the document matters. The original is the archival source. The compressed copy records what the receiving system actually accepted.