Skip to content
Follow
Windows

How to Change Alt+Tab Tabs in Windows 11

Richard
Written by
Richard
Apr 10, 2026 5 min read
How to Change Alt+Tab Tabs in Windows 11
How to Change Alt+Tab Tabs in Windows 11

You can change how many recent app tabs appear in Windows 11’s Alt+Tab switcher and Snap Assist feature.

This setting controls whether you see more, fewer, or no previews of open application tabs when multitasking. Windows 11 build 22621.1928 changed the default behavior. Now, it shows the ’20 most recent tabs’ instead of ‘All tabs,’ aiming for a cleaner experience.

By adjusting this, you tailor your multitasking view to suit your workflow. Whether you use Microsoft Edge or other tabbed applications, you decide how many previews are visible.

⚡ Quick Answer

Open Settings, go to System > Multitasking > Desktops, and select your preferred tab count from the dropdown menu. You can choose to show 20, 5, or 3 recent tabs, or disable tabs entirely.

Option One

Change Number of Tabs from Apps to Show when Snapping or Alt+Tab for Your Account Using Settings

You can easily change how many app tabs show up in Windows 11’s Alt+Tab switcher using the Settings app.

  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. Select what you want from the Show tabs from apps when snapping or pressing Alt+Tab drop menu:

    • 20 most recent tabs

    • 5 most recent tabs

    • 3 most recent tabs (default)

    • Don’t show tabs
  5. You can now close Settings.
windows 11 multitasking tile updated
windows 11 multitasking tile updated
Windows 11 Settings showing tabs from apps Alt+Tab option
Windows 11 Settings showing tabs from apps Alt+Tab option

Option Two

Change Number of Tabs from Apps to Show when Snapping or Alt+Tab for Your Account Using Registry

For more control over Windows 11 Alt+Tab tabs, you can use the Registry Editor to change the number of apps shown.

Show 20 most recent tabs from apps when snapping or Alt+Tab

reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v MultiTaskingAltTabFilter /t REG_DWORD /d 0 /f

Show 5 most recent tabs from apps when snapping or Alt+Tab

reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v MultiTaskingAltTabFilter /t REG_DWORD /d 1 /f

Show 3 most recent tabs from apps when snapping or Alt+Tab

This is the default setting.

reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v MultiTaskingAltTabFilter /t REG_DWORD /d 2 /f

Don’t show tabs from apps when snapping or Alt+Tab

reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v MultiTaskingAltTabFilter /t REG_DWORD /d 3 /f

Option Three

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

If you have administrator access on Windows 11 Pro, Enterprise, or Education, you can use the Local Group Policy Editor to set how many Alt+Tab tabs appear for all users.

  1. Open the Local Group Policy Editor for all users, specific users or groups, or all users except administrators, depending on how you want this policy applied.
  2. Navigate to this location in the left pane:

    User Configuration > Administrative Templates > Windows Components > Multitasking

  3. In the right pane, double-click the Configure the inclusion of app tabs into Alt-Tab policy to edit it.
  4. To show tabs:
    • Select Enabled.
    • In the Pressing Alt+Tab shows drop menu, select one of these options:
      • 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
      • Open windows only
    • Click OK.
  5. To use the default user-choice setting:
    • Select Not Configured.
    • Click OK.
  6. You can now close the Local Group Policy Editor.
Windows 11 Multitasking settings for configuring app tabs display
Windows 11 Multitasking settings for configuring app tabs display
Alt+Tab tab display options dropdown menu in Windows 11
Alt+Tab tab display options dropdown menu in Windows 11

Option Four

Change Number of Tabs from Apps to Show when Snapping or Alt+Tab for All Users Using Registry

Administrators can change the number of Windows 11 Alt+Tab tabs shown for all users by using a special registry file.

  1. Click the Download button below to download the registry file you want to use.

    Show 20 most recent tabs from apps when snapping or Alt+Tab for all users


    reg add "[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v MultiTaskingAltTabFilter /t REG_DWORD /d 1 /f

    Show 5 most recent tabs from apps when snapping or Alt+Tab for all users


    reg add "[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v MultiTaskingAltTabFilter /t REG_DWORD /d 2 /f

    Show 3 most recent tabs from apps when snapping or Alt+Tab for all users


    reg add "[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v MultiTaskingAltTabFilter /t REG_DWORD /d 3 /f

    Don’t show tabs from apps when snapping or Alt+Tab for all users


    reg add "[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v MultiTaskingAltTabFilter /t REG_DWORD /d 4 /f

    Default user-choice number of tabs from apps to show when snapping or Alt+Tab


    reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v MultiTaskingAltTabFilter /f

Summary

You’ve learned four ways to control how many app tabs appear in Windows 11’s Alt+Tab switcher: using Settings, editing the registry for your account, using Group Policy for Pro versions, or a registry file for all users.

How do I change the Alt tab settings in 🪟 Windows 11?

You can change your Windows 11 Alt+Tab settings by opening the Settings app (press ⊞ Win+I) and going to System, then Multitasking.

How to fix alt tab glitch in 🪟 Windows 11?

If your Alt+Tab isn’t working right in Windows 11, try restarting Windows Explorer through Task Manager first.

How do I bring back the old Alt Tab switcher on 🪟 Windows 11?

Windows 11 does not provide a native toggle to revert to the classic Windows 10 Alt+Tab interface. The current switcher is integrated into the system shell. You can only customize the behavior of recent app tabs within the Multitasking settings menu to limit or hide the browser tab previews.

Why is Alt Tab not working in 🪟 Windows 11 24H2?

Your Alt+Tab might not be working in Windows 11 24H2 because of old display drivers, other software interfering, or damaged system files.

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 Show All Windows on Alt+Tab Across Desktops
Windows How to Show All Windows on Alt+Tab Across Desktops
How to Enable or Disable Autofill Passwords and Passkeys in Microsoft Edge on Windows 11
Browsers How to Enable or Disable Autofill Passwords and Passkeys in Microsoft Edge on Windows 11
How to Enable or Disable Save Passwords in Microsoft Edge on Windows 11
Browsers How to Enable or Disable Save Passwords in Microsoft Edge on Windows 11
3 Steps to Enable or Disable Microsoft Edge AutoSuggest
Browsers 3 Steps to Enable or Disable Microsoft Edge AutoSuggest

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

Leave a Comment

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