Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Windows»How To Enable Or Disable Touchscreen On Windows

How To Enable Or Disable Touchscreen On Windows

DilipBy DilipMarch 29, 2022
Enable Or Disable Touchscreen On Windows

The touchscreen on your device can get really handy, especially on hand-held devices like tablets and laptops. Some may argue that your fingerprint and smudges will ruin your screen. But it can be easily fixed with a simple wipe.

If your device comes with a touchscreen, the touch feature is turned on by default. But if that’s not the case, you can enable or disable it manually.

How to Enable or Disable Touchscreen On Windows

To enable or disable touchscreen on Windows, go through the methods mentioned below:

Via Device Manager

To enable touchscreen on windows using the task manager, follow these steps:

  1. On the Start menu, type “device manager” and click on the most relevant result
  2. Double-click on Human Interface Devices to expand it
  3. Locate and right-click on the HID-compliant touchscreen device
  4. Select Enable device
    Enable-touchscreen

Now you can enjoy the convenience of a touchscreen on Windows.

And to disable the touchscreen,

  1. Right-click/long-press on an HID-compliant touchscreen device
  2. Select/Tap on Disable device
  3. Click or tap on Yes to confirm

Now the touchscreen will no longer respond to touches.

Through Registry Editor

You can also use the registry editor to enable or disable the touchscreen. 

Enable Touchscreen

  1. Press Windows key + R to open Run
  2. Type “regedit” and press enter
    regedit-run
  3. Navigate through the path:
    Computer\HKEY_CURRENT_USER\Software\Microsoft\Wisp\Touch
  4. Look for TouchGate. If it does not exist, you need to create it
  5. Right-click on an empty space and select New > DWORD(32-bit) Value
    Create-DWORD
  6. Name the file “TouchGate.”
  7. Right-click on TouchGate and choose Modify
    Modify-touchgate'
  8. Now, under Value Data: section, change the value to 1 and press Ok
    dword-value

Disable Touchscreen

  1. Right-click on TouchGate and select Modify
  2. Under Value Data: section change the value to 0 and press Ok

Via Windows Terminal (Admin)

Windows Terminal is a multi-tab command-line tool from Microsoft. It is the successor to the Command Prompt and PowerShell.

You can also enable or disable touchscreen on windows using the Windows Terminal with admin rights. 

Enable Touchscreen

  1. Press Windows key + X to open a pop-up window
  2. Select Windows terminal (Admin) or press A and confirm
    Terminal-Admin
  3. Now enter the following command:
    Get-PnpDevice | Where-Object {$_.FriendlyName -like '*touch screen*'} | Disable-PnpDevice -Confirm:$false
    Terminal-Command

Disable Touchscreen

Enter the following command:

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

Interesting Fact: You might think that the touch screen is a feat that we recently accomplished, but it’s not. The first touch screen was invented in 1960 by E.A. Johnson. It was a capacitive touchscreen used in air traffic control systems and could only register one touch at a time.

Using Control Panel

  1. Press the start button and search/select the control panel.
  2. Find and select Pen and Touch option.windows 7 pen and touch control panel
  3. A pop-up will open, select the touch section.
  4. Uncheck the box named “use your finger as an input device”.Pop up for use finger as input in windows 7
  5. Click on apply and select OK.

Is Touchscreen Really Useful?

Depending on the situation, you might want to turn the touchscreen on or off. This all depends on your usability and preferences.

  • Enable Touchscreen: According to a study conducted at the University of Glasgow, a touchscreen improves the input speed and accuracy by 20%.

    Hence, the touchscreen makes it easier to perform actions than traditional devices like keyboards and mouse.
  • Disable Touchscreen: While touchscreen makes it easier to use a device, there are some instances when it can be a hassle. Then it makes more sense to disable it rather than keep it enabled. Those reasons might be:
    • To boost the battery performance
    • To remove interference caused by a damaged touchscreen
    • To avoid ghost touches

Touchscreen Not Working After Enabling It

If you have a touchscreen device, there can be many reasons why it’s not working or responding. Here are some fixes if you’re facing an issue with your touchscreen on a Windows device.

Check for Pending Updates

Pending Windows updates can cause various issues. So, it might be one of the reasons for your touchscreen not working.

