Share via

How to disable Caps Lock function without having to remap the CAPS LOCK key?

Evelyn Bain 20 Reputation points
2026-03-20T17:33:26.21+00:00

Is there a way to remove the function of the CAPS LOCK key without completely disabling or remapping the CAPS LOCK key?

The feature of hitting the CAPS LOCK key and it toggling on/off typing in all capital letters is a feature that I find to be far more irritating than helpful and I would like a way to eliminate that feature.

I have usually disabled that feature by remapping the CAPS LOCK key to function as the SCROLL LOCK key, but that causes issues with some games that have a control bound to the CAPS LOCK key that can't be remapped to the SCROLL LOCK.

Windows for home | Windows 11 | Input and language
0 comments No comments

Answer accepted by question author

Hendrix-V 14,425 Reputation points Microsoft External Staff Moderator
2026-03-22T03:24:13.27+00:00

Hi Evelyn Bain,

Thank you for reaching out.

As mentioned by Q&A Assist, at this time, Windows 11 does not offer a built‑in option to keep the CAPS LOCK key functional while removing its toggle behavior. CAPS LOCK is treated as a system toggle key, so its on/off behavior cannot be separated through standard settings.

That said, there is a practical workaround that avoids remapping the key and helps prevent accidental activation, while remaining compatible with games - Use Filter Keys

Filter Keys can be configured to ignore brief or accidental key presses, which helps prevent CAPS LOCK from toggling unintentionally while keeping the key available for applications and games. This allows CAPS LOCK to toggle only when deliberately pressed, reducing interruptions during typing or gameplay.

  • Open Settings > Accessibility > Keyboard
  • Turn Filter Keys On
  • Select Filter Keys to open its settings
  • Enable Ignore brief or repeated keystrokes
  • Set a short delay (for example, 0.3–0.5 seconds)

If helpful, you can also turn on Toggle Keys to receive a sound notification whenever CAPS LOCK is switched on or off. This makes it easier to notice unintended activation without changing key behavior.

I hope this provides a smoother typing experience while keeping your setup fully compatible.

Let me know if you need further assistance, feel free to ask me by clicking "Add Comment" or "Add Answer" if you cannot add comment so your response will be visible. Thanks for your effort.


Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. AI answer

    2026-03-20T17:33:36.9333333+00:00

    Windows does not provide a built-in option to keep the Caps Lock key physically usable for apps while disabling only its “toggle all caps” behavior. Available options in the provided context either:

    1. Simulate or control Caps Lock programmatically, or
    2. Fully remap Caps Lock to another function.

    From the context:

    • Caps Lock behavior can be controlled programmatically using keyboard APIs such as keybd_event with VK_CAPITAL, similar to the NUM LOCK example shown. This allows code to toggle Caps Lock on or off, but does not expose a user setting to disable the Caps Lock toggle while keeping the key available to applications.
    • Caps Lock can be remapped to another key (for example, to Ctrl) using tools like Ctrl2Cap. This completely changes the behavior of the Caps Lock key at the driver level, which is exactly what is not desired in this case.

    Because only these mechanisms are documented in the context, there is no supported, built-in way described here to disable just the “capitalization toggle” feature of Caps Lock while still letting games or other software see Caps Lock as a distinct key.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.