How to Show All Windows on Alt+Tab Across Desktops
Alt+Tab across desktops in Windows 11 shows all your open applications, no matter which virtual desktop they are on.
The Alt+Tab feature is a quick way to jump between programs you have open on your PC.
Normally, Alt+Tab might only show you the windows from your current virtual desktop. This means you could miss apps running on other desktops.
You can change a setting in Windows 11 to make Alt+Tab show every open window. This useful option lives in the taskbar settings.
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
When you set Alt+Tab to show all desktops, you’ll see every single window you have open, even if it’s on a different virtual desktop. This makes finding and switching to the app you need much quicker, helping you manage your open programs more efficiently.
After completing these steps, you can choose one of the following options:
- 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 SettingsYou can easily make Alt+Tab show all open windows across all your desktops by using the Windows Settings. Open Settings, go to System, then Multitasking, and finally Desktops to find the option that changes 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
You can also make Alt+Tab show all open windows across every desktop by running a command in Windows Terminal as an administrator. This method uses commands in the Terminal to adjust the setting, but it won't work if Administrator protection is enabled.
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
You can change Alt+Tab to show all open windows across all desktops by making a small edit in the Windows Registry. This involves opening the Registry Editor (a system tool for making advanced changes) and navigating to a specific location to change a value that controls 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 you want to configure. You will need to know the SID (Security Identifier) for that account. Your SID is a unique string of numbers that identifies your user profile.
Summary
You've learned three ways to control whether Alt+Tab shows windows from just your current desktop or all your desktops.
Why is my AltTab switching desktops?
Your Alt+Tab might be switching desktops because the Windows setting is turned on to show all open windows from every desktop.
What does Ctrl +Tab do?
Ctrl+Tab usually switches between tabs inside one program, like browser tabs, but it can also switch between different application windows like Alt+Tab.
How do I see all desktops?
You can see all your virtual desktops by pressing the Windows key and Tab together to open Task View.
How do I fix the AltTab glitch?
If your Alt+Tab is acting like a glitch, fixing it usually means changing the setting in Windows to show only windows on your 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!