August 2, 2021

How to Enable or Disable Num Lock on Windows 10

Some Windows users like to have their keyboard’s Num Lock feature in the ON state by default when their computer starts up. For this, it is important to know how to turn on Num Lock on your laptop. With the help of the Control Panel and Registry Editor, we can enable the Num Lock feature in Windows 10.

On the other hand, some users prefer not to have the Num Lock feature in the ON state when their system starts up. You can enable or disable the Num Lock feature in your system by altering Registry settings and Powershell options. You must be cautious while modifying the registry settings. Even a single wrong alteration will cause severe damages to other features of the system. You should always have a backup file of your registry whenever you are altering any settings in it.

How to Enable or Disable Num Lock on Windows 10

How to Enable Num Lock on Windows 10 PC

If you wish to turn on your Num Lock on your computer, you can use the following methods:

Method 1: Using Registry Editor

1. Open the Run dialog box by pressing Windows key + R together and type regedit and hit Enter. 

Open the Run dialog box (Click Windows key & R key together) and type regedit. | Enable Disable Num Lock

2. Click OK and navigate the following path in the Registry Editor:

ComputerHKEY_USERS.DEFAULTControl PanelKeyboard

Navigate to keyboard in Registry Editor in HKEY_USERS

3. Set the value of InitialKeyboardIndicators to 2 to turn on Num lock on your device.

Set the value of InitialKeyboardIndicators to 2 to turn on Num lock on your device

Method 2: Using PowerShell Command

1. Log in to your PC.

2. Launch PowerShell by going to the search menu and typing Windows PowerShell. Then click on Run as Administrator.

Choose Windows PowerShell and then select Run as Administrator

3. Type the following command into your PowerShell window:

Set-ItemProperty -Path 'Registry::HKU.DEFAULTControl PanelKeyboard' -Name "InitialKeyboardIndicators"

4. Hit the Enter key and Windows 10 will ask you to enter a value. Set the value to “2” to turn on the Num Lock on the laptop.

Set the value to 2 to turn on the Num lock on the laptop.

Method 3: Using Function Keys

Sometimes you may accidentally hold the function key and the Num Lock key together. Such a combination can make certain letters of your alpha keyboard function as a numeric keyboard for a while. This happens more often for laptop users. This is how it can be resolved:

1. Search your keyboard for Function key (Fn) and Number Lock key (NumLk).

2. Hold these two keys, “Fn + NumLk,” to enable or disable the Num Lock feature on your device.

Enable or Disable Num Lock Using Function Keys

Method 4: Using BIOS Setting

Some BIOS set up in the computer can enable or disable the Num Lock feature in your system during start-up. Follow the given steps to alter the function of the Num Lock key:

1. While loading your Windows, click the “Delete” or “F1” key. You will enter it into BIOS.

press DEL or F2 key to enter BIOS Setup

2. Find the setting to enable or disable the Num Lock feature in your system.

Enable or Disable Num Lock in Bios

Also Read: How to Remove or Reset the BIOS Password

Method 5: Using Login Script

You can use a Logon Script to enable or disable Num Lock on your system during startup if you are the system administrator.

1. Go to Notepad.

2. You can either type the following or copy & paste the following:

set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "{NUMLOCK}"

You can either type the following or copy and paste it. set WshShell = CreateObject(

3. Save the notepad file as numlock.vbs and place it in the “Startup” folder.

4. You can use any one of the following folders to place your numlock.vbs file:

a. Local logon script path:

  • Press Windows Key + R then type %SystemRoot% and hit Enter.
  • Under Windows, navigate to System32 > GroupPolicy > User > Scripts.
  • Double-click on “Logon.”

Use logon folder

b. Domain logon script path:

  • Open File Explorer then navigate to WindowsSYSVOLsysvolDomainName.
  • Under DomainName, double-click on Scripts.

5. Type mmc in the Run dialog box and click on OK.

6. Launch File and click on Add/Remove Snap-in.

add or remove snap-in MMC

7. Click on Add as explained below.

Click on Add. | Enable Disable Num Lock

8. Launch Group Policy.

9. Click on your desired GPO by using the Browse option.

10. Click on Finish. Click on the Close option followed by OK.

11. Navigate to Computer Configuration in Group Policy Management.

12. Go to Windows Settings and then Scripts. Click twice on the Logon script.

13. Click on Add. Browse and select the numlock.vbs file.

14. Click on Open and double-tap the OK prompt.

Note: This script acts like a Num Lock toggle button.

This may seem like a lengthy procedure, and you may feel comfortable using the Registry method, but the script method will help challenge situations.

How to Disable Num Lock on Windows 10 PC

If you wish to turn off Num Lock on your computer, you can use any of the following methods:

Method 1: Using regedit in Registry

1. Open the Run dialog box by pressing Windows key + R together and type regedit and hit Enter. 

Open the Run dialog box (Click Windows key & R key together) and type regedit.

2. Click OK and navigate the following path in the Registry Editor:

ComputerHKEY_USERS.DEFAULTControl PanelKeyboard

3. Set the value of InitialKeyboardIndicators to 0 to turn off the Num lock on your device.

Disable Num Lock on Windows using Registry Editor

Also Read: Fix Keyboard Typing Numbers Instead of Letters

Method 2: Using PowerShell Command

1. Launch PowerShell by going to the search menu and typing Windows PowerShell. Then click on Run as Administrator.

2. Type the following command into your PowerShell window:

Set-ItemProperty -Path 'Registry::HKU.DEFAULTControl PanelKeyboard' -Name "InitialKeyboardIndicators"

3. Hit the Enter key and Windows 10 will ask you to enter a value.

4. Set the value to 0 to turn off the Num lock on the computer. 

Set the value to 0 to turn OFF Num lock on the laptop.

Recommended:

We hope this article was helpful and you were able to enable or disable Num Lock. If you have any queries, reach out to us through the comments section below.