System Change Number of Tabs from Apps to Show when Snapping or Alt+Tab in Windows 11


  • Staff
Alt+Tab_banner.png

This tutorial will show you how to enable or disabling showing tabs from apps when snapping or pressing ALT+TAB for your account, specific users, or all users in Windows 11.

You can press the Alt + Tab or Ctrl + Alt + Tab keys to switch between open windows in Windows 11.

You can change how many recent tabs from apps show when snapping or pressing Alt+Tab.

Starting with Windows 11 build 22563, there is now support for Microsoft Edge tabs in snap assist and Alt+Tab.

Starting with Windows 11 build 22621.1928, All tabs has been replaced by 20 most recent tabs to show tabs in Alt+Tab and Snap Assist.

Reference:


Contents

  • Option One: Change Number of Tabs from Apps to Show when Snapping or Alt+Tab for Current User in Settings
  • Option Two: Change Number of Tabs from Apps to Show when Snapping or Alt+Tab for Current User using REG file
  • Option Three: Change Number of Tabs from Apps to Show when Snapping or Alt+Tab for All or Specific Users in Local Group Policy Editor
  • Option Four: Change Number of Tabs from Apps to Show when Snapping or Alt+Tab for All Users using REG file


EXAMPLE: Alt+Tab

Alt+Tab.jpg





Option One

Change Number of Tabs from Apps to Show when Snapping or Alt+Tab for Current User in Settings


1 Open Settings (Win+I).

2 Click/tap on System on the left side, and click/tap on Mulitasking on the right side. (see screenshot below)


Alt+Tab_Settings-1.png

3 Click/tap on Desktops on the right side to expand it open. (see left screenshot below)

4 Select what you want below in the Show tabs from apps when snapping or pressing Alt + Tab drop menu. (see screenshots below)
  • 20 most recent tabs
  • 5 most recent tabs
  • 3 most recent tabs (default)
  • Don't show tabs
Alt+Tab_Settings-2.png

5 You can now close Settings if you like.




Option Two

Change Number of Tabs from Apps to Show when Snapping or Alt+Tab for Current User using REG file


1 Click/tap on the Download button below to download the REG file you want to use.

 Show_20_most_recent_tabs_from_apps_when_snapping_or_Alt+Tab.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"MultiTaskingAltTabFilter"=dword:00000000


 Show_5_most_recent_tabs_from_apps_when_snapping_or_Alt+Tab.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"MultiTaskingAltTabFilter"=dword:00000001


 Show_3_most_recent_tabs_from_apps_when_snapping_or_Alt+Tab.reg

This is the default setting.



(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"MultiTaskingAltTabFilter"=dword:00000002


 Dont_show_tabs_from_apps_when_snapping_or_Alt+Tab.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"MultiTaskingAltTabFilter"=dword:00000003

2 Double click/tap on the downloaded .reg file to merge it.

3 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

4 You can now delete the downloaded .reg file if you like.




Option Three

Change Number of Tabs from Apps to Show when Snapping or Alt+Tab for All or Specific Users in Local Group Policy Editor


You must be signed in as an administrator to use this option.

The Local Group Policy Editor is only available in the Windows 11 Pro, Enterprise, and Education editions.

All editions can use Option Four to configure the same policy.


1 Open the all users, specific users or groups, or all users except administrators Local Group Policy Editor for how you want this policy applied.

2 Navigate to the policy location below in the left pane of the Local Group Policy Editor. (see screenshot below)

User Configuration > Administrative Templates > Windows Components > Multitasking

Tabs_in_ALT+TAB_gpedit-1.png

3 In the right pane of Multitasking in the Local Group Policy Editor, double click/tap on the Configure the inclusion of app tabs into Alt-Tab policy to edit it. (see screenshot above)

4 Do step 5 (change) or step 6 (default) below for what you want.

5 Change Number of Tabs from Apps to Show when Snapping or Alt+Tab

This will override and gray out Option One and Option Two.


A) Select (dot) Enabled. (see screenshot below)​

C) Select Open windows and 20 most recent tabs in apps, Open windows and 5 most recent tabs in apps, Open windows and 3 most recent tabs in apps, or Open windows only for what you in the Pressing Alt + Tab shows drop menu.​

D) Click/tap on OK, and go to step 7.​

Tabs_in_ALT+TAB_gpedit-3.png

6 Default User-choice Number of Tabs from Apps to Show when Snapping or Alt+Tab

This is the default setting to allow using Option One and Option Two.


A) Select (dot) Not Configured. (see screenshot below)​

B) Click/tap on OK, and go to step 7.​

