Managing bookmarks, browsing history, and downloads in Edge on Windows 11
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
On my favorite bar , all the icons are all generic. It wasn't like that from the start but it just happened recently. I have heard that sometimes they get corrupted and that's why they show as generic. Anyone knows how to fix this problem? This is on Windows 11 desktop. Thanks.
Managing bookmarks, browsing history, and downloads in Edge on Windows 11
Hi Alex,
It happened with me as well with Edge version 149. I am afraid you will have to open the links once again, and the icons will render again.
I’m eager to hear back and work together to find a solution.
AI answer
Generic or incorrect icons in Edge favorites are typically caused by a corrupted icon (favicon) cache.
In this situation, the behavior is similar to other icon cache issues in Windows and Edge. To address it, clear and rebuild the icon cache and ensure the shell components that handle icons are correctly registered.
Follow these steps on Windows 11:
cmd.exe, check Create this task with administrative privileges, and select OK. CD /d %userprofile%\AppData\Local
DEL IconCache.db /a
explorer.exe, and select OK to restart Windows Explorer. Get-AppXPackage -AllUsers | Where-Object {$_.InstallLocation -like "*ShellExperienceHost*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
If the issue persists only for specific Edge favorites, remove one affected favorite and add it again so Edge can fetch a fresh favicon. Saved site icons on the Edge new tab page can also change unexpectedly because of how Edge looks up and caches favicons; refreshing the favorite (removing and re-adding) forces a new lookup.
References: