New Windows User Account Has No Desktop Icons – Fix

Windows Errors Beginner 👁 10 views 📅 Jun 25, 2026

When you create a new user in Windows 10 or 11, the desktop can be empty. This happens because default icons are hidden by default. Here's why and how to show them.

You just created a new local user account in Windows 10 or 11. You sign in, and the desktop is completely empty. No This PC, no Recycle Bin, no User Files folder. Just a blank wallpaper. This is not a bug – it's by design. Since Windows 10, Microsoft decided that new user accounts start with zero desktop icons. The old "default set" (This PC, Network, Control Panel) is hidden.

Why This Happens

Windows uses a setting in the desktop icon settings panel that controls which system icons appear. For a new user, all these checkboxes are off. The registry key that stores this is:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel

New accounts have no values set there, so Windows defaults to hiding everything. The icons themselves are still installed – you just need to tell Windows to show them.

Fix – Step by Step

Step 1 – Open Desktop Icon Settings

  1. Right-click anywhere on the empty desktop.
  2. Click Personalize.
  3. In the left pane (Windows 10) or at the top (Windows 11), click Themes.
  4. Scroll down to Related Settings and click Desktop icon settings.

On Windows 11, you might find this faster by searching "desktop icon settings" in the Start menu. It's the same panel.

Step 2 – Enable the Icons You Want

In the Desktop Icon Settings window, you'll see checkboxes for:

  • Computer (This PC)
  • User's Files
  • Network
  • Recycle Bin
  • Control Panel

Check the ones you want. At minimum, I always enable Computer and Recycle Bin. Click Apply, then OK.

Step 3 – Wait or Refresh

The icons should appear immediately on the desktop. If not, press F5 on the keyboard to refresh, or right-click the desktop and click Refresh.

Step 4 – If Still Empty, Check the Registry

This rarely happens, but sometimes the setting doesn't stick. Open Registry Editor (regedit), go to:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel

Look for a DWORD value named {20D04FE0-3AEA-1069-A2D8-08002B30309D} (that's the GUID for This PC). If it exists and is set to 1, change it to 0 and restart Explorer or sign out and back in.

Why Step 3 Works

The reason the icons appear after checking those boxes is that Windows writes the corresponding registry values to HideDesktopIcons and sets them to 0 (show). It also updates a separate key HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced with the desktop icon visibility flags. The refresh is just a visual update – the real change already happened in the background.

What If You Want Default Icons for All New Users?

If you're setting up a machine for multiple users and want every new account to have This PC and Recycle Bin by default, you can't do that via the GUI. You'd need to copy the registry settings from a configured account to the Default User profile. That's an advanced move – not needed for most people.

Still Fails? Check These

  • Is it a domain account? Group policies from your work or school might hide icons intentionally. Check with your IT dept.
  • Did you accidentally delete shortcuts? Some users confuse missing system icons with missing app shortcuts. The steps above only bring back system icons. App shortcuts you have to add manually.
  • Tablet mode on Windows 10? If you're on a 2-in-1 device, Windows might auto-enable tablet mode which hides desktop icons. Go to Settings > System > Tablet and turn off "Hide app icons on the taskbar in tablet mode" and related settings.

I've seen this trip up people for years. Microsoft's reasoning was that a clean desktop looks less cluttered for new users. But if you're like me and want your damn icons visible, this fix takes 30 seconds.

Was this solution helpful?