Generate summary with AI

With Microsoft ending support for Windows 10, new bugs and glitches are going to happen that won’t be officially looked into or resolved by the tech giant’s own devs. This means that any problems that happen to your PC will be up to you to fix, which could include frequent app crashes, security vulnerabilities, worse performance, and even strange things such as desktop icons for apps you know you have disappearing.

Since you can’t ask Microsoft for help, we’ve got you covered with some things you can try to hopefully bring those missing or corrupted desktop icons back.

Why desktop icons disappear in Windows 10

There are a bunch of possible reasons that could make desktop icons disappear in Windows 10, from simple settings errors to network-wide policy configurations. These typically include:

  • User settings: “Show desktop icons” toggle is off, Tablet Mode is enabled, or you’ve accidentally hidden files and shortcuts.
  • Corrupted system files or icon cache: Explorer crashes or a corrupt icon cache can prevent icons from appearing.
  • Graphics driver/display issues: Failed or outdated drivers, or changes in display settings and scaling. Starting with driver updates is always good for troubleshooting many PC issues.
  • Windows updates or patches: Sometimes updates reset settings or introduce bugs.
  • Group Policy or domain settings: Policies may disable all desktop items (e.g., “Hide and disable all items on the desktop”).

» Trying to figure out what happened on your PC? Consider checking Windows Activity History or running a diagnostics report

Easiest methods to recover missing desktop icons

Before you start trying different methods for finding desktop icons that might not even exist anymore, you should start by making sure they’re actually there and you didn’t accidentally delete them.

Here’s what you should check:

  • Open the Desktop folder directly: Open File Explorer and navigate to C:\Users\<username>\Desktop. If the shortcuts exist there but not the Desktop, they weren’t deleted, just hidden from view or mislinked.
  • Check alternate user profiles: In multi-user machines, verify if the current login is using a temporary profile or switched user. Icons may appear under a different profile’s desktop folder.

After that, check Windows Event Viewer logs to trace if the issue stems from profile corruption or policy interference:

  1. Open Windows Event Viewer by pressing Windows key + R, typing eventvwr.msc, and pressing Enter
  2. In the left hand pane, expand Windows Logs > Application
  3. In the right hand pane, click Filter Current Log
Filter Windows Event Viewer logs

From here, you can add the following event IDs:

  • Event ID 1509 (User Profile Service, “Windows cannot copy file …”) indicates failure to load or copy default profile files
  • Event ID 1500 (User Profile Service, “profile cannot be loaded / file not found”) signals missing essential files like NTUSER.DAT
  • Event ID 1511 (User Profile Service, “local profile not found… logged in with a temporary profile”) shows the system fell back to a temp profile
  • Event ID 1515 (User Profile Service, “winlogon notification subscriber failed … backed up this user profile”) suggests profile mismatch or backup fallback
Add IDs to Windows Event Viewer log filter

If any events pop up with these IDs, then you know the cause of the problem and can start troubleshooting a fix for that issue. If nothing shows up, then you’ve verified that the icons are there, just hidden. Now follow these methods:

1. Check personalization settings

When desktop icons disappear due to personalization settings, you can restore them using the View and Personalization menus through these steps:

  1. First, right-click anywhere on the desktop and select View > Show desktop icons. This re-enables icon visibility if they were hidden
  2. Next, right-click and navigate through Personalization > Themes > Desktop icon settings
  3. Ensure key icons like This PC, Recycle Bin, and Network are checked
Personalization menu in Windows 10 desktop

On Windows 10 Pro or Enterprise systems managed by Group Policy, verify that User Configuration > Administrative Templates > Desktop > Hide and disable all items on the desktop is set to Not Configured.

» Learn more about group policy management with Atera

2. Restart and repair Windows Explorer

Restarting or repairing Windows Explorer can resolve missing or frozen desktop icons caused by Explorer.exe crashes or memory leaks. This process refreshes the graphical shell responsible for displaying icons, the taskbar, and the Start menu without requiring a full system reboot.

Restart Explorer using Task Manager:

  1. Press Ctrl + Shift + Esc
  2. Navigate to Processes
  3. Right-click Windows Explorer > Restart
Restart Windows Explorer in Windows 10 Task Manager

3. Use system integrity tools

For deeper repair, running SFC /scannow and DISM /Online /Cleanup-Image /RestoreHealth helps restore corrupted system files:

