Disable Windows 11 Tooltips

Disable Windows 11 Tooltips

ToolTips Block Clicks

Windows 11 has tooltip pop-ups:

Example Windows 11 Tooltip

Tooltips actively appear as you mouse over to the action you desire.  The pop-up of a mouse hover for a UI element you are not interested in appears in the way of your desired click.  They have translucent pixels surrounding their border, which block mouse clicks even when you think you’re clicking past the pop-up.  They even often reveal no additional information, such as telling you the close button is the close button.

Examples:

Windows 11 Pop-Up blocking click on Performance

 

Solution

  1. Open Registry Editor.
  2. Navigate to: Computer\HKEY_CURRENT_USER\Control Panel\Mouse
  3. Edit: MouseHoverTime
    • Make sure it is type: REG_SZ
    • You may expect REG_DWORD for an integer, but REG_SZ for a text string, is the correct type!
    • Set to a large integer value, measured in milliseconds.
      • You want it small enough so that it appears when you want it.
      • You want it large enough to avoid pop-ups enroute to another UI element.
      • Recommend 400 = 0.4 seconds.
      • Set to very large, such as 10000 = 10 seconds, if you don’t want them to appear at all.
  4. You may need to restart Windows for it to take effect.

 

Computer\HKEY_CURRENT_USER\Control Panel\Mouse

 

MouseHoverTime

 

Additional Resources

 

Jason Doucette Avatar

Leave a Reply