What a hibernation shortcut does and why you might want one
A hibernation shortcut lets you put your computer into hibernation mode with a single click instead of navigating through the Settings menu or power menu each time. Hibernation saves everything you have open to your hard drive, shuts down completely, and uses almost no power — when you turn the computer back on, you return to exactly where you left off.
This is different from sleep mode, which keeps your RAM powered and uses a small amount of electricity. Hibernation is useful if you will not use your computer for hours or days and want to preserve battery life on a laptop, or if you straightforward prefer a faster shutdown than a full restart but want zero power drain.
Windows 11 does not create this shortcut automatically, so you have to build it yourself. The process takes about five minutes and works on any Windows 11 machine where hibernation is already turned on.
Key Takeaways
- A hibernation shortcut saves your open programs and files to disk, then powers off your computer completely, using almost no electricity until you turn it back on.
- You create the shortcut by making a new shortcut on your desktop that points to a specific Windows command file with hibernation instructions.
- The shortcut will not work unless hibernation is already enabled in your power settings — you can check this in Settings under System > Power.
- Once created, you can rename the shortcut, change its icon, and pin it to your taskbar or Start menu for even faster access.
Check that hibernation is turned on before you start
Hibernation is not always enabled by default on Windows 11, especially on newer computers with solid-state drives. If it is turned off, your shortcut will not work. You can check in about 30 seconds.
Open Settings by pressing the Windows key and typing Settings, then select it. Go to System on the left side, then Power. Look for a section labeled Power mode or Sleep. If you see an option that says Hibernate or Hibernation, hibernation is on. If you do not see it, or if it is grayed out, hibernation is disabled on your machine and you will need to enable it first through Device Manager or the command line — that is a separate process beyond this guide.
If hibernation is already on, you can move forward with creating the shortcut.
Create a new shortcut on your desktop
Right-click on an empty area of your desktop and select New, then Shortcut. A window will open asking you to enter the location of the item.
In the text field, type or paste this exact command:
rundll32.exe powrprof.dll,SetSuspendState 0,1,0
This command tells Windows to run the hibernation function from the powrprof.dll file. The numbers at the end specify that you want hibernation (not sleep) and that the system should not prompt you before hibernating.
Click Next when you have entered the command.
Name the shortcut and finish creating it
Windows will ask you to name the shortcut. Type something clear like Hibernate or Sleep Now — whatever you will recognize when you see it on your desktop.
Click Finish. The shortcut will appear on your desktop as a small icon with an arrow overlay. You now have a working hibernation shortcut.
Change the icon to something more recognizable
The default shortcut icon is generic. You can change it to something that looks more like a power button or sleep symbol. Right-click the shortcut and select Properties.
In the Properties window, click the Change Icon button. Windows will show you a library of built-in icons. Look for one that resembles a power button, moon, or sleep symbol — the exact icons available depend on your Windows version, but you will usually find something suitable in the first few screens.
Select an icon you like and click OK, then click OK again to close Properties. Your shortcut now has a custom icon that is easier to spot on your desktop.
Pin the shortcut to your taskbar or Start menu for faster access
If you use the hibernation shortcut often, you can make it even faster to reach by pinning it to your taskbar or Start menu. Right-click the shortcut on your desktop and select Pin to taskbar or Pin to Start.
If you pin it to the taskbar, the shortcut will appear at the bottom of your screen (or the side, depending on your taskbar position) and you can click it with one mouse movement. If you pin it to Start, it will appear in your Start menu and you can launch it by pressing the Windows key and clicking the tile.
You can delete the original desktop shortcut once you have pinned it elsewhere — the pinned version will still work.
Test the shortcut before you rely on it
Before you depend on this shortcut for important work, test it once to make sure it works on your machine. Save any open files, then double-click the hibernation shortcut. Your computer should go dark and power down within a few seconds.
Turn the computer back on by pressing the power button. It should wake up and return you to the exact state you left it in — same programs open, same windows visible, same files unsaved. If this happens, the shortcut is working correctly.
If your computer goes into sleep mode instead of hibernation, or if it does not wake up properly, hibernation may not be fully enabled on your system. Check your power settings again or consult your computer manufacturer's documentation for how to enable hibernation on your specific model.
Frequently Asked Questions
What is the difference between hibernation and sleep mode?
Sleep mode keeps your RAM powered and uses a small amount of electricity to maintain your open programs and files in memory. Hibernation saves everything to your hard drive, then powers off completely and uses almost no electricity. Hibernation takes a few seconds longer to wake from, but uses far less power over hours or days.
Will the shortcut work on a laptop?
Yes, hibernation shortcuts work on laptops and are often more useful there because they preserve battery life. A hibernated laptop can sit unplugged for weeks and still have your work waiting when you turn it back on.
Can I undo hibernation if I click the shortcut by accident?
No — once you click the shortcut, your computer will hibernate. You have to press the power button to wake it up. If you are worried about accidental clicks, you can move the shortcut to a folder or the Start menu instead of leaving it on your desktop where it is straightforward to hit by mistake.
What if the shortcut does not work?
The most common reason is that hibernation is not enabled on your system. Go back to Settings > System > Power and confirm that hibernation is listed as an option. If it is not there, hibernation is disabled and you will need to enable it through Device Manager or the command line before the shortcut will function.
Can I rename the shortcut after I create it?
Yes. Right-click the shortcut, select Rename, and type a new name. The shortcut will still work exactly the same way — the name is only for your reference.