Every time when you place a file or a shortcut on your Desktop, you may get 2 identical icons. If one icon is deleted, the other icon will also be removed if you refresh the Desktop. The path for both icons would be the same. You may be wondering what causes the display of duplicate desktop icons in Windows.
Cause
This problem is caused by inadvertently dragging the desktop folder about in the person’s profile folder or All Users. Or, the user may have incorrectly changed the “User Shell Folders” registry value.
The Desktop is composed of two folders, one is the current user’s Desktop, and the other is the “All Users” (a.k.a, Public) Desktop. The Desktop is a special folder that displays the icons from both these locations.
Duplicate desktop icons issue occurs if both are set to the same folder. For instance, if the current user “Desktop” and All users’ “Desktop” paths (in the registry) are pointing to the same folder (e.g., %USERPROFILE%\Desktop
), the Windows shell enumerates the items twice and displays the same set of icons twice on the desktop.
Fix for Duplicate Desktop Icons in Windows
To fix the duplicate desktop icons issue, fix the shell folder paths for “Desktop” folder in the registry. Follow these steps:
- Start the Registry Editor (
regedit.exe
) - Go to the following location:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
- Double-click “Common Desktop” and set its value data to:
%PUBLIC%\Desktop
(Make sure that the value type is REG_EXPAND_SZ. If it’s showing up as REG_SZ, then delete the value and create a new value of type REG_EXPAND_SZ and name it “Common Desktop”)
- Go to the following location:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
- Double-click “Desktop” and set its value data to:
%USERPROFILE%\Desktop
(Make sure that the value type is REG_EXPAND_SZ. If it’s showing up as REG_SZ, then delete the value and create a new value of type REG_EXPAND_SZ and name it “Common Desktop”)
- Exit the Registry Editor.
- Log off and log back in. Or restart the Explorer shell for the change to take effect.
I hope you were able to fix the double/duplicate icons issue on the Desktop. The above instructions apply to all versions of Windows, including Windows 10/11.
One small request: If you liked this post, please share this?
One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:- Pin it!
- Share it to your favorite blog + Facebook, Reddit
- Tweet it!