How to specify a Hiberfile type as Full or Reduced in Windows 10
By default, the Hibernation or hiberfile file (C: hiberfil.sys) accounts for 75% of the total amount of RAM installed on Windows 10 computers. Fast startup requires Hibernate mode to be enabled. If you only want to use Fast startup and do not plan to use the Hibernate function, then you can specify the Hibernate type as Reduced to significantly reduce the file size of hibernation (hiberfil.sys), to about half the full capacity. its.
Windows 10 has Hibernate mode enabled by default. This mode is the power saving state for battery-powered computers, such as laptops. Hibernation puts the entire current state of the PC in the hiberfile file and then shuts down the computer. Hibernate mode is slower than Sleep mode but consumes less power.
Types of Hibernate files
There are 2 types of Hibernate files:
1. Full: Full hiberfile can activate Hibernate mode and turn on Fast startup (hiberboot). It accounts for about 75% of the total amount of RAM available. The default size is 40% of physical memory. It supports Hibernate, Hybrid Sleep and Fast startup.
2. Reduced: This type of hiberfile enables Fast startup (hiberboot) without activating Hibernate mode. This file type reduces the size of hiberfile (C: hiberfil.sys) to about 50% of its full size. This command removes Hibernate mode from the Power menu. The default capacity is 20% of physical memory. It supports Fast startup.
The way to specify the type of Hiberfile is Full or Reduced
Open a Command Prompt with admin rights and do the following:
To specify Hiberfile Type as Full in Windows 10, copy and paste the following command into the Command Prompt and press Enter
:
powercfg /h /type full
Specify Hiberfile Type as Full in Windows 10 To specify Hiberfile Type as Reduced in Windows 10, copy and paste the following command into the Command Prompt and press Enter
:
powercfg /h /type reduced
Specify Hiberfile Type as Reduced in Windows 10 Note : If the hibernation file is set to a custom size greater than 40%, the command will return the error 'The parameter is incorrect' . First, you must set the size of the file to 0 with the command:
powercfg /h /size 0
Then run the command again to set the hibernate file type to Reduced.
Once completed, you can exit the Command Prompt.
You should read it
- Data type in C #
- What is USB Type C? Type C cable models are widely used
- How to type VNI in Windows
- What is Pagefile.sys and should it be disabled?
- 4 ways to quickly check the partition type on Windows 11
- What is USB Type-C, Lightning, which has a superior advantage?
- Press type in C
- Chromebooks can now warn users when connecting to an 'inappropriate' USB Type C cable
- How to type a @ handcuff from the keyboard
- Data type in C programming
- Data type in C / C ++
- Type () function in Python
Maybe you are interested
4 ways to fix Hibernate mode not working on Windows
How to enable Hibernate mode on Windows 11
What is Hiberfil.sys? How to turn off Hibernate hibernation on Windows
Difference between Sleep and Hibernate in Windows
How to enable / disable Hibernate mode in Windows 10
When to Shut Down, Sleep or Hibernate the Laptop Computer