How to Disable Touch Screen in Windows 11: A Step-by-Step Guide

Do you find your touch screen acting up, clicking things you didn’t touch, or just getting in the way while you type or play games? If you’re not using it regularly, disabling the touch screen can actually make your Windows 11 experience smoother and less distracting.

In this detailed guide, we’ll walk you through how to disable the touch screen in Windows 11, step-by-step. You’ll also learn how to re-enable it later, explore different methods (Device Manager, PowerShell, Registry Editor, and more), and fix common touch screen issues.

Whether you’re using a 2-in-1 laptop, a Surface device, or a touch-enabled monitor, this guide covers everything you need.

Why You Might Want to Disable the Touch Screen

Touch screens are incredibly convenient, but sometimes they cause more trouble than they’re worth.

Here are a few common reasons users decide to disable them:

  • Accidental touches while typing or gaming.

  • Screen glitches or ghost touches (when the screen acts like it’s being touched without input).

  • Battery drain — the touch digitizer consumes power even when not in use.

  • Prevent misuse — especially on shared or kiosk computers.

  • Hardware troubleshooting — disabling helps isolate screen-related issues.

If any of these sound familiar, disabling your touch screen temporarily or permanently can help.


Important Note Before You Begin

⚠️ Disabling your touch screen will make all touch inputs stop working — including gestures and touch-based typing.

Make sure you:

  • Have a keyboard and mouse connected (especially on tablets or 2-in-1 devices).

  • Know how to re-enable the touch screen later using the same steps.


How to Disable Touch Screen in Windows 11 Using Device Manager

This is the simplest and most reliable method to disable your touch screen.

Step-by-Step Guide:

  1. Press Windows + X and select Device Manager from the list.

  2. In the Device Manager window, expand the category “Human Interface Devices.”

  3. Look for a device called HID-compliant touch screen.

  4. Right-click it and select Disable device.

  5. When a confirmation dialog appears, click Yes.

Your touch screen should now be disabled immediately.

Pro Tip:
If you have multiple screens, you might see more than one touch screen entry. Disable them one at a time to identify which one controls touch input.


How to Re-Enable Touch Screen in Windows 11

If you want to turn it back on later, follow the same steps:

  1. Open Device Manager → Human Interface Devices.

  2. Right-click HID-compliant touch screen.

  3. Choose Enable device.

You’ll instantly regain full touch functionality.


Disable Touch Screen Using PowerShell Command

PowerShell allows you to disable the touch screen quickly using a command — ideal for advanced users or IT admins managing multiple systems.

Here’s How:

  1. Press Windows + X → Windows PowerShell (Admin).

  2. To list all connected input devices, type:

    Get-PnpDevice | Where-Object { $_.FriendlyName -like "*touch screen*" }
  3. Once you find your device name (e.g., HID-compliant touch screen), disable it using:

    Disable-PnpDevice -InstanceId "YOUR_DEVICE_ID" -Confirm:$false

(Replace YOUR_DEVICE_ID with the actual ID from the list.)

To Re-enable:

Enable-PnpDevice -InstanceId "YOUR_DEVICE_ID" -Confirm:$false

This method is perfect for creating scripts that toggle touch functionality on demand.


How to Disable Touch Screen via Registry Editor

If you want a more permanent or policy-level solution, you can use the Windows Registry Editor.

⚠️ Warning: Editing the Registry can cause system issues if done incorrectly. Follow these steps carefully.

Step-by-Step Instructions:

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

  2. Navigate to:

    HKEY_CURRENT_USER\Software\Microsoft\Wisp\Touch
  3. If the Touch key doesn’t exist, right-click on Wisp → New → Key, and name it Touch.

  4. Inside Touch, right-click the right pane → New → DWORD (32-bit) Value.

  5. Name it:

    TouchGate
  6. Double-click TouchGate and set the value to 0 to disable touch.

  7. Click OK and restart your PC.

To Re-enable: Change the TouchGate value back to 1 and restart again.


Using Group Policy Editor to Disable Touch Screen (Windows Pro & Enterprise)

If you’re on Windows 11 Pro, Education, or Enterprise, you can use Group Policy Editor to disable the touch screen system-wide.

Steps:

  1. Press Windows + R, type:

    gpedit.msc

    and hit Enter.

  2. Navigate to:

    Computer Configuration → Administrative Templates → Windows Components → Tablet PC → Touch Input
  3. Double-click Turn off Windows Touch Features.

  4. Select Enabled, click Apply, then OK.

  5. Restart your system.

