Share via

Hover settings

Finding Forward Books 0 Reputation points
2026-05-05T17:19:29.3066667+00:00

I am unable to disable touchpad hovering on my HP ProBook 460 G11.

Windows for home | Windows 11 | Devices and drivers
0 comments No comments

2 answers

Sort by: Most helpful
  1. Ivan B 109.5K Reputation points Independent Advisor
    2026-05-05T18:02:02.01+00:00

    Hi,

    If you want to disable the touchpad,

    https://support.hp.com/ph-en/document/ish_6735941-6736026-16

    or

    Access Device Manager > Mouse > select one of the HIDs to disable it, and see which one is the touchpad, testing one at a time.

    While this is not a Microsoft website, it is the official site of [ProBook 460 16" G11/ HP].

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Thanks

    0 comments No comments

  2. Q&A Assist
    2026-05-05T17:19:45.07+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    On Windows 11, touchpad “hover” behavior (moving the pointer without clicking) cannot be disabled directly in Windows settings, but some related behaviors can be tuned or disabled depending on what “hover” means in this scenario:

    1. If the goal is to disable the touchpad entirely (for example, when using a mouse):
      • OEMs and drivers control enable/disable via the Precision Touchpad registry and hotkey mechanism.
      • A helper application or driver can toggle the Precision Touchpad state using the built-in hotkey CTRL + WIN + F24 when HKCU\Software\Microsoft\Windows\CurrentVersion\PrecisionTouchPad\Status\Enabled is non‑zero. This is typically wired to a hardware button or Fn key on the device.
      • On many laptops (including HP), the actual toggle is exposed as a dedicated touchpad key or Fn+function key combination. That key combination sends the CTRL + WIN + F24 sequence to Windows to turn the touchpad on or off.
    2. If the goal is to adjust or disable specific gestures that might feel like “hover” actions (for example, two‑finger scroll, tap‑and‑drag, or two‑finger tap):
      • Precision Touchpad behavior is controlled per user under: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\PrecisionTouchPad
      • Examples of tunable options include:
        • PanEnabled (two‑finger scroll)
        • TapAndDrag (tap twice and drag to multi‑select)
        • TwoFingerTapEnabled (two‑finger tap)
        • RightClickZoneEnabled (bottom‑corner press for right‑click)
      • These values are normally changed through the Windows Touchpad settings UI; OEM tools or helper apps can also read them and react to changes. The documentation specifies these values should be read, not overwritten, by helper apps.
    3. If the device uses a legacy touchpad implementation:
      • A helper app can opt in to Windows Precision Touchpad settings via: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\PrecisionTouchPad\LegacyControlled\<HWID>
      • Once opted in, it must listen for changes under: HKCU\Software\Microsoft\Windows\CurrentVersion\PrecisionTouchPad and ...\Status\Enabled and apply them to the legacy touchpad (including enable/disable and scroll direction).

    On an HP ProBook 460 G11 specifically, the practical path to “disabling hover” is usually either:

    • Use the HP‑provided touchpad/Fn key to toggle the touchpad off (which uses the Windows enable/disable mechanism described above), or
    • Use the Windows Touchpad settings (and any HP touchpad utility) to turn off gestures like tap‑and‑drag or two‑finger actions that may be causing unintended pointer movement.

    If those options are not exposed in Settings or HP’s tools, there is no supported Windows‑level setting in the provided documentation that disables basic pointer movement from touchpad hover alone.


    References:

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.