How to Fix a Disappeared Taskbar in Windows 11

·
4 min read

Help Desk Geek is reader-supported. We may earn a commission when you buy through links on our site. Learn more.

Your Windows 11 taskbar disappeared, no Start button, no system tray, just a blank edge at the bottom of the screen. There are only a few things that cause this, and most clear up in under a minute.

Fix #1: Turn off Auto-Hide

The taskbar might just be hiding. Auto-hide slides it below the screen edge and only brings it back when your mouse gets close to the bottom.

  1. Move your mouse to the very bottom edge of the screen. If the taskbar slides up, auto-hide is enabled.
  2. Press Windows + I to open Settings.
  3. Click Personalization, then Taskbar.
  4. Scroll down and expand Taskbar behaviors.
  5. Uncheck Automatically hide the taskbar.
Windows 11 Settings > Personalization > Taskbar > Taskbar behaviors section with "Automatically hide the taskbar" unchecked

The taskbar locks back into view immediately. If it never appeared on hover at all, skip to Fix #2.

Fix #2: Restart Windows Explorer

Explorer.exe runs the desktop shell: taskbar and desktop icons both. When it crashes, both disappear together. Restarting it takes about ten seconds and actually works more often than you’d expect.

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Click the Processes tab and scroll to Windows Explorer.
  3. Right-click Windows Explorer and select Restart.
Task Manager Processes tab with Windows Explorer highlighted and right-click context menu showing the Restart option

The screen will flicker once, then the taskbar should reappear. If Windows Explorer isn’t listed in the Processes tab:

  1. In Task Manager, click File > Run new task.
  2. Type explorer.exe and press Enter.
Task Manager "Create new task" dialog with explorer.exe typed in the Open field

Fix #3: Fix your display or projection settings

Disconnecting an external monitor or switching projection modes can push the taskbar off-screen, or onto a display that’s no longer connected.

  1. Press Windows + P to open the projection panel.
  2. Select PC screen only.
Windows 11 projection panel opened with Windows + P, showing "PC screen only" option highlighted

On a permanent multi-monitor setup, the taskbar may just be showing on the wrong screen:

  1. Press Windows + I to open Settings.
  2. Go to Personalization > Taskbar.
  3. Expand Taskbar behaviors.
  4. Set the When using multiple displays, show my taskbar apps on dropdown to the correct monitor.
Windows 11 Settings > Personalization > Taskbar > Taskbar behaviors showing the multi-display taskbar dropdown

Fix #4: Restore missing taskbar icons and tray items

If you can see the taskbar but it’s empty, no clock, no tray icons, no app icons, individual items have been switched off in Settings.

  1. Press Windows + I to open Settings.
  2. Go to Personalization > Taskbar.
  3. Under Taskbar items, toggle on whichever icons you want back (Search, Task View, Widgets).
  4. Scroll down to System tray icons and Other system tray icons to restore the clock, volume control, Wi-Fi indicator, and battery meter.
Windows 11 Settings > Personalization > Taskbar showing the Taskbar items and System tray icons sections with toggle switches

Fix #5: Repair system files with SFC and DISM

If the taskbar keeps disappearing after restarts, especially right after a Windows update, corrupted system files are usually behind it. SFC and DISM fix those without reinstalling Windows.

  1. Press Windows + S, type cmd, right-click Command Prompt, and select Run as administrator.
  2. Type the following and press Enter:

sfc /scannow

  1. Wait for the scan to finish; it can take 10–20 minutes. You’ll see “Windows Resource Protection found corrupt files and repaired them” if something was fixed.
  2. If the problem persists, run DISM next:

DISM /Online /Cleanup-Image /RestoreHealth

  1. Restart your PC when DISM finishes, then check the taskbar.
Administrator Command Prompt window showing sfc /scannow running with verification progress percentage

When the fixes don’t work

If the taskbar vanished right after a Windows update, open Settings > Windows Update > Update history. Rolling back the most recent update is sometimes available. A later cumulative update often fixes what a bad one broke, so also check whether any new updates are waiting to install. If the taskbar keeps disappearing regardless of what you try, run a full Windows Defender scan; persistent shell failures can point to malware. Updating your graphics driver is worth ruling out too before considering a full Windows reset. You can also check Microsoft’s support pages for more information.

Conclusion

Fix #2, restarting Windows Explorer, is what I’d recommend starting with; it feels too simple but actually works for most people. If auto-hide was the culprit, one toggle in Settings keeps it from coming back. For a taskbar that keeps vanishing after updates, run SFC and DISM before anything more drastic. You can find more information on Microsoft’s documentation on Windows settings.