How to Change the Alt+Tab Behavior to Show Apps Only
🔍 WiseChecker

How to Change the Alt+Tab Behavior to Show Apps Only

Quick fix: Open Settings → System → Multitasking. Find Pressing Alt + Tab dropdown. Pick Open windows only (default may be “Open windows and all tabs in Edge”). Alt+Tab now shows only app windows, not browser tabs. For Edge tabs to NOT appear at all in Alt+Tab.

Windows 11’s Alt+Tab can include Microsoft Edge browser tabs as separate items. Useful but cluttered for many tabs. Switch to “Open windows only” for clean app switching.

Symptom: Want Alt+Tab to show apps only, not browser tabs, on Windows 11.
Affects: Windows 11.
Fix time: ~2 minutes.

ADVERTISEMENT

What causes this

Windows 11’s Alt+Tab integrates Microsoft Edge tabs as switchable items by default. Each tab gets a thumbnail. For users with many tabs: Alt+Tab fills with tabs, making app-switching harder. Microsoft added a setting to control this.

Method 1: Configure Alt+Tab dropdown

The standard route.

  1. Open Settings → System → Multitasking.
  2. Find Pressing Alt + Tab dropdown.
  3. Options:
    • Open windows and all tabs in Edge: all tabs visible.
    • Open windows and 5 most recent tabs in Edge: only 5 tabs.
    • Open windows and 3 most recent tabs in Edge: only 3.
    • Open windows only: no Edge tabs in Alt+Tab.
  4. Pick Open windows only.
  5. Press Alt+Tab to test. Only app windows shown.
  6. Edge browser as one window; switch within Edge using Ctrl+Tab.

This is the standard fix.

ADVERTISEMENT

Method 2: Use Win+Tab for Task View

For different switching method.

  1. Win+Tab opens Task View — shows all windows + virtual desktops.
  2. Task View shows: open apps, virtual desktops, recent apps.
  3. Doesn’t include Edge tabs unless configured.
  4. For workflow: Win+Tab for full overview; Alt+Tab for quick recent switch.
  5. For Mac-like Cmd+Tab feel: Microsoft PowerToys → Window Walker module. Type partial app name to switch.
  6. For per-app Alt+Tab in some scenarios: third-party tool like VistaSwitcher or AltDrag.
  7. For old-style Alt+Tab (no thumbnails, just icons): registry tweak forces classic switcher. HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\AltTabSettings = 1 (DWORD). Reboot. (Removed in some Win11 builds.)

This is the alternative switching.

Method 3: Customize per-app focus and keyboard shortcuts

For specific workflows.

  1. For switching to specific app: use Win + [number]. Press Win+1 to focus first taskbar item, Win+2 second, etc.
  2. For multiple windows of same app: Win + [number] cycles through.
  3. For Edge tabs without Alt+Tab clutter: Ctrl+Tab within Edge switches tabs.
  4. For specific tab from URL bar: Ctrl+L to focus URL bar → type partial site name. Edge auto-suggests open tabs.
  5. For programmatic switching: AutoHotkey scripts:
    ; Switch to Edge by name
    WinActivate "ahk_exe msedge.exe"
    ; Switch to Notepad
    WinActivate "ahk_class Notepad"
  6. For multi-monitor: Alt+Tab includes windows from all monitors. To restrict: AltDrag tool can per-monitor.
  7. For minimizing all + selecting: Win+D shows desktop. Win+Shift+M restores.

This is the customization.

How to verify the fix worked

  • Alt+Tab shows only app windows.
  • Browser tabs are not visible in switcher.
  • Edge appears as single window.
  • Other apps switchable normally.

If none of these work

If tabs still show: Setting not applied: sign out / in. For Edge-specific behavior: edge://settings/system → verify Edge tabs option. For multiple Edge profiles: each profile’s tabs may appear. Configure per-profile. For Chrome / Firefox: do not appear in Alt+Tab by default. Only Edge has this integration. For multiple monitors: Alt+Tab is system-wide; covers all monitors. For specific accessibility: Windows + arrow keys for snap, etc., for app management. For Insider builds: settings may move. Check current build documentation. For chronic Alt+Tab issues: explorer.exe issue. Restart Explorer. Or sfc /scannow.

Bottom line: Settings → System → Multitasking → Pressing Alt + Tab dropdown → Open windows only. Edge tabs no longer appear in Alt+Tab. Use Ctrl+Tab within Edge for tabs.

ADVERTISEMENT