Quick fix: A Windows update may have re-enabled Sticky Keys or Filter Keys — press Shift 5 times rapidly to cycle Sticky Keys; hold Right Shift 8 seconds to toggle Filter Keys. Disable both in Settings → Accessibility → Keyboard. Also check that Game Bar and other apps aren’t capturing common shortcuts.
You used to use Win+E for File Explorer, Win+D for desktop, Ctrl+Shift+T for recent tabs. After a Windows update, some or all stop working. The cause is usually one of: accessibility features (Sticky Keys, Filter Keys) re-enabled, a system service that captures shortcuts is broken, or a third-party app installed at startup is consuming them.
Affects: Windows 11 (and Windows 10).
Fix time: ~15 minutes.
What causes this
Keyboard shortcuts in Windows are handled by several layers: Win+X / Win+E / system shortcuts handled by Explorer.exe. App shortcuts (Ctrl+C, Ctrl+V) are app-specific but the OS dispatches keystroke events. Accessibility features (Sticky Keys, Filter Keys, Mouse Keys) intercept key events for accessibility users. Third-party apps (auto-hotkey scripts, gaming software, screen recorders) can hook key events.
A Windows update can: re-enable accessibility features you previously disabled, break Explorer’s shortcut handlers, or install new components that consume shortcuts.
Method 1: Disable Sticky Keys and Filter Keys
The most common culprit.
- Open Settings → Accessibility → Keyboard.
- Toggle Sticky keys Off.
- Click to expand. Toggle off the keyboard shortcut to trigger Sticky Keys (default Press Shift five times).
- Toggle Filter keys Off. Disable its keyboard shortcut too.
- Toggle Toggle keys Off if not needed.
- Close Settings.
- Test shortcuts:
Win + Eshould open File Explorer.
This resolves 60% of post-update shortcut issues.
Method 2: Restart Explorer and check shortcut handlers
For when Sticky/Filter Keys are off but shortcuts still don’t work.
- Open Task Manager (
Ctrl + Shift + Esc). - Find Windows Explorer. Right-click → Restart.
- The taskbar disappears briefly and returns. Try shortcuts again.
- For deeper reset: open Terminal (Admin) and run:
taskkill /f /im explorer.exe del /f /q %LocalAppData%\Microsoft\Windows\Explorer\thumbcache_*.db start explorer.exe - Check that Win key isn’t locked: some gaming keyboards have a Game Mode button that disables the Windows key. Check the keyboard’s manual for the Game Mode key combo (often Fn+F11 or similar).
- Check Settings → Gaming → Xbox Game Bar. If overlay is enabled and you press shortcut combos that overlap (Win+G specifically), Game Bar captures them. Toggle off Xbox Game Bar if not used.
- For Windows Hotkey service: open
services.msc→ find HotKey Service or Human Interface Device Service. Ensure Running.
This handles the case where the shortcut handler subsystem is broken.
Method 3: Identify and disable third-party shortcut capture
For when system-level shortcuts work but specific ones (Ctrl+Shift+T, Alt+Tab) are intercepted by apps.
- Open Task Manager → Startup apps. Look for apps that might capture shortcuts: AutoHotkey scripts, screen recording software (OBS, Camtasia), gaming software (Razer Synapse, Logitech G Hub), keyboard utilities (PowerToys, SharpKeys).
- For each, disable temporarily → restart → test if shortcuts work. The one whose disable resolves the issue is the culprit.
- For PowerToys Keyboard Manager: open PowerToys → Keyboard Manager → check if shortcut remappings are intercepting your keys. Disable specific mappings.
- For AutoHotkey: check if any .ahk script is running — kill any unexpected ones.
- For corporate-managed PCs: enterprise software may install global hotkey hooks. Check Settings → Apps → Installed apps for anything labeled as keyboard / shortcut manager.
- For gaming keyboards: open the keyboard’s management software (Corsair iCUE, Logitech G Hub). Check if macros are mapped to your usual shortcut keys.
This handles the “app stole my shortcut” case.
How to verify the fix worked
Win + Eopens File Explorer.Win + Dminimizes all windows to show desktop.Win + Tabopens task view.Ctrl + Shift + Treopens last closed tab in browser.- All standard shortcuts work as expected.
If none of these work
If shortcuts still don’t work after disabling accessibility features and restarting Explorer, deeper troubleshooting. Sign in to a different user account: if shortcuts work in another user, the issue is your user profile. Sign back in to yours and try resetting user-specific keyboard settings. Reset Windows keyboard input: Settings → Time & language → Typing → Advanced keyboard settings. Reset any custom input method overrides. Check Group Policy: corporate PCs may have keyboard shortcut restrictions. Run gpresult /h C:\gpresult.html — look for Keyboard or Input Method policies. For keyboards with hardware media keys: some hardware sends scan codes that conflict with Windows shortcuts. Use the keyboard manufacturer’s utility to remap or disable conflicting media keys. Last resort — Reset Windows: if shortcuts are fundamentally broken, Settings → System → Recovery → Reset this PC → Keep my files. Refreshes Windows including the input subsystem.
Bottom line: Most post-update shortcut issues are Sticky Keys or Filter Keys re-enabled. Disable in Settings → Accessibility → Keyboard. Restart Explorer if needed. Check for third-party apps capturing shortcuts.