Tooltips, those small descriptor boxes that pop up when you hover over window elements like the close, maximize, or minimize buttons, can sometimes become distracting or unnecessary. Disabling these descriptors streamlines your desktop experience, reducing visual clutter and allowing you to focus better on your tasks. Follow these straightforward steps to turn off these tooltip descriptors in Windows.
Method 1: Disable Tooltips Using Windows Registry Editor
The most effective way to permanently disable tooltip descriptors is by modifying the Windows Registry. This method ensures tooltips no longer appear when hovering over control buttons.
Step 1: Press Windows Key + R
to open the Run dialog box. Type regedit
and press Enter
. When prompted, confirm to open the Registry Editor.

Step 2: In the Registry Editor window, navigate to the following path:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

Step 3: Once you're in the "Advanced" folder, right-click in the right pane, select New, and click DWORD (32-bit) Value. Name this new value ShowInfoTip
.

Step 4: Double-click the newly created ShowInfoTip
entry and set its value data to 0
. Click OK to save your changes.

Step 5: Close the Registry Editor and restart your computer. After rebooting, the tooltips should no longer appear when hovering over the close, maximize, and minimize buttons.
Method 2: Disable Tooltips via Windows Settings (Ease of Access)
If you're hesitant about editing the registry, Windows provides a simpler alternative through its built-in settings. This method disables most tooltips, though some system-level tooltips might still appear.
Step 1: Open the Control Panel from the Start menu and click on Ease of Access.

Step 2: On the left sidebar, click on Display. Scroll down to find the option labeled "Show notifications for" or similar tooltip-related settings (depending on your Windows version, wording may vary).
Step 4: Toggle off any available tooltip or notification options. If there's no direct toggle for tooltips, this means your Windows version doesn't support this method, and you should use Method 1 instead.
Step 5: Close the Settings window and test hovering over the close, maximize, or minimize buttons to see if tooltips are disabled.
Method 3: Adjust Hover Time to Prevent Tooltips from Appearing
This method doesn't remove tooltips entirely but significantly delays their appearance, effectively making them less intrusive.
Step 1: Press Windows Key + R
, type regedit
, and press Enter
to open the Registry Editor.

Step 2: Navigate to the following registry path:
HKEY_CURRENT_USER\Control Panel\Mouse

Step 3: Locate the entry named MouseHoverTime
in the right pane, double-click it, and change its value to a higher number, such as 5000
or more. This value represents milliseconds, so setting it to 5000 delays the tooltip appearance to 5 seconds.

Step 4: Click OK, close the Registry Editor, and restart your computer to apply the changes.
After rebooting, tooltips will appear only if you hover over buttons for an extended period, effectively reducing their visibility during regular usage.
With these methods, you can quickly disable or minimize the appearance of tooltips on window control buttons, making your Windows desktop cleaner and less distracting.
Member discussion