How to Turn Off Touch Screen on Windows 10
How to Turn Off Touch Screen on Windows 10
Advertisements
WhatsApp ChannelJoin Now
Telegram ChannelJoin Now

Many Windows laptops come with a touch screen feature. However, not everyone finds it useful. Sometimes, the touch screen may cause problems.

It may register random touches or stop working properly. If you are facing issues, you may want to disable it.

Turn Off Touch Screen on Windows 10 and 11 Using Device Manager

Device Manager is a built-in Windows tool. It helps manage hardware settings easily. You can disable the touch screen with just a few steps.

Steps to Disable Touch Screen

  • Push “Windows + X” and it will initiate to open the menu.
  • Click on “Device Manager” from the options.
  • Expand the “Human Interface Devices” section.
  • Look for “HID-compliant touch screen.”
  • Right-click on it and select “Disable device.”
  • Click “Yes” to confirm your action.

If your laptop has multiple touch screen entries, disable all of them. This will ensure the touch function is completely turned off.

Enable the Touch Screen Again

In case you want to enable it again, You can! Just follow the same steps. Instead of “Disable device,” click “Enable device.” Your touch screen will start working again instantly.

Disable Touch Screen on Windows 10 and 11 Using PowerShell

PowerShell allows you to control Windows with commands. You can turn off the touch screen using a simple command.

Steps to Disable Touch Screen Using PowerShell

  • Open the “Start” menu and search for “PowerShell.”
  • Now immediately hit on it and choose “Run as administrator.”
  • Type or paste the command below: Get-PnpDevice | Where-Object { $_.FriendlyName -like “*touch screen*” } | Disable-PnpDevice -Confirm:$false
  • Press “Enter” to execute the command.

This command will disable the touch screen immediately. To enable it again, use this command:

Get-PnpDevice | Where-Object { $_.FriendlyName -like “*touch screen*” } | Enable-PnpDevice -Confirm:$false

Your touch screen will start working again after running this command.

Permanently Disable Touch Screen on Windows 10 and 11 Using Registry Editor

Sometimes, the touch screen may turn on automatically. This can happen after a system restart or update. You can permanently disable it using the Registry Editor.

Steps to Disable Touch Screen Using Registry Editor

  • Open the “Start” menu and search for “Registry Editor.”
  • Click on it to open the editor.
  • In the address bar, paste the path below: Computer\HKEY_CURRENT_USER\Software\Microsoft\Wisp\Touch
  • Press “Enter” to go to the folder.
  • Look for a file named “TouchGate.”
  • Double-click on it to edit the value.
  • Change the “Value data” to “0” and click “OK.”
  • Restart your laptop for the changes to take effect.

Once done, your touch screen will remain disabled. Even after system updates, it will stay turned off.

The Final Words

Turning off the touch screen can improve your laptop experience. It can prevent random touches and unnecessary issues.

You can disable it using Device Manager, PowerShell, or Registry Editor. If needed, you can enable it again easily. Go with the method that suits you the best.

Advertisements

LEAVE A REPLY

Please enter your comment!
Please enter your name here