Skip to content
Follow
Windows 🟡 Intermediate

How to Hide Restart on Windows 11 Power Menu

Richard
Written by
Richard
Jul 1, 2023 Updated Sep 15, 2026 5 min read
hide restart Windows 11
hide restart Windows 11

Hiding the Restart option on the Windows 11 power menu removes the button from the Start menu popup so you stop clicking it by mistake. Windows 11 shows Shut down, Sleep, and Restart together by default, but you can alter this list using the Registry Editor (a built-in database for system settings).

Advertisement

This tweak works on Windows 11 Home and Pro builds. You need administrator rights on your PC to save the change.

⚡ Quick Answer

Modify the Group Policy Editor or Registry Editor to hide or unhide the Restart button. Access gpedit.msc for Pro/Enterprise or regedit for Home, then navigate to the specified policy or registry key to disable or enable the restart option.

Advertisement

Understanding the Power Menu

The power menu appears when you click the Start button and select the power icon. By default, Windows 11 usually shows the ‘Restart’ option for everyone to use.

Why Hide or Show Restart?

  • Stop Accidental Restarts: If others use your computer, someone might click “Restart” by mistake. This can interrupt their work.
  • Cleaner Menu: If you rarely restart your PC, removing the option can make the power menu less cluttered.
  • System Control: In some work environments, managers might want to limit which power options users can see.

You might want to hide restart Windows 11 power menu options to stop other people from accidentally rebooting your computer while you are away. Removing this button also helps clean up a cluttered start menu if you rarely use the feature, and it lets system administrators control power settings on shared computers.

How to Hide Restart from the Power Menu

To change this setting, we will use a tool called the Windows Registry Editor. The registry stores Windows settings . Be careful when making changes here, as mistakes can cause problems. Follow these steps closely.

Step 1Open Registry Editor

Opening Registry Editor (an advanced tool for changing system settings) is the first step to hide restart Windows 11 options. You open this tool by using the built-in Run command box on your taskbar , which lets you launch system utilities directly with administrator permissions.

Advertisement
  1. Press the Windows key + R on your keyboard. The "Run" box will appear.
  2. Type regedit and press Enter or click OK.
  3. If a User Account Control (UAC) window pops up, click Yes.
💡TipTo check if you have administrator rights, try opening File Explorer and navigating to C:\Windows.

To check if you have administrator rights, try opening File Explorer and navigating to C:\Windows. If you encounter an access denied message, you likely don't have the necessary permissions.

Step 2Go to the Right Registry Location

Navigating to the correct folder path in Registry Editor lets you access the specific code that controls power menu items. You need to go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Start\HideRestart to change how the restart button behaves on your screen.

If you don't see the HideRestart key under Start, you need to create it. Right-click on the Start key, select New, then Key. Name the new key HideRestart.

⚠️WarningMake sure you are in the correct location.

Typing the path wrong could change the wrong settings.

Advertisement

Step 3Change the Setting to Hide Restart

Modifying a specific registry value inside the HideRestart folder is how you actually hide restart Windows 11 power choices. Creating a new DWORD key and setting its data to 1 tells the operating system to remove the restart button from your start menu completely.

  1. Right-click in the empty space on the right side.
  2. Select New, then choose DWORD (32-bit) Value.
  3. Name this new value exactly value and press Enter.
  4. Double-click on the value entry.
  5. A small window will open. Change the 'Value data' field.
  6. To hide "Restart," type 1 in the 'Value data' box.
  7. Make sure 'Base' is set to 'Hexadecimal'.
  8. Click OK.

Explanation: Setting this value to 1 tells Windows to hide the "Restart" option. A value of 0 (which is often the default) would show it.

Step 4Restart Your Computer

Your changes won't work until you restart your computer.

  1. Close the Registry Editor.
  2. Click the Start button, then the Power icon.
  3. Choose Restart.

After your computer starts up again, check the power menu. The "Restart" option should be gone.

Advertisement

How to Show Restart on the Power Menu

Restoring the missing reboot button to your computer is possible when you reverse the registry tweak used to hide restart Windows 11 power menu entries. Going back into the Registry Editor and updating the key ensures the restart command shows up normally again.

Step 1Open Registry Editor

If you closed it, open it again:

  1. Press Windows key + R.
  2. Type regedit and press Enter or click OK.
  3. Click Yes on the User Account Control prompt.

Step 2Go to the HideRestart Key

Go back to the same registry location:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Start\HideRestart

If the HideRestart key is not there, right-click on the Start key, select New Key, and name it HideRestart.

Advertisement

Step 3Change the Setting to Show Restart

Changing the registry data back to zero is how you undo the hide restart Windows 11 configuration and make the reboot button visible again. Editing the value inside the HideRestart folder forces Windows to display the standard power options on your menu.

  1. In the right-hand pane, double-click on the value entry.
  2. In the 'Value data' field, type 0.
  3. Make sure 'Base' is set to 'Hexadecimal'.
  4. Click OK.

Explanation: Setting the 'Value data' to 0 tells Windows to show the "Restart" option on the power menu.

Important Note: If the value entry doesn't exist and you previously hid "Restart," it means the default setting (which shows it) is active. If "Restart" is missing and you didn't hide it, there might be another issue. Setting the value to 0 will make sure it shows.

Step 4Restart Your Computer

You need to restart your PC for this change to work.

Advertisement
  1. Close the Registry Editor.
  2. Click Start, then the Power icon.
  3. Choose Restart.

After your computer restarts, the "Restart" option should be back on the power menu.

Windows 11 power menu with restart option highlighted for removal.
Windows 11 power menu with restart option highlighted for removal.

Summary

Controlling power options lets you hide restart Windows 11 commands easily by editing a few registry keys. You just switch the value between 1 and 0 depending on whether you want to remove or restore the reboot button on your computer.

Was this guide helpful?

📬 Get new Windows tips in your inbox
One email when we publish something worth your time. No spam, unsubscribe anytime.
Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

3179 articles → Twitter
Advertisement

📚 Related Tutorials

How to Add or Remove the Restart Button in Windows 11
Windows How to Add or Remove the Restart Button in Windows 11
How to Hide and Unhide Files and Folders in Windows 11
Windows How to Hide and Unhide Files and Folders in Windows 11
How to Access Power User Tasks Menu in Windows 11
Windows How to Access Power User Tasks Menu in Windows 11
How to Open and Edit Windows 11 Registry
Windows How to Open and Edit Windows 11 Registry

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *