Windows

How to Enable Filter Keys in Windows 10 and 11: Step-by-Step Guide

This guide covers how to enable and configure Filter Keys in Windows 10 and 11 to prevent accidental repeated keystrokes and improve comfort.

Easy

Introduction / Why You Need This

Filter Keys is a built-in Windows accessibility feature that ignores brief or repeated keystrokes. It is particularly useful if:

  • You suffer from hand tremors.
  • Your old or malfunctioning keyboard occasionally registers accidental touches.
  • You want to avoid multiple registrations of a single key during fast typing.

Once enabled, the system will wait for a specified time (default 0.5 seconds) before registering a keystroke and will ignore presses shorter than that interval. This makes typing more controlled and precise.

Requirements / Preparation

  1. Operating System: Windows 10 (version 1607 and later) or Windows 11.
  2. Permissions: Standard configuration via the graphical interface does not require administrator rights. Configuration via the registry or Group Policy (GPO) requires administrator privileges.
  3. Prerequisites: The feature is built into the system; no additional packages need to be installed.

Step 1: Enable via the Standard Interface

The simplest and safest method.

  1. Open the Control Panel. The fastest way: press the Win + R key combination, type control, and press Enter.
  2. Navigate to the "Ease of Access" section.
  3. In the left menu, select "Ease of Access Center".
  4. In the right part of the window, find the "Make the keyboard easier to use" section.
  5. Check the box next to "Turn on Filter Keys".
  6. Click "Apply", then "OK".

The feature is now active. To configure it in detail, proceed to the next step.

Step 2: Detailed Parameter Configuration

After enabling, the "Set up Filter Keys" button becomes available in the same window.

  1. Click "Set up Filter Keys".
  2. You will see a window with several tabs. Key settings:
    • "Turn on Filter Keys" — already activated.
    • "Ignore repeated keystrokes" — disables rapid repetitions of a single key.
    • "Slow Keys" — the key setting. Move the slider to set the delay time (from 0.5 to 2 seconds) during which the system waits to see if the keystroke is complete. Tip: For most users, the "Medium" (1 second) setting is sufficient.
    • "Sound on keypress" — plays a sound when a keystroke is ignored. Useful for feedback.
    • "Turn on Filter Keys for games"IMPORTANT! If this option is enabled, Filter Keys will not work in full-screen applications marked as games (DirectX/OpenGL). For general system use, it is better to leave this box unchecked.
  3. Click "Apply" and "OK".

Step 3: Alternative Activation Methods (PowerShell and Registry)

These methods are useful for automated deployment across multiple computers or if the graphical interface is unavailable.

Run PowerShell as Administrator and execute the command:

# Enable Filter Keys with default settings (1-second delay)
Set-ItemProperty -Path "HKCU:\Control Panel\Accessibility\Keyboard Response" -Name "Flags" -Value 122

# To disable (value 58 = off)
Set-ItemProperty -Path "HKCU:\Control Panel\Accessibility\Keyboard Response" -Name "Flags" -Value 58

What the command does: Modifies the Flags parameter value in the current user's registry branch. Value 122 activates the feature with the "Medium" delay setting. Changes may require a user logoff/logon or a system reboot to take effect.

Method B: Direct Registry Editing

  1. Press Win + R, type regedit, and press Enter.
  2. Navigate to: HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response
  3. Locate the DWORD value named Flags.
  4. Change its value:
    • 122 — Enable (with standard settings).
    • 58 — Disable.
    • 126 — Enable with minimum delay and no sound.
  5. Close the Registry Editor and log off and log back on to apply changes.

Step 4: Quick Toggle with a Keyboard Shortcut

Windows has a built-in shortcut to quickly enable/disable Filter Keys (as well as Sticky Keys and Toggle Keys).

  1. Press and hold the right Shift key for 8 seconds.
  2. A dialog box should appear offering to enable Filter Keys. Click "OK".
  3. To disable, hold the right Shift key for 8 seconds again and select "Disable".

Note: This shortcut can be disabled. If it doesn't work, configure it through the same "Ease of Access Center" window using the "Set up Filter Keys" button.

Verification

  1. Open any text editor (Notepad).
  2. Try pressing any key (e.g., A) quickly and briefly.
  3. If the configuration works, you will see that a single short tap either does not appear or appears with a delay (depending on your settings). A second rapid press of the same key should be ignored.
  4. To test the sound feedback (if enabled), ensure your system sounds are turned on.

Potential Issues

  • "Feature won't enable, button is disabled"
    • Cause: A Group Policy (gpedit.msc) may have disabled accessibility features.
    • Solution: Check Group Policy settings under: User Configuration → Administrative Templates → Windows Components → Ease of Access. Ensure the policy "Turn off all Ease of Access programs" is not enabled.
  • "Filter Keys works but interferes in games/programs"
    • Cause: The "Turn on Filter Keys for games" option is enabled, or the game itself intercepts low-level keyboard events.
    • Solution: Go to Filter Keys settings and uncheck the "Turn on Filter Keys for games" box. If the problem persists, you may need to disable the feature before launching the game via the Control Panel or keyboard shortcut.
  • "Nothing changed after registry configuration"
    • Cause: Changes to the HKCU registry hive apply only to the current user. A restart of the Explorer shell or a full reboot may also be required.
    • Solution: Log off and log back in. If that doesn't work, restart the computer.
  • "Cannot find the setting in Control Panel"
    • Cause: In Windows 11, some classic Control Panel items have been moved.
    • Solution: Use the direct command: Win + Rcontrol access.cpl. Alternatively, open Windows Settings (Win + I) → AccessibilityKeyboard and look for the "Filter Keys" toggle.

F.A.Q.

Filter Keys interferes with gaming, how to quickly disable it?
Can I configure Filter Keys for a specific program only?
After enabling Filter Keys, program autostart stopped working. Why?
Is this feature available in Windows Server?

Hints

Open the Ease of Access Control Panel
Enable Filter Keys
Configure settings (optional)
Activation via Registry or PowerShell (Administrator)
FixPedia

Free encyclopedia for fixing errors. Step-by-step guides for Windows, Linux, macOS and more.

© 2026 FixPedia. All materials are available for free.

Made with for the community