Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

How to Disable the Caps Lock Key in Windows 10

Learn how to disable the caps lock key in Windows 10 with clear steps, practical tips, and troubleshooting advice for a smoother, more reliable result.

Table of Contents

This practical guide walks through how to disable the caps lock key in Windows 10, explains the main requirements, and highlights common issues that may appear along the way.

1. Turn off the Caps Lock key with AutoHotKey

Using AutoHotKey you can do many things. One of those things is the ability to disable any key on the keyboard. In this case, we will disable the Caps Lock key using AutoHotKey.

First, download and install AutoHotKey.

Once installed, right-click on the desktop and choose New> Text Document .

1. Turn off the Caps Lock key with AutoHotKey — How to Disable the Caps Lock Key in Windows 10

In the text file, copy and paste the code below.

; Disable Caps Lock key SetCapsLockState, AlwaysOff return

Press Ctrl + S to save the file.

Close the text file.

Rename the text file to disableCapsLock.ahk. Make sure you replace the .txt file extension with .ahk. This file has now become an AutoHotKey script.

1. Turn off the Caps Lock key with AutoHotKey — How to Disable the Caps Lock Key in Windows 10

Double-click the newly created file.

Script to start running. You can see it on your taskbar.

Try pressing the Caps Lock key while the script is running and you will see that the key has no effect. To use the Caps Lock key, exit the script by right-clicking the taskbar icon and choosing the 'Exit' option. Alternatively, you can also temporarily stop the script by selecting the 'Pause' option.

2. Disable the Caps Lock key using the Registry

Before making any changes, back up the Registry and then continue.

Search for regedit in the Start menu and open it.

Go to the following location.

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlKeyboard Layout

Right-click on the right panel and choose New> Binary Value .

Name the value 'Scancode Map'.

2. Disable the Caps Lock key using the Registry — How to Disable the Caps Lock Key in Windows 10

Double-click the value.

Enter the following binary value in the Value Data field .

00 00 00 00 00 00 00 00 02 00 00 00 00 00 3A 00 00 00 00 00

Click the OK button to save the changes.

Close the Registry.

Restart Windows.

You have successfully disabled the Caps Lock key on your keyboard.

Key Takeaways

Use the information above as a practical reference for how to disable the caps lock key in Windows 10. Review each step carefully, confirm any requirements, and choose the option that best fits your situation.

FAQ

What does this guide explain about Disable the Caps Lock Key in Windows 10?

It explains the main concepts, practical considerations, and useful steps related to disable the caps lock key in Windows 10 without requiring advanced knowledge.

Who can benefit from learning about Disable the Caps Lock Key in Windows 10?

This information is useful for readers who want a clear overview, practical guidance, and reliable steps related to disable the caps lock key in Windows 10.

What should I check before applying this information?

Review the requirements, confirm that your device, software, or situation matches the instructions, and back up important data before making major changes.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.