F5F Stay Refreshed Software Operating Systems No, it's not safe to disable hibernation and remove Hiberfil.sys. This can cause system instability or crashes.

No, it's not safe to disable hibernation and remove Hiberfil.sys. This can cause system instability or crashes.

No, it's not safe to disable hibernation and remove Hiberfil.sys. This can cause system instability or crashes.

H
hunain26
Junior Member
2
12-21-2019, 07:12 AM
#1
The hiberfil.sys file on my primary Windows disk is expanding significantly, now reaching nearly 20GB. I’m okay with Windows using some memory for quicker startup, but it’s starting to feel overwhelming. Even the pagefile.sys has hit close to 5GB, while I have 32GB of RAM. Outside of gaming or using Krita with my drawing tablet, I actually have about 23GB free. Hardware specs: Ryzen 5 3600, 32GB DDR4 3200MHz, RTX 2060, 500GB Samsung 970 Evo (Windows) plus other storage for games and similar tasks. Operating system: Windows 10 Pro 64-bit
H
hunain26
12-21-2019, 07:12 AM #1

The hiberfil.sys file on my primary Windows disk is expanding significantly, now reaching nearly 20GB. I’m okay with Windows using some memory for quicker startup, but it’s starting to feel overwhelming. Even the pagefile.sys has hit close to 5GB, while I have 32GB of RAM. Outside of gaming or using Krita with my drawing tablet, I actually have about 23GB free. Hardware specs: Ryzen 5 3600, 32GB DDR4 3200MHz, RTX 2060, 500GB Samsung 970 Evo (Windows) plus other storage for games and similar tasks. Operating system: Windows 10 Pro 64-bit

M
minisega
Member
115
12-25-2019, 06:07 PM
#2
Yes, I've handled this before. The file will remove itself automatically once hibernation is turned off.
M
minisega
12-25-2019, 06:07 PM #2

Yes, I've handled this before. The file will remove itself automatically once hibernation is turned off.

Y
YoungAriesArt
Member
192
12-26-2019, 05:42 PM
#3
It's secure to proceed without entering hibernation mode.
Y
YoungAriesArt
12-26-2019, 05:42 PM #3

It's secure to proceed without entering hibernation mode.

K
Karriz
Member
210
12-26-2019, 09:10 PM
#4
Yes, it's secure. To eliminate it, you must turn off hibernation and restart your device. Use the command line: powercfg /h off. If you decide differently (restart afterward), run: powercfg /h on. Be aware that disabling hibernation also turns off Fast Startup, causing slower boot times after shutdown.
K
Karriz
12-26-2019, 09:10 PM #4

Yes, it's secure. To eliminate it, you must turn off hibernation and restart your device. Use the command line: powercfg /h off. If you decide differently (restart afterward), run: powercfg /h on. Be aware that disabling hibernation also turns off Fast Startup, causing slower boot times after shutdown.

M
Meadras
Member
139
12-29-2019, 08:51 AM
#5
There is a way to disable hibernation without losing Fast Startup. You can set the hibernation file type to Reduced , this should set the default size of it to 20% of physical memory. powercfg /h /type reduced If the hibernation file is already set to a custom size larger than 40% of physical memory you need to run this first powercfg /h /size 0 Also if Hibernation is still required but you don't want the file to be as large you can set the size of the Full hibernation file to as low as 40% of total physical memory using the above command and specifying your desired size. @Taco Annihilator
M
Meadras
12-29-2019, 08:51 AM #5

There is a way to disable hibernation without losing Fast Startup. You can set the hibernation file type to Reduced , this should set the default size of it to 20% of physical memory. powercfg /h /type reduced If the hibernation file is already set to a custom size larger than 40% of physical memory you need to run this first powercfg /h /size 0 Also if Hibernation is still required but you don't want the file to be as large you can set the size of the Full hibernation file to as low as 40% of total physical memory using the above command and specifying your desired size. @Taco Annihilator