Follow these steps in order on Windows 11 to fix desktop apps and taskbar app/menu issues.
- Repair or reset problem apps
- Select Start > Settings > Apps > Installed apps.
- Find the app that will not open from the desktop or taskbar.
- Select the More (three dots) icon next to it, then select Advanced options (if available).
- Select Repair. Test the app.
- If it still does not work, go back to the same place and select Reset.
- Repair classic desktop programs
- In the search box on the taskbar, type control panel and open Control Panel.
- Go to Programs > Programs and Features.
- Right‑click the affected program and select Repair. If Repair is not available, select Change and follow the on‑screen steps.
- Fix blank or broken icons on desktop, Start, and taskbar
If icons are blank or wrong but double‑clicking still opens the app:
- Press Ctrl + Shift + Esc to open Task Manager.
- On the Processes tab, right‑click Windows Explorer and select End task.
- In Task Manager, select File > Run new task.
- Type
cmd.exe, check Create this task with administrative privileges, and select OK. - In the Command Prompt window, run these commands (press Enter after each):
CD /d %userprofile%\AppData\Local DEL IconCache.db /a - Back in Task Manager, select File > Run new task, type
explorer.exe, and press Enter to restart Windows Explorer. - Check whether desktop and taskbar icons/menus now appear correctly.
- Re‑register the Shell Experience (if taskbar/Start still misbehave)
- Open Windows PowerShell as administrator.
- Run:
Get-AppXPackage -AllUsers | Where-Object {$_.InstallLocation -like "*ShellExperienceHost*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} - Restart the PC and test the desktop and taskbar again.
- If the problem is only with Microsoft Store apps
- Make sure Windows is up to date (Settings > Update & Security > Windows Update > Check for updates).
- Open Microsoft Store, select See more (three dots) > Downloads and updates > Get updates.
- If a specific Store app still fails, repair/reset it as in step 1.
If none of these steps help, remove and reinstall the affected apps/programs after backing up any important data they contain.
References: