Sometimes you don't want your laptop's keyboard to take inputs. This is usually because you're plugging in an external keyboard, either because the built-in one is broken or you just want a larger typing space with a full-sized keyboard.
However, since the keyboard is an integral part of your portable computer, disabling its primary input method is a little tricky. Here, we show you how to temporarily and permanently disable the laptop keyboard on Windows 10 and 11.
To identify the built-in keyboard in Device Manager:
- Press Win + R to open Run.
- Type devmgmt.msc and click OK to open Device Manager.
- In Device Manager, expand the Keyboards section.
- Right-click on the keyboard entry (HID / Standard) and select Properties.
- In the General tab, check the Location section. If it says Standard Location 1 / Plugged into keyboard port, it is likely your laptop’s internal keyboard.
- Bluetooth and USB keyboards will show On Bluetooth Low Energy and On US Input Device, respectively as its location.
To disable your laptop’s keyboard temporarily:
- select Uninstall Device from the context menu.
- Click Yes to confirm the action.
Next, To disable the laptop keyboard permanently:
- Press the Win key and type cmd in the Windows search bar.
- Right-click on Command Prompt and select Run as Administrator. Click Yes when the UAC prompt appears.
- In the Command Prompt window, type the following command and press Enter:
sc config i8042prt start= disabled
- When the success message appears, close the Command Prompt, and restart your PC.
- After the restart, your laptop keyboard will stop registering any inputs.
If you change your mind and want to re-enable the keyboard, you can use the following command in an elevated Command Prompt.
sc config i8042prt start= auto
Once you see the success message, restart your PC to apply the changes.