How to Completely Disable ‘Sticky Keys’ via Group Policy in Windows 11

Sticky Keys is an accessibility feature in Windows designed to assist users who have difficulty holding down multiple keys simultaneously (such as Ctrl + Alt + Del). When enabled, a user can press modifier keys one at a time. By default, Sticky Keys is activated if a user rapidly presses the Shift key five times in a row. While vital for accessibility, this activation shortcut is notoriously problematic for gamers, programmers, and fast typists who frequently tap the Shift key, resulting in a sudden, disruptive pop-up dialog that pulls focus away from the active application. In corporate or lab environments where standard keyboards are used and accessibility requirements are handled differently, the sudden Sticky Keys prompt is a persistent annoyance.

This guide explains how to completely disable Sticky Keys and its activation shortcut system-wide using the Group Policy Editor in Windows 11.

Disable Sticky Keys via Group Policy

To enforce a strict block that disables the feature entirely and prevents users from accidentally triggering the “five-shift” shortcut, we must deploy an administrative template. Note that this requires Windows 11 Pro, Enterprise, or Education editions.

  1. Log into Windows 11 with an Administrator account.
  2. Press the Windows Key + R to open the Run dialogue box.
  3. Type gpedit.msc and press Enter to launch the Local Group Policy Editor.
  4. In the left-hand navigation pane, strictly follow this exact path:
    Computer Configuration > Administrative Templates > Windows Components > Ease of Access
  5. In the right-hand pane, locate the policy named Turn off Sticky Keys. (Note: Depending on your ADMX template versions, this might also be located under User Configuration > Administrative Templates > Windows Components > Accessibility features, but the Computer-level policy is preferred for global lockdown).
  6. Double-click the policy to open its configuration window.
  7. Select the radio button next to Enabled. (Enabling this policy turns the feature off).
  8. Click Apply, then click OK.

Verify the UI Behavior

To enforce the change immediately across the system, open an elevated Command Prompt and execute gpupdate /force.

To verify the restriction is active, return to your desktop and rapidly press the Shift key five times in succession. Previously, this would trigger a high-pitched beep and a modal dialog box asking if you wanted to turn on Sticky Keys. With the policy enforced, the system will completely ignore the rapid keystrokes. No sound will play, no dialog box will appear, and your active application window will not lose focus. You have successfully eliminated one of the most common workflow interruptions in Windows.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.