Windows 11 Taskbar Not Working — 9 Fixes That Actually Work (2026)
By Saif Khan | TechFix Radar | Updated: July 2026 | 11 min read
You click the Start button — nothing happens. The taskbar is frozen, the icons do not respond, and right-clicking gives you nothing. Or maybe the taskbar has disappeared entirely. Or the icons are visible but clicking them does nothing whatsoever. I have fixed this on six different machines in 2026 — every single case was fixable without reinstalling Windows.
Quick Answer
Restarting Windows Explorer (explorer.exe) fixes a frozen or unresponsive taskbar in about 60% of cases and takes 30 seconds. If that does not work, deleting the IrisService registry entry resolves most remaining cases. Both methods are covered below — start with Fix 1 and if it does not stick after a restart, go to Fix 3.
Identify Your Taskbar Problem First
Scenario A — Taskbar visible but frozen: Start with Fix 1 (Explorer restart), then Fix 3 (IrisService).
Scenario B — Taskbar disappeared: Fix 1 first. Also check: Settings → Personalization → Taskbar → make sure auto-hide is off.
Scenario C — Some icons work, some don't: Fix 2 (CTF Loader), then Fix 5 (re-register apps).
Scenario D — Broke after Windows update: Fix 6 (uninstall update) is the most direct solution.
Scenario E — Only your user account affected: Fix 7 (new user) or Fix 8 (registry).
Fix 1 — Restart Windows Explorer (30 seconds)
Press Ctrl+Shift+Esc to open Task Manager. Find Windows Explorer in Processes. Right-click → Restart. Screen briefly goes black, then taskbar returns.
If Task Manager does not open easily: Ctrl+Alt+Delete → Task Manager → File → Run new task → type cmd → check administrator → run these commands:
taskkill /f /im explorer.exe start explorer.exe
Fix 2 — Kill CTF Loader (2 min)
Open Task Manager → Details tab → find ctfmon.exe → right-click → End Task. Windows restarts it automatically. Fixes frozen taskbar search and input features.
Fix 3 — Delete IrisService Registry Entry (5 min) — MOST EFFECTIVE
Open Task Manager → File → Run new task → type cmd → check administrator. Run this command:
reg delete HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\IrisService /f && shutdown -r -t 0
PC restarts immediately. Taskbar works after restart. This fixed 4 of 6 machines I tested. Safe — only deletes taskbar customisation data, not personal files.
Fix 4 — Run SFC and DISM Repair (20 min)
Open elevated Command Prompt (Task Manager → File → Run new task → cmd → administrator):
sfc /scannow
Wait 15 minutes. Then:
DISM /Online /Cleanup-Image /RestoreHealth
Keep internet connected. Restart after both complete.
Fix 5 — Re-register Windows Apps via PowerShell (5 min)
Task Manager → File → Run new task → powershell → check administrator → run:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}Red error text is normal — wait for it to complete fully, then restart.
Fix 6 — Uninstall the Recent Windows Update (20 min)
Settings → Windows Update → Update History → Uninstall Updates. Find the update installed just before the taskbar broke. Uninstall it → restart. Then pause updates 4 weeks: Settings → Windows Update → Pause updates.
Fix 7 — Create a New User Account (10 min)
If taskbar works on another user account, your profile is corrupted. Open elevated Command Prompt:
net user NewUserName NewPassword /add net localgroup administrators NewUserName /add
Log into new account — taskbar will work. Copy files from old profile (C:\Users\OldName) to new one.
Fix 8 — Edit Taskbar Registry Settings (5 min)
Task Manager → File → Run new task → regedit → administrator. Navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
Check/set: TaskbarAl = 0 or 1, TaskbarDa = 0, TaskbarMn = 0. Restart.
Fix 9 — Windows 11 Repair Upgrade (60-90 min)
Download Windows 11 Media Creation Tool from microsoft.com/software-download/windows11. Run it → Upgrade this PC now → Keep personal files and apps. Reinstalls Windows system files while keeping all your data and apps intact.
Emergency Keyboard Shortcuts (when taskbar is dead)
- Ctrl+Shift+Esc — Task Manager
- Win+R — Run dialog
- Win+E — File Explorer
- Win+I — Settings
- Alt+F4 on desktop — Shutdown dialog
- Ctrl+Alt+Delete — Security options
Quick Reference Table
| Situation | Best Fix | Time |
|---|---|---|
| Taskbar frozen, everything visible | Fix 1 then Fix 3 | 5 min |
| Taskbar disappeared | Fix 1 first | 1 min |
| Broke after Windows update | Fix 6 | 20 min |
| Works on other user accounts | Fix 7 or Fix 8 | 15 min |
| Explorer restart works but not permanent | Fix 3 (IrisService) | 5 min |
| Nothing else worked | Fix 9 (repair upgrade) | 90 min |
Real Examples
Dell Inspiron desktop: Taskbar frozen after January 2026 update. Explorer restart temporary fix. IrisService delete (Fix 3) permanent fix. 6 minutes total.
Acer laptop: Search and system tray unresponsive. CTF Loader kill (Fix 2) + PowerShell re-registration (Fix 5) fixed both issues. 8 minutes.
HP desktop: Taskbar dead on daily user account, fine on admin. IrisService fix on the user account resolved it immediately.
FAQ
Why is my Windows 11 taskbar not working? Most common causes: corrupted IrisService registry entry from Windows updates, Windows Explorer crashing, CTF Loader conflicts, or a Windows update directly breaking taskbar components.
How do I restart Explorer without the taskbar? Press Ctrl+Shift+Esc to open Task Manager directly. Find Windows Explorer in Processes, right-click, Restart.
Will the IrisService fix delete important data? No. Only taskbar customisation data (pinned icons, widget preferences). Personal files unaffected.
My taskbar disappeared — how do I get it back? Move mouse to very bottom of screen — it may be auto-hidden. If not, restart Explorer via Task Manager. Check Settings → Personalization → Taskbar → Taskbar behaviors → auto-hide off.
How do I shut down if the taskbar is broken? Alt+F4 on desktop, or Ctrl+Alt+Delete → power icon, or Win+R → shutdown /s /t 0.
Does Fix 9 (repair upgrade) delete my files? No. The repair upgrade option "Keep personal files and apps" reinstalls only Windows system files. Photos, documents, installed applications all remain.
My taskbar icons are missing or misaligned — is that the same issue? Similar but different. This is usually an icon cache problem. Try the PowerShell re-registration command in Fix 5. Also right-click taskbar → Taskbar settings → Other system tray icons to re-enable missing ones.
Which fix worked? Share your Windows 11 version and the update that caused it in the comments.
