Windows 10: NUMLOCK on startup registry key

Windows 10: NUMLOCK on startup registry key

In previous versions of Windows, the NumLock keyboard key could be set ON at startup in the system BIOS settings.  Here is the registry key to change num lock key behavior for all users in Windows 10.

Registry Key to turn Num Lock ON at Startup

Windows Registry Editor Version 5.00

[HKEY_USERS\.DEFAULT\Control Panel\Keyboard]
"InitialKeyboardIndicators"="2"

The default value for the registry key InitialKeyboardIndicators is “2147483648”

Steps to change Num Lock key behavior in Windows 10

  1. Click Start and type “regedit”
  2. Click on and run regedit
  3. Navigate to HKEY_USERS\.DEFAULT\Control Panel\Keyboard
  4. Double-click the registry key InitialKeyboardIndicators
  5. Change the value to “2” for ON, click OK and close regedit
  6. Reboot the Computer

numlocks-registry-key

Here are the possible values for InitialKeyboardIndicators

ValueMeaning
0NUMLOCK is off.
2NUMLOCK is on.

4 Replies to “Windows 10: NUMLOCK on startup registry key”

  1. Try Current User instead Default:

    [HKEY_CURRENT_USER\Control Panel\Keyboard]
    “InitialKeyboardIndicators”=”2”

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.