How to disable touchscreen on Windows 11

Prefer using a keyboard and mouse? Here’s how to completely disable the touch screen on your Windows 11 laptop or tablet.

Windows 11 touch screen disabled
Windows 11 touch screen disabled / Image: Mauro Huculak
  • Windows 11 doesn’t provide a simple Settings toggle to disable touchscreen input.
  • You can turn off the touchscreen through Device Manager, PowerShell, or the Registry.
  • Device Manager is the simplest method, while PowerShell provides a quick command-line option.
  • You can re-enable touchscreen input later using the same methods.

On Windows 11, I can disable the touchscreen on a laptop or tablet even though the Settings app doesn’t offer a straightforward option. If you prefer using a keyboard and mouse, or you keep accidentally touching the display, turning off touch input can make your device much easier to use.

A lot of laptops and tablets include a touchscreen that lets you interact with Windows using your fingers or a stylus. It’s a useful feature, but not everyone needs it. In some cases, I find disabling the touchscreen makes more sense, especially when I’m using a keyboard and mouse or when unwanted touches become more annoying than helpful.

The good news is that I don’t need third-party software to turn it off. Windows 11 includes several built-in ways to disable touchscreen input, including Device Manager, PowerShell, and the Registry.

In this guide, I’ll walk you through the methods I use to disable the touchscreen on a Windows 11 laptop or tablet.

Warning: Before proceeding, it’s crucial to acknowledge the risks associated with modifying the Registry. Incorrect changes can lead to system instability or operational issues. Therefore, ensure you have a full system backup before making any changes. Proceed with caution and understanding.

Disable touchscreen on Windows 11 using Device Manager

To disable the touchscreen on Windows 11 using the Device Manager, follow these steps:

  1. Open Start on Windows 11.

  2. Search for Device Manager and click the top result to open the app.

  3. Expand the Human Interface Devices branch.

  4. Right-click the HID-compliant touch screen element and choose the Disable device option.

    Device Manager disable touchscreen

  5. Click the Yes button.

  6. Restart the computer.

Once you complete the steps, the touchscreen will stop working on Windows 11.

Get the Pureinfotech newsletter

Expert Windows guides, practical tips, and the latest updates that make your PC easier to use, delivered to your inbox

If you change your mind, you can undo the changes with the same instructions, but on step 4, choose the “Enable device” option.

Disable touchscreen on Windows 11 using PowerShell

To turn off the touch-enable feature on the screen using PowerShell, follow these steps:

  1. Open Start.

  2. Search for PowerShell (or Terminal), right-click the top result, and choose the Run as administrator option.

  3. Type this command to disable the touchscreen on Windows 11 and press Enter:​

    Get-PnpDevice | Where-Object { $_.FriendlyName -like '*touchscreen*' } | Disable-PnpDevice -Confirm:$false

    PowerShell disable touchscreen

After you complete the steps, the touchscreen capability will be disabled on your device, but the display will continue to work.

If you want to re-enable the feature, while in PowerShell (admin), run this Get-PnpDevice | Where-Object { $_.FriendlyName -like '*touch screen*' } | Enable-PnpDevice -Confirm:$false​ command.

Disable touchscreen on Windows 11 using Registry

To disable your PC’s touchscreen through the Registry Editor, follow these steps:

  1. Open Start.

  2. Search for regedit and click the top result to open the Registry.

  3. Open the following path:

    HKEY_CURRENT_USER\Software\Microsoft\Wisp\Touch
  4. Right-click the Touch folder, select New, and choose the “DWORD (32-bit) Value” option.

    Registry TouchGate key

  5. Confirm the TouchGate name and press Enter.

  6. Right-click the newly created key and choose the Modify option.

  7. Confirm the value is set to 0.

    Registry disable touchscreen

  8. Click the OK button.

  9. Restart the computer.

After you complete the steps, the Registry key will disable the touchscreen on Windows 11.

If you want the touchscreen experience re-enabled, follow the same instructions, but at step 7, set the value to 1.

FAQs about disabling the touchscreen on Windows 11

Here’s a list of frequently asked questions (FAQs) and answers about the steps to disable the touchscreen on Windows 11.

Why would I want to disable the touchscreen on Windows 11?

Disabling the touchscreen may be useful if you prefer using only a keyboard and mouse, if you find accidental touch input disruptive (for example, when typing or using an external monitor), or in environments like kiosks or shared devices where you want to restrict input methods.

Will disabling the touchscreen stop the display from working?

No. Disabling the touchscreen only removes or disables touch input. The screen will still work normally with a mouse, keyboard, or other pointer devices.

Is disabling the touchscreen permanent? Will it persist through reboot or updates?

It depends. Methods such as using Device Manager will disable touch input and typically persist through reboots, but driver updates or system restores may re-enable the device. Registry edits may offer more persistence, but still carry risks and might be reversed by major updates.

What if I don’t see “HID-compliant touchscreen” listed in Device Manager?

If you don’t see the “HID-compliant touchscreen” entry under Human Interface Devices, your hardware may use a different driver name (for example, “Intel Precise Touch and Stylus driver” on some devices). In that case, disabling the driver may also disable touch.

Will disabling the touchscreen affect other features?

It may. On devices that share touch input drivers with stylus or pen input, turning off the driver may also disable pen or stylus input. Additionally, if the device is convertible and uses “tablet mode” features, disabling touch may affect that mode’s expected behavior. It’s wise to test after disabling and document any side effects.

Is there an easier toggle in the Settings to disable touch input?

No, Windows 11 currently does not offer a simple toggle switch in Settings to disable touchscreen input entirely. The built-in option is available through Device Manager or via advanced methods such as PowerShell or Registry edits.

Pureinfotech’s Take

I think disabling the touchscreen makes perfect sense if you rarely use it. I’ve always preferred controlling when touch input is active, especially on a laptop where I’m already using a keyboard and mouse. Accidental touches can quickly turn a useful feature into an annoyance.

What I don’t like is that Windows 11 still doesn’t provide a simple switch in Settings for something as basic as turning touch input on or off. Instead, I have to go through Device Manager or use more advanced options such as PowerShell or the Registry. I’d recommend Device Manager because it’s straightforward and doesn’t require changing system settings.

I’d be more cautious with the Registry method. It’s useful to have as an option, but I wouldn’t recommend editing the Registry unless the other methods aren’t working for you.

Do you use the touchscreen on your devices, or have you disabled it? Let me know in the comments.

Thank you for your feedback!
About the author

Mauro Huculak is a Windows How-To Expert and founder of Pureinfotech in 2010. With over 23 years as a technology writer and IT Specialist, Mauro specializes in Windows, software, and cross-platform systems such as Linux, Android, and macOS.

Certifications: Microsoft Certified Solutions Associate (MCSA), Cisco Certified Network Professional (CCNP), VMware Certified Professional (VCP), and CompTIA A+ and Network+.

Mauro is a recognized Microsoft MVP and has also been a long-time contributor to Windows Central.

You can follow him on YouTube, Threads, BlueSky, X (Twitter), LinkedIn and About.me. Email him at [email protected].

Comments

Join In