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.
Affects: Windows 11.
Fix time: ~2 minutes.
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.
- Open Settings → System → Multitasking.
- Find Pressing Alt + Tab dropdown.
- 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.
- Pick Open windows only.
- Press Alt+Tab to test. Only app windows shown.
- Edge browser as one window; switch within Edge using Ctrl+Tab.
This is the standard fix.
Method 2: Use Win+Tab for Task View
For different switching method.
- Win+Tab opens Task View — shows all windows + virtual desktops.
- Task View shows: open apps, virtual desktops, recent apps.
- Doesn’t include Edge tabs unless configured.
- For workflow: Win+Tab for full overview; Alt+Tab for quick recent switch.
- For Mac-like Cmd+Tab feel: Microsoft PowerToys → Window Walker module. Type partial app name to switch.
- For per-app Alt+Tab in some scenarios: third-party tool like VistaSwitcher or AltDrag.
- 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.
- For switching to specific app: use Win + [number]. Press Win+1 to focus first taskbar item, Win+2 second, etc.
- For multiple windows of same app: Win + [number] cycles through.
- For Edge tabs without Alt+Tab clutter: Ctrl+Tab within Edge switches tabs.
- For specific tab from URL bar: Ctrl+L to focus URL bar → type partial site name. Edge auto-suggests open tabs.
- For programmatic switching: AutoHotkey scripts:
; Switch to Edge by name WinActivate "ahk_exe msedge.exe" ; Switch to Notepad WinActivate "ahk_class Notepad" - For multi-monitor: Alt+Tab includes windows from all monitors. To restrict: AltDrag tool can per-monitor.
- 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.