How to Add or Remove Switch User on User Tile in Start Menu in Windows 11
Switch user in Windows 11 adds a fast shortcut to your user tile in the Start menu so you can jump to another account on your PC without closing your own open apps and files. You can turn this button on or off in Windows 11 Home, Pro, or Enterprise editions using a quick tweak in the Local Group Policy Editor or Registry Editor.
Hiding the button keeps your Start menu clean and stops accidental clicks when you are the only person who uses your computer. Changing this setting takes just a few steps, and you can switch it back at any time.
Use the Registry Editor to add or remove the “Switch user” option. Navigate to 🗝️HKEY_LOCAL_MACHINE\
Why Change the Switch User Option?
You might want to change the Switch User option in the Windows 11 Start menu if you don’t use it often. Hiding the “Switch user” button from your user tile can clean up the menu without turning off the feature entirely. This makes your Start menu a bit simpler if you’re the only one using your computer.

How to Add or Remove Switch User
The Registry Editor is a tool that lets us change hidden Windows settings . Be careful when using it, as incorrect changes can cause problems.
Step 1Open Registry Editor
- Press the Win+R on your keyboard to open the Run box.
- Type
regeditand press Enter or click OK. - If prompted by User Account Control, click Yes. This is where you need administrator permission.
Step 2Navigate to the Correct Folder
Next, navigate to a specific location within the Registry Editor. Copy and paste the following path into the address bar at the top of the Registry Editor window, then press Enter:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
Step 3Add or Modify the 'HideSwitchUser' Value
To change the Switch User option, you can add or modify a specific setting in the Windows Registry Editor. This process involves finding or creating a value named HideSwitchUser in the registry folder HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System. If HideSwitchUser is not present in this folder, you will create it as a new DWORD value.
- Look for an entry named
HideSwitchUseron the right side of the window. - If
HideSwitchUserdoes not exist:- Right-click on an empty space in the right-hand pane.
- Select New, then select DWORD (32-bit) Value.
- Name the new value
HideSwitchUserand press Enter.
- Double-click on the
HideSwitchUservalue (whether you just created it or it was already there).
Step 4Set the Value Data
Setting the correct Value data for HideSwitchUser tells Windows whether to hide or show the "Switch user" button. To hide the "Switch user" option, you set its Value data to 1. To show it again, you change the Value data back to 0.
- To REMOVE (hide) the "Switch user" button:
In the "Value data" box, type
1. Make sure the "Base" is set to "Hexadecimal". Click OK.
- To ADD (show) the "Switch user" button:
In the "Value data" box, type
0. Make sure the "Base" is set to "Hexadecimal". Click OK.
Step 5Restart Your Computer
For the changes to take effect, you need to restart your computer. After restarting, check your Start menu to see if the "Switch user" option has been added or removed.
Summary
The "Switch user" option in the Windows 11 Start menu is controlled by a registry edit. To change this option, you navigate to the `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer` system folder. You then create or change a value called HideSwitchUser. Setting HideSwitchUser to 1 hides the "Switch user" button; setting it to 0 shows the button. You must restart your PC after making the registry change.
How do I switch to a different user in 🪟 Windows 11?
Click the Start button, then click your user account picture. You will see a list of other user accounts. Click the account you want to switch to. You may need to enter the password for that account.
How do I switch users on 🪟 Windows 11 login page?
On the Windows 11 login screen, click the power icon in the bottom right corner. Then, choose 'Restart'. Once your PC restarts, you will see a list of user accounts. Select the one you want to use.
Why can't I switch users on 🪟 Windows 11?
You might not be able to switch users if the feature is turned off or if you are not an administrator. Ensure you have the necessary permissions. Sometimes, a simple restart of your computer can fix this issue.
Why is my PC not giving me the option to switch user?
This option might be hidden or disabled. You can re-enable it using the Registry Editor tool. You'll need administrator rights to make this change. Modifying the registry allows you to control which options appear on your Start menu.
Was this guide helpful?
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.
No comments yet — be the first to share your thoughts!