How to Enable or Disable Pop-up Tips Description in File Explorer on Windows 11
Windows 11 automatically shows small boxes called “tips” when you hover your mouse over folders or icons. These show info like file size or the date created. Some people find them helpful, while others find them distracting. This feature is part of the Windows 11 UI customization suite designed to provide quick context without opening files.
Why: You may want to turn these off to make your desktop look cleaner or turn them on to see file details quickly without opening folders.
What happens when done: Your computer will either display or hide these quick info boxes whenever you hover over an item.
Method 1: Using Folder Options
You can change this setting easily through your file settings. This is the safest method for most users.
- Open File Explorer or press the Windows key + E on your keyboard.
- Click the three dots icon in the top menu bar and select Options.

- In the window that appears, click the View tab.
- Find the box labeled Show pop-up description for folder and desktop items.
- Check the box to turn the feature on, or uncheck it to turn it off.
- Click OK to save your changes.

Method 2: Using the Registry Editor
Warning: Editing the registry incorrectly can cause system instability. Always back up your registry before making changes. This method requires admin privileges.
- Press Windows key + R, type
regedit, and press Enter. - Navigate to this path:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

- In the right pane, right-click and select New -> DWORD (32-bit) Value.
- Name this value
ShowInfoTip. - Double-click
ShowInfoTipand set the Value data to1to turn it on, or0to turn it off.

Applying Changes: Restarting Windows Explorer
If changes do not appear immediately, you must restart the File Explorer process. This does not require a full system reboot.
- Press Ctrl + Shift + Esc to open Task Manager.
- Find Windows Explorer in the list.
- Right-click it and select Restart.
- Alternatively, run this command in Command Prompt:
taskkill /f /im explorer.exe & start explorer.exe

Advanced Configuration: System Hover Delay
You can control how long you must hover before the tip appears by editing the MouseHoverTime value in the registry under HKEY_CURRENT_USER\Control Panel\Desktop. Increasing this value reduces visual distractions by making the tips appear slower.
Summary
You can control whether Windows 11 shows extra information when you hover over files. You can use the File Explorer settings menu for a simple approach or the Registry Editor for more advanced control. Remember to restart Windows Explorer to apply your changes. For more tips, check out our Windows 11 optimization guides.
Does disabling pop-ups improve system performance?
Disabling Windows 11 pop-up descriptions provides a negligible impact on system performance. While it reduces the number of background queries File Explorer makes when you hover over items, the primary benefit is a cleaner user interface and reduced visual clutter rather than a noticeable increase in processing speed.
Can I disable tooltips for specific applications only?
No, the Windows 11 pop-up description setting is a global configuration for the shell. It affects File Explorer and desktop items universally. There is no native setting to disable these tooltips for specific individual applications while keeping them enabled for the rest of the operating system.
Are these settings synced across Windows devices?
Registry-based settings like the ShowInfoTip value are stored locally on your machine. They are not synced across multiple Windows devices via your Microsoft account. You will need to manually apply these changes on every computer where you wish to customize the File Explorer hover behavior.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!