Windows offers two compression methods. NTFS folder compression (right-click > Properties > Advanced > Compress) is safe but inefficient. CompactOS (compact.exe /CompactOS) is designed specifically for small SSDs and is the right tool for actually compressing Windows itself.
Short answer: compressing C:\ wholesale via NTFS compression is safe but will not save much space and will slow older CPUs. Use CompactOS instead — it compresses Windows binaries only, saves 2–4 GB, and is officially supported on low-storage devices.
Two different compression systems
NTFS compression (the right-click option):
- compresses files individually using a fast but weak algorithm
- CPU cost is small on modern hardware, noticeable on older hardware
- compression ratio is poor on already-compressed data (JPEG, MP4, ZIP, installed games)
- enabled checkbox: Properties > Advanced > Compress contents to save disk space
CompactOS (the command-line tool):
- compresses Windows system files using LZX — a much stronger algorithm
- designed specifically for 32 GB and 64 GB Windows tablets
- safe and supported on every Windows 10/11 install
- no noticeable boot-time cost on any machine with an SSD
Using CompactOS safely
CompactOS is the right answer for "can I compress C: to save space on Windows?" because it targets the system binaries rather than your user data.
- open Command Prompt as administrator
- check current state:
compact.exe /CompactOS:query - if the state says "not compact," enable it:
compact.exe /CompactOS:always - wait 10–20 minutes — it compresses every Windows system binary in place
- reboot
Typical savings: 2–4 GB on Windows 11. To reverse: compact.exe /CompactOS:never.
When to avoid NTFS compression
Do not compress:
- video, image, or archive folders — nothing to gain, CPU cost for every read
- the Program Files folder on a mechanical hard drive — app startup slows noticeably
- any folder that holds a live database (game save file, Outlook PST, SQLite database) — reliability risk
Do compress:
- archived documents, source code, log folders you rarely read
- the Windows folder via CompactOS (safe, supported)
Better next routes
For space recovery that does not involve compression, continue with How to Free Up Space on C Drive Windows 11 Natively.
For removing the heaviest non-system culprits, read How to Find the Largest Files on Windows 11 Without Third-Party Apps.
