Delete Iconcache Db Windows 10



  1. Delete Icon Cache Windows
  2. Delete Icon Cache Db Windows 10 Pro
  3. Delete Iconcache.db Windows 10
  4. Iconcache Db
  5. Delete Icon Cache Db Windows 10 64-bit

If icons in your Windows 10 File Explorer look strange or broken, your icon cache might have become corrupt. This issue is very common for all Windows versions. In this article we will see what to do to fix broken icons and reset the icon cache.

Delete Icon Cache Windows


  • Type Disk Cleanup in the Windows search blank and click the result in order to open it. Select a drive (usually the drive where Windows 10 is installed) that you want to clean up in the drive selection window and click the button of OK to continue.
  • Sometimes Windows 10 icon cache may be corrupt due to some bugs. In this tutorial, you will learn how to solve icons problems by resetting the icon cache. Fix Broken Icon Cache on Windows 10. Delete IconCache.db; CD to the Explorer folder; Remove iconcache. files.

Are you searching for the working solution to rebuild the icon cache? Icons on Windows 10 are cached to speed up the loading and not having to fetch the icon data every time you boot up your PC. Sometimes Windows 10 icon cache may be corrupt due to some bugs. In this tutorial, you will learn how to solve icons problems by resetting the icon cache. I had no iconcache.db to delete anymore, which was another problem. I was at the point of doing a System Restore, which in my experience is asking for more trouble. Then, yesterday, I took another laptop I own that is running Windows 10, and copied the iconcache.db file to a thumbdrive. You need to delete the hidden IconCache.db file by following the steps mentioned below: Open the Task Manager. Right-click the Explorer.exe process the and click End Task. In Windows 10, the.

To show icons faster, Windows caches them into a file. This special file contains icons for many apps and file types, so File Explorer doesn't need to extract the icons for known file extensions and apps. This allows File Explorer to work faster, but it has an annoying side effect. If the cache ever gets corrupted, Windows displays wrong icons. Some files in File Explorer and the Desktop can stop showing the right icons or get a blank 'unknown file type' icon. Some shortcuts can display the incorrect icons. To fix this, you need to reset the icon cache.

Edit: there is a better way to reset the icon cache and fix broken icons. Read this article:

Unfortunately, there is no special button or option in Windows 10 to rebuild the icon cache. Despite this being a fairly common issue, Microsoft didn't provide any tool bundled with the operating system to fix it. To reset the icon cache in Windows 10, there are two methods available:

Icon

Option one. Delete the corrupted icon cache in Windows 10

  1. The icon cache file is hidden in Windows so if you have set hidden and system files to not show, you will have to show them. To do this, open Control Panel.
  2. Then, open Folder Options and go to the View tab. Select the option Show hidden files, folders and drives. Also uncheck the option Hide protected operating system files. Then click OK and close Control Panel.
  3. Press the Win+R keys together on your keyboard to open the Run dialog.
  4. In the Run dialog type %localappdata% and press Enter.
  5. Your local app data folder (C:Users<your user name>AppDataLocal) will open. Locate the iconcache.db file. Delete this file.
  6. Now restart the Explorer shell or log off and log on again.

You are done with the first method. If a logoff does not work, try restarting Windows after deleting Iconcache.db. However, your problem might be that the icon cache file on disk is not corrupted but Windows is still showing incorrect icons because it loaded the wrong icons in memory. In that case, try the next option.

Option two. Reset the in-memory icon cache in Windows 10 with a small freeware app

We will use a third party tool especially designed to refresh the shell icon cache.

  1. Download Winaero Tweaker.
  2. Run it and go to ToolsReset Icon Cache:
  3. Now every time you want to refresh the icon cache, click the button 'Reset Icon Cache'.

That's it.

Tell us in the comments which method worked for you or if you know of another way to fix corrupt icons. Note that despite these methods, your Windows 10 Start Menu might continue to not show some icons for desktop apps. This is a known problem with the Windows 10 Start Menu. On a number of systems, we have seen that the Start Menu shows blank/empty white icons for desktop shortcuts.

Advertisment

Windows 10 stores all the icons of files and apps in icon cache database. This database helps to display the icons quickly and avoid time consuming process of accessing all the related icons from the source. When database of your Windows 10 PC get increased, the icon cache database may get corrupted. So you may like to know how you can reset icon cache database, whenever you feel the icons are showing damaged.

Delete Iconcache Db Windows 10

Windows 10 automatically rebuild icon cachefiles when you remove icon cache files using command line. You must close all the apps running on your PC before starting this method otherwise you will not be able to delete complete list of icon cache files from the database.

If you are running Windows 8.1 and having same issue, apply the same process which we are going to discuss in this blog.

To Reset Icon Cache Database on Windows 10

Delete Icon Cache Db Windows 10 Pro

Launch Elevated (Administrator’s) Command Prompt on your Windows 10 PC. Then run the following command. It will navigate to the icon cache database location.

cd %homepath%AppDataLocalMicrosoftWindowsExplorer

Delete icon cache db windows 10 iso

Now, run the following command to confirm whether the icon cache database files are available at their storage location or not.

dir iconcache*

You can see a list of icon cache files displayed as output of the command. See the screenshot.

Also read: How To Create System Restore Point In Windows 10 With Simple Script

To stop the File Explorer, run the following command.

taskkill /f /im explorer.exe

This command terminates File Explorer and disappear the desktop background & taskbar temporarily.

Now you can delete the icon cache files only after termination of File Explorer. Run the following command to delete icon cache files.

Delete

del iconcache*

Delete Iconcache.db Windows 10

In case you see “Access is denied” message as an output of above command, you need to cross-check your running apps. All the apps should be closed.

You should verify whether all the files are deleted successfully or not. Run the following command and confirm.

dir iconcache*

Also read:How To Share Favorite Registry Keys With Other Windows Users

If all the icon cache files are removed successfully, you can proceed further. You just need to start File Explorer by running the following command line.

Iconcache Db

explorer.exe

Delete Icon Cache Db Windows 10 64-bit

That’s all, if you have followed the process carefully, it will rebuild icon cache database automatically.