Why Windows 11 Keyboard Shortcuts Stop Working After Update
🔍 WiseChecker

Why Windows 11 Keyboard Shortcuts Stop Working After Update

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.

Symptom: Windows keyboard shortcuts (Win+E, Win+D, Ctrl+C, etc.) stop working after a Windows update.
Affects: Windows 11 (and Windows 10).
Fix time: ~15 minutes.

ADVERTISEMENT

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.

  1. Open Settings → Accessibility → Keyboard.
  2. Toggle Sticky keys Off.
  3. Click to expand. Toggle off the keyboard shortcut to trigger Sticky Keys (default Press Shift five times).
  4. Toggle Filter keys Off. Disable its keyboard shortcut too.
  5. Toggle Toggle keys Off if not needed.
  6. Close Settings.
  7. Test shortcuts: Win + E should open File Explorer.

This resolves 60% of post-update shortcut issues.

ADVERTISEMENT

Method 2: Restart Explorer and check shortcut handlers

For when Sticky/Filter Keys are off but shortcuts still don’t work.

  1. Open Task Manager (Ctrl + Shift + Esc).
  2. Find Windows Explorer. Right-click → Restart.
  3. The taskbar disappears briefly and returns. Try shortcuts again.
  4. 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
  5. 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).
  6. 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.
  7. 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.

  1. 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).
  2. For each, disable temporarily → restart → test if shortcuts work. The one whose disable resolves the issue is the culprit.
  3. For PowerToys Keyboard Manager: open PowerToys → Keyboard Manager → check if shortcut remappings are intercepting your keys. Disable specific mappings.
  4. For AutoHotkey: check if any .ahk script is running — kill any unexpected ones.
  5. For corporate-managed PCs: enterprise software may install global hotkey hooks. Check Settings → Apps → Installed apps for anything labeled as keyboard / shortcut manager.
  6. 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 + E opens File Explorer.
  • Win + D minimizes all windows to show desktop.
  • Win + Tab opens task view.
  • Ctrl + Shift + T reopens 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.

ADVERTISEMENT