106

I am running out of space on my %SYSTEMDRIVE% on Windows. There is hiberfil.sys file that size of it is almost 3GB.

I understand that hiberfil.sys is used for the windows hibernation feature. https://support.microsoft.com/en-us/help/13770/windows-shut-down-sleep-hibernate-your-pc

The Hiberfil.sys hidden system file is located in the root folder of the drive where the operating system is installed. The Windows Kernel Power Manager reserves this file when you install Windows. The size of this file is approximately equal to how much random access memory (RAM) is installed on the computer.

The computer uses the Hiberfil.sys file to store a copy of the system memory on the hard disk when the hybrid sleep setting is turned on. If this file is not present, the computer cannot hibernate.

I don't want to disable the hibernatation feature.

Is there any way to move hiberfil.sys to another drive other than %SYSTEMDRIVE%?

11

6 Answers 6

35

I don't think it is possible to "redirect" the path of your hiberfil.sys from "C:\hiberfil.sys" to "D:\hiberfil.sys" for example.

I did some research on Google and in the Windows registry, and found nothing but the option to disable it (and consequently delete hiberfil.sys file):

  1. Click Start, and then type cmd in the Start Search box.
  2. In the search results list, right-click Command Prompt, and then click Run as Administrator.
  3. When you are prompted by User Account Control, click Continue.
  4. At the command prompt, type powercfg.exe /hibernate off, and then press ENTER.
  5. Type exit and then press ENTER to close the Command Prompt window.
5
  • 18
    This is not the answer, the OP doesn't want to disable hibernation.
    – cjb110
    Commented Feb 8, 2013 at 10:44
  • 2
    Thanks, once I ran the comment, the hiberfil.sys automatically remove. Thanks, I now have additional 32Gb on my SSD
    – Valamas
    Commented Nov 13, 2013 at 10:31
  • 4
    @cjb110 Yes. But any way it useful Commented Mar 14, 2018 at 13:14
  • it's not possible to move the file but it's possible to resize the file
    – phuclv
    Commented Jun 30, 2018 at 2:18
  • superuser.com/a/1082931/31491
    – Mark C
    Commented Dec 27, 2021 at 9:07
32

Instead of disabling hibernation, you can reduce the size of the hibernation file to a maximum of 50% of the total physical memory:

  1. Click Start, and then type cmd in the Start Search box.
  2. In the search results list, right-click Command Prompt, and then click Run as Administrator.
  3. When you are prompted by User Account Control, click Continue.
  4. At the command prompt, type powercfg.exe /hibernate /size 50, and then press ENTER.
  5. Type exit and then press ENTER to close the Command Prompt window.

The size of hiberfil.sys will be reduced immediately.

Update: Be aware that if your system RAM cannot be compressed to 50% of its size when you hibernate, you may get a blue screen with INTERNAL_POWER_ERROR similar to this one, which might be difficult to diagnose:

BSOD "INTERNAL_POWER_ERROR" in Windows 7 on hibernation

