Table of Contents
This updated guide explains how to Specify a Hiberfile Type as Full or Reduced in through clear steps, practical examples, and important checks that help prevent common errors.
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.
FAQ
What is the easiest way to Specify a Hiberfile Type as Full or Reduced in?
Start with the requirements in this guide, then follow each step in order. Check the result after every major change so problems are easier to identify.
Can beginners follow these instructions?
Yes. The process is organized into practical steps, and you can repeat any step before moving forward.
What should I check if the method does not work?
Confirm your software or device version, permissions, settings, file format, and internet connection when the task depends on online services.
Reader Comments 0
Sign in with email or Google to join the discussion.