Entire desktop is grey, no taskbar, settings window is blank, how to fix?

Larry Silvey 0 Reputation points
2026-08-26T00:23:12.3966667+00:00

Hi!

HP all-in-one desktop running W10, use KB/mouse exclusively-never use the touchpad feature...

A couple nights ago I logged into my PC and found my taskbar missing. minimized all my windows to get to the desktop to find that blank and grey. Tried to get into Settings and found that window blue and completely blank. All the online resolutions assume at least one of those exist. Have not hardbooted the PC yet but am close, this is the last-ditch effort to avoid that. I can toggle between my open windows and managed to restore the File Explorer window which had also disappeared. Since I have File Explorer I can still technically function but I'd rather not have to move heaven and earth just to reopen Chrome or Excel. Any ideas are welcome...

Windows for home | Windows 10 | Desktop, Start, and personalization | Desktop
0 comments No comments

3 answers

Sort by: Newest
  1. Manoel Barros 21,735 Reputation points Independent Advisor
    2026-08-26T01:16:52.7166667+00:00

    Hi!

    I recommend restarting your computer to see if the problem persists. If the issue does not recur, it means it was a temporary problem with Explorer.

    If it persists, it could indicate a corrupted user profile.

    Was this answer helpful?

    0 comments No comments

  2. Larry Silvey 0 Reputation points
    2026-08-26T00:33:25.82+00:00

    Windows+P had no response; skipped 2), went to 3); 3) worked, everything came back...

    Was this answer helpful?

    0 comments No comments

  3. AI answer

    2026-08-26T00:23:30.4633333+00:00

    Try these in order:

    1. Check whether Windows is rendering the desktop shell to the wrong display mode:
      • Press Windows + P
      • Press P again to cycle modes
      • Press Enter This can bring the taskbar and desktop back if Windows is stuck on an invalid projection mode.
    2. Reset the graphics driver:
      • Press Windows + Ctrl + Shift + B Expected result: a beep or brief screen flicker.
    3. Try the security screen path:
      • Press Ctrl + Alt + Del
      • If the screen appears, open Task Manager
      • Find Windows Explorer and select Restart
      • If Windows Explorer is not listed, use File > Run new task, type explorer.exe, and press Enter
    4. If the desktop is still grey and Settings is still blank, use Windows Recovery to repair or roll back:
      • Hold the power button for about 10 seconds to shut down
      • Repeat the shutdown/start cycle 2–3 times until Windows enters Recovery Mode
      • Go to Troubleshoot > Advanced Options
      • First try Startup Settings and boot to Safe Mode with Networking by pressing F5
      • In Safe Mode, open Device Manager > Display adapters and Update driver for the graphics adapter
      • If the problem started after an update, use Roll back driver instead
    5. If the issue began recently, from Troubleshoot > Advanced Options try:
      • System Restore to a point before the problem started
      • If the problem followed an update, Uninstall Updates and remove the latest quality update
    6. If the problem is specifically blank icons or missing shell visuals after the desktop returns enough to work, clear the icon cache:
      • Open Task Manager
      • End Windows Explorer
      • Use File > Run new task and start cmd.exe with administrative privileges
      • Run:
             CD /d %userprofile%\AppData\Local
             DEL IconCache.db /a
        
      • Then use File > Run new task and start explorer.exe
    7. If shortcuts and shell elements are still broken, re-register ShellExperienceHost from an elevated PowerShell window:
         Get-AppXPackage -AllUsers | Where-Object {$_.InstallLocation -like "*ShellExperienceHost*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
      
      Then restart the PC.

    Notes:

    • A forced shutdown can interrupt unsaved work.
    • Driver rollback, update removal, and System Restore can change recent system state, so use them only if the earlier keyboard and Explorer steps do not help.

    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.