How to Show All Windows on Alt+Tab Across Desktops
Showing all open windows on Alt+Tab across virtual desktops in Windows 11 lets you see every running app no matter which desktop you put it on. By default, pressing Alt+Tab only shows apps on your active desktop, which hides your other work.
You can change this in the Settings app under System Multitasking so Alt+Tab displays every window across all your desktops at once.
Open Settings , go to System, then Multitasking, and expand Desktops. Select “On all desktops” from the “Show all the open windows when I press Alt+Tab” dropdown menu.
What Happens When Done
Once configured, pressing Alt+Tab reveals every active window across every virtual desktop simultaneously. Finding and switching to the required app happens much quicker, helping manage open programs with greater efficiency.
After completing these steps, the following options become available:
- All desktops = All windows open on every desktop will show. You can quickly switch to any window. If the window is on a different desktop, you will automatically switch to that desktop.
- Only on the desktop I’m using = Only windows on your current desktop will show. Windows on other desktops won’t appear. You’ll need to use Task View to switch between them.
Option One
Show All Open Windows Using Settings
Option 1: Show All Open Windows Via SettingsThe Settings app provides a quick toggle to pull windows from every virtual desktop into your Alt+Tab view. Open Settings , navigate to System, select Multitasking, and open Desktops to locate the option controlling this behavior.
- Open Settings by pressing Win+I.
- Click System on the left side. Then click Multitasking on the right side.
- Click Desktops on the right side to expand it.
- In the “Show all the open windows when I press Alt+Tab” dropdown, select On all desktops or Only on the desktop I’m using (default).
- Close Settings.


Option Two
Show All Open Windows Using Windows Terminal
Running a command in Windows Terminal with administrator privileges configures Alt+Tab to show all open windows across every desktop. This method utilizes Terminal commands to adjust the preference, though it fails to function when Administrator protection is active.
Open Windows Terminal as an administrator and run one of the commands below.
To show all windows on all desktops:
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v VirtualDesktopAltTabFilter /t REG_DWORD /d 0 /f
To show only windows on your current desktop (default):
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v VirtualDesktopAltTabFilter /t REG_DWORD /d 1 /f
Option Three
Show All Open Windows Using Registry Editor
Modifying the Windows Registry updates Alt+Tab behavior across all desktops. This process requires opening the Registry Editor (a system tool for making advanced changes) and navigating to a specific location to adjust the value controlling Alt+Tab.
- Open Registry Editor by typing
regedit.exein your search bar. - Navigate to this location in the left pane:📝Good to Know
HKEY_USERS\<SID>\Software\Microsoft\Windows\CurrentVersion\Explorer\AdvancedReplace
<SID>with the actual SID for your account. For example:HKEY_USERS\S-1-5-21-2398723747-3920169192-1191725819-1001\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced - In the right pane, find VirtualDesktopAltTabFilter. Double-click it to edit it.
- Enter 0 (for "On all desktops") or 1 (for "Only on the desktop I'm using" - default). Click OK.
- Restart the explorer process, sign out and sign back in, or restart your computer to apply the changes.
- Close Registry Editor.

To find your SID, use the steps below:
Copy and paste the command below into PowerShell. Press Enter.
Get-WmiObject win32_useraccount | Select name,sid
Find the SID (example: “S-1-5-21-2398723747-3920169192-1191725819-1001”) for the account requiring configuration. Determining the SID (Security Identifier) for that account remains necessary. This unique string of numbers identifies the user profile.
Summary
Three methods now exist for controlling whether Alt+Tab displays windows from the current desktop or all desktops combined.
Why is my AltTab switching desktops?
Alt+Tab switches desktops because the Windows configuration is set to display all open windows from every desktop.
What does Ctrl +Tab do?
Ctrl+Tab switches between tabs inside a single program, such as browser tabs, but functions similarly to Alt+Tab in certain application windows.
How do I see all desktops?
Pressing the Windows key and Tab simultaneously opens Task View, revealing all active virtual desktops.
How do I fix the AltTab glitch?
Resolving unexpected Alt+Tab behavior requires updating the Windows configuration to display only windows on the current desktop.
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!