Share via

Image for "photo" icon missing?

jo 20 Reputation points
2026-04-04T11:03:50.0366667+00:00

The image for the photo icon is missing on my desktop, like in the pictures attached, how do i get it back?r/WindowsHelp - icon for things related to images is broken

CDN media

User's image

Windows for home | Windows 11 | Desktop, Start, and personalization | Desktop
0 comments No comments

Answer accepted by question author

  1. Hendrix-V 14,080 Reputation points Microsoft External Staff Moderator
    2026-04-05T07:20:40.56+00:00

    Hello jo,

    Thank you for sharing the screenshots. Based on the information provided, the files themselves are still present and accessible, however, Windows is not currently displaying the expected photo icon or thumbnail. This is typically related to display settings, cached icon data, or file associations rather than file loss.

    Please try the following troubleshooting steps, in order:

    1, Confirm thumbnails are enabled

    • Open File Explorer
    • Select ⋯ (three dots) > Options
    • Go to the View tab
    • Ensure “Always show icons, never thumbnails” is unchecked
    • Select Apply > OK

    2, Restart Windows Explorer

    • Press Ctrl + Shift + Esc
    • Locate Windows Explorer
    • Right‑click it and select Restart

    3, Clear the thumbnail cache

    • Press Windows + R, type cleanmgr and press Enter
    • Select the C: drive
    • Check Thumbnails
    • Select OK

    4, Verify JPG file association

    • Right‑click a JPG file
    • Select Open with > Choose another app
    • Choose Photos
    • Check Always use this app
    • Select OK

    5, Adjust icon size

    • Right‑click on the desktop or folder
    • Select View
    • Choose Medium, Large, or Extra large icons

    If the issue persists after these steps, restarting the device and ensuring Windows is fully up to date can also help refresh system display components.

    Let me know if you need further assistance, feel free to ask me by clicking "Add Comment" or "Add Answer" if you cannot add comment so your response will be visible. Thanks for your effort.


    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Q&A Assist
    2026-04-04T11:04:09.0633333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The missing or blank image icons are typically caused by a corrupted icon cache or an issue with the shell icon handler. Use the following steps to rebuild icons and verify the icon handler.

    1. Clear and rebuild the icon cache
      1. Save any open work.
      2. Press Ctrl + Shift + Esc to open Task Manager.
      3. On the Processes tab, find Windows Explorer, right‑click it, and choose 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 again.
      8. Type explorer.exe and press Enter to restart Windows Explorer.
      This recreates the icon cache and often restores missing file‑type icons on the desktop, Start menu, and taskbar.
    2. Re‑register Shell Experience Host
      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.
    3. Verify the IconHandler registry entries (advanced) Editing the registry incorrectly can cause system issues. Back up the registry first.
      1. Press Start, type regedit, and press Enter.
      2. Go to HKEY_CLASSES_ROOT\lnkfile\shellex\IconHandler and check the (Default) value. It should be a CLSID similar to {00021401-0000-0000-C000-000000000046}.
      3. Go to HKEY_CLASSES_ROOT\CLSID\{00021401-0000-0000-C000-000000000046} and ensure the (Default) value is Shortcut.
      4. Go to HKEY_CLASSES_ROOT\CLSID\{00021401-0000-0000-C000-000000000046}\InProcServer32 and ensure the (Default) value is C:\Windows\System32\windows.storage.dll.

    If the icon cache was corrupted or the icon handler values were wrong, these steps restore the correct image/file icons across the system.


    References:

    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.