1

I have two different reports on the size of C: on Windows Server 2008 R2, by clicking the properties of C:, it shows 86.0 GB for "used space"; by selecting all contents (I have setup to view all hidden files and directories) under C:\ and viewing their properties, it shows 42.0 GB for "size".

Here we see the difference almost 44 GB while total storage is 100 GB, and we need more free space. My question is this: Where does the difference come from? and what is the solution?

Screenshot
(Click image to enlarge)

karel
  • 13,706

1 Answers1

1

A percentage of your disk space is reserved for System Protection (System Restore Point) aka Volume Shadow Copy which can be account for the difference you are observing.

To find out space used and allocated for that you can run the following command

  1. Open Command Prompt as an Administrator
  2. Run vssadmin list shadowstorage

Also, File Allocation Table(FAT) or Master File Table(MFT) and Directories also take space in the computer.

clhy
  • 6,514