Ever had your Exchange Server's drive (say, a 2TB one) look almost complete, but you can only find around 800GB of actual data? You aren't alone.

I ran into this issue recently.

The disk showed it was basically full.

However, when I checked the folders, they only added up to about 800 GB.

Turns out, a hidden folder called System Volume Information was hogging a ton of space, according to TreeSize.

System Volume

Why is System Volume Information so big?

That folder is where Volume Shadow Copy (VSS) snapshots live, along with other system stuff. These snapshots are made when you do backups or create restore points.

The issue is that these snapshots sometimes don't get deleted automatically, especially if.

To check, open Command Prompt as an admin and type.

vssadmin list shadowstorage

Shadowstorage

You'll probably see that the Maximum Shadow Copy Storage space is set to unbounded, which means it can just keep growing.

Here’s How to Clear Those Snapshots and Get Your Space Back.

Step 1. Open Shadow Copy Settings.

Step 2. Adjust Settings.

Step 3. Set a Limit for Shadow Storage.

Heads up: The minimum is 300MB.

Why Should the Volume and Storage Area Be on the Same Drive?

When you modify Volume Shadow Copy settings, you'll notice two important things.

It's super important to keep these on the same drive (like Volume: E:\ and Storage Area: E:\). Here's why.

When They're the Same?

If They’re Different?

Best Move

Always double-check that.

Step 4. Confirm and Apply.

Bonus: How to See the “System Volume Information” Folder

This folder is hidden by default. To see it.

Heads up: Even if you make it visible, you may still be unable to open it due to NTFS permissions.

In short

The System Volume Information folder can secretly consume a significant amount of space, making you think your Exchange server is fuller than it actually is. By setting limits on VSS storage, you can prevent this and reclaim your space.