How to Make a File Smaller: Compression, Conversion, and What Actually Works

Whether you're trying to email a document, free up storage space, or speed up an upload, reducing file size is one of those tasks that sounds simple — until you realize there's no single answer that works for every situation. The right approach depends on what kind of file you're dealing with, how much quality loss (if any) is acceptable, and what tools you have available.

Why File Size Matters in the First Place

Files take up space on your device, consume bandwidth when transferred, and hit limits on platforms like email (typically capped around 25 MB) or cloud services. Large files also slow down workflows — long upload times, laggy previews, and frustrated collaborators.

The good news: most files can be made significantly smaller. The bad news: "significantly" means very different things depending on the file type.

Understanding Lossy vs. Lossless Compression 🗜️

This distinction is the foundation of everything else.

Lossless compression reduces file size without discarding any data. When you decompress the file, it's identical to the original. ZIP archives, PNG images, and FLAC audio use lossless methods. The trade-off is that size reduction is limited — often 10–40% for files that aren't highly compressible.

Lossy compression achieves much greater size reductions by permanently removing data the algorithm deems less important. JPEG images, MP3 audio, and MP4 video all use lossy compression. A JPEG at "medium" quality might be 70–80% smaller than its raw original, but zooming in closely may reveal artifacts.

Choosing between them comes down to your use case. Archiving legal documents? Lossless is non-negotiable. Sharing a photo on social media? Lossy at moderate quality is usually fine.

How to Make Different File Types Smaller

Images

Images are often the easiest to compress meaningfully.

  • Convert the format. A TIFF or BMP can be converted to JPEG or WebP with dramatic size reductions. WebP generally produces smaller files than JPEG at equivalent quality.
  • Reduce dimensions. A 4000×3000 pixel photo displayed at 800×600 pixels is carrying unnecessary data. Resizing to the actual display size alone can shrink the file by 70–80%.
  • Adjust quality settings. Most image editors and export tools let you set a quality level (often 0–100). Dropping from 100 to 75–80 is usually imperceptible to the human eye but cuts size considerably.

Tools like Photoshop, GIMP, Squoosh (browser-based), and built-in OS tools all offer these options.

PDFs

PDFs can balloon in size due to embedded high-resolution images, fonts, and metadata.

  • Re-export with compression settings. Many PDF editors (Adobe Acrobat, Preview on macOS, LibreOffice) let you re-save with reduced image resolution — typically downsampling images embedded in the PDF to 96–150 DPI for screen use vs. 300 DPI for print.
  • Remove unnecessary elements. Hidden layers, comments, form data, and embedded thumbnails can add surprising bulk.
  • Use an online compressor. Tools like Smallpdf or ILovePDF process PDFs in the cloud and can reduce size without requiring software installation.

Videos

Video files are among the largest, and compression here involves real trade-offs.

  • Re-encode with a more efficient codec. H.265 (HEVC) produces files roughly half the size of H.264 at equivalent quality. AV1 can go further but requires more processing power to encode.
  • Lower the bitrate. Bitrate directly controls how much data is used per second of video. Cutting bitrate reduces size but can introduce visual noise, especially in fast-moving scenes.
  • Reduce resolution or frame rate. Dropping from 4K to 1080p, or from 60fps to 30fps, significantly reduces file size for use cases where the highest quality isn't necessary.

HandBrake is a widely used free tool for video compression with granular settings.

Documents and Text Files

Plain text compresses extremely well — sometimes 60–90% — because text contains a lot of repetition.

  • ZIP or archive the file. Right-clicking any document and adding it to a ZIP archive applies lossless compression automatically on most operating systems.
  • Remove embedded media. A Word document with embedded high-res images can be shrunk by resizing or compressing those images within the document before saving.
  • Save in a leaner format. DOCX is already compressed internally. If a file was saved as DOC (older format), converting to DOCX often reduces size.

Audio

  • Convert to a more efficient format. WAV and AIFF are uncompressed. Converting to MP3, AAC, or Opus applies lossy compression with significant size reductions.
  • Reduce bitrate. 128 kbps is often sufficient for spoken word content; 192–256 kbps is more appropriate for music where audio fidelity matters.

The Variables That Determine How Much You Can Actually Save 📉

Compression results aren't uniform. Several factors shape how much size reduction is realistic:

VariableHow It Affects Results
File typeAlready-compressed files (JPEG, MP4) compress very little further
Content complexitySimple, uniform images compress better than photographic detail
Acceptable quality lossLossy methods achieve far greater reductions
Target use caseScreen viewing vs. print vs. archiving changes the right settings
Available toolsFree tools vs. professional software offer different levels of control

One important reality: if a file is already compressed (for example, a JPEG or an MP4), running it through a general-purpose ZIP tool will produce almost no size reduction. The file is already encoded efficiently for its format. Further reduction requires working within the format itself — adjusting quality settings, re-encoding, or converting to a more efficient format.

What "Smaller" Means Across Different Setups

A graphic designer archiving layered PSD files has completely different needs than someone trying to email a signed contract or upload a product video to a website. The right balance of size reduction, quality, and format depends on:

  • Where the file is going — email, social media, cloud storage, or long-term archive
  • Who needs to open it — and whether they have compatible software for newer formats
  • Whether quality can be compromised — and by how much
  • How much time and technical complexity is acceptable — quick browser-based tools vs. dedicated software with fine-grained controls

A video creator re-encoding footage for YouTube delivery has more tolerance for compression artifacts than a photographer preparing images for a client print order. Someone compressing files to fit under an email attachment limit is solving a different problem than someone trying to reduce a server's storage footprint at scale.

The mechanics of compression are well understood — but how far to compress, which method to use, and what trade-offs are acceptable are questions only your specific situation can answer.