Tabs_in_ALT+TAB_gpedit-2.png

7 You can now close the Local Group Policy Editor if you like.




Option Four

Change Number of Tabs from Apps to Show when Snapping or Alt+Tab for All Users using REG file


You must be signed in as an administrator to use this option.


1 Click/tap on the Download button below to download the REG file you want to use.

 Show_20_most_recent_tabs_from_apps_when_snapping_or_Alt+Tab_for_all_users.reg

This will override and gray out Option One and Option Two.



(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer]
"MultiTaskingAltTabFilter"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer]
"MultiTaskingAltTabFilter"=dword:00000001


 Show_5_most_recent_tabs_from_apps_when_snapping_or_Alt+Tab_for_all_users.reg

This will override and gray out Option One and Option Two.



(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer]
"MultiTaskingAltTabFilter"=dword:00000002

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer]
"MultiTaskingAltTabFilter"=dword:00000002


 Show_3_most_recent_tabs_from_apps_when_snapping_or_Alt+Tab_for_all_users.reg

This will override and gray out Option One and Option Two.



(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer]
"MultiTaskingAltTabFilter"=dword:00000003

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer]
"MultiTaskingAltTabFilter"=dword:00000003


 Dont_show_tabs_from_apps_when_snapping_or_Alt+Tab_for_all_users.reg

This will override and gray out Option One and Option Two.



(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer]
"MultiTaskingAltTabFilter"=dword:00000004

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer]
"MultiTaskingAltTabFilter"=dword:00000004


 Default_user-choice_number_of_tabs_from_apps_to_show_when_snapping_or_Alt+Tab.reg

This is the default setting to allow using Option One and Option Two.



(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer]
"MultiTaskingAltTabFilter"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer]
"MultiTaskingAltTabFilter"=-

2 Double click/tap on the downloaded .reg file to merge it.

3 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

4 You can now delete the downloaded .reg file if you like.


That's it,
Shawn Brink


 

Attachments

  • Alt+Tab.png
    Alt+Tab.png
    15.6 KB · Views: 151
  • Dont_show_tabs_from_apps_when_snapping_or_Alt+Tab.reg
    760 bytes · Views: 5
  • Show_3_most_recent_tabs_from_apps_when_snapping_or_Alt+Tab.reg
    760 bytes · Views: 9
  • Show_5_most_recent_tabs_from_apps_when_snapping_or_Alt+Tab.reg
    768 bytes · Views: 6
  • Show_20_most_recent_tabs_from_apps_when_snapping_or_Alt+Tab.reg
    768 bytes · Views: 9
  • Default_user-choice_number_of_tabs_from_apps_to_show_when_snapping_or_Alt+Tab.reg
    840 bytes · Views: 4
  • Dont_show_tabs_from_apps_when_snapping_or_Alt+Tab_for_all_users.reg
    892 bytes · Views: 7
  • Show_3_most_recent_tabs_from_apps_when_snapping_or_Alt+Tab_for_all_users.reg
    892 bytes · Views: 6
  • Show_5_most_recent_tabs_from_apps_when_snapping_or_Alt+Tab_for_all_users.reg
    900 bytes · Views: 7
  • Show_20_most_recent_tabs_from_apps_when_snapping_or_Alt+Tab_for_all_users.reg
    892 bytes · Views: 9
Last edited:
Oh. That one. Of course. I actually used it in our experiments upthread. Thanks for the reminder.
 

My Computer

System One

  • OS
    Windows 11 Pro 64-bit 23H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Self build
    CPU
    Intel Core i9-13900K
    Motherboard
    ASUS Z790-Plus WiFi TUF Gaming
    Memory
    4x32G Corsair Vengeance RGB DDR5 6000MHz
    Graphics Card(s)
    MSI/NVidia GeForce RTX 4070 Gaming X Trio 12G GDDR6X + built into motherboard Intel UHD Graphics
    Sound Card
    Built into graphics card + built into motherboard Realtek Audio
    Monitor(s) Displays
    Both connected to the NVidia adapter - Primary: Dell SE2417HGX 23" diagonal connected via HDMI-to-DisplayPort dongle, Secondary: Toshiba TV 32" diagonal connected via HDMI through Onkyo TX-NR717 surround receiver
    Screen Resolution
    1920x1080 on each monitor
    Hard Drives
    Samsung 970 EVO Plus NVMe M.2 2T
    6xSATA-to-USB 3.0 Fideco external enclosures holding SATA drives of various brands & sizes 1x20T, 2x18T, 2x6T, 1x500G, all connected to a multi-port USB hub
    For backups: USB 3.0 HDDs of various brands & sizes 1x20T, 2x4T, 1x1T + SSDs of various brands & sizes 2x480G, 1x1T, all connected to another multi-port USB hub, powered on only while actually performing backups & (may it never happen) restores
    PSU
    MSI MPG A1000G PCIe5 1000W, TrippLite Smart1500TSU 1200W UPS for the main system, TrippLite ECO850LCD 850W UPS for the DASD & my Internet connectivity boxes (no reason to throw out legacy equipment that stil works fine)
    Case
    Fractal North
    Cooling
    DeepCool AK620 CPU cooler (air, 2 fans), 2 case fans, 1 fan in PSU, 3 fans in graphics adapter
    Keyboard
    Cherry MX 11900 USB (wired)
    Mouse
    Touchpad built into the keyboard
    Internet Speed
    500Mbps via Spectrum cable TV/cell phone bundle
    Browser
    Firefox
    Antivirus
    Built into Windows 11