4
  • Diogo posted exactly the same solution before, and with attribution. -1 Commented Nov 3, 2015 at 14:55
  • 11
    @JorisGroosman This not the same solution. Please note the difference in step 4. The OP didn't want to disable hibernation as Diogo's solution does. The solution above cuts the size used by the hibernation in half.
    – mhu
    Commented Nov 5, 2015 at 19:52
  • Yes just to confirm, I'm someone who came to this post with a similar question - it worked here. It reduced the size of my hibernation file from over 6 to just over 4 gigabytes. It wouldn't let me reduce to less than 50% of RAM so that may be as low as it gets - I tried 25% but the file stayed the same size as for 50%. I have 8 gigs of installed RAM Commented Jul 17, 2017 at 1:16
  • Without the ability to physically move it, this actually is the best solution to the problem, without disabling it. This solution would be great for a system with lots of ram, but small amounts of storage. (Which in my current case, is exactly how my windows installation is. Commented Jun 26, 2021 at 7:16
22

Unlike SLEEP mode, where everything that is running on your system is stored in your RAM, (which is kept powered), HIBERNATION copies the entire state of your RAM to a file called HIBERFIL.sys. That is why that file has to be at least as big as the size of your RAM. Your computer turns off altogether, as it doesn't have to have any of your components under constant power.

BUT, next time you want to get your machine woken up from Hibernation state, to find it at the same point where you left it, it needs that boot-up sector of your System disk...

Unfortunately there's no way to move that HIBERFIL.sys around to your other HDDs or partitions.

This is unlike PAGEFILE.sys, which you CAN relocate to some other physical disk or partition, so your system disk doesn't have to handle the Pagefile.

4
  • 3
    This article helped me decide I don't want hibernation and to save the to be able to remove the 32Gb file from my SSD. verdiem.com/blog/2011-11-15/put-them-sleep-dont-hibernate
    – Valamas
    Commented Nov 13, 2013 at 10:29
  • 1
    @Valamas Verdiem has been since bought by another company and the site has been disabled. Here's an archived version of that link: web.archive.org/web/20150317121812/http://verdiem.com/blog/… The information listed there is basically that Sleep doesn't use much more energy than Hibernatio, but boots up faster.
    – sp00n
    Commented Jul 7, 2016 at 17:35
  • But on my PC, my USB ports don't wake up properly from sleep, but they do wake up properly from hibernate, so even on a desktop it may be a good thing to turn on for some people. Wish it didn't take almost 6GB of space though.
    – PRMan
    Commented Jan 15, 2022 at 20:32
  • @PRMan See here for space saving (use any %) superuser.com/a/851818/31491
    – Mark C
    Commented Mar 25, 2023 at 0:34
10

You can only disable it, not move it because, when present, hiberfil.sys is needed much earlier in the OS boot sequence.

At that point in the boot sequence, the OS is not able to understand symbolic links,

So the only place it will look for hiberfil.sys is on the OS root drive. More on Relocate hiberfil.sys

2
  • 1
    Thank you for the sensible explanation about why this can't be moved! Commented Oct 8, 2019 at 13:39
  • 1
    But it MIGHT be possible with some kind of boot-loader/MBR hack
    – Mark C
    Commented Dec 27, 2021 at 0:05
0

It should be on the same disk as booloader (NTLDR/BOOTMGR) so bootloader can pick it up early and copy to RAM.

Try moving the bootloader.

7
  • After moving bootloader, How could I redirect the path of hiberfil.sys ?
    – Hamed
    Commented Mar 20, 2012 at 19:32
  • It will be on the same partition as bootloader, in the root folder. Commented Mar 29, 2012 at 11:47
  • 5
    My bootloader is in other drive, I was suspected. I think it don't related to bootloader. It related the Windows partition.
    – Hamed
    Commented Mar 30, 2012 at 14:49
  • 1
    This is actually the closest to an answer I think, you can't tell windows to look some where else. But it depends does windows look at the root of where it's installed, or the root of the boot drive?? (these by default are the same, but by no means have to be). If its the latter then this answer will work (if fiddly to achieve).
    – cjb110
    Commented Feb 8, 2013 at 10:43
  • 10
    False answer. In Windows Vista and later, the bootloader is located on a hidden partition while hiberfil.sys is located in C:
    – user477799
    Commented Jan 16, 2017 at 11:48
-3

Despite being late to the party, I am researching the same topic.

According to isunshare website you are supposed to:

  1. temporarily disable hibernation (powercfg -h off),
  2. move the hibernation file to the appropriate path,
  3. then navigate the registry editor to open HKEY_LOCAL_MACHINE > SYSTEM > ControlSet001 > Control > BackupRestore > FilesNotToBackup > PowerManagement and change the value from \hiberfil.sys to its new path, e.g. d:\hiberfil.sys.
  4. Re-enable hibernation with powercfg /hibernate on (and maybe powercfg /h /size 100, to avoid unexpected INTERNAL_POWER_ERROR bsod).

I have yet to test this and will update the answer once I am done with it.

2
  • 1
    This really does not work in up-to-date Win10 Pro instances, because drive mounting occurs in later stages of the boot-process, especially with fast-boot enabled. What does work is some reduction, as stated earlier here as well. For me, as an example, with 64GB DDR I could reduce the size to 63% as a minimum, when I tried 62 or smaller it would not hibernate properly, so I did powercfg hibernate size 65 to be sure. If power-usage of keeping RAM online isn't too high, I'd pick sleep-mode over hibernation. Wake up time from sleep is faster than from hibernation as well.
    – Julius
    Commented Oct 19, 2021 at 11:37
  • 1
    Don't do this! It first disables hibernation. Then moves a file that is no longer used, and configures backup to not backup the new location of the now useless file. There is no step to re-enable hibernation, and if it would one, it would create the original file in C: drive again. Commented Sep 5, 2022 at 22:15

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .