Use Caution

Is It Safe to Delete hiberfil.sys?

Quick Answer: hiberfil.sys is used by Windows for hibernation and fast startup. Deleting it disables these features but is otherwise safe.

What is hiberfil.sys?

hiberfil.sys is a hidden system file located in the root of your C: drive. Windows uses it to store the contents of your RAM when your PC enters hibernation mode or uses Fast Startup.

Why Does It Exist?

It serves two purposes:

  1. Hibernation: Saves your entire session (open apps, documents) to disk so your PC can fully power off and resume exactly where you left off
  2. Fast Startup (Windows 10/11): A hybrid shutdown that saves the kernel session to speed up boot time

Can You Delete It?

⚠️ Use caution, you can remove it, but:

  • You’ll lose hibernation functionality
  • Fast Startup will be disabled (slightly slower boot times)
  • On laptops, you lose the ability to hibernate when battery is critically low

How to Delete hiberfil.sys

You can’t delete it directly. You must disable hibernation via Command Prompt:

  1. Open Command Prompt as Administrator
  2. Run: powercfg -h off
  3. The file is automatically deleted

To re-enable later: powercfg -h on

What Happens If You Delete It?

  • Hibernation is completely disabled
  • Fast Startup is disabled (boot may be 2–5 seconds slower)
  • You free up 2–8 GB of space (proportional to your RAM)
  • No risk of data loss or system instability

Bottom Line

If you never use hibernation and have an SSD (where Fast Startup makes minimal difference), disabling it is a reasonable trade-off for the disk space savings.

Discussion

Loading authentication...

Related in windows

Chia Blockchain Mainnet Database (~/.chia/mainnet/db)

The Chia mainnet db folder stores full node blockchain blocks (blockchain_v2_mainnet.sqlite). Deleting forces re-sync.

Use Caution

How to Force Delete a Locked File or Folder in Windows 11 / 10

Fix 'The action cannot be completed because the file is open in another program' with Command Prompt, PowerShell, and Task Manager.

Safe to Delete

Why Is My Hard Drive Full But No Files Are Showing? (Hidden Bloat Solved)

Fix hard drives that appear full despite selecting all files showing low storage. Discover hidden shadow copies, System Volume Information, and pagefiles.

Safe to Delete
Back to all files