Compressing the C: drive is safe and fully reversible — Windows decompresses files on the fly as they're read. But plain NTFS compression saves little and can slow older CPUs; the right tool is CompactOS, which compresses only Windows system files and recovers 2–4 GB. If you've already ticked the compress box, nothing is broken — you can leave it or undo it in one command (covered below).
TL;DR
- NTFS folder compression (right-click › Properties › Advanced) is safe but inefficient and weak on already-compressed files.
- CompactOS (
compact.exe /CompactOS:always) is the right tool; it uses strong LZX compression on Windows system files only. - CompactOS typically frees 2–4 GB on Windows 11 with no boot-time cost on SSDs.
- Never compress video, image, archive, or live-database folders — no gain, real cost.
- Both methods are fully reversible.
What are the two compression methods on Windows?
Windows has two distinct compression systems that people often confuse. NTFS compression is the right-click checkbox that compresses files individually with a fast but weak algorithm; it is general-purpose and works on any folder. CompactOS is a command-line tool that compresses Windows system files with LZX, a much stronger algorithm built for low-storage devices. NTFS compression targets your data folders, while CompactOS targets the operating system itself. They serve different goals, and for the specific question "can I compress C: to save space," CompactOS is almost always the better answer.
| Feature | NTFS compression | CompactOS |
|---|---|---|
| Algorithm | Fast, weak (LZNT1) | Strong (LZX) |
| Targets | Any individual files/folders | Windows system binaries only |
| Typical savings on C: | Small, varies | 2–4 GB |
| CPU cost | Small on modern, noticeable on old | Negligible on SSDs |
| Enabled via | Properties › Advanced checkbox | compact.exe command |
| Reversible | Yes | Yes |
How do I use CompactOS safely?
CompactOS is the right answer for compressing C: because it shrinks the system binaries rather than your user data. Run these from an elevated prompt.
- Open Command Prompt as administrator.
- Check the current state:
compact.exe /CompactOS:query. - If it reports "not compact," enable it:
compact.exe /CompactOS:always. - Wait 10–20 minutes while it compresses every Windows system binary in place.
- Reboot.
Typical savings are 2–4 GB on Windows 11, with no noticeable boot-time cost on any SSD-equipped machine. CompactOS is officially supported on every Windows 10 and 11 install and was designed for 32 GB and 64 GB tablets.
When should I avoid NTFS compression?
Avoid NTFS compression on folders where it gives no benefit or creates a real cost. Do not compress:
- video, image, or archive folders — these are already compressed, so there is nothing to gain and a CPU cost on every read
- the Program Files folder on a mechanical hard drive — app startup slows noticeably
- any folder holding a live database, such as a game save file, an Outlook PST, or a SQLite database — this is a reliability risk
Do compress archived documents, source code, and log folders you rarely read, and use CompactOS for the Windows folder itself, which is safe and supported.
I already compressed my C: drive — did I break anything?
No. If you right-clicked the drive (or a folder) and ticked Compress contents to save disk space, Windows simply stores those files in a packed form and unpacks them automatically whenever something reads them. Your files are intact and apps work normally. Two things to know:
- It probably didn't save much. Compressing the whole C: drive with NTFS often reclaims only a small amount, because your biggest files (videos, photos, installers, games) are already compressed and can't shrink further.
- You may notice slowdowns only on an old mechanical drive or a weak CPU, because every read has to decompress. On a modern SSD the cost is negligible.
If you want to undo it: right-click the drive in This PC › Properties, untick Compress this drive to save disk space, and click OK (choose "apply to subfolders and files"). It can take a while as Windows decompresses everything, and it's completely safe.
Is C: drive compression reversible?
Yes, both methods are fully reversible and non-destructive to your files. To turn CompactOS off, run compact.exe /CompactOS:never from an administrator Command Prompt and reboot; Windows decompresses the binaries in place. To remove NTFS compression on a folder, uncheck Compress contents to save disk space under Properties › Advanced and apply. Compression never alters file contents — it only changes how they are stored on disk — so reversing it returns the drive to its original state without data loss. That makes it a low-risk thing to try and undo.
Related: what actually fills up phone storage in 2026
FAQ
Is it safe to compress the C: drive on Windows 11?
Yes, it is safe. Plain NTFS compression saves little, so the better choice is CompactOS, which compresses only Windows system files with strong LZX compression and typically frees 2–4 GB without slowing an SSD.
How much space does CompactOS save?
CompactOS usually recovers 2–4 GB on Windows 11 by compressing the system binaries. The exact amount depends on your build and installed updates, but it is the most reliable space win from compression on C:.
Does compressing the C: drive slow down the computer?
CompactOS has negligible cost on machines with an SSD. Plain NTFS compression can slow older CPUs and hurts performance on already-compressed files like video and archives, which is why it should be applied selectively.
How do I undo C: drive compression?
Run compact.exe /CompactOS:never as administrator and reboot to reverse CompactOS, or uncheck "Compress contents to save disk space" under a folder's Properties › Advanced for NTFS compression. Both are non-destructive.
For space recovery that does not involve compression at all, see deep cleaning Windows 11 and 10 without third-party utilities and how to disable hibernation to save gigabytes of space. To find and remove the heaviest culprits, read what TreeSize Free is and how to use it and how to uninstall heavy PC games properly. The clean up PC and phone storage hub pulls the whole routine together.