Compression ratio of Windows file compression

Just out of curiosity, what is the compression ratio for Windows file compression? I’m talking about when you right click a drive/folder/file, click properties, click advanced, and check the box that says “Compress contents to save disk space”.

I’ve tried Googling this, but my Google-fu is weak

It depends on what you’re compressing…

I’m talking typical ratios. For example zip files typically have 2:1 (but can go higher).

(I’m not an expert on this, but)
According to this page, NTFS compression uses a variant of the Lempel-Ziv algorithm, which forms a partial basis of many other compression schemes – zip files often use LZMA, a combination of that and something else) for example.

I’d expect roughly the same 2:1 ratios for plaintext and such, but I’m really just pulling that number out of my ass. I’d say compression ratios don’t matter much these days with disk space being so cheap and most media (pictures, movies, sound) being already ruthlessly compressed.

Using the “compact” command from a terminal window will show you the exact ratio of compressed files.

Thank you.

Edit: I didn’t even think to just Google NTFS compression ratio, but doing so gave me a link to this program which tells you the ratios of compressed files.