How to specify a Hiberfile type as Full or Reduced in Windows 10

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 reduce the file size of hibernation (hiberfil.sys) to about half.

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
How to specify a Hiberfile type as Full or Reduced in Windows 10 Picture 1How to specify a Hiberfile type as Full or Reduced in Windows 10 Picture 1 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
How to specify a Hiberfile type as Full or Reduced in Windows 10 Picture 2How to specify a Hiberfile type as Full or Reduced in Windows 10 Picture 2 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.

5 ★ | 1 Vote