In this post I’ll look at how to delete the Hiberfil.sys file from your computer.
If you are reading this then you are probably trying to free up some diskspace on C:\ and have noticed you have a large file called Hiberfil.sys.
The Hiberfil.sys file is a file that Windows uses to write the contents of memory to when you ask your computer to Hibernate. The more memory you have in your computer the larger the Hiberfil.sys file is likely to be.
If you’ve tried to delete it already you’ll have seen the following error message:
So before we can delete the file we need to disable Hibernate.
Click Start, and then type cmd.
Right click the Command Prompt and select Run as administrator.
If you have User Access Control enabled click yes to continue to open the Command Prompt window.
Type powercfg -h off and hit return.
Once complete, go and check the C:\ to see that the hiberfil.sys file has now been removed.
Related Posts:
1. Windows 10: How to stop drivers installing from Windows Update
2. How to Open Internet Explorer in Windows 10
3. How to connect to and manage Office365 using PowerShell
4. Exchange 2013 Initial Configuration Settings
Hi, Thanks for this. I had read other ways of doing it and they failed even though Hibernate was disabled in Power Settings, the file was still locked. Important point you could add for the reason to do it this way.