Skip to content
Follow
Windows

How to Show All Windows on Alt+Tab Across Desktops

Richard
Written by
Richard
Apr 6, 2026 Updated Aug 12, 2026 4 min read
How to Show All Windows on Alt+Tab Across Desktops
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.

⚡ Quick Answer

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 Settings

The 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.

  1. Open Settings by pressing Win+I.
  2. Click System on the left side. Then click Multitasking on the right side.
  3. Click Desktops on the right side to expand it.
  4. 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).
  5. Close Settings.
windows 11 system multitasking tile updated
windows 11 system multitasking tile updated
Windows 11 Settings showing Alt+Tab window switching options
Windows 11 Settings showing Alt+Tab window switching options

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.

⚠️Warning
This option will not work when Administrator protection is turned on.

Open Windows Terminal as an administrator and run one of the commands below.

To show all windows on all desktops:

🗝️Registry
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):

🗝️Registry
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.

  1. Open Registry Editor by typing regedit.exe in your search bar.
  2. Navigate to this location in the left pane:
    📝Good to Know
    HKEY_USERS\<SID>\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

    Replace <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

  3. In the right pane, find VirtualDesktopAltTabFilter. Double-click it to edit it.
  4. Enter 0 (for "On all desktops") or 1 (for "Only on the desktop I'm using" - default). Click OK.
  5. Restart the explorer process, sign out and sign back in, or restart your computer to apply the changes.
  6. Close Registry Editor.
Registry editor displaying Alt+Tab desktop window configuration settings
Registry editor displaying Alt+Tab desktop window configuration settings

To find your SID, use the steps below:

Copy and paste the command below into PowerShell. Press Enter.

PowerShell
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?

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 Hide Task View on Windows 11 Taskbar
Windows How to Hide Task View on Windows 11 Taskbar
How to Add or Remove Xbox Mode in Task View on Windows 11
Windows How to Add or Remove Xbox Mode in Task View on Windows 11
How to Show All Open Windows on Taskbar on All Desktops in Windows 11
Windows How to Show All Open Windows on Taskbar on All Desktops in Windows 11
How to Switch Between Compact and Expanded View using Phone Link on Windows 11
Windows How to Switch Between Compact and Expanded View using Phone Link on Windows 11

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

Leave a Comment

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