How to Turn On / Off Fast User Switching on Windows 10?

Enable/Disable the feature using any of these methods

Reading time icon 3 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

Key notes

  • Fast User Switching was introduced with Windows 7 and is helpful to switch between accounts if you have more than one account on your Windows PC.
  • This guide will discuss how to enable/disable it using three popular methods.
How to Turn On Off Fast User Switching on Windows 10

Fast User Switching is a great feature to seamlessly switch between accounts on your Windows computer without quitting the apps or logging out from the former account. To use this function, a user must click on Switch user instead of Log off from the Start menu options.

This guide will discuss how to turn on/ off the functionality using three simple methods. Letโ€™s get started! 

How can I enable/disable Fast User Switching on Windows 10?

1. Use the Group Policy Editor

  1. Press Windows + R to open the Run window.GPEDIT
  2. Type gpedit.msc and press Enter to open Group Policy Editor.
  3. Follow this path: Local Computer Policy\Computer Configuration\ Administrative Templates\ System
  4. Locate the Logon folder from the left pane, and on the right pane, double-click Hide entry points for Fast User Switching.gpedit 2 Fast user switching Windows 10
  5. On the Hide entry points for the Fast User Switching window, select Disabled to turn it on.
  6. If you want to disable it, then click on the radio button for Enabled.FastUSER SWITCHING
  7. Once you have selected the option, click Apply and then OK.
  8. Restart your computer to let the changes take effect.

2. Use the Registry Editor

  1. Press Windows + R to open the Run window.REGEDIT RUN COMMAND
  2. Type regedit and press Enter to open Registry Editor.
  3. Follow this path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft \Windows\CurrentVersion\Policies
  4. Now locate System, right-click it, and select New.Edit DWORD -Fast User Switching Windows 10
  5. Select D-WORD(32-bit) Value and name it HideFastUserSwitching.
  6. Double-click HideFastUserSwitching and change the Value data to 1 to disable it.
  7. If you want to enable Fast User Switching, change the Value data to 0.Hidefastuserswitching windows 10
  8. Click OK.
  9. Restart your PC.

3. Use the PowerShell

  1. Press Windows + X key and select PowerShell Admin.Windows Powershell -Fast User Switching Windows 10
  2. Copy and paste the following command and press Enter to disable Fast User Switching: powershell -windowstyle hidden -command "Start-Process cmd -ArgumentList '/s,/c,REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /V HideFastUserSwitching /T REG_DWORD /D 00000001 /F & REG Delete HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /V HideFastUserSwitching /F & taskkill /f /im explorer.exe & start explorer.exe' -Verb runAs"
  3. To enable, copy and paste the following command and press Enter: powershell -windowstyle hidden -command "Start-Process cmd -ArgumentList '/s,/c,REG Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /V HideFastUserSwitching /F & REG Delete HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /V HideFastUserSwitching /F & taskkill /f /im explorer.exe & start explorer.exe' -Verb runAs"
  4. Once done, close the PowerShell window and restart your computer.

So, these three methods you can use to enable/disable the Fast User Switching feature on your Windows 10 computer. Once you enable this feature, you should be able to easily switch users on Windows 10.

Try them and let us know which worked for you in the comments below.

More about the topics: windows 10 fix