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»Laptops»How to Turn Off Touch Screen on HP Laptop

How to Turn Off Touch Screen on HP Laptop

chunanBy chunanDecember 8, 2022
how-to-turn-off-touch-screen-on-hp

Touch screens have become more than just a feature that provides users with better accessibility and accuracy. Although an incredibly convenient feature, there are times when you would like to disable this on your PC, especially if you’re not comfortable using it. 

As a matter of fact, you can disable this feature on any manufacturer’s laptop running any Windows operating system. Disabling it can even help with mishaps caused by unintentional touches or ghost touching. Since the touchscreen counts as additional hardware that requires extra power, disabling it can also help you save the battery of your laptop.

Table of Contents

  • How to Turn Off Touch Screen on HP?
    • From Device Manager
    • From Control Panel
    • Using Windows PowerShell
    • From Registry
    • From BIOS
    • Using Command Prompt

How to Turn Off Touch Screen on HP?

Most laptops have a dedicated key or a button to instantly enable/disable the touch screen. You can press the button to turn off your touch screen. But if the shortcut is missing or not working, you can check out some other ways to disable the touch screen below:

From Device Manager

The device manager is a windows program that has a list of all hardware connected to your PC. It lets you change advanced settings related to all devices, including your touchscreen. Follow these steps to learn how to do it:

  1. Press Win + I and select Device Manager.
  2. Expand Human Interface Devices.
    touchscreen driver
  3. Right-click on your touch screen driver and select Disable device. Although HID-compliant touch screens are common, the driver’s name may differ depending on your PC model.
    disable_device
  4. Press Yes to confirm.
    To re-enable the touch screen, right-click on it and press Enable device.

From Control Panel

Control panel is an older interface for Windows settings that you can use to change advanced settings on your PC. You can also disable the touch screen from the control panel. However, this option is only available for Windows 8 or lower.

  1. Press Win + R to open the Run app.
  2. Type control panel and press Enter.
  3. Click on the drop-down menu next to View by and select Large icons.
    view by
  4. Select Pen and touch.
  5. Go to the Touch tab.
  6. Click on the tickbox next to Use your finger as an input device.
    use-your-finger-as-input-device
  7. Press Apply and then OK to confirm the changes.

Using Windows PowerShell

Windows PowerShell is another command-line interface of your Windows operating system. You can use it to make advanced changes to your computer using specific commands. Although a powerful tool, you can also use it to disable the touch-screen on your HP laptop.

  1. Press Win + X.
  2. Select Windows Powershell (Admin).
  3. Type the following command and press Enter.
    Get-PnpDevice | Where-Object {$_.FriendlyName -like ‘*touch screen*’} | Disable-PnpDevice -Confirm:$false
    disable_touchscreen_powershell
    If you want to re-enable the touchscreen on your device, execute the following command:
    Get-PnpDevice | Where-Object {$_.FriendlyName -like '*touch screen*'} | Enable-PnpDevice -Confirm:$false
    enable_touchscreen_powershell

From Registry

The registry editor lets you change the ground-level settings of your Windows Operating system. Tampering with this setting may be risky, as any unintentional change may break your PC. Backing up the registry is always a good idea before making any changes to your registry.

Here’s how you disable your touch screen from the registry editor:

  1. Press Win + R to open the Run program.
  2. Type regedit and press Enter.
  3. Go to the Computer\HKEY_LOCAL_MACHINE\Software\Microsoft\Wisp\Touch key. You can also simply copy and paste the key in the navigation bar to access that key directly.
    registry disable touch screen
  4. Create a new key by right-clicking on an empty space and selecting New > DWORD(32-bit) Value.
    create new key
  5. Name the new key as TouchGate.
  6. Open the key by double-clicking it.
  7. Set the Value data to 0 and select the Hexadecimal under Base.
    value data
  8. Press OK to save.

In case your touchscreen gets re-enabled automatically, making this registry change will disable that as well. Your touch screen will stay disabled until you set the Value data to 1 or delete the key itself.

From BIOS

BIOS stands for Basic Input/Output System, which is the most foundational program that allows you to manipulate your PC’s firmware settings. It directly allows you to enable or disable the touch screen on your HP Pc without having to boot into your operating system. 

Although BIOS settings may differ depending on its version, the general steps are similar. Here’s how you do it:

  1. Shut down your PC and turn it back on.
  2. Press the F2 or F12 key repeatedly until it boots into the BIOS. Depending on your BIOS, it may also be Esc, Delete, F1, F10, or F11.
    disable touchscreen bios
  3. Search for your touchscreen device.
  4. Disable the touch screen by using the navigational keys as shown in your BIOS.

Disabling it from the BIOS can be very helpful if your touch screen is damaged and preventing you from using your computer.

Using Command Prompt

You can use the command prompt on Windows to run the Pnputil tool. It is a special tool that lets you manipulate drivers on your PC. And we can use it to uninstall the touch screen driver package, ultimately disabling the touch screen. Follow these steps to learn how to do it:

  1. Press Win + R to launch the Run app.
  2. Type cmd and press Ctrl + Shift + Enter.
  3. In the command prompt, type Dism /Online /Get-DriverInfo /Driver:“input.inf”
    check compatible id
  4. Scroll and search for “HID-compliant touch screen” under the “Description” from the list.
  5. Note down or copy the Compatible ID.
  6. Type pnputil /disable-device /deviceid "<Compatible_id>” and press enter. Replace the <Compatible_id> with the compatible id you copied before.
    cmd disable touch screen

This will disable that specific piece of hardware on your device.

how to
chunan

I was always enthusiastic when it comes to technological advancements. Any chance to learn something new about computers excites me which is why i got into IT as well. Now I get to write about them as well.

Related Posts

surface not charging

Surface Not Charging? 7 Ways to Fix It

February 5, 2023
surface-screen-flickering

Why is My Surface Screen Flickering? 6 Ways to Fix It

February 3, 2023
orange light on dell laptop

Amber or Orange Light Blinking on Dell Laptop? 16 Ways to Fix It

February 2, 2023
Dell Audio Not Working

Dell Audio Not Working – Here Are 6 Ways to Fix It

February 2, 2023
screenshot on alienware

4 Ways to Take a Screenshot on Alienware Laptop

January 31, 2023
dell laptop stuck on dell screen

Why is My Dell Laptop Stuck on Dell Screen? How to Fix It

January 30, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
usb a vs usb c

USB A Vs USB C – What’s the Difference?

January 31, 2023
how long does a cmos battery last

How Long Does a CMOS Battery Last

January 25, 2023
thunderbolt vs usb c

Thunderbolt Vs USB C: What’s the Difference

January 25, 2023
You may also like
scroll wheel not working

Scroll Wheel Not Working? Try These 6 Fixes

February 5, 2023
how to connect canon printer to laptop

How to Connect Canon Printer to Laptop

February 5, 2023
how to change mouse sensitivity

How to Change Mouse Sensitivity (5 Effective Ways)

February 5, 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
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday.

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