How to Disable Touch Screen on Windows 10

Photo of author

By Victor Ashiedu

Published

This Itechguide teaches you how to disable touch screen on Windows 10. The guide covers steps for 2 methods to disable touch screen on Windows 10.

Option 1: Disable Touch Screen from Device Manager

  • Right-click Windows 10 Start menu and select Device Manager.
How to Disable Touch Screen on Windows 10 from Device Manager
  • When Device Manager opens, expand the Human Interface Devices category. To expand the category, click the arrow beside it.
How to Disable Touch Screen on Windows 10 from Device Manager
  • With the Human Interface Devices category expands, locate and right-click HID-compliant touch screen.
  • Then, to disable touch-screen, from the displayed options, click Disable device. You will receive a disable confirmation pop-up.
How to Disable Touch Screen on Windows 10 from Device Manager
  • Finally, on the confirmation pop-up window, click Yes.
  • Whenever you want to re-enable touch screen, right-click HID-compliant touch screen and select Enable Device.
  • Device Manager will refresh. The device is now enabled.
This image has an empty alt attribute; its file name is image-662-1024x767.png

Option 2: Disable Touch Screen with PowerShell

  • Type powershell in the Windows 10 search box. Then, beneath Windows PowerShell, click Run as Administrator.
How to Disable Touch Screen on Windows 10 with PowerShell
  • If you receive a User Account Control confirmation prompt, click Yes.
  • Then, to disable touch screen, on the PowerShell prompt, type the command below and press enter.
Get-PnpDevice | Where-Object {$_.FriendlyName -like '*touch screen*'} | Disable-PnpDevice -Confirm:$false 
  • The command will execute and return to the PowerShell command prompt.
How to Disable Touch Screen on Windows 10 with PowerShell
  • To confirm that the command disabled touch screen, open Device Manager. Then expand Human Interface Devices category. HID-compliant touch screen (Touch screen device driver) will have an arrow pointing downwards – this confirms that the device is disabled.
  • To enable touch screen with PowerShell, type this command and press enter.
Get-PnpDevice | Where-Object {$_.FriendlyName -like '*touch screen*'} | Enable-PnpDevice -Confirm:$false 
  • The command will run and return to the PowerShell prompt.
How to enable Touch Screen on Windows 10 with PowerShell
  • If you are curious to see whether the last command enabled your touch screen device driver, open Device Manager.
  • Then, expand Human Interface Devices category. The arrow pointing downwards beside HID-compliant touch screen will no longer be there – confirming that the device is now enabled and your touch screen is enabled.

It is very easy to disable touch screen on Windows 10!

Did you find this guide helpful? If you did, click on “Yes” beside the “Was this page helpful” question below.

You may also express your thoughts and opinions by using the “Leave a Comment” form at the bottom of this page.

Finally, you can also get more Windows 10 guides by visiting our Windows 10 How-To page.

About the Author

Photo of author

Victor Ashiedu

Victor is the founder of InfoPress Media, publishers of Ilifeguides and Itechguides. With 20+ years of experience in IT infrastructure, his expertise spans Windows, Linux, and DevOps. Explore his contributions on Itechguides.com for insightful how-to guides and product reviews.

Related Articles

Get in Touch

We're committed to writing accurate content that informs and educates. To learn more, read our Content Writing Policy, Content Review Policy, Anti-plagiarism Policy, and About Us.

However, if this content does not meet your expectations, kindly reach out to us through one of the following means:

  1. Respond to "Was this page helpful?" above
  2. Leave a comment with the "Leave a Comment" form below
  3. Email us at [email protected] or via the Contact Us page.

1 thought on “How to Disable Touch Screen on Windows 10”

Leave a comment

Send this to a friend