@dacrone In post #28 upthread you recommended Alt Tab Thingy to me. I am finding that about once or twice a day it just mysteriously crashes. When it does, it causes whatever File Explorer windows I have open to close, and it scrambles the programs on my Taskbar. I use Win+<digit> a lot to navigate to my open applications, probably even more than I use Alt+Tab. I rely on certain apps being in certain positions on my Taskbar. I can't have something regularly screwing up my operating environment. At least it hasn't been crashing my system, but it's just not reliable. I have uninstalled it.
 

My Computer

System One

  • OS
    Windows 11 Pro 64-bit 23H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Self build
    CPU
    Intel Core i9-13900K
    Motherboard
    ASUS Z790-Plus WiFi TUF Gaming
    Memory
    4x32G Corsair Vengeance RGB DDR5 6000MHz
    Graphics Card(s)
    MSI/NVidia GeForce RTX 4070 Gaming X Trio 12G GDDR6X + built into motherboard Intel UHD Graphics
    Sound Card
    Built into graphics card + built into motherboard Realtek Audio
    Monitor(s) Displays
    Both connected to the NVidia adapter - Primary: Dell SE2417HGX 23" diagonal connected via HDMI-to-DisplayPort dongle, Secondary: Toshiba TV 32" diagonal connected via HDMI through Onkyo TX-NR717 surround receiver
    Screen Resolution
    1920x1080 on each monitor
    Hard Drives
    Samsung 970 EVO Plus NVMe M.2 2T
    6xSATA-to-USB 3.0 Fideco external enclosures holding SATA drives of various brands & sizes 1x20T, 2x18T, 2x6T, 1x500G, all connected to a multi-port USB hub
    For backups: USB 3.0 HDDs of various brands & sizes 1x20T, 2x4T, 1x1T + SSDs of various brands & sizes 2x480G, 1x1T, all connected to another multi-port USB hub, powered on only while actually performing backups & (may it never happen) restores
    PSU
    MSI MPG A1000G PCIe5 1000W, TrippLite Smart1500TSU 1200W UPS for the main system, TrippLite ECO850LCD 850W UPS for the DASD & my Internet connectivity boxes (no reason to throw out legacy equipment that stil works fine)
    Case
    Fractal North
    Cooling
    DeepCool AK620 CPU cooler (air, 2 fans), 2 case fans, 1 fan in PSU, 3 fans in graphics adapter
    Keyboard
    Cherry MX 11900 USB (wired)
    Mouse
    Touchpad built into the keyboard
    Internet Speed
    500Mbps via Spectrum cable TV/cell phone bundle
    Browser
    Firefox
    Antivirus
    Built into Windows 11
Tutorial updated to add options 3 and 4 for all users. :alien:
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    8TB WD MyCloudEX2Ultra NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Logitech wireless K800
    Mouse
    Logitech MX Master 3
    Internet Speed
    1 Gbps Download and 35 Mbps Upload
    Browser
    Google Chrome
    Antivirus
    Microsoft Defender and Malwarebytes Premium
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    APC SMART-UPS RT 1000 XL - SURT1000XLI,
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    HP Spectre x360 2in1 14-eu0098nr (2024)
    CPU
    Intel Core Ultra 7 155H 4.8 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Graphics card(s)
    Integrated Intel Arc
    Sound Card
    Poly Studio
    Monitor(s) Displays
    14" 2.8K OLED multitouch
    Screen Resolution
    2880 x 1800
    Hard Drives
    2 TB PCIe NVMe M.2 SSD
    Internet Speed
    Intel Wi-Fi 7 BE200 (2x2) and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Windows Defender and Malwarebytes Premium
Back
Top Bottom