Skip to content
Follow
Windows

How to Show All Windows on Alt+Tab Across Desktops

Richard
Written by
Richard
Apr 6, 2026 Updated Apr 7, 2026 4 min read
How to Show All Windows on Alt+Tab Across Desktops
How to Show All Windows on Alt+Tab Across Desktops

You can show all open windows across all your virtual desktops using the Alt+Tab switcher in Windows 11.

The Alt+Tab shortcut is a built-in Windows feature that lets you quickly switch between your open applications. By default, it might only show windows from your current desktop.

This guide shows you how to make Windows 11 display every open window, no matter which virtual desktop it’s on, when you press Alt+Tab or Ctrl+Alt+Tab.

Enabling this setting ensures you never miss an open application, even if it’s on a different desktop space.

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

Why This Matters

Using multiple desktops in Windows helps you keep your work organized by letting you switch between different sets of apps easily.

What Happens When Done

When you change the Alt+Tab setting, you decide if it shows only windows on your current desktop or all windows across all your desktops.

After completing these steps, you can choose one of two 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

You can change the Alt+Tab setting to show all open windows by going into Windows Settings.
  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

To make Alt+Tab show all open windows across all desktops using Windows Terminal, you’ll need to run a specific command as an administrator.

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

Changing the Alt+Tab behavior to show all open windows can also be done by editing the Windows Registry.

  1. Open Registry Editor by typing regedit.exe in your search bar.
  2. Navigate to this location in the left pane:

    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 you want to configure. You will need to know the Security Identifier (SID) 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 is switching desktops because the Windows setting is likely 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?

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 *