Most Windows Users Reach for WinRAR — Windows 11 Already Compresses Folders Silently

Windows 11 can shrink entire folders to save gigabytes while keeping every file instantly usable — no unzipping, no third-party tools. Most people never find it.

August 16, 20266 min read Verified by AI · 12 sources checked
Works with:Windows 11

01. What It Is

Windows 11 has two built-in compression paths and almost everyone only knows one of them. The famous one is ZIP archiving: right-click a folder, choose 'Compressed (zipped) folder,' and you get a separate .zip file you have to extract later. The hidden one is NTFS compression — a transparent, in-place feature that squeezes the actual folder on disk while leaving every file exactly where it was.

NTFS compression uses the LZNT1 (Lempel-Ziv) algorithm to shrink data at the filesystem level. The key difference is that it's completely transparent: your apps open, edit, and save the files normally, with no extraction step. Windows decompresses on the fly as programs read the data. Compressed items simply get a small blue double-arrow overlay on their icon in File Explorer.

Both methods are lossless — you never lose a single byte compressing or decompressing. The trade-off is where each shines: ZIP is great for packaging files to email or move to another drive, while NTFS compression is ideal for reclaiming space on folders you keep long-term but rarely need to touch, like archived projects, logs, and document libraries.

Why It Matters

Text-heavy folders — documents, code, logs, spreadsheets — can shrink dramatically, often reclaiming multiple gigabytes across a project archive without you ever changing how you open files. There's no separate archive to manage, no password, no 'extract here' ritual. For anyone running low on SSD space, it's free storage you already paid for, built into Windows, no download required.

Who Can Benefit

  • People running low on SSD or laptop storage
  • Developers and writers with large text-based project folders
  • Anyone archiving old projects they want to keep accessible
  • Users who dislike managing separate ZIP files
  • IT admins consolidating rarely-touched document libraries

02. Step-by-Step Guide

  1. 1

    Decide which method fits

    Use NTFS compression for folders you keep and access occasionally but want to shrink in place. Use ZIP when you need a single portable file to send or move to another drive.

  2. 2

    Open the folder's Advanced properties (NTFS method)

    Right-click the folder or drive, choose Properties, stay on the General tab, and click the Advanced button.

  3. 3

    Enable compression

    Check 'Compress contents to save disk space,' then click OK.

  4. 4

    Apply to everything inside

    When prompted, select 'Apply changes to this folder, subfolders, and files' and confirm. Windows processes the folder and marks compressed items with a blue double-arrow overlay icon.

  5. 5

    Use the files normally

    Open, edit, and save as usual — no extraction needed. Windows handles compression and decompression invisibly in the background.

  6. 6

    Or make a portable ZIP instead

    For the archive approach, right-click the folder, choose Send to, then 'Compressed (zipped) folder.' Windows creates a .zip file you can move or email.

Pro Tips

  • NTFS compression works best on text, documents, code, and logs — expect little to no gain on already-compressed media like MP4 videos and JPEG photos.
  • You can apply NTFS compression to an entire drive from its Properties window, not just single folders.
  • Skip NTFS compression on folders you read or write constantly (like active game or database directories) — the CPU overhead can slow access.
  • Windows 11 can also open 7z, TAR, and (in the latest builds) formats like cpio and xar natively, so you often don't need extra archive tools at all.

Warnings & Limitations

  • NTFS compression only works on NTFS-formatted drives — it's unavailable on FAT32 and exFAT drives such as many USB sticks.
  • A file can be NTFS-compressed or encrypted, but not both at the same time.
  • Copying or moving an NTFS-compressed file to a non-NTFS drive automatically decompresses it, so it will take full size at the destination.
  • Because Windows decompresses on every access, frequently-used files gain a small CPU cost — reserve this for archival or rarely-touched folders.
#windows-11#ntfs#file-compression#storage#file-explorer
Share this trick:

Related Tricks