How to Compress a Drive to Save Disk Space in Windows
NTFS compression is a free, built-in Windows feature that compresses files on disk and decompresses them automatically whenever they are used - no zip utilities, no manual steps. Applied to the right files, it can recover 30–60% of the space those files occupy. This guide explains when NTFS compression makes sense, how to apply it to a drive, folder, or individual file, and how to measure the results.
Why NTFS Compression?
Unlike archiving files with a compression utility, NTFS compression is completely transparent: compressed files open, edit, and save exactly like normal files, with Windows handling the compression behind the scenes. You can apply it at any level - a single large file, a folder (including everything inside it), or an entire drive.
The only hard requirement is that the volume must be formatted with NTFS; FAT32 and exFAT drives do not support it. To check, right-click the drive in File Explorer, choose Properties, and look at the File system field on the General tab.
Which Files Compress Well (and Which Don't)
Compression savings vary enormously by file type. Good candidates (often 30–60% smaller):
- Office documents - older .doc/.xls formats, plus databases (.mdb, .accdb)
- Text-based files - logs, .txt, .xml, .json, .csv
- Uncompressed images - .bmp, .tiff
- Email archives - .pst, .ost
Poor candidates (usually under 5% savings, but still costing CPU on every access):
- Compressed media - .jpg, .png, .gif images; .mp4, .mov, .avi video; .mp3, .aac audio
- Archives and installers - .zip, .rar, .7z, .exe, .msi
Not sure what a drive contains? The FolderSizes File Types report breaks down storage by extension, showing exactly how much space each file type consumes - a fast way to judge whether a volume is a good compression candidate before you commit.
Performance Considerations
Windows decompresses a file every time it is read and recompresses it when written, which costs CPU time. For rarely accessed data the overhead is irrelevant; for hot files it can noticeably degrade performance. NTFS compression works best on infrequently accessed document folders, reference archives, and old project data you must retain but seldom open. Avoid compressing system files, program folders, and anything you use many times a day.
Compressing an Entire Drive
Administrator rights are required to compress a whole drive:
- Open File Explorer and locate the drive you want to compress.
- Right-click the drive and select Properties.
- On the General tab, check "Compress this drive to save disk space."
- Click Apply, then OK.
- In the Confirm Attribute Changes dialog, choose whether to apply compression to subfolders and files, then confirm.
The larger and fuller the drive, the longer compression takes - anywhere from minutes to several hours. You can keep using the computer while it runs.
Compressing Individual Files or Folders
- In File Explorer, navigate to the file or folder.
- Right-click it and select Properties.
- On the General tab, click Advanced.
- Check "Compress contents to save disk space" and click OK twice.
- For folders, choose whether the change applies to subfolders and files when prompted.
Measuring the Savings with FolderSizes
File Explorer can only show compression results one item at a time. FolderSizes reports both size (logical bytes) and size on disk (allocated bytes) for every file and folder it scans, so a single pass shows exactly how much space NTFS compression is saving across an entire drive or folder tree. The File Attributes report also lists every compressed file on a volume, making it easy to audit what is - and isn't - compressed.
Compression is just one tool in the disk-cleanup toolbox. Before compressing, it is usually worth finding content you can remove outright: use the Largest Files and Duplicate Files reports to spot deletion candidates, and see our 13 ways to recover disk space for a complete cleanup strategy. The Trend Analyzer can then track disk usage over time so space problems don't sneak back.