After installing Windows 8.1 and doing all the updates. I was getting ready to create an image (in case anything happens) so I did the usual steps of cleaning and optimizing. Shortly after creating the image I noticed 12 GB of free space occupied!
Where did my free space go?

I had just finished cleaning it! Didn’t install a thing! Where did the space go?


I decided to use a handy tool called foldersize to determine where the largest folders were, and I wasn’t surprised when Windows was the biggest.
I went in and there was a folder called WinSxS which had 16 GB of size! That’s your culprit right there!

So what is WinSxS? And how does it work?

As it turns out Windows uses this folder to save backups and images alongside backup files (citation needed). There was no need to worry, as there is a monthly cleaning task scheduled that should take care of it.

But what if I want to clean it now?

Doing a disk clean (even enabling system files won’t get you those extra files you are looking for) you need to use the command line.

Run cmd as an administrator and type in:

Dism.exe /online /Cleanup-Image /AnalyzeComponentStore
To see how much space you have, only then you can get to clean by typing:

Dism.exe /online /cleanup-image /StartComponentCleanup 

Finally type in: 

Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase
Important notes:

  • These commands will take some time working, up to an hour, so take your time with the cleanup!
  • This might not work right away. I had to do it a couple of times with a restart. Then it cleaned it.

 

Warning: NEVER EVER TRY TO DELETE FILES MANUALLY. IT COULD RUIN YOUR COMPUTER AND MAKE IT UNUSABLE..

Any other space hogs?

Another place to look is the page file, if you want to set the size manually (or disable it all together) then that’s a good start!
Last thing to check is the hibernate file (which can go anywhere from 4-7 GB) and is completely useless if you don’t use the hibernation option. Check this tutorial to disable it.
We looked at three ways to taking back space that Windows occupied. I hope you find it useful!

Finally

How much did Windows take, was it more than 12 GB, share the space and let see who has the most loss!
If you liked this post share it with your friends, sharing is caring 🙂