How To Reduce Hibernate File Size In Windows 7
Posted April 30, 2010 – 2:50 pm in: Windows 7 GuidesMost of Windows users use hibernation feature to quickly boot into Windows and resume their work. Though, by default, it’s not enabled in Windows 7, one can enable it by following our how to enable or disable hibernate feature in Windows 7 guide.
When you enable hibernate feature, Windows creates a new file named hiberfil.sys in the root of your system drive to save the system state.
Now, if you have a hiberfil.sys with a huge size, you might want to reduce its size to free-up some disk space. The default size of hiberfil.sys varies depending on the amount of RAM installed on your PC. For instance, it’s taking 2.97 GB of disk space on my PC with 4 GB of RAM.
One can reduce the hiberfil.sys file size by executing a simple command in the elevated Command Prompt. Here is how to do it:
1. Open elevated Command Prompt by typing CMD in Start menu search filed and then hitting enter. Alternatively, go to Start menu, All programs, Accessories, right-click on Command Prompt entry and then select Run as administrator option.
2. In the command prompt, type the following command and hit enter.
Powercfg –h –size percentsize
In the above command, replace percentsize with your value (for example, 60%), but it cannot be smaller than 50.
3. Exit the Command Prompt and you are done!
Tags: Windows 7- How to get Windows 8 Start screen with live tiles in Windows 7
- How to get Windows 8 betta fish boot screen in Windows 7
- How to get Windows 8 Taskbar user picture tile in Windows 7
- How to get Windows 8 lock screen and sidebar menu in Windows 7
- How to get Windows 8 Start screen like home page web browsers
- How to get Windows 8 logon screen date and time in Windows 7
- 14 Excellent Windows 7 themes
- How to make bootable USB
- 27 Beautiful Vista logon screens
- How to install Windows 7 from USB
- Remove Watermark from Windows 7 desktop



2 Comments
Cool thing but what about disadvantages? What happen if my memory usage is about 2GB but I limited the hiberfil.sys to 1GB?
Thanks for the command!!