Hibernate Disabler Portable — Free Tool to Reclaim Disk Space Quickly
Windows reserves a file named hiberfil.sys to store the system state when hibernation is used. On many systems this file consumes multiple gigabytes of disk space, which can be significant on smaller SSDs or older machines. Hibernate Disabler Portable is a small, free utility that lets you quickly disable Windows hibernation and remove hiberfil.sys without installation — freeing that disk space immediately.
What it does
- Disables hibernation: Runs the necessary system command to turn off the hibernation feature.
- Removes hiberfil.sys: Once hibernation is disabled, the large hiberfil.sys file is deleted by Windows, reclaiming disk space.
- Portable: No installation required — run from a USB drive or any folder.
- Reversible: Hibernation can be re-enabled later if you need it.
Why use it
- Free up large amounts of space (often several GB).
- No installer or system changes beyond the Windows setting — easy to undo.
- Fast and simple for users who don’t use hibernation and want more usable storage.
How it works (technical overview)
Hibernate Disabler Portable simply invokes the Windows power configuration command that toggles hibernation:
- To disable: the tool calls the system command equivalent to
powercfg -h off. - To enable (if provided): it calls
powercfg -h on. Because it’s portable, it typically runs these commands with elevated privileges (it will prompt for admin rights). After disabling, Windows removes hiberfil.sys automatically.
Step-by-step: Disable hibernation and reclaim space
- Download the portable tool and save it to a convenient location (or run from a USB drive).
- Right-click the executable and choose Run as administrator (required to change power settings).
- Click the option to disable hibernation (or confirm the prompt).
- Wait a few moments for the command to run; Windows will remove hiberfil.sys.
- Verify reclaimed space by checking C: drive properties or using File Explorer.
Safety and considerations
- Loses hibernation: Disabling hibernation removes the ability to hibernate the PC until re-enabled. If you rely on hibernation, don’t disable it.
- Fast startup: On Windows 8/10/11, disabling hibernation also disables Fast Startup, which can slightly lengthen cold boot time.
- Administrator privileges: Required to change this system setting.
- No personal data risk: The action removes only the system hibernation file, not personal files.
- Undo anytime: Re-enable hibernation with the same tool or by running
powercfg -h on.
Alternatives
- Use built-in Disk Cleanup (may not remove hiberfil.sys).
- Manually run
powercfg -h offfrom an elevated Command Prompt. - Adjust sleep settings instead of disabling hibernation if you want to preserve functionality.
Quick checklist before using
- Backup any unsaved work.
- Confirm you don’t need hibernation or Fast Startup.
- Ensure you can run programs as administrator on the PC.
Conclusion
Hibernate Disabler Portable is a lightweight, no-install solution to immediately reclaim several gigabytes of disk space by disabling Windows hibernation and removing hiberfil.sys. It’s well-suited for users with limited storage who do not use hibernation and want a reversible, simple fix.