How to disable touch screen on Windows 11 (4 ways)

4 simple ways to disable touch screen on windows 11 – via Device Manager, Registry Editor (regedit), downloadable .reg file, and PowerShell.

How to disable touch screen on Windows 11

One of the specialties of Windows 11 is you can use it on Touch screen devices. Users particularly those who run the later versions of Surface and tablets from HP, Dell, etc have the option to use touch-capable display. But you might not want to enable this mode because of less comfort, most of all, more battery power consumption. So you might want to disable the touch screen on Windows 11.

If you prefer using keyboard and mouse over touchscreen and want to turn the later off, whatever the reason may be, Device Manager will help. Using this method will again enable the same after a reboot; luckily, you can disable the same permanently through Registry.

Disable touch screen on Windows 11

Here is how to disable touch screen on Windows 11 –

Way-1: Temporary method – Using Device Manager

  1. Right-click on the – Start.
  2. Select – Device Manager.
how to disable touch screen on Windows 11
  1. After Device Manager appears, find Human Interface Devices.
  2. Double click on it to expand.
  3. Now, you can see HID-compliant touch screen which is responsible to enable and disable touchscreen on Windows 11.
  4. To turn it off, right-click on “HID-compliant touch screen” and select Disable.
HID-compliant touch screen device manager
  1. You will be asked for a confirmation through a dialog box saying – “Disabling this device will cause to stop functioning. Do you really want to disable it?”, select – Yes.
Confirmation to turn off touch screen on Windows 11
  1. If you want to turn it back on, right click the device and select Enable from here.

The change simply works after you have disabled from Device Manager but sometimes when it doesn’t a reboot may be necessary.

Way-2: Permanent method – By Modifying Registry Editor

Previous method will work temporarily and the touchscreen will be re-enabled automatically on a restart. If you need to disable touch screen permanently in Windows 11 you need to tweak an entry from regedit/Registry Editor. Follow the steps –

  1. Click the – Start.
  2. Type – regedit.exe.
  3. Press – Enter.
  4. When User account control appears, Click – Yes.
  5. Copy the string – HKEY_CURRENT_USER\Software\Microsoft\Wisp\Touch
  6. Paste into the Registry Editor’s address bar and hit the – Enter.
  7. Right-click in the right pane and select – New > DWORD (32-bit) Value.
How to disable touch screen on Windows 11 using regedit registry editor
  1. Name the entry – TouchGate.
  2. Double click this value and ensure that the value data is 0.
touchgate registry dword value data
  1. Close the Registry Editor and restart the device to save the modifications.
  2. Whenever you want to re-enable, change the value data of TouchGate to 1.

Way-3: Through Registry Script

Users who aren’t proficient with Registry changes can just download and run the following .reg file to enable or disable touch screen –

disable_enable_touch_screen.reg
  1. Download the above file and unzip it.
  2. Go to the folder where .reg  files are placed.
  3. Right click on  disable_enable_touch_screen.reg and select – Merge.
  4. Click Yes on both the UAC and registry change warning prompts.
  5. Restart the PC.

Way-4: Via Windows PowerShell

A PowerShell cmdlet also allows to turn off the touchscreen on Windows 11 tweaking the settings. This will also permanently disable the option making changes in the touch screen hidden settings, you only need to follow steps –

  1. Press – Winkey+X.
  2. Select – Windows PowerShell (Admin).
  3. On the UAC dialog, choose – Yes.
  4. Copy the following cmdlet and right click on PowerShell to paste the same –
Get-PnpDevice | Where-Object {$_.FriendlyName -like ‘*touch screen*’} | Disable-PnpDevice -Confirm:$false
  1. To enable the touch screen again run the below command –
Get-PnpDevice | Where-Object {$_.FriendlyName -like '*touch screen*'} | Enable-PnpDevice -Confirm:$false

Methods list:
Way-1: Using Device Manager
Way-2: By modifying Registry Editor
Way-3: Through Registry Script
Way-4: Using Windows PowerShell

That’s all!!

Sharing is caring    Share Whatsapp

 
Topics:  Windows 11