This disables touch input across all users on the PC.


Disable Touch Input for Specific Apps

You can’t directly disable touch for individual apps in Windows 11, but there’s a workaround.

Option 1: Use App Settings

Some apps (like games or drawing tools) have in-app options to disable touch or pen input. Check the app’s input settings.

Option 2: Use Kiosk Mode

If you’re setting up a kiosk or child account:

  • Go to Settings → Accounts → Family & other users → Assigned access.

  • Configure the app for single-use, which limits touch input outside that app.


How to Temporarily Disable Touch Screen Without Restart

If you need to turn it off just for a short while (e.g., cleaning the screen):

  1. Open Device Manager.

  2. Disable HID-compliant touch screen.

  3. When finished, re-enable it using the same steps.

💡 Tip: This prevents accidental clicks while wiping your screen with a cloth.


What to Do if Touch Screen Keeps Turning Back On

Sometimes, Windows automatically re-enables hardware after updates or reboots.

Here’s how to stop it:

Method 1: Disable Device Permanently

Use PowerShell’s Disable-PnpDevice command with administrator privileges — this often persists across reboots.

Method 2: Disable Driver Updates

  1. Go to Settings → Windows Update → Advanced Options.

  2. Under Optional Updates, uncheck touch screen driver updates.

Method 3: Rename Driver File (Advanced)

  1. Locate the driver file in:

    C:\Windows\System32\drivers\
  2. Rename it (e.g., add .bak at the end).
    (Do this only if you’re confident — driver removal may cause issues.)


Fixing Common Touch Screen Problems in Windows 11

If your screen behaves oddly or doesn’t respond properly, try these solutions before disabling it:

IssueSolution
Touch not respondingUpdate or reinstall the HID-compliant touch screen driver
Touch inaccurateCalibrate via Control Panel → Hardware and Sound → Tablet PC Settings
Touch working intermittentlyDisable power-saving mode for touch device
Cursor appears during touchUpdate graphics and chipset drivers
Ghost touchesClean the screen and check for static interference

When You Should Re-Enable the Touch Screen

There are times when having touch functionality is beneficial again:

  • When using tablet mode or drawing apps.

  • For accessibility (easier navigation).

  • During touchscreen troubleshooting.

  • When selling or handing over the device.

Simply go back into Device Manager and enable your HID-compliant touch screen device.


Tips to Maintain Your Touch Screen Device

  • Clean your screen regularly with a microfiber cloth.

  • Avoid excessive pressure — use gentle taps.

  • Keep drivers up to date to prevent lag or ghost touches.

  • Use a screen protector to minimize scratches.

  • Avoid moisture exposure — water can trigger false touch inputs.


Conclusion

Disabling the touch screen in Windows 11 is quick, safe, and completely reversible. Whether you do it to save battery, fix ghost touches, or avoid accidental clicks, you can easily toggle the setting back anytime.

To recap:

  • Use Device Manager for the fastest disable/enable method.

  • Use PowerShell or Registry for advanced control.

  • Always have a keyboard and mouse handy before disabling touch.

Once you’ve mastered these methods, you’ll have complete control over your touch-enabled device.


FAQs About Disabling Touch Screen in Windows 11

1. Can I disable touch screen without losing pen functionality?
Yes. Disabling the touch screen doesn’t affect stylus input if your pen uses a separate digitizer.

2. Why is my touch screen disabled after a Windows update?
Windows updates can reset device configurations. Simply re-enable it from Device Manager.

3. How can I disable touch screen on a Surface device?
The same method applies: go to Device Manager → Human Interface Devices → Disable HID-compliant touch screen.

4. Will disabling the touch screen improve performance?
It can slightly improve battery life and reduce background driver activity, especially on older laptops.

5. Is disabling touch screen reversible?
Absolutely — just re-enable the device from Device Manager or PowerShell.


Summary – Key Takeaways

TaskMethodDifficulty
Disable via Device ManagerRight-click HID-compliant touch screen → Disable device★☆☆
Re-enableRight-click same device → Enable device★☆☆
PowerShell CommandUse Disable-PnpDevice★★☆
Registry EditorModify TouchGate value★★★
Group Policy (Pro/Enterprise)Turn off touch features★★★
Temporary Disable (Cleaning)Disable device, then re-enable★☆☆

Final Tip: If you rarely use your touch screen, disabling it can reduce distractions and extend battery life — but remember, it only takes a few clicks to turn it back on anytime you need it.

Scroll to Top