Skip to content

How to Change Which Taskbar Shows Apps on Multiple Screens in Windows 11

Richard
Written by
Richard
Mar 12, 2026 Updated Mar 14, 2026 5 min read
How to Change Which Taskbar Shows Apps on Multiple Screens in Windows 11

You can control which taskbar displays app icons on each of your multiple screens in Windows 11 by adjusting taskbar settings.

Windows 11 lets you customize how taskbars behave across your extended desktop. You can decide which screen shows which applications.

This is particularly useful when you have a primary monitor and secondary displays, allowing you to keep your most relevant apps visible on the screen you’re actively using.

For example, you could show all taskbars on every display, or have them only appear on the screen where an app is actually open.

Understanding these settings helps you streamline your workflow across multiple monitors.

⚡ Quick Answer

Open Settings, go to Personalization, then Taskbar. Expand Taskbar behaviors and select your preferred app display option from the dropdown menu. Ensure “Show my taskbar on all displays” is enabled if the option is greyed out.

What is the Taskbar?

The taskbar is the bar usually at the bottom of your screen. It has important icons like the Start menu, Search, Task View (a feature to see all open windows), Widgets, Chat, File Explorer, and your web browser. By default, these icons are centered on the taskbar.

Multiple Displays and Taskbars

Windows lets you put a taskbar on every screen when you use multiple monitors, not just your main one, giving you more control over how you see your apps.

  • Main display: This is where the clock and special icons appear on the taskbar.
  • Other displays: They can also show taskbars, but these usually don’t have the clock or corner icons.

You can choose exactly how the taskbar shows your apps on multiple screens.

How to Choose Where Your Taskbar Shows Apps

You have three main ways to decide where your apps show up on your taskbars when you’re using multiple screens.

  • All taskbars: Apps you pinned or opened appear on every taskbar on all screens.
  • Main taskbar and taskbar where the app is open: Pinned apps only show on the main taskbar. Open apps show on the main taskbar and also on the screen where the app is open.
  • Taskbar where the app is open: Pinned apps only show on the main taskbar. Open apps only show on the screen where the app is open.

Option 1Change Taskbar App Display Using Windows Settings

  1. Press Windows key + I to open Settings.
  2. Click Personalization on the left menu, then select Taskbar on the right.
  3. Scroll down and click on Taskbar behaviors to expand it.
  4. Find the dropdown next to When using multiple displays, show my taskbar apps on.
  5. Choose one of the three options mentioned above:

    All taskbars, Main taskbar and taskbar where window is open, or Taskbar where window is open.
  6. Close Settings when done.
Windows 11 Taskbar settings to hide Task View button.

You can easily change how your taskbar apps appear across multiple displays right in Windows Settings by going to Personalization and then Taskbar.

Windows 11 taskbar display options for multiple monitors settings
Windows 11 taskbar display options for multiple monitors settings

You can easily change how your taskbar apps appear across multiple displays right in Windows Settings by going to Personalization and then Taskbar.

Note: If the option to choose where apps show is greyed out, make sure ‘Show my taskbar on all displays’ is turned on.

Option 2Change Taskbar App Display Using a Batch File

If you prefer, you can use a small script (a batch file) to change these settings quickly without navigating through menus. I’ve provided three options below, each tailored to one of the taskbar app display methods.

Show apps on All taskbars:

🗝️Registry
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /V MMTaskbarEnabled /T REG_DWORD /D 1 /F
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /V MMTaskbarMode /T REG_DWORD /D 0 /F

taskkill /f /im explorer.exe
start explorer.exe

Show pinned apps on main taskbar, open apps on main and open window taskbar:

🗝️Registry
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /V MMTaskbarEnabled /T REG_DWORD /D 1 /F
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /V MMTaskbarMode /T REG_DWORD /D 1 /F

taskkill /f /im explorer.exe
start explorer.exe

Show pinned apps on main taskbar, open apps only on taskbar where window is open:

For advanced users, you can use a simple script to set your taskbar to show pinned apps only on the main screen and open apps only on the screen where they are running.



  1. Open Notepad on your PC.
  2. Copy one of the code blocks and paste it into Notepad.
  3. Save the file with a .bat extension, like change_taskbar.bat. Make sure "Save as type" is set to "All files".
  4. Right-click the saved file and choose Run as administrator.
  5. Your taskbar will restart, and the new setting will apply.

---

Summary

  • Multiple Display Options: You can pick how and where taskbar apps show when using more than one screen.
  • Easy Settings: Change this anytime in the Windows Settings under Personalization > Taskbar.
  • Quick Changes with Scripts: Use batch files to switch settings fast if you prefer.
  • Better Workflow: Adjusting taskbar behavior helps keep your workspace organized and easy to use.
  • Consistent Look: Make sure your taskbars look and act the way you want on all screens.

You have flexible options for how your taskbar apps appear across multiple monitors, which you can easily adjust through Windows Settings or even quick scripts for a more organized workspace.

Why is my taskbar not showing on both monitors?

On all displays, your taskbar will be restored. On the secondary monitor, you'll see the taskbar as well. You can make further customizations if needed.

Why are my taskbar icons only on one monitor?

Taskbar Settings: You can check the taskbar settings by going to Settings > Personalization > Taskbar. Here, you can adjust how the taskbar appears on multiple monitors.

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.

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

Leave a Comment

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

Exit mobile version