The desktop icons are part of Windows GUI for launching applications on Windows. However, sometimes the icons cease to function properly when called upon.
Most of the people reported that their icons disappeared after updating the Windows. But, it’s not the case always. Icons can also sometimes disappear when running heavy graphics applications on your computer due to high resource consumption.
Most of the time, the icon may be accidentally deleted and can be easily restored from the Recycle Bin.
Table of Contents
Probable Causes of the Issue
- Deleted desktop icons
- Unresponsive Windows Explorer
- Hidden icons from desktop
- Enabled tablet mode
- Misconfigured local policy settings
- Corrupted system files
- Virus and malware attacks
- Outdated Graphics driver
- Issues with icon cache
Fixes for Missing or Disappeared Desktop Icons
Using your computer without desktop icons becomes pretty irksome. Navigation takes longer, and your efficiency is reduced. Getting back your missing desktop icons is pretty simple after applying simple fixes like restarting Windows explorer and enabling icons visibility.
Here, we have compiled a list of 9 fixes you can apply to solve the problem. Let’s dive straight into them.
Restore Application Specific Shortcuts
If you see other icons as usual, but only application-specific icons are missing from your desktop, this fix is for you. For instance, you may have installed Google Chrome but not seen its icon on the desktop.
In such a case, you can restore the icon following these steps:
- Go to the installation folder of Chrome on your local drive C drive.
- Right-click over Chrome‘s executable file.
- Select Send to > Desktop (create shortcut). You will now see Chrome’s icon on the desktop.
Enable Visibility From Desktop
Windows lets you easily turn on or off the icons’ visibility from the desktop. It is possible that you may have accidentally hidden the icons and are facing issues.
Follow these steps to enable the icons’ visibility from the desktop:
- Hover your mouse over empty area on your desktop.
- Do a right-click over there.
- Click View option from the context menu.
- Check Show desktop icons if it is unchecked.
- If it is already checked, try unchecking and checking it again.
Use Personalization Settings
If you are not seeing only the fundamental icons like This PC, Network, and Recycle Bin on your desktop, you can enable it from theme settings easily.
Follow these steps:
- Right-click anywhere on the empty area of your desktop.
- Choose Personalize.
- Click Themes menu on the right section.
- Click Desktop icon settings under Related Settings.
- In the Desktop icon settings popup, check the box next to the icons you want to appear on the desktop.
- Click OK to save changes.
Turn Off Tablet Mode
Tablet mode is a feature available in most touch-enabled Windows PCs. It lets you use your PC like a tablet after detaching it from the keyboard. Microsoft itself says that the number of desktop icons you see is reduced in tablet mode. If you also face an issue after enabling the tablet mode, consider disabling it and checking if the desktop icons return.
Please note that tablet mode is not available in Windows 11. You can try this fix if you are on Windows 10 or earlier.
Follow these steps:
- Press Windows + I key to open Settings.
- While on Settings, click System > Tablet mode.
- In Tablet mode settings, select Use desktop mode under When I sign in drop-down.
- Also, select Always ask me before switching in When this device automatically switches tablet mode on or off drop-down.
Make Changes in Local Policy
A local policy editor is used to define rules and policies for your computer. Misconfigured policy settings are another reason why desktop icons disappear. You can enable or disable viewing of desktop icons from the local policy editor.
Here’s how:
- In the Run text box, type
gpedit.msc
and hit Enter key to load Local Group Policy Editor. - Navigate to User Configuration > Administrative Templates.
- Double-click Desktop in the right section.
- Choose and open Hide and disable all items on the desktop.
- Check the box next to Not Configured and click OK to save the changes.
Run a Malware or Virus Scan
Another major reason why your icons disappear is malware or virus. They cause boundless harm to your PC, and not to mention; they are also responsible for taking away the desktop icons. If you have an antivirus installed on your PC, you can run a quick scan and see if you get the icons back. If you don’t have one, you can also use a built-in malware scanner tool on your Windows PC.
Here’s how:
- Right-click over the Start button and choose Settings from the list of options.
- Navigate to Privacy & Security > Windows Security
- Click Virus & threat protection under Protection areas.
- Click the Quick scan button to start a quick scan. It will find and remove malware if any are present and probably fixes issues with desktop icons.
Run SFC Scan
System files and registry corruption are other reasons the icons disappear from your desktop screen. The System File Checker (SFC) tool is used to find and repair the corrupted files that are possibly causing the issue with desktop icons. It makes use of cached files in one of the compressed folders of your local disk C: to replace the damaged files. If corrupted files were the issue, the desktop icons should be restored once the SFC scan is completed.
Follow these steps to run SFC scan:
- Press Windows + R key.
- Type
cmd
and press Ctrl + Shift + Enter simultaneously. - Click Yes in the UAC popup.
- In the command window, type
SFC /scannow
and hit Enter key. SFC scan will begin and do the rest of the work. - After the scan is completed, restart your computer and see if you got the desktop icons back.
Restore Icon Cache
Windows utilizes an icon cache database file that stores copies of every icon on your desktop. Shortcut icons are generally retrieved from the installation folder of applications, but it is a slower process. So, to speed up the icon loading, an icon cache is used. But sometimes, the icon cache ceases to work, possibly due to corruption, and can not draw icons on your desktop.
You can use a few commands to restore the icon cache and see if it solves the problem.
Here’s how:
- Open Run by hitting Windows + R key.
- Type
cmd
and press Ctrl + Shift + Enter. - Click Yes in the UAC popup.
- In the command window, copy and paste the following commands and press Enter key after each command.
taskkill /F /IM explorer.exe
cd /d %userprofile%\AppData\Local
attrib –h IconCache.db
del IconCache.db
start explorer.exe
- After the command execution finishes, check if you got your icons back.
Perform a System Restore
If you recently made some changes to your PC settings or installed any application and started facing issues with the desktop icons, you can use the system restore feature. System restore uses the restore points stored on your PC and reverts the problematic settings to the working settings.
Follow these steps to perform a system restore:
- Right-click the Start button and select Run.
- Type
control
and press Enter to open Control Panel. - In the Control Panel search box in the top-right corner, type recovery.
- Select Recovery menu from the search result.
- Click Open System Restore and follow the on-screen instructions to restore your system to the earlier state.