Share via

Generic icons

Alex Gharib 0 Reputation points
2026-06-10T13:17:20.42+00:00

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.

Microsoft Edge | Favorites, history, and downloads | Windows 11
0 comments No comments

5 answers

Sort by: Most helpful
  1. Sumit D - IA 170.4K Reputation points Independent Advisor
    2026-06-13T02:38:06.3866667+00:00

    Hi,

    Now try this.

    Go to edge://favourites.

    User's image

    Right-click your Favourites bar and select Open all(X).

    Wait for a while and see if the icons come back.

    Was this answer helpful?

    0 comments No comments

  2. Sumit D - IA 170.4K Reputation points Independent Advisor
    2026-06-12T02:50:18.23+00:00

    Hi,
    The AI answer pertains to icons in the file explorer, instead of Bookmarks icons.

    Press Windows+R keys on the keyboard, or Right-click Start on the Taskbar and choose Run.

    Type %localappdata%\Microsoft\Edge\User Data\Default

    Press Enter.

    Then delete the Favicons and Favicons-journal files. Restart Edge.

    Was this answer helpful?


  3. Sumit D - IA 170.4K Reputation points Independent Advisor
    2026-06-11T11:08:24.1533333+00:00

    Thank you Alex. Try this approach, if it does not help I will explore other options.

    Let us try Resetting Edge Settings to defaults using the steps below, in the hope it helps.

    Click on the three-dot menu button on the right.

    Click on Settings.

    Click on Reset settings.

    Click on Restore settings to their default values.

    Click on Reset.

    2nd step: Sometimes extensions on the web browser might cause unintended behaviour. Please click the three dots menu again, and choose extensions.

    Click Manage extensions.

    Disable all of them for testing purposes, and let me know if it works.

    Additionally, check out some other troubleshooting steps here:

    https://www.yourwindowsguide.com/2024/08/troubleshoot-web-browser-issues-on-windows.html

    Do keep us posted. We will be happy to assist you to get a resolution together.

    Content on the above blog is written by a Windows MVP, so it is safe. However, do watch out for the ads.

    Was this answer helpful?


  4. Sumit D - IA 170.4K Reputation points Independent Advisor
    2026-06-10T14:05:34.1866667+00:00

    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.

    Was this answer helpful?


  5. AI answer

    2026-06-10T13:18:03.1533333+00:00

    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:

    1. Clear the Windows icon cache
      1. Press Ctrl+Shift+Esc to open Task Manager.
      2. On the Processes tab, find Windows Explorer.
      3. Right-click Windows Explorer and select End task.
      4. In Task Manager, select File > Run new task.
      5. Type cmd.exe, check Create this task with administrative privileges, and select OK.
      6. In the Command Prompt window, run:
              CD /d %userprofile%\AppData\Local
              DEL IconCache.db /a
        
      7. Back in Task Manager, select File > Run new task, type explorer.exe, and select OK to restart Windows Explorer.
      This rebuilds the icon cache that Windows and Edge rely on for displaying icons.
    2. Re-register Shell Experience Host (if icons are still generic)
      1. Open Windows PowerShell as administrator.
      2. Run:
              Get-AppXPackage -AllUsers | Where-Object {$_.InstallLocation -like "*ShellExperienceHost*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
        
      3. Restart the PC.
      This re-registers the shell component that participates in icon display.

    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:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.