How to Disable the Touchscreen on Windows 11: Complete Step-By-Step Guide

How to Disable the Touchscreen on Windows 11: Complete Step-By-Step Guide

User avatar placeholder
Written by Dave W. Shanahan

September 8, 2025

Why Disable the Touchscreen in Windows 11?

How to Disable the Touchscreen on Windows 11: Complete Step-By-Step GuideDisabling touchscreen functionality can have several advantages, such as improving battery life, preventing accidental touches or inputs during presentations, resolving hardware issues like ghost touches, and reducing distractions. Some users simply prefer using a mouse and keyboard, especially on devices that support both styles of input.


Method 1: Disable Touchscreen Using Device Manager

How to Disable the Touchscreen on Windows 11: Complete Step-By-Step Guide

Device Manager is the most straightforward tool for disabling touchscreen features in Windows 11.

  1. Press Windows + X and click Device Manager.

  2. Under Human Interface Devices, locate HID-compliant touch screen.

  3. Right-click on it and select Disable device.

  4. Confirm by clicking Yes in the popup.

  5. For systems with multiple HID-compliant touch screen entries, repeat for each one.

Re-Enabling Touchscreen

To re-enable the touchscreen, follow the same steps and choose Enable device.


Method 2: Disable Touchscreen Using PowerShell

Windows PowerShell provides a powerful way to disable touchscreen support via a single administrative command.

  1. Open the search bar, type PowerShell, and right-click to choose Run as administrator. How to Disable the Touchscreen on Windows 11: Complete Step-By-Step Guide

  2. Enter the command:

    powershell
    Get-PnpDevice | Where-Object {$_.FriendlyName -like '*touch screen*'} | Disable-PnpDevice -Confirm:$false
  3. Press Enter to execute.

  4. To restore functionality, use:

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

Advantages

This method is ideal for advanced users or IT professionals managing multiple machines.


Method 3: Disable Touchscreen Using Registry Editor

Altering registry settings is more complex and less commonly needed but may be useful in some cases. Use with caution, as improper changes could impact system stability.

  1. Press Windows + R, then type regedit and hit Enter.

  2. Navigate to:

    text
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\TouchSettings
  3. Find or create a new DWORD value named TouchGate and set its value to 0.

  4. Restart your device for changes to take effect.

Precautions

  • Always back up your registry before making changes.

  • This will apply the change system-wide and may not be reversible without registry knowledge.


Common Issues and Troubleshooting

On certain laptops, the touchscreen may be re-enabled after major Windows updates or driver reinstalls. Repeat the steps above if touch functionality returns unexpectedly.

Sometimes, the HID-compliant touch screen may not appear in Device Manager. In such cases, check for device-specific drivers or updates from your manufacturer—especially with Surface and other hybrid devices.


Frequently Asked Questions

  1. Will disabling touchscreen void my warranty?
    No, this is a software setting and does not alter hardware in a way that affects warranty, but always check device terms.
  2. Can I disable the touchscreen only for specific users?
    No, these changes apply to the entire system. User-based touchscreen management is not currently supported natively.
  3. Is it possible to schedule automatic disabling of the touchscreen?
    Not by default, but advanced users can automate PowerShell scripts with Task Scheduler.

Practical Tips

How to Disable the Touchscreen on Windows 11: Complete Step-By-Step Guide

  • If cleaning your screen, disable the touchscreen first to prevent accidental app launches or settings changes.

  • Use these steps to troubleshoot touch gesture malfunctions or calibration errors.

  • Remember: Both Device Manager and PowerShell methods are reversible for flexibility.

Disabling the touchscreen in Windows 11 is quick and reversible whether for improving battery, preventing distractions, or resolving hardware issues. Use Device Manager for simplicity, PowerShell for speed, and Registry Editor for deep customization. These methods are safe for most users and ideal for personal or business devices.


Discover more from Microsoft News Now

Subscribe to get the latest posts sent to your email.

Image placeholder

Dave W. Shanahan is a Microsoft-focused tech writer and founder of MSFTNewsNow.com, where he covers what’s trending across Windows, Xbox, Copilot, Azure, and the broader Microsoft ecosystem. A longtime Microsoft enthusiast, he blends news, how-to guides, and analysis to help readers keep up with the latest features, services, and products from Redmond.