• Skip to main content
  • Skip to primary sidebar

Technipages

Tutorials and fixes for smartphone, gadget, and computer problems

  • Topics
    • Android
    • Browsers
    • Gaming
    • Hardware
    • Internet
    • iPhone
    • Linux
    • macOS
    • Office
    • Reviews
    • Software
    • Windows
    • Definitions
  • Product Reviews
  • Downloads
  • About
Windows 11: Enable or Disable Fast User Switching

Windows 11: Enable or Disable Fast User Switching

April 3, 2023 by Mitch Bartlett 25 Comments

Want to let another user quickly access their content or software data on your Windows 11 PC without slowing down your work? You can utilize the Fast User Switching feature of the Windows 11 operating system. If you don’t know how to enable it, use the feature, or disable the functionality, keep reading.

The Fast User Switching feature in Microsoft Windows 11 allows users to log in to a PC while keeping other users logged in and their applications running. This allows multiple users to use the computer without interrupting what other users are working on. You can enable or disable fast user switching using the methods mentioned below in this article.

What Is Windows Fast User Switching?

A Windows 11 screenshot shoiwng two user accounts active in the Task Manager
A Windows 11 screenshot shows two user accounts active in the Task Manager

All Windows PCs allow you to create a user account and log into the device using that user profile. While you’re logged in using a specific user account, Windows OS writes all data about favorites, history, alerts, desktop settings, etc., in a reserved folder for that specific user account. Other users can’t access these data from their profiles. All modern Microsoft Windows OSs since Windows XP come with an additional feature about user accounts. This is commonly known as Fast User Switching.

In this process, you no longer need to log out of your user account. Thus, you don’t need to close apps and files in the middle of the work. Another user can securely log in to their Windows user accounts from the Start menu, Task Manager, etc. When their work is done, they can log off. Now, you can log in to your account and will find that all the apps are running as you left them. The process also doesn’t disconnect any network connectivity. Hence, downloads or streaming from another user account keeps running.

There are no user account limits for the Fast User Switching function. You can switch to unlimited user accounts, provided that the system is robust enough to support such actions. If you set up one of the best high-spec PC at work or home and allow fast switching to user accounts for multiple individuals, it actually means many users are using the same device simultaneously.

How to Enable or Disable Fast User Switching on Windows 11

Instant switching of users on Windows 11 should be active by default. However, if you see that the feature isn’t active, you can do the following to enable it. These methods are similar in dated Windows operating systems like Win 10, 8, 7, XP, etc. Just reverse the methods to disable the feature.

1. Creating a Group Policy Modification

One of the easiest ways to enable or disable the fast switching of user accounts is by making quick changes in the Local Group Policy Editor tool. Here’s how it’s done:

  • Click the Start menu or Windows flag to launch Start.
  • Type Group and you should see the Edit group policy option under the Best match section of the search result. Click on it.
  • The Local Group Policy Editor appears.
  • Access the Logon Group Policy setting by expanding the following:
    • Local Computer Policy
    • Computer Configuration
    • Administrative Templates
    • System
    • Logon
  • On the right side of the Local Group Policy Editor, you must see various Logon settings.
The UI of local group policy editor
The UI of the Local Group Policy Editor tool
  • Scroll down the list to locate the “Hide Entry Points for Fast User Switching” setting.
  • Double-click to open the “Hide Entry Points for Fast User Switching” setting.
How to enable or disable fast user switching from Group policy editor
How to enable or disable fast user switching from Group Policy Editor
  • If you see Not Configured is the default selection, here’s what you can do:
    • Select Enabled to turn Fast User Switching off.
    • Set it to Disable to activate the instant user switching feature.
  • You must click Apply and then select OK to save the changes.

You can also apply this method on earlier Windows PCs like Windows 10, 8, 7, Vista, etc.

2. Using the Registry Editor

The Registry Editor is another great place to make system-wide changes to the user interface, features, etc. Here’s how you can use this tool to activate fast user account switching on Windows 11:

  • Hold the Windows Key and press R to bring up the Run dialog box.
How to launch the Registry Editor app using Run command
How to launch the Registry Editor app using the Run command
  • Type regedit then press Enter.
  • Expand the following Registry keys:
    • HKEY_LOCAL_MACHINE
    • SOFTWARE
    • Microsoft
    • Windows
    • CurrentVersion
    • Policies
    • System
  • Look for a value called HideFastUserSwitching.
Creating HideFastUserSwitching DWORD (32-bit) Value
Creating HideFastUserSwitching DWORD (32-bit) Value
  • If it does not exist, right-click the System folder, and select New DWORD (32-bit) Value to create a new blank value.
  • Now, rename the DWORD (32-bit) Value to HideFastUserSwitching.
  • Press Enter to confirm the rename of the value.
  • Double-click HideFastUserSwitching.
How to disable Fast User Switching using Registry Editor
How to disable Fast User Switching using the Registry Editor
  • Change the Value data to 1 to disable Fast User Switching.
  • When you need the feature, open the HideFastUserSwitching value and change the Value data to 0.