1. Open PowerShell as an administrator

2. Paste the PowerShell command: <SFC /scannow>

3. Hit Enter

scannow Command in PowerShell

4. Next, run this PowerShell command: <DISM /Online /Cleanup-Image /RestoreHealth>

Disk cleanup image command in PowerShell

In enterprise environments, IT teams typically execute these tools through PowerShell scripts or remote management solutions like Atera’s RMM. According to Microsoft documentation, these utilities restore normal functionality in many Windows file corruption cases.

4. “Repair” corrupted profiles by transferring data to a new one

When desktop icons disappear due to a corrupted or misconfigured user profile, IT teams can follow a tiered recovery approach:

First, salvage user data by creating a temporary administrator account, logging in with it, then copying user data from C:\Users[corrupted-username] to C:\Users[new-username] and then deleting the old user profile.

Quick tip: To add a temporary admin account, navigate to Settings > Accounts > Family & other users > Add someone else to this PC. Click “I don’t have this person’s sign-in information,” then “Add a user without a Microsoft account.” Create a username and password, then change the account type to Administrator through Windows settings.

Create admin account through Windows

After creating the account, follow these steps:

  1. Log in as an administrator (or the temporary admin account you created)
  2. Navigate to C:\Users[corrupted-username]
  3. Copy the following folders to C:\Users[new-username]: Desktop (all shortcuts and files), Documents (personal files), Downloads (if needed), AppData folders (AppData\Roaming and AppData\Local)
  4. Take ownership if you get permission errors by right-clicking the folder > Properties > Security > Advanced > Change owner to Administrators
  5. Log in as the new user and verify everything works

What NOT to copy:

  • NTUSER.DAT files (these are likely corrupted)
  • AppData\Local\Temp (temporary files)

In domain environments, IT admins can leverage Active Directory to resolve profile corruption more efficiently, though this isn’t advised for beginners as messing with the registry can create far more problems than it might solve if you don’t know what you’re doing.

  1. Open Registry Editor
  2. Delete the corrupted profile entry from the registry under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
  3. Verify the user’s group memberships and permissions in Active Directory Users and Computers

On the user’s next login, Windows will automatically recreate the local profile and re-sync any roaming profile data from the network server.

» Here’s our guide to the top Registry Editor challenges and solutions

5. Make sure updates aren’t the problem

Windows updates sometimes change display settings, reset personalization, or corrupt user profiles, causing desktop icons to disappear. Before you can fix it, you need to identify which update caused the problem by following these steps:

  1. Open Settings (Win + I)
  2. Go to Update & Security > Windows Update
  3. Click View update history
Find Windows 10 update history

Look at the recently installed updates (sorted by date)

Note the KB number (e.g., KB4551762) of updates installed around when the problem started

KB number in Windows update history

Once you’ve identified the problem, here’s how to uninstall the update:

  1. Open Command Prompt as an admin
  2. Type the following command: <wusa /uninstall /kb:XXXXXXX>
  3. Replace the “XXXXXXX” with the actual KB number you want to uninstall
  4. Press Enter
  5. Restart your PC when the process is finished

» Here’s how to enable Windows automatic updates and disable Windows updates

Simplify Windows 10 desktop icon troubleshooting

Missing desktop icons in Windows 10 can stem from simple setting toggles to complex profile corruption, but the key is systematic diagnosis before jumping to fixes. By following these troubleshooting steps, you should be able to resolve most icon-related issues efficiently. If it’s still not working, then a fresh Windows install may be the only option to fix corrupted data.

For organizations managing multiple endpoints, preventive measures like controlled patch deployment, Group Policy management, and automated profile monitoring reduce the likelihood of these disruptions occurring in the first place.

Modern enterprise IT management platforms like Atera RMM take this further by enabling real-time monitoring, automated alerts, and remote script execution and remediation across your entire infrastructure. Instead of manually troubleshooting each affected computer, IT teams can detect profile corruption early, deploy fixes remotely via scripts generated by AI Copilot, and even leverage Robin to resolve common end-user issues autonomously.

» Interested? Start your free trial with Atera

Was this helpful?

Related Articles

What is IT Management

Read now

What is infrastructure monitoring?

Read now

CapEx vs. OpEx

Read now

How to restart a remote computer using Windows

Read now

Endless IT possibilities

Boost your productivity with Atera’s intuitive, centralized all-in-one platform