Follow
Windows

How to Show All Open Windows on Taskbar on All Desktops in Windows 11

Richard
Written by
Richard
Apr 6, 2026 5 min read
How to Show All Open Windows on Taskbar on All Desktops in Windows 11

You can display all open windows on your Windows 11 taskbar across all virtual desktops by adjusting a specific setting in Taskbar behaviors.

This allows you to see every application, regardless of which virtual desktop you are currently using. It’s a powerful way to manage your workspace, especially if you juggle many programs simultaneously.

By default, Windows 11 often hides windows not on your active virtual desktop. This guide helps you change that behavior.

Why This Matters

Task View (Win+Tab) is a virtual desktop manager. It helps you switch quickly between all your open apps on multiple desktops. This makes multitasking easier and keeps your work organized.

You can virtual desktops to group apps for productivity, entertainment, or whatever you choose. Multiple desktops are great for keeping unrelated projects organized. They also help you quickly switch desktops before a meeting.

What Happens When Done

By default, Windows shows all open windows on the taskbar only on your current desktop.

If you change this setting, you can see all open windows on the taskbar on all desktops.

On all desktops = Windows open on all desktops will show on the taskbar for every desktop. You can quickly switch between any windows with a simple click on the icon. If the window is on a different desktop, Windows will switch to that desktop automatically.

Only on the desktop I’m using = Windows open on other virtual desktops will not show on your current taskbar. You will need to use Alt+Tab, Ctrl+Alt+Tab, or Task View (Win+Tab) to switch between open windows on other desktops.

Option One

Show All Open Windows on Taskbar Using Settings

  1. Open Settings (Win+I).
  2. Click on System on the left side. Then click on Multitasking on the right side.

     Open Mulitasking Settings

  3. Click on Desktops on the right side to expand it.
  4. Select On all desktops or Only on the desktop I’m using (default) from the “On the taskbar, show all the open windows” dropdown menu.
  5. You can now close Settings if you like.
windows 11 system multitasking tile updated
windows 11 system multitasking tile updated
Windows 11 Settings Multitasking taskbar window display option

Option Two

Show All Open Windows on Taskbar Using Registry

⚠️ Admin Required: This option will not work when Administrator protection is turned on.

Open the Windows Terminal app as an administrator and run the command below.

Show All Open Windows on Taskbar “On all desktops”

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v VirtualDesktopTaskbarFilter /t REG_DWORD /d 0 /f

Show All Open Windows on Taskbar “Only on the desktop I’m using”

This is the default setting.

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v VirtualDesktopTaskbarFilter /t REG_DWORD /d 1 /f

Option Three

Show All Open Windows on Taskbar Using Registry Editor

  1. ⚠️ Admin Required: Open Registry Editor (regedit.exe).
  2. Navigate to the key location below in the left pane of Registry Editor.

    HKEY_USERS\<SID>\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced


    Substitute <SID> in the key path above with the actual SID for the account you want to change. For example: HKEY_USERS\S-1-5-21-2398723747-3920169192-1191725819-1001\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

  3. In the right pane of the Advanced key, double-click on VirtualDesktopTaskbarFilter DWORD to modify it.
  4. Enter 0 (“On all desktops”) or 1 (“Only on the desktop I’m using” – default) for what you want. Then click OK.
  5. Either restart the explorer process, sign out and sign in, or restart your computer to apply the change.
  6. You can now close Registry Editor if you like.
Registry editor showing taskbar open windows configuration setting

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 SID of the person’s account.

Summary

Windows 11 lets you control how open windows appear on your taskbar across virtual desktops. You have three ways to make this change: through Settings (easiest), using a REG file, or through Registry Editor (most advanced). Choose the method that works best for you. Once changed, you can quickly access windows from any virtual desktop without switching desktops first.

How do I get the classic taskbar back on Windows 11?

Windows 11 does not natively support the classic taskbar from Windows 10. To achieve a similar look, you can left-align your icons via Settings > Personalization > Taskbar > Taskbar behaviors. For a fully classic experience, third-party tools like ExplorerPatcher or StartAllBack are required to modify the system interface.

How to view virtual desktops in Windows 11?

To view virtual desktops in Windows 11, click the Task View icon on your taskbar, which looks like two overlapping rectangles. Alternatively, press the Windows key + Tab on your keyboard. This opens the interface where you can see, create, rename, or delete your active virtual desktops and open apps.

What is Microsoft replacing RDP with?

Microsoft is not replacing Remote Desktop Protocol (RDP) but is evolving its remote access strategy through Windows 365 and Azure Virtual Desktop. These cloud-based services utilize RDP technology to provide secure, scalable virtualized environments, shifting the focus from traditional on-premises server management to modern, cloud-managed desktop-as-a-service solutions for enterprise users.

What is the point of having multiple desktops on Windows 11?

Multiple desktops on Windows 11 allow you to organize your workspace by grouping related apps and tasks. You can dedicate one desktop to work projects, another to personal tasks, and a third to entertainment. This separation reduces clutter, improves focus, and makes switching between different project contexts significantly faster and easier.

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 Multiple Virtual Desktops in Windows 11
Windows How to Use Multiple Virtual Desktops in Windows 11
How to Show All Windows on Alt+Tab Across Desktops
Windows How to Show All Windows on Alt+Tab Across Desktops
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
Enable Shield Icon in Windows Terminal Admin Mode
Windows Enable Shield Icon in Windows Terminal Admin Mode

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

Leave a Comment

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