How to Hide Restart on Windows 11 Power Menu
The Restart option on the Windows 11 power menu lets you reboot your PC quickly. You can remove this “Restart” option from the power menu if you want to prevent accidental shutdowns or simply clean up the menu display.
This setting is controlled through the Windows Registry, a powerful database that stores configuration settings for your system. Changing this setting requires editing specific registry keys.
By default, the “Restart” option appears in the power menu, alongside Shut down and Sleep. You can easily hide or show it by making a small change in the Registry Editor.
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.
Understanding the Power Menu
The power menu on Windows 11 is the list of options like ‘Shut down,’ ‘Restart,’ and ‘Sleep’ that you see after clicking the Start button and then the power icon. These choices let you quickly turn your computer off or start it again. 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 can hide the 'Restart' option on the Windows 11 power menu to prevent accidental clicks. Hiding the 'Restart' option also helps your power menu appear cleaner when you rarely restart your PC. In some workplaces, managers might hide the 'Restart' option to control system choices, or you might want to show the 'Restart' option if it is missing.
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
To change the power menu settings, you first need to open the Registry Editor, which lets you make advanced changes to Windows. You'll need administrator rights for this. Press the Windows key and the R key together on your keyboard to open the 'Run' box, then type 'regedit' and press Enter or click 'OK'.
- Press the Windows key + R on your keyboard. The "Run" box will appear.
- Type
regeditand press Enter or click OK. - If a User Account Control (UAC) window pops up, click Yes.
C:\Windows. If you encounter an access denied message, you likely don't have the necessary permissions.Step 2Go to the Right Registry Location
The Registry Editor allows you to change Windows settings. Navigate to the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Start\HideRestart path. If you do not see the 'HideRestart' key under 'Start,' create it. Right-click 'Start,' choose 'New,' then 'Key,' and name the new key 'HideRestart.'
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.
Step 3Change the Setting to Hide Restart
To hide the 'Restart' option on your power menu, open the Registry Editor and go to the 'HideRestart' location. In the right pane, create a new DWORD (32-bit) Value named 'value'. Double-click this new 'value' entry and change its data to 1.
- Right-click in the empty space on the right side.
- Select New, then choose DWORD (32-bit) Value.
- Name this new value exactly
valueand press Enter. - Double-click on the
valueentry. - A small window will open. Change the 'Value data' field.
- To hide "Restart," type
1in the 'Value data' box. - Make sure 'Base' is set to 'Hexadecimal'.
- 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.
- Close the Registry Editor.
- Click the Start button, then the Power icon.
- Choose Restart.
After your computer starts up again, check the power menu. The "Restart" option should be gone.
How to Show Restart on the Power Menu
To restore the "Restart" option to your Windows 11 Power menu, you can easily bring back the Restart command by opening the Registry Editor. This tool lets you change hidden Windows settings, and specifically, by editing a particular registry key, you can make the Restart choice reappear on the Power menu, ensuring you can quickly reboot your computer when needed.
Step 1Open Registry Editor
If you closed it, open it again:
- Press Windows key + R.
- Type
regeditand press Enter or click OK. - 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.
Step 3Change the Setting to Show Restart
To make the 'Restart' option visible again on your Windows 11 power menu, you need to change a specific registry setting. In the 'HideRestart' location, double-click the 'value' entry. In the 'Value data' field, type 0, ensuring the 'Base' is set to 'Hexadecimal.' Clicking 'OK' will restore the 'Restart' option to your power menu.
- In the right-hand pane, double-click on the
valueentry. - In the 'Value data' field, type
0. - Make sure 'Base' is set to 'Hexadecimal'.
- 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.
- Close the Registry Editor.
- Click Start, then the Power icon.
- Choose Restart.
After your computer restarts, the "Restart" option should be back on the power menu.

Summary
You can easily control whether the 'Restart' option shows up on your Windows 11 power menu by making a simple change in the Registry Editor. To hide 'Restart,' set a specific registry value to 1. To show 'Restart' again, change that same value to 0. Remember to restart your computer after making these changes for them to work.
No comments yet — be the first to share your thoughts!