How to fix desktop icons missing or disappeared in Windows 10 and 11

When your desktop icons suddenly disappeared, turned into blank white paper boxes, or failed to appear on startup, a hidden view setting, a corrupted icon cache or system file, a bad Windows update, or a frozen Windows Explorer shell might be the cause. This step-by-step guide shows you how to restore missing or fix blank desktop icons in Windows 10 and 11.

Make sure desktop icons aren't hidden (check view settings)

If all your icons suddenly vanished, a desktop view setting may be the cause.

  1. Right-click on an empty space on your desktop.
  2. Hover your mouse over View.
  3. Make sure there's a checkmark next to Show desktop icons.
Windows 11 desktop view settings

Desktop icon settings (Recycle Bin, Computer, Control Panel, or Network icons)

If only the Recycle Bin, Computer, Control Panel, or Network icons are missing, follow the steps below.

  1. Right-click on an empty space on your desktop.
  2. Click Personalize.
  3. Click Themes.
  4. Click Desktop icon settings under Related Settings.
  5. In the next window, check the box next to the item you want to show on your desktop (e.g., Recycle Bin).
  6. Click Apply at the bottom of the window.
  7. Click OK.
Show Computer, Control Panel, or Network icon on the Windows desktop

Restart the Windows Explorer process

Restarting the Windows Explorer process will shut down and restart the Windows shell—removing the desktop, taskbar, Start menu, notification area, and system tray from view before reloading them. Restarting this process will refresh the user interface and fix issues like missing or blank desktop icons without closing your other running programs or affecting your data.

  1. Press the Ctrl + Shift + Esc (Escape) keys on your keyboard simultaneously to open Task Manager (or right-click the taskbar and select Task Manager).
  2. Find the Windows Explorer process.
  3. Right-click Windows Explorer and choose Restart.
Restarting Windows Explorer process in Task Manager

Your desktop icons, taskbar, start menu, notification area, and system tray will disappear for a short moment while the process restarts.

Clear icon cache

Clearing the icon cache may fix missing, blank, or broken desktop icons.

  1. Open File Explorer.
  2. On Windows 11, click View in the top toolbar > hover over Show > click Hidden items. On Windows 10, click the View tab in the top toolbar and check the box next to Hidden items.
    View hidden files, folders, and drives in Windows 11
  3. Go to (C:) > Users > YourUserName > AppData > Local.
  4. Delete the IconCache.db file.
  5. Restart your computer.
Clear Windows icon cache by deleting the IconCache.db file

Don't worry, Windows will rebuild the IconCache.db file automatically.

Update Windows

A bug in the Windows operating system might be causing the missing or blank desktop icons issue. Installing the latest update may fix it.

  • If you're using Windows 11, go to Settings > Windows Update. On Windows 10, go to Settings > Update & Security > Windows Update.
  • On the right side of the Settings window, click Check for updates, then download and install any available updates.

Repair System Files (DISM & SFC)

System File Checker (SFC) is a built-in Windows tool that checks system files and repairs them if required. Note: Microsoft recommends running DISM prior to running the System File Checker because DISM provides the files required to repair your corrupted files. To do this:

  1. Right-click the Windows Start menu button.
  2. Click Terminal (Admin) or Command Prompt (Admin).
  3. Type (or copy and paste) the following command:
    
    DISM /Online /Cleanup-Image /RestoreHealth
    
    
  4. Press Enter.
  5. Wait for the verification to reach 100%. This process may take some time. It may appear stuck at around 60% for a few minutes. Do not close the window.
  6. Once DISM is finished, type:
    
    sfc /scannow
    
    
  7. Press Enter.
  8. Wait for the scan to complete. This process may take some time. SFC will show you whether it found corrupt system files and successfully repaired them.
  9. Restart your computer.
Use System File Checker to check system files and repair them

Note: DISM provides the files required to repair your corrupted system files; therefore, you should run DISM prior to running the System File Checker (sfc /scannow).

If the System File Checker tool is unable to fix corrupt files, visit my fix 'SFC unable to fix corrupt files' page.

Uninstall a recent Windows update

If the desktop icons disappeared or turned into blank white paper boxes after a recent Windows update, you can uninstall the update to try to get the icons back again.

  1. Open Settings.
  2. Click Windows Update.
  3. Click Update history.
  4. Click Uninstall updates in the “Related settings” section.
  5. Click Uninstall next to the update you want to remove.
  6. Once the update is uninstalled, restart your computer.
Uninstall a Windows update

If uninstalling a recent update fixed your problem, wait a week or so before installing the update again. Quality updates get released on patch Tuesday, and sometimes these updates cause problems. And if Microsoft releases a bad update and the update causes a lot of problems, they usually pull back the update two or three days after the release day. And by the weekend, when your computer searches for updates, it's either fixed or already been pulled.


Related:

How to fix missing or blank taskbar icons in Windows 10 & 11

How to fix Windows Start menu button not working (fast fixes)

How to create a desktop shortcut to open multiple web pages

How to create a website shortcut on the desktop of your PC

How to show or hide the Recycle Bin on Windows 11


Windows