To solve this issue:

  1. Press Windows key + I to open settings
  2. Go to Windows Update
  3. Click on Check for updates
    update windows
  4. Install all available updates and reboot the device

If the Windows is up to date, move on to the next fix.

Update Touch Screen Drivers

Outdated drivers can cause the touchscreen to function inappropriately. To update your touchscreen drivers:

  1. Press Windows key + X and then press M to open Device manager
  2. Double-click on Human Interface Devices to expand it
  3. Now Right-click on the HID-compliant touch screen
  4. Select Update driver
    Update-driver
  5. Select “Search automatically for drivers.”

Restart your device after completion.

Roll Back to Previous Drivers

Not all updates are perfect. Sometimes new updates may contain bugs that were not in the previous versions.

If you’ve recently updated the touchscreen drivers, you can roll back to the earlier version to check if it solves the issue.

To roll back drivers to the previous versions, follow these steps:

  1. Press Windows key + X and then press M to open Device manager
  2. Double-click on Human Interface Devices to expand it
  3. Now Right-click on the HID-compliant touch screen
  4. Select Properties
  5. Go to the Driver tab
  6. Now, click on Roll Back Driver
    Roll-back-touch-driver

Reboot your device and check if the issue is resolved.

Run Troubleshooter for Hardware & Devices

To run the troubleshooter:

  1. Click on the Start menu
  2. Type “cmd” and select the most relevant result
  3. Now enter the following command
    msdt.exe -id DeviceDiagnostic
  4. Click Next to run the troubleshooter.
    Hardware-troubleshooter
  5. Select Apply this fix to solve the identified issues.

You should contact the manufacturers if your touchscreen is still not working after trying all of the fixes above.

If these fixes were unable to fix the problem you’re facing, you should consider contacting the system manufacturer. The fault might be in the hardware rather than the system. And they might be able to fix it.

Frequently Asked Questions

How to Fix Touchscreen is so Slow?

If you feel your touchscreen is becoming slow and unresponsive over time, you can re-calibrate your touchscreen to bring back its speed.

Most of the time, the reasons for a slow touchscreen can be pending windows updates or outdated drivers.

Check for available updates and install them to keep your device in good condition. But if your Windows and drivers are both up to date, another thing you can do is re-calibrate your touchscreen to bring back its speed.

Here’s how you can re-calibrate the touchscreen:

  1. Click on the Start menu and type “calibrate.”
  2. Select “calibrate the screen for pen or touch.”
  3. Under Configure, click on Setup and follow the instructions
  4. After completion, click on Calibrate under the Display options
    Calibrate-touchscreen
  5. Select Touch input and confirm

My Microsoft Surface Touch Keeps Going Off?

Surface screens going off can indicate possible problems in the screen & Digitizer, power supply, LCD flex or even motherboard, etc.

The device is not suited for a DIY repair as they are notoriously known for shutting off forever during the repair. We recommend taking the device to Microsoft repair centers or reputed repair stations to better your chances.

how-to
Dilip

Related Posts

start menu wont open

Start Menu Won’t Open? 7 Ways to Fix it

January 13, 2023
motherboard-audio-not-working

Motherboard Audio Not Working? Try These Fixes

January 13, 2023
empty recycle bin for all users

How to Empty Recycle Bin for All Users on Windows

January 10, 2023
how-to-stop-screen-from-turning-off

How to Keep Your Stay Screen On for Longer Time

January 9, 2023
hdmi-laptop-to-displayport-monitor

How to Connect HDMI Laptop to DisplayPort Monitor

January 4, 2023
how to make windows 10 faster

12 Ways How You Can Make Windows 10 Faster

January 4, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
what is ghost of tsushima legends

What is the Ghost of Tsushima Legends Mode

January 12, 2023
raid 5 vs raid 10

RAID 5 Vs RAID 10 – Which One Is Better?

January 12, 2023
best-tv-settings-for-gaming

Best TV Settings for Gaming

January 9, 2023
You may also like
tv-screen-goes-black-randomly

TV Screen Goes Black Randomly? Try These 11 Fixes

January 15, 2023
how to find unique values in excel

How to Find Unique Values in Excel

January 15, 2023
how-to-open-and-use-chrome-settings

How to Open and Use Chrome Settings

January 16, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Editorial Guidelines
  • Fact-Checking Policy
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday.

Type above and press Enter to search. Press Esc to cancel.