Quick fix: Edge keyboard shortcuts intercepted by an extension or focus issue. Test in InPrivate window (Ctrl + Shift + N) — shortcuts should work. If yes: a normal-window extension is intercepting. Disable extensions one at a time at edge://extensions/.
Ctrl+T should open a new tab. Ctrl+W should close current tab. Sometimes these stop working in Edge. The cause is usually an extension capturing the shortcut, or a focus issue where the page is intercepting keys.
Affects: Microsoft Edge on Windows 11 (and Windows 10).
Fix time: ~10 minutes.
What causes this
Edge accepts keyboard shortcuts via the browser’s focus state. When a webpage’s content has keyboard focus and the page captures the key with JavaScript, shortcuts go to the page instead of browser. Or an extension globally intercepts. Or focus is on a popup/dialog instead of the main browser area.
Method 1: Test in InPrivate to rule out extensions
The diagnostic step.
- Open Edge. Press
Ctrl + Shift + Nfor InPrivate window. Extensions disabled by default. - Try shortcuts: Ctrl+T (new tab), Ctrl+W (close tab), Ctrl+L (focus address bar).
- If all work in InPrivate: extension(s) in normal window are interfering. Open
edge://extensions/in normal Edge. - Disable extensions one at a time. Test shortcuts after each. The one whose disable restores shortcuts is the culprit.
- Common offenders: Vimium, Tridactyl (vim-style keyboard navigators), Tab Manager extensions, “keyboard shortcut customizer” extensions.
- For confirmed offender: update to latest version (may have bug fix). Or remove if not essential.
This identifies extensions.
Method 2: Reset Edge keyboard shortcut state
For when shortcuts not working in InPrivate either.
- Check Edge’s keyboard shortcut accessibility:
edge://accessibility. Verify keyboard accessibility on. - Reset Edge settings:
edge://settings/reset. Click Restore settings to their default values. Doesn’t affect bookmarks/passwords; clears settings. - Test shortcuts.
- For Edge with custom shortcuts via vendor utility (PowerToys Keyboard Manager): check those settings.
- For PCs with Sticky Keys / Filter Keys active: Settings → Accessibility → Keyboard — toggle off if not needed.
- For shortcuts that work but with delay: not related to Edge specifically. System-wide keyboard input issue.
This is the Edge-specific reset.
Method 3: Check page-level interception
For when shortcuts work on most sites but not specific ones.
- Some sites (Google Docs, web IDEs, games, video players) capture keyboard for their own use.
- For Google Docs: Ctrl+Shift+S opens Save dialog; Ctrl+S triggers Edge’s Save Page As. Confusing. Check Tools → Keyboard shortcuts in Docs.
- For video players: fullscreen players intercept arrow keys, Space (play/pause). Exit fullscreen with Esc to restore Edge shortcuts.
- To force Edge to handle: click the Edge UI (tab bar, address bar) to remove focus from page.
- For developer-mode:
F12opens DevTools. Click in DevTools console to remove focus from page. - For sites that should not intercept but do: report as bug to site developers. Or use browser extension to override (Vimium handles many cases).
This handles page-specific issues.
How to verify the fix worked
- Press Ctrl+T — new tab opens.
- Press Ctrl+W — current tab closes.
- Press Ctrl+L — focus jumps to address bar.
- Press Ctrl+Tab — switches to next tab.
If none of these work
If shortcuts still don’t work: Edge corrupted: Settings → Apps → Installed apps → Microsoft Edge → Modify. Click Repair. Or full reinstall: Settings → Apps → Microsoft Edge → Uninstall (if available; many builds protect Edge from uninstall). Then reinstall via Microsoft Store. Profile-specific issue: switch to a different Edge profile. If shortcuts work: original profile corrupted. Create new profile, migrate bookmarks. System-wide keyboard issue: test Ctrl+C in Notepad. If doesn’t work: keyboard driver issue, not Edge-specific. Update keyboard driver. Last resort — use a different browser temporarily: Chrome, Firefox, Brave. Confirms whether Windows or Edge-specific.
Bottom line: Test InPrivate to rule out extensions. Reset Edge settings if needed. Click Edge UI (not page) to give Edge focus for shortcuts. Page-level interception requires Esc to exit page’s key capture.