Skip to content

Reduce File Size on Windows

Free space on Windows by compressing video, photos, PDF, GIF, and audio with Photos, Clipchamp, and GetCompress.

By Petr Samokhin

Storage warnings often point at Videos, Downloads, or project folders full of media. You can delete some of it, but much of what remains is work you still need: screen recordings, photo exports, slide PDF files, and audio notes. Shrinking those files frees space without losing the project. The goal is a smaller copy you can share while the master stays archived if you still need full quality later.

See what is using space

Start with facts before you delete blindly.

Settings → System → Storage shows which categories dominate. Open the heavy folders in File Explorer and sort by size. Common culprits:

FolderWhat piles up
DownloadsInstallers, zip exports, one-off PDF decks
VideosScreen recordings and camera imports
DesktopScreenshot PNG files and quick exports
Project drivesClient handoffs, bug videos, raw photo batches

Delete old installers you can re-download. Compress what you need to keep. Do not empty a folder until you confirm nothing references those files from an open project.

Sort by Size in File Explorer to surface a few giant files quickly. Often one screen recording or one slide PDF accounts for more space than hundreds of small screenshots combined.

Storage cleanup checklist

Use this pass when Storage settings show “Documents” or “Other” growing without a clear single file type.

StepActionSafe to skip when
1Empty Recycle Bin and app caches you recognizeYou use offline cache for travel
2Remove duplicate installers from DownloadsYou need offline installers for lab machines
3Archive finished projects to external storageProject is still active this week
4Compress screen recordings you still referenceYou need lossless masters for re-edit
5Shrink photo and PDF exports you keep locallyFiles are already under 1 MB each
6Convert huge GIF loops to short MP4 clipsPlatform requires GIF only
7Run one mixed-media batch in GetCompress on a heavy folderYou only have one file to fix

The checklist is ordered by risk. Steps at the top reclaim space with almost no quality tradeoff. Steps in the middle need a quick visual check. Step 7 is for folders that mix video, images, and PDF after steps 1 through 6 still leave you tight on disk.

Re-run Settings → System → Storage after a cleanup pass. You should see Documents or Other drop when large media copies replaced originals in place.

Make videos smaller

Screen recordings and camera clips are often the largest single files on a PC.

Clipchamp handles trim and export on Windows 11:

  1. Open the clip in Clipchamp.
  2. Trim the timeline to the part you need.
  3. Export at 720p or 1080p.

Open Command Prompt or PowerShell. Install FFmpeg with winget when you need finer control:

winget install --id Gyan.FFmpeg -e
ffmpeg -i clip.mov -c:v libx264 -crf 23 -c:a aac -b:a 128k clip-small.mp4

See the video compression guide for codec choices and upload limits.

Shrink photos

Photos: … → Resize image, save a copy as JPEG.

Paint: Resize, then Save as with a lower quality JPEG.

Apply the display-size rule: export near the width the image will appear, not at full camera resolution. See how to compress images on Windows for format picks and FFmpeg batch commands.

Move compressed copies into a _compressed subfolder so originals stay available for re-edit until you confirm quality.

Reduce PDF size

Re-export slides from PowerPoint at Minimum size (publishing online) if you still have the source file.

For scan-heavy PDF files, re-scan at lower DPI when possible before you run a destructive filter pass.

See how to compress PDF on Windows for portal limits and batch workflows.

GIFs and audio

Prefer a short MP4 over a huge GIF when the app allows video. GIF is enormous for smooth motion; MP4 carries the same loop at a fraction of the size.

FFmpeg extracts audio from video:

ffmpeg -i talk.mp4 -vn -c:a aac -b:a 128k talk.m4a

Keep the lossless original only when you plan to edit audio again.

Voice memos and meeting recordings compress well because speech tolerates lower bitrates than music.

Using GetCompress

GetCompress covers multiple media types in one window when you reduce file size on Windows across a messy folder.

  • Drop a heavy Downloads or project folder and let GetCompress detect video, images, PDF, GIF, and audio in one queue.
  • Apply saved presets per media type instead of opening Clipchamp, Photos, and PowerShell separately.
  • Preview video trims and image quality before export when the file still matters for client review.
  • Batch PDF compression with presets when quarterly reports share the same optimization level.
  • Export smaller copies alongside originals so you can archive masters and share lightweight versions.

GetCompress is optional when you only need one file in Photos or Clipchamp. It saves the most time when Storage settings point at a mixed folder and you want one local pass without uploading anything to the web.

Clipboard compression in GetCompress helps when you copy a screenshot or exported image and need a smaller paste-ready version for Teams or email without saving intermediate files.

External drives benefit from the same checklist: compress video and PDF archives before you copy them off the internal SSD to speed up the transfer.

Buy GetCompress now for local media compression with reusable presets and no media upload.