Can I move hiberfil.sys to another drive?

143,455

Solution 1

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.

Solution 2

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

Solution 3

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.

Solution 4

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

Share:
143,455

Related videos on Youtube

Hamed
Author by

Hamed

Java Software Developer with 5+ years of progressive experience in IT industry, involved in complete Software Development Life Cycle including analysis, design, development, testing, implementation, support, and maintenance of enterprise-level applications. I have focused on RESTful large-scale, highly available microservice applications and modern application development methodologies like TDD using scrum. As a java developer, I'm always ready to learn new things, especially the challenging ones which I might face in my job.

Updated on September 18, 2022

Comments

  • Hamed
    Hamed over 1 year

    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%?

    • Admin
      Admin about 12 years
      No you cannot, there is simply no way.
    • Admin
      Admin about 12 years
    • Admin
      Admin about 12 years
      This has to be a dupe. . .
    • Admin
      Admin about 12 years
      The "external-drive" tag is also worrying. Computers don't like it when their memory can walk off.
    • Admin
      Admin over 8 years
      How about a symbolic link?
    • Admin
      Admin over 7 years
    • Admin
      Admin over 7 years
      I noticed that hibernation has an entry in BCD, when I was using bcdedit.exe /enum all
    • Admin
      Admin over 2 years
      I wonder if it's possible to simply MKLINK (aka Symbolic[ally] Link) it.
    • Admin
      Admin over 2 years
      So with BCD you can, but NSOSkrnl.exe needs to be patched (sym-link was not accepted). superuser.com/a/1082931/31491
  • Hamed
    Hamed about 12 years
    After moving bootloader, How could I redirect the path of hiberfil.sys ?
  • Hamed
    Hamed about 12 years
    My bootloader is in other drive, I was suspected. I think it don't related to bootloader. It related the Windows partition.
  • cjb110
    cjb110 over 11 years
    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
    cjb110 over 11 years
    This is not the answer, the OP doesn't want to disable hibernation.
  • cjb110
    cjb110 over 11 years
    rereading the Raymond Chen post, it does say boot drive, not Windows install drive...
  • Rexi
    Rexi over 10 years
    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
  • Rexi
    Rexi over 10 years
    Thanks, once I ran the comment, the hiberfil.sys automatically remove. Thanks, I now have additional 32Gb on my SSD
  • Joris Groosman
    Joris Groosman over 8 years
    Diogo posted exactly the same solution before, and with attribution. -1
  • mhu
    mhu over 8 years
    @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.
  • sp00n
    sp00n almost 8 years
    @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.
  • Admin
    Admin over 7 years
    False answer. In Windows Vista and later, the bootloader is located on a hidden partition while hiberfil.sys is located in C:
  • Robert Walker
    Robert Walker almost 7 years
    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
  • FindOutIslamNow
    FindOutIslamNow about 6 years
    @cjb110 Yes. But any way it useful
  • phuclv
    phuclv almost 6 years
    it's not possible to move the file but it's possible to resize the file
  • glenviewjeff
    glenviewjeff over 4 years
    Thank you for the sensible explanation about why this can't be moved!
  • Scott R
    Scott R about 4 years
    @user477799 I am looking at a Vista install and the hibernate FILE is on %SYSTEMDRIVE% (C:).
  • x4g0tt3nSou1x
    x4g0tt3nSou1x almost 3 years
    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.
  • Julius
    Julius over 2 years
    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.
  • Theb
    Theb over 2 years
    But it MIGHT be possible with some kind of boot-loader/MBR hack
  • Theb
    Theb over 2 years
  • PRMan
    PRMan over 2 years
    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.