Windows Taskbar Not Working?
Taskbar frozen, gone, or won't respond to clicks. Start menu won't open. Icons missing. All of these usually share one fix.
Quick fix to try first
Press Ctrl + Shift + Esc for Task Manager. Find Windows Explorer in the Processes tab. Right click > Restart. Wait 5 seconds.
1. Restart Windows Explorer
The taskbar runs inside the Windows Explorer process. Restart that and it usually fixes itself.
- Press Ctrl + Shift + Esc
- Find Windows Explorer
- Right click > Restart
If you can't see Task Manager because the taskbar is broken, try Ctrl + Alt + Delete then click Task Manager.
2. Check if auto-hide is on
If your taskbar disappears unless you hover at the bottom of the screen, auto-hide is on.
- Right click an empty area of taskbar (if visible) or press Windows + I for Settings
- Settings > Personalization > Taskbar
- Expand Taskbar behaviors
- Uncheck Automatically hide the taskbar
3. Check your display scaling
Plugged in or unplugged a monitor recently? Display scaling can shove the taskbar off-screen or hide it.
- Settings > System > Display
- Set Scale back to 100% or 125%
- Check Display resolution is at the recommended setting
4. Update Windows
Microsoft ships taskbar fixes constantly. If yours is acting up, an update may have already fixed it.
Settings > Windows Update > Check for updates > Install everything > Restart.
5. Re-register the taskbar (Windows 11)
Powerful fix when the taskbar is completely unresponsive.
- Right click Start > Terminal (Admin) or PowerShell (Admin)
- Paste this command:
Get-AppxPackage -AllUsers *Windows.StartMenuExperienceHost* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} - Press Enter
- Restart computer
6. Run System File Checker
- Terminal (Admin)
- Type:
sfc /scannow - Wait until it completes
- Restart
7. Check for IRIS service issue (Windows 11)
A known bug from earlier Windows 11 builds breaks the taskbar. Fix:
- Terminal (Admin)
- Type:
reg delete HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\IrisService /f - Press Enter
- Restart computer
8. Create a new user account (test)
If nothing works, your user profile may be corrupted. Test with a new local account.
Settings > Accounts > Other users > Add account > create local user. Sign in and see if taskbar works there. If yes, you'll want to migrate files to the new account.
Bonus: Use keyboard shortcuts when taskbar fails
- Windows key opens Start menu
- Windows + E opens File Explorer
- Windows + I opens Settings
- Windows + L locks the computer
- Alt + Tab switches between open apps
Taskbar still broken?
If it keeps coming back, there's usually a deeper issue. Send a message and we'll dig in.