How to Fix Windows 11 Taskbar Not Working or Disappearing
The Problem
The taskbar is gone, frozen in place, or icons highlight but do not open anything. Right after a Windows update is the most common timing. It shares the shell stack with the Start menu not opening problem, though sometimes only the bar is affected.
Step 1: Restart Explorer
The taskbar is explorer.exe. Restarting it fixes a large share of cases in five seconds.
- Press
Ctrl + Shift + Escfor Task Manager. - Find Windows Explorer in Processes → right-click → Restart.
If Windows Explorer is not listed at all, use Run new task → type explorer.exe → OK.
The screen will flash and the desktop will redraw. If the taskbar returns but fails again later, work through the rest of this guide.
Step 2: Is It Only Hidden?
- Press
Win + I→ Personalization → Taskbar. - Expand Taskbar behaviors and untick Automatically hide the taskbar.
- Check Taskbar alignment is set to Center or Left.
- Move the mouse to the very bottom edge of the screen—if the bar slides up, it was only hidden.
Step 3: Full-Screen and Tablet Modes
- Exit any full-screen application with
F11orAlt + Enter. A game that crashed while full-screen frequently leaves the taskbar suppressed. - On a 2-in-1, reattach the keyboard or check Settings → System → Tablet. The tablet-optimised bar looks missing to someone expecting the desktop one.
- If a video player or browser is stuck in full-screen without visible controls, end that app in Task Manager.
Step 4: Multi-Monitor Cases
- Settings → Personalization → Taskbar → Taskbar behaviors.
- Check Show my taskbar on all displays and When using multiple displays, show my taskbar apps on.
- If a monitor has been unplugged, Windows can still believe the bar lives there. Press
Win + P→ PC screen only, then set your layout again.
Step 5: Disable the Usual Suspects
Widgets and third-party shell add-ons are behind a lot of frozen taskbars.
- Settings → Personalization → Taskbar → turn off Widgets.
- Uninstall any taskbar customisation utility—StartAllBack, ExplorerPatcher, Start11 and similar. These hook the shell directly and break with every Windows update; a frozen bar right after Patch Tuesday on a PC running one of them is that utility, not Windows.
- Restart Explorer and test.
Step 6: Clear Stale Icon and Shell Caches
A corrupt icon cache produces a bar that paints wrongly or ignores clicks. In Terminal (Admin):
taskkill /f /im explorer.exe
del /a %localappdata%\IconCache.db
del /a /q %localappdata%\Microsoft\Windows\Explorer\iconcache*
start explorer.exe
Step 7: Re-register the Shell Packages
If the bar loads but the tray, clock, or search do not respond, re-register the shell experience components. In Terminal (Admin):
Get-AppxPackage Microsoft.Windows.ShellExperienceHost | Reset-AppxPackage
If that is not enough:
Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Ignore the red errors about packages that cannot be re-registered—they are expected. Restart afterwards.
Step 8: Display Scaling
Odd scaling values break hit-testing, so clicks land next to the icon rather than on it.
Settings → System → Display → Scale → choose a standard value such as 100%, 125%, or 150% rather than a custom fractional one. Sign out and back in.
Step 9: Graphics Driver
A bad display driver can leave the taskbar painted but unresponsive.
- Update from Intel, AMD, or NVIDIA—or the laptop maker for hybrid graphics systems.
- If it started right after a driver update: Device Manager → Display adapters → Properties → Driver → Roll Back Driver.
- For a thorough reinstall: clean install GPU drivers with DDU.
Step 10: Repair System Files and Updates
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
Then install any pending updates—Microsoft has shipped fixes for taskbar regressions more than once. If the problem began with a specific patch, remove it: fix Windows 11 after a bad update.
Step 11: Test a New User Account
This separates a broken profile from a broken Windows install.
Settings → Accounts → Other users → Add account → create a local account and sign in.
- Taskbar works there → your original profile is damaged. Migrating to the new profile is usually faster than repairing the old one. See fix "signed in with a temporary profile".
- Taskbar broken there too → the installation itself is damaged. Go to the last step.
When to Repair Windows
If a fresh account has the same problem after SFC and DISM, run an in-place repair install from the Windows 11 ISO, choosing Keep personal files and apps. It replaces every system file without touching your data: reinstall Windows without losing data.
Related: fix File Explorer crashing and fix Windows 11 freezing or crashing randomly.
Related guides
Fix "File Is Open in Another Program" in Windows 11
Windows 11 refusing to delete a file because it is in use? Find the process holding it, close the handle safely, and delete stubborn files and folders for good.
How to Fix Drag and Drop Not Working in Windows 11
Cannot drag files in File Explorer or drop them onto the taskbar in Windows 11? Clear the stuck drag state, fix Explorer, and rule out the shell extensions behind it.
How to Fix File Explorer Crashing in Windows 11
File Explorer closes alone, hangs on This PC, or won't open folders? Restart Explorer, clear history, disable preview handlers, and fix shell extensions.
How to Fix Windows 11 Start Menu Not Opening
Start button dead or menu closes instantly? Restart Explorer, run Start troubleshooter, repair shell settings—no reinstall.
How to Find and Remove Cryptominer Malware in Windows 11
Fans loud, CPU or GPU pinned when idle, and usage drops the moment you open Task Manager? That is a cryptominer. Here is how to find it and remove it for good.