Skip to content
Follow
Windows 🟢 Beginner

How to Enable or Disable “Display file icon on thumbnails” in Windows 11

Richard
Written by
Richard
Aug 15, 2026 5 min read
How to Enable or Disable “Display file icon on thumbnails” in Windows 11
How to Enable or Disable “Display file icon on thumbnails” in Windows 11

Display file icon on thumbnails in Windows 11 controls the small app badges—like a tiny Word or PDF logo—that sit on top of your file pictures and document previews. Windows turns this feature on by default to help you spot which program opens a specific file type at a glance.

You can turn off the "Display file icon on thumbnails" setting in Windows 11 if the small preview icons clutter your folders, or you can turn the setting back on if a system update hides them. Windows 11 File Explorer holds this folder display setting inside your folder options menu, and you can change the setting in just 3 simple clicks.

⚡ Quick Answer

Open File Explorer , click the three horizontal dots on the top toolbar, choose Options, select the View tab, and uncheck Display file icon on thumbnails. Click Apply and OK to save your changes and remove the tiny program badges from your file previews.

Method 1The Quick Way Using File Explorer

File Explorer lets you turn on or off the display file icon on thumbnails setting using the built-in Folder Options menu. Open any folder, click the three dots at the top to open the menu, and choose Options. Go to the View tab, look for the list of advanced settings, and check or uncheck the box next to always show icons, never thumbnails.

  1. Open File Explorer . Press the Windows Key + E on your keyboard to launch a File Explorer window. Tip: You can also click the folder icon on your taskbar if you prefer using your mouse.
  2. Open the folder options menu. Look at the very top toolbar of the File Explorer window and click the three horizontal dots (...) to open the secondary menu. Choose Options from the bottom of that list.
    File Explorer options window showing folder open settings in Windows 11.
    File Explorer options window showing folder open settings in Windows 11.
  3. Switch to the View tab. In the window that pops up, click on the View tab near the top to see a long list of advanced folder settings.
  4. Find and change the thumbnail setting. Scroll down the list until you find the checkbox for Display file icon on thumbnails. Uncheck this box if you want to get rid of the tiny program badges. Leave it checked if you want to keep them.
  5. Save your changes. Click the Apply button at the bottom of the window, and then click OK to close the menu. Your previews will update right away.

Method 2The Advanced Way Using Registry Editor

⚠️Warning
Registry Editor allows you to change the display file icon on thumbnails setting by modifying a specific system value in Windows 11. Press the Win plus R, type regedit, and press Enter to open the tool. Go to 🗝️HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced to find the relevant settings key and update its value data.
  1. Open the Registry Editor. Press the Windows Key + R on your keyboard to open the Run dialog box. Type regedit into the text field and hit Enter. Warning: The Registry is a powerful area of Windows. Always be careful to only change the exact settings mentioned in tutorials so you do not accidentally break other features.
  2. Navigate to the Explorer Advanced folder. Copy and paste this exact path into the address bar at the top of the Registry Editor, then press Enter:
    🗝️Registry
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  3. Locate or create the overlay switch. Look through the list of settings in the right-hand window pane for a value named ShowTypeOverlay. If you do not see it, right-click any empty space in the right pane, hover over New, choose DWORD (32-bit) Value, and name it ShowTypeOverlay.
  4. Modify the value data. Double-click ShowTypeOverlay to open its properties box. Change the Value data to 0 if you want to disable the icon overlays, or change it to 1 if you want to enable them. Click OK.
  5. Restart File Explorer to apply the fix. Registry changes for the shell usually require a quick restart of your desktop interface to take effect. Press Ctrl + Shift + Esc to open Task Manager , find Windows Explorer in the list of processes, right-click it, and choose Restart.

Method 3The Automated Way Using PowerShell

📝Good to Know
PowerShell lets you quickly enable or disable the display file icon on thumbnails setting by running a short command line. Open PowerShell as an administrator from the Start menu, paste the correct registry command, and press Enter to apply the change instantly across your system without clicking through menus.
  1. Open PowerShell as an administrator. (Requires administrator privileges). Click your Start button , type PowerShell, right-click the result, and select Run as administrator.
  2. Run the command to hide the icons. If you want to turn the icon overlays off, copy and paste this command into the PowerShell window, then press Enter:
    PowerShell
    Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name ShowTypeOverlay -Value 0
  3. Run the command to show the icons. If you ever change your mind and want the application badges back, run this command instead:
    PowerShell
    Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name ShowTypeOverlay -Value 1
  4. Restart the Windows shell. Because PowerShell edits the underlying settings directly, you need to restart your desktop interface for the change to appear on your screen. Run this command right after your registry tweak: Stop-Process -Name explorer -Force Tip: Your taskbar and desktop will flash away and reappear for a brief second. This is normal and means File Explorer successfully reloaded.

Summary

Managing the display file icon on thumbnails setting in Windows 11 is easy using File Explorer , Registry Editor, or PowerShell depending on your comfort level. Whether you want a quick menu toggle or a fast command line fix, these three simple methods let you customise your file previews exactly how you want them.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

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.

📚 Related Tutorials

How to Enable Compact View in Windows 11 File Explorer
Windows How to Enable Compact View in Windows 11 File Explorer

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *