/
/

How to Enable or Disable Pop-Up Descriptions for Folder and Desktop Items in Windows 11

by Raine Grey, Technical Writer
How to Enable or Disable Pop-Up Descriptions for Folder and Desktop Items in Windows 11

Instant Summary

This NinjaOne blog post offers a comprehensive basic CMD commands list and deep dive into Windows commands with over 70 essential cmd commands for both beginners and advanced users. It explains practical command prompt commands for file management, directory navigation, network troubleshooting, disk operations, and automation with real examples to improve productivity. Whether you’re learning foundational cmd commands or mastering advanced Windows CLI tools, this guide helps you use the Command Prompt more effectively.

Key Points

  • Choose whether Windows 11 displays pop-up descriptions when hovering over folders and desktop items.
  • Minimize visual distractions or provide supplementary context, tailored to users’ device interactions.
  • Toggle pop-up descriptions using File Explorer Options or by modifying the Windows Registry.
  • Adjust the amount of on-screen information to better align with individual user needs or accessibility preferences.
  • Apply the same configuration across multiple devices to standardize the Windows 11 user experience.

Windows 11 pop-up descriptions appear when you hover over files or folders, offering quick details of the item, such as its file type or size. While helpful for some users, these descriptions (which are sometimes referred to as File Explorer folder tips), can feel distracting in highly customized or controlled environments. Toggling this feature allows users and IT teams to fine-tune how much information appears on screen during everyday navigation.

In this guide, we provide simple, brand-neutral processes for enabling or disabling these pop-up descriptions.

Prerequisites

Before proceeding, make sure you have:

  • A Windows 11 device
  • Standard user permissions for File Explorer settings
  • Administrator permission for Registry modifications
  • Optional: Device management tools for applying settings at scale

Enabling or disabling Windows pop-ups

Method 1: Through File Explorer

This is the simplest and most user-friendly method, and is recommended for individual devices.

  1. Open File Explorer,
  2. Go to See More (⸱⸱⸱) > Options.
  3. Click on the View tab.
  4. Find Show pop-up descriptions for folder and desktop items.

Check the box to enable pop-up descriptions, or clear it to disable them.

  1. Check the box to enable pop-up descriptions, or clear it to disable them.
  2. Click Apply, then Ok.
  3. Hover over folders or files to confirm the change.

Method 2: Using Windows Registry

This is recommended for advanced users or IT admins who need more control. This is also suitable for MSPs.

  1. Open Run, type regedit, and press Enter
  2. Navigate to:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

  1. Create or modify the DWORD (32-bit) value named ShowInfoTip
  2. Set the value to 1 to enable pop-up descriptions.
  3. Set the value to 0 to disable them.
  4. Restart File Explorer or sign out and back in to apply the change.

Method 3: Using device management or automation tools

This is useful in managed environments, as it ensures consistency across multiple devices.

  1. Use PowerShell scripts to set the ShowInfoTip registry value for users.

💡Check out our guide How to Automate Repetitive Tasks with PowerShell for more information.

  1. Apply policies through mobile device management or endpoint management platforms where supported.
  2. Validate that changes align with accessibility or usability requirements.
  3. Document the configuration for internal standards or baselines.

After care: Confirm system behavior and user experience changes

Regardless of the method you used, it is always essential to verify that the setting behaves as expected.

  • Test hover behavior on desktop icons and folders.
  • Confirm descriptions appear or remain hidden based on the configuration.
  • Adjust related visual settings if further customization is needed.
  • Update user documentation if workflows are affected.

Additional considerations

Pop-up descriptions can be helpful for new or less technical users who benefit from extra context. Power users, on the other hand, often prefer a cleaner interface with fewer on-screen distractions. Keep in mind that third-party customization tools may override File Explorer settings, and registry changes should always be applied carefully.

Organizations may standardize this setting to promote visual consistency or align with internal usability guidelines across shared devices.

Troubleshooting common issues

Common issueLikely causeHow to troubleshoot 
Pop-up descriptions still appear after disabling.The ShowInfoTip registry value wasn’t applied correctly, or the Explorer shell has not refreshed.Recheck that ShowInfoTip is set to 0, confirm no policies are overriding it, and restart File Explorer or sign out and back in.
The setting does not persist after a reboot.MDM policies, login scripts, or third-party tools are overriding the local settings.Review device management policies and automation scripts that may be reapplying defaults.
Pop-up descriptions do not appear after enabling.File Explorer is running in a restricted, kiosk, or policy-managed environment.Confirm the user profile has standard Explorer functionality enabled.
Inconsistent behavior between user accountsThe setting is stored per user, not system-wide.Verify the registry value under each user profile where the issue occurs.
File Explorer does not reflect changes immediately.The Explorer shell has not fully refreshed.Restart File Explorer or perform a full system reboot.
Behavior changes after Windows updates.Feature updates may reset Explorer preferences.Reapply the configuration using scripts or management tools after updates.

Configuring pop-up descriptions

Pop-up descriptions in Windows 11 can be useful, but they aren’t always necessary in streamlined or usability-focused setups. By configuring this feature through File Explorer options or the registry, users and organizations can tailor the desktop experience to better match their needs and workflows.

Related topics:

FAQs

Disabling pop-up descriptions does not have a measurable impact on system performance. It primarily changes how information is displayed in File Explorer.

No, they are not required, but some users may find them helpful when navigating files and folders. In accessibility-focused environments, this setting should be evaluated alongside other visual and assistive features to ensure usability needs are met.

Yes, using registry scripts, automation, or endpoint management tools. Because the setting is user-specific, organizations typically apply it through login scripts or management policies rather than manual configuration.

No. It only applies to folder and desktop item descriptions in File Explorer. Tooltips within third-party applications or system apps are controlled separately and usually cannot be disabled globally.

Occasionally, major feature updates may reset File Explorer preferences. In managed environments, it’s best to reapply the setting automatically using scripts or policies to maintain consistency.

You might also like

Ready to simplify the hardest parts of IT?