Skip to content
Follow
Windows

How to Enable or Disable Fast User Switching in Windows 11

Richard
Written by
Richard
Apr 13, 2026 Updated Jun 19, 2026 4 min read
How to Turn On or Off Night Light in Windows 11
How to Turn On or Off Night Light in Windows 11

Fast User Switching on Windows 11 lets multiple people use one computer without disturbing each other. This feature allows several users to remain logged in simultaneously. Users can switch between their different accounts without completely signing out of the PC.

Fast User Switching on shared computers allows each person to quickly access their personal files and settings. Users manage Fast User Switching by opening the Local Group Policy Editor or the Registry Editor. The Registry Editor is a database that stores configuration information for Windows 11 Pro and Enterprise editions. This feature is available in these specific Windows 11 editions.

⚡ Quick Answer

Enable or disable Fast User Switching in Windows 11 via Local Group Policy Editor or Registry Editor. This allows multiple users to stay logged in and switch between accounts without logging out. You need administrator privileges to make these changes.

Why Use Fast User Switching?

Fast user switching in Windows 11 lets different people use the same PC without needing to sign out completely. This means you can quickly swap between user accounts, keeping your apps and work just as you left them, while someone else uses the computer.

Fast User Switching lets multiple people sign into a single Windows 11 computer simultaneously. Users can swap accounts without closing open programs, ensuring applications and internet connections remain active. This feature makes it appear as though different users are operating the computer concurrently, eliminating the need to sign out before another person logs in.

What You Need

📝Good to Know
Administrator privileges are necessary to change the fast user switching setting. A user must sign in with administrator rights to turn this feature on or off. This ensures that only authorized individuals can alter system-level configurations, preventing unintended changes to user accounts.

Option 1Using Local Group Policy Editor

You can turn fast user switching on or off using the Local Group Policy Editor if your Windows 11 is Pro, Enterprise, or Education. This tool lets you change system settings, including the option to quickly switch between user accounts without closing programs.

  1. Open the Local Group Policy Editor by typing gpedit.msc in the search box and pressing Enter.
  2. In the left pane, navigate to this location:

    Computer Configuration > Administrative Templates > System > Logon

  3. In the right pane, find the policy called Hide entry points for Fast User Switching and double-click it.
  4. To enable Fast User Switching (turn it on):

    Select the dot next to Not Configured, then click OK. This is the default setting.

  5. To disable Fast User Switching (turn it off):

    Select the dot next to Enabled, then click OK.

  6. You can now close the Local Group Policy Editor.
Local Group Policy Editor showing Hide entry points for Fast User Switching policy
Local Group Policy Editor showing Hide entry points for Fast User Switching policy
Fast User Switching policy options with Not Configured selection highlighted
Fast User Switching policy options with Not Configured selection highlighted

Option 2Using Registry Commands

You can change fast user switching settings on any Windows 11 version, even if you don’t have the Pro edition, by using Registry commands. This method involves making changes to specific system files to either turn fast user switching on or off.

  1. 🔒 Admin privileges required: Right-click on Windows Terminal and select Run as administrator.
  2. To enable Fast User Switching (turn it on):

    Copy and paste this command, then press Enter:

    reg delete “🗝️HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System” /v HideFastUserSwitching /f

    This is the default setting.

  3. To disable Fast User Switching (turn it off):

    Copy and paste this command, then press Enter:

    reg add “🗝️HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System” /v HideFastUserSwitching /t REG_DWORD /d 1 /f

Summary

Fast user switching in Windows 11 lets everyone stay signed in and switch between accounts without closing programs.

How to quickly switch between users on 🪟 Windows 11?

To switch between users in Windows 11, click the Start button, select your profile icon, and choose the account you want to switch to from the list. Alternatively, press the Windows key + L on your keyboard to lock your screen, then select the desired user account from the login screen.

Does 🪟 Windows 11 have fast user switching?

Yes, Windows 11 includes a Fast User Switching feature that allows multiple users to remain signed into the computer simultaneously. This enables you to switch between different accounts without closing your open applications or signing out, ensuring that your work and internet connections remain exactly where you left them.

How to quickly switch between Windows in 🪟 Windows 11?

To quickly switch between open windows in Windows 11, use the keyboard shortcut Alt+Tab to view and select from your active applications. You can also use the Task View button on the taskbar or press Windows key + Tab to see a thumbnail overview of all your currently open windows.

How to disable fast user switching in Windows?

To turn off fast user switching in Windows 11 Pro, Enterprise, or Education, you can use the Local Group Policy Editor.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

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.

📚 Related Tutorials

How to Use Fast User Switching in Windows 11
Windows How to Use Fast User Switching in Windows 11
How to Switch Between Open Windows in Windows 11
Windows How to Switch Between Open Windows in Windows 11
How to View Local Group Policies that are Configured in Windows 11
Windows How to View Local Group Policies that are Configured in Windows 11
How to Change Windows Terminal Themes
Windows How to Change Windows Terminal Themes

No comments yet — be the first to share your thoughts!

Leave a Comment

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