3. Execute a Command Prompt or PowerShell Command

Suppose you’re in hurry and find the above methods too manual. I’ve got another intuitive method for you to activate fast account switching. In this process, you need to execute a programming code on Windows 11 Command Prompt or PowerShell. Don’t worry! I’ll provide the code you need to run. Just follow these steps:

  • Hit the Windows key on your keyboard and type PowerShell.
How to open PowerShell or Command Prompt from Start
How to open PowerShell or Command Prompt from Start
  • Whichever Windows terminal app you open, you must run them as an administrator.
  • Now, copy and paste the following code onto the terminal app:
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"
  • Hit Enter to activate fast switching of Windows 11 users.
  • If you want to deactivate the feature, just use the following command:
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"

How to Use Fast User Switching

There are many ways to log in to another Windows 11 user account without logging out of the existing session. The following are the most effortless ones:

Switch User Accounts From Task Manager

  • Open the Task Manager by pressing Ctrl + Shift + Esc altogether.
  • Now, click the Users icon to navigate to the Users section on Task Manager.
  • You should see all the added user accounts there.
How to use Fast User Switching from Task Manager
How to use Fast User Switching from Task Manager
  • Right-click on the user account you want to switch to and select Switch user account from the context menu.
  • You’ll now see the login screen of Windows 11.
  • Enter the password for your other account to log in.

If you don’t find the above feature on a dated Windows PC, you can use the next method.

Switch User Profile From Start Menu

  • Click the Windows flag or Start menu.
  • You should see your User Account avatar or profile picture in the bottom left corner.
Using quick user switching on Windows 11
Using quick user switching on Windows 11
  • Right-click on the avatar or user profile.
  • On the next menu that opens, click the alternative user account to which you want to log in.
  • Enter the password and complete the login process.

Fast User Switching FAQs

How do I enable or disable fast user switching in Windows 11?

The feature is usually by default active on your Windows 11 PC. If you’re unable to switch to a different user account without logging out of the existing one, follow any of the three methods mentioned earlier in this article.

What is the fast user switching feature?

You no longer need to stop your work in the middle to let another employee sign in to a share Windows 11 or 10 PC when you use quick switching of accounts. Windows 11 or 10 keeps your work and apps running in the background. However, the new user isn’t able to see your work, apps, or documents.

Is there a limit to fast user switching Windows 10 or 11?

There is no limit on the number of users you can fast switch on your Windows 11 or 10 PC. However, more than two user accounts, while logged in simultaneously, will seriously impact the performance of the system. All the user accounts use CPU, HDD read and write bandwidth, RAM, Network, and GPU. Thus, the Windows PC must distribute the entire reserve to all the user accounts currently logged in and becomes sluggish. You must enhance the CPU, GPU, and RAM to use fast switching effortlessly.

Also read: Best CPUs for Video Editing 2022

What are the disadvantages of Fast User Switching on Windows 11?

No doubt the feature is truly excellent in home, business, or school setups where different users share a common computer. The feature is also useful for software, website, and mobile app developers. However, it also has some drawbacks and these are as outlined here:

  • The cost of the device increases as you need to invest in additional RAM, CPU, and GPU power
  • If two or more users are using one specific app and one of them trying to update the app, the update may not work
  • Even if the update works, the users will face different issues with the software until you perform a complete system restart
  • Shutting down the PC from one profile will force stop all the processes on other logged-in user accounts

Conclusion

So, this is how you can use the Fast User Switching feature on Windows 11. Depending on your technical expertise, choose the method that you think is the easiest for you. If you know another cool way to switch user accounts quickly without stopping work, do share that in the comment section. Don’t forget to share this article on your social media handles to help your fans, friends, and colleagues.

Next up, how to enable or disable User Account Control (UAC) in Windows. You may also want to explore how to add a new user account to Windows 11.

You Might Also Like

  • switching-between-user-logins-freezes-taskbar
    Fix: Switching Between User Logins Freezes Taskbar
  • Win7 User Account Control settings
    Enable or Disable User Account Control (UAC) in Windows
  • Windows Enable “Run as Different User” 5 Best Methods
    Windows: Enable “Run as Different User”: 5 Best Methods
  • fast logon optimization windows
    What is Fast Logon Optimization on Windows?
  • Windows 10: How to Defrag Your Hard Drive Fast
    Windows 10: How to Defrag Your Hard Drive Fast
  • windows-10-fast-startup-greyed-out-fix
    Why Is "Turn on Fast Startup" Greyed out on Windows?

Filed Under: Windows

Reader Interactions

