How To Disable Touchscreen on Windows 10 and 11?

Step-by-step methods to disable the touchscreen in Windows 10/11 via PowerShell, Device Manager, or Registry Editor.

How to disable the touchscreen on Windows 10 and 11 (Image via: Deltia's Gaming, No symbol designed by macrovector / Freepik)
How to disable the touchscreen on Windows 10 and 11 (Image via: Deltia’s Gaming, No symbol designed by macrovector / Freepik)

Nowadays, a large portion of Windows laptops feature a touchscreen to boost the input flexibility. While it is a feature for a lot of people, it can be an anti-feature for some. The reason for that can be the user experiencing erratic inputs when the laptop’s temperature goes past certain thresholds. On the other hand, some users just prefer using the familiar keyboard and mouse setups.

In this post, we will share three methods using which you can disable the touchscreen on Windows 10 and 11. Without further ado, let’s get started.

Method 1: Using PowerShell

Using PowerShell (Image via: Windows)
Using PowerShell (Image via: Windows)

 People who want a quick and easy way to disable the touchscreen on Windows 10 and 11 can make use of Windows PowerShell. Follow these steps:

  • Press the Windows key and type ‘PowerShell’ in the search bar.
  • Right-click on Windows PowerShell and select ‘Run as administrator.’
  • To disable the touchscreen feature, copy-paste the command mentioned below in the PowerShell window and press Enter.
Get-PnpDevice | Where-Object { $_.FriendlyName -like "*touch screen*" } | Disable-PnpDevice -Confirm:$false
  • If you want to enable the feature again, use the command below to do so.
Get-PnpDevice | Where-Object { $_.FriendlyName -like "*touch screen*" } | Enable-PnpDevice -Confirm:$false

This method specializes in how fast it is. A perfect option for people who work with scripts or are in a hurry.

Method 2: Using Device Manager

Using Device Manager (Image via: Windows)
Using Device Manager (Image via: Windows)

Using the device manager is the pretty straightforward method to disable the touchscreen on Windows. The idea is to disable the drivers that control the touch functionality, making the touchscreen effectively unresponsive. Here is how you can do it:

  • Press the Windows key + X to pop up the Quick Link menu.
  • From the list, select Device Manager.
  • Expand the ‘Human Interface Devices’ section.
  • Keep an eye out for the listing names ‘HID-compliant touch screen.’
  • Right-click on it and choose ‘Disable device.’
  • Confirm the action if prompted.

This is a simple way to disable the touchscreen on Windows systems. However, some users have reported that the touchscreen may be re-enabled after your system reboots.

Method 3: Using Registry Editor

Using Registry Editor (Image via: Windows)
Using Registry Editor (Image via: Windows)

In case you are plagued by the issue of the touchscreen reactivating after a reboot or Windows update, do not worry. There is a permanent fix to this issue. This method involves using the Registry Editor to permanently disable the touchscreen. Here is what you need to do:

  • Press the Windows key + R to launch the Run service.
  • Type ‘regedit’ and hit Enter.
  • The Registry Editor window will open on your screen.
  • On that window, copy-paste the following path into the address bar and press Enter.
Computer\HKEY_Current_USER\Software\Microsoft\Wisp\Touch
  • On the right side of the window, look for the TouchGate entry.
  • Double-click to modify it.
  • Change the Value data to 0.
  • Select OK to finalise the process.

Note: Using the Registry Editor can impact system behavior. Make sure to back up your registry settings before you make any changes to them.

That covers everything on how to disable the touchscreen on Windows 10 and 11. We hope this guide was able to make the process easier for you.


We provide the latest news and “How To’s” for Tech content. Meanwhile, you can check out the following articles related to PC GPUs, CPU and GPU comparisons, mobile phones, and more: