Accidentally Disabled Keyboard on Windows 10? Here's How to Fix It
Have you found yourself suddenly unable to type on your Windows 10 computer, only to realize you've accidentally disabled your keyboard? Don't panic, it happens more often than you think. Here's a step-by-step guide to help you get your keyboard back up and running in no time.
Understanding the Issue
Your keyboard might have been disabled due to a few reasons. It could be a result of a software glitch, a hardware issue, or you might have accidentally pressed a key combination that turned off your keyboard. The key combination in question is usually Fn + F7 or Fn + F11 on many Windows 10 laptops.
Check Your Keyboard's Physical Buttons
Before diving into software solutions, let's ensure it's not a simple hardware issue. Check if your keyboard has any physical buttons or lights that indicate its status. Some keyboards have a Num Lock, Caps Lock, or Scroll Lock light that might be on, indicating that the keyboard is indeed disabled. If you find any such buttons, try toggling them off and on again.

Using the On-Screen Keyboard
If your keyboard is still not working, Windows 10 provides an on-screen keyboard that you can use to navigate through the following steps. To enable it, press the Windows key + Ctrl + O. This should bring up the on-screen keyboard, allowing you to continue with the troubleshooting process.
Using the Device Manager to Enable Your Keyboard
The Device Manager in Windows 10 can help you enable your keyboard. Here's how to access it:
- Press the Windows key + X to open the quick links menu.
- Click on Device Manager.
Once you're in the Device Manager, follow these steps:

- Expand the Keyboards category.
- Right-click on your keyboard (it might be listed as HID Keyboard Device or a similar name).
- Select Enable device from the context menu. If the option is greyed out, click on Action at the top of the window, then Scan for hardware changes. This should refresh the list and allow you to enable your keyboard.
Using the PowerShell to Enable Your Keyboard
If the Device Manager method didn't work, you can try using the PowerShell. Here's how:
- Press the Windows key + X, then select Windows PowerShell (Admin).
- Type the following command and press Enter:
pnputil -e
- This command will display a list of all enabled and disabled devices on your system.
- Find your keyboard in the list (it might be listed as HID Keyboard Device or a similar name). If it's disabled, note down the device ID (e.g., HID Keyboard Device).
- Type the following command, replacing deviceID with the ID you noted earlier, and press Enter:
pnputil -d deviceID
- This command will disable the device temporarily.
- Restart your computer. After restarting, the device should be reinitialized and enabled automatically.
Preventing Future Accidents
To prevent accidentally disabling your keyboard in the future, you can change the key combination required to disable the keyboard. Here's how:
- Press the Windows key + X, then select Device Manager.
- Expand the Keyboards category, then right-click on your keyboard and select Properties.
- Go to the Power Management tab.
- Uncheck the box next to Allow this device to wake the computer.
- Click OK to save the changes.
By following these steps, you should be able to prevent your keyboard from being accidentally disabled in the future.