How to Add or Remove the Sign Out Button in Windows 11
The “Sign out” button in Windows 11 lets you quickly close your apps and return to the login screen. You can find this button in the Start menu, the Alt+F4 menu, and the Power user menu.
Why would you want to change this?
You might want to remove the button on a shared computer to prevent others from accidentally logging you out. On a personal computer, you might want it there for quick access to switch between user accounts.
What happens when you are done?
If you choose to hide the button, it will disappear from your menus. If you choose to show it, the button will appear as a standard option for signing out of your account.
Using the Local Group Policy Editor
Note: This process requires administrator privileges.
- Search for “Edit group policy” in the Start menu and open it.
- Go to: User Configuration -> Administrative Templates -> Start Menu and Taskbar.
- Find “Remove Logoff on the Start Menu” and double-click it.

Choose “Enabled” to hide the button, or “Disabled” to show it. Click OK.

To change the sign-out option for the Ctrl+Alt+Del menu, go to:
- User Configuration -> Administrative Templates -> System -> Ctrl+Alt+Del Options
Double-click “Remove Logoff” and select your preferred setting.


Using the Windows Registry Editor
Note: This process requires administrator privileges. You can also use the Windows Registry Editor to make these changes.
Navigate to these paths:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer
Double-click StartMenuLogOff. Set the value to 1 to hide the button. If you don’t see this item, right-click a blank space, choose New, and select DWORD (32-bit) Value. Name it StartMenuLogOff.

Next, go to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Double-click NoLogoff. Set the value to 1 to hide the button. If you don’t see it, create a new DWORD (32-bit) Value named NoLogoff.

To show the button again, simply delete the StartMenuLogOff or NoLogoff items you created. Restart your computer to save your changes.
Summary
You can control the “Sign out” button in Windows 11 using the Group Policy Editor or the Registry Editor. These tools allow you to hide or show the option based on your security needs or personal preference. Always restart your computer after making registry changes to ensure they take effect.
Was this guide helpful?
Leave a Reply