Comments

  1. george says

    June 15, 2022 at 5:11 am

    On both examples, moving form step 3 to step 4 is not properly explained

  2. JP says

    April 24, 2022 at 9:05 am

    FINALLY — this worked!!!!!!!!!!!!!!!!!! Been scouring the net for solutions — this one so easy.

  3. James says

    April 9, 2021 at 10:32 am

    @R Torbert
    The 32 bit vs 64 bit has to do with the length of the value, nothing to do with the OS.
    if you need a 32 bit value you would still use 32-bit.

  4. R. Torbert says

    January 24, 2021 at 2:46 pm

    In the regedit option, if your system is 64-bit… would you still select “New DWORD 32-bit value“?

    There is a “New DWORD 64-bit value“ … which seems more appropriate for a 64-bit system.

  5. Joe says

    August 22, 2020 at 1:19 am

    I tried both options and it’s still not working. It only worked once, which was a few days ago, but after I ran some registry cleaner it stopped working. I guess the registry cleaner has deleted some other keys that might be related somehow.

  6. keith says

    June 19, 2020 at 11:13 am

    Thank you so much, worked a treat.

  7. Enoch Ideal says

    February 6, 2020 at 5:28 am

    thanks a lot you helped me. God bless you

  8. jhonny says

    September 19, 2019 at 10:43 am

    Totally works

  9. Ade says

    July 24, 2019 at 10:07 am

    this worked, thanks.

  10. Robert says

    April 22, 2019 at 6:37 am

    Thanks Mitch. I always forget where to find and change this setting. Love the photo of you and the kid. :)

  11. Karen Jones says

    January 14, 2019 at 2:18 pm

    Thank you so very much … was looking for this answer for hours!

  12. Rohan says

    November 11, 2018 at 7:25 pm

    I am using Pro but neither option makes a difference, nor the ore the suggested in the comments.

  13. michael says

    June 15, 2018 at 1:16 pm

    never had a problem with this until recently…. “helpful” update must have sabotaged my setup…. wish they’d just quit screwing with things without notice

  14. Z deharty says

    December 4, 2017 at 10:21 am

    Here is the fix
    gpedit.msc
    computer configuration > administrative templates > system > Logon
    Always use classic logon set to enabled.
    the switch user icon will now show on lock screen.

  15. Sam says

    July 30, 2017 at 1:44 pm

    Works as described. Thanks!

  16. Maria says

    June 30, 2017 at 9:08 am

    I try option 2 and found the value called “HideFastUserSwitching”. But it will not allow me to set it to “0” to enable it.

    I get the message “Cannot edit HideFastUserSwitching: Error writing the value’s new contents.”

  17. John Vekich says

    March 28, 2017 at 10:29 am

    Thanks for publishing such a clear solution! Few things more frustrating than knowing something is there but not being able to find it. Puzzled by finding no “switch user” ability in Win 10 out of the box. Problem solved. Finding this in policy menus is last place I would have looked with my limited Win 10 experience. Went from Win 7 to Win 10 and found I was not in Kansas anymore.

  18. Biswajit Gorai says

    February 10, 2017 at 9:59 am

    Thanks a lot

  19. Juan says

    January 2, 2017 at 10:07 am

    The first option won’t work if you have the free Windows 10, you’ll need the “Pro” one because that is the only one that has the file gpedit.msc, the registry editor (regedit) is in almost all (if not all, I don’t know) Windows, so that includes all Windows 10 and makes the second option always work.

  20. C. G. says

    December 9, 2016 at 12:40 pm

    Thank you very much

  21. Timothy says

    October 6, 2016 at 12:59 pm

    You need the Pro version in Windows 10 to get gpedit.msc

  22. Elijah says

    September 26, 2016 at 1:42 am

    Hi I have no option to “Hide Entry Points for Fast User Switching“.

  23. Stephen R. says

    September 23, 2016 at 1:33 pm

    Looked for half an hour before finding this which worked! (I used the regedit option)

  24. Mark says

    August 14, 2016 at 2:09 pm

    Using Option 1, I get an error message that Windows can’t find “gpedit.msc”. The 2nd option seems to have worked (though I don’t know how I’ll know!). I just exited from the regedit box since I didn’t see a “save” or any other way to leave.

  25. Harikvg says

    August 11, 2016 at 12:47 pm

    Thanks a lot

Did this help? Let us know!

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Recent Posts

  • How to Send HD Pictures and Videos on WhatsApp
  • How to Share Files Using Google Nearby Share
  • Android Battery Will Not Charge Fix
  • Turning on Triple Touch Zoom on Android
  • How to Connect Outlook 2023 to Gmail
  • Netflix: Change Password
  • Step-by-Step Guide: How to Use WhatsApp on Your Computer
  • Android: Enable or Disable Background Data

Who’s Behind Technipages?

Baby and Daddy My name is Mitch Bartlett. I've been working in technology for over 20 years in a wide range of tech jobs from Tech Support to Software Testing. I started this site as a technical guide for myself and it has grown into what I hope is a useful reference for all.

You May Also Like

  • Packet-Switching Network
  • Windows 95/98
  • Microsoft Windows NT
  • Microsoft Windows
  • Windows Media Player (WMP)
  • Microsoft Windows 95

© Copyright 2023 Guiding Tech Media · All Rights Reserved · Privacy