Short answer
Press Ctrl + Shift + Esc to open Task Manager, find Windows Explorer in the Processes list, right click it and choose Restart. The screen flickers and the taskbar redraws. That single step fixes the large majority of frozen, missing or unresponsive taskbars, because the taskbar is not really a separate thing: it is drawn by the Explorer process, and when that process gets stuck, the taskbar goes with it.
If it comes back and then breaks again, the cause is usually a recent Windows update or damaged system files, and the rest of this guide covers both.
There is a specific kind of panic that comes with clicking the Start button and nothing happening. The desktop looks normal, your apps are still open, the mouse still moves, but the strip along the bottom of the screen has stopped responding to anything. No Start menu, no clock, sometimes no icons at all.
It feels like the PC is broken. It almost never is. The taskbar is one of the most superficial things Windows draws, and when it fails, the underlying system is usually completely fine underneath it.
A note on where we are coming from: Software Kings sells Windows licences, so we have an obvious commercial interest in the “keep Windows genuine” section near the end. The troubleshooting steps above it are the same ones you would get anywhere, and none of them require buying anything. Try them in order and stop when it works.
Why the taskbar breaks in the first place
Understanding the mechanism saves you from trying random fixes. The taskbar, the Start menu, the notification area and the desktop icons are all rendered by a single process called explorer.exe, listed in Task Manager as Windows Explorer. It is the same process that draws File Explorer windows.
When that process hangs, crashes or gets into a bad state, everything it draws stops responding at once. That is why the symptoms cluster together: a dead Start button usually comes with a frozen clock and unclickable icons, because they are all the same thing failing.
What pushes Explorer into that state, in rough order of how often it happens:
- A Windows update that changed something the taskbar depends on. This is far and away the most common trigger, and it is why these problems arrive in waves after a patch rolls out.
- Damaged system files, often from an interrupted update, a forced shutdown or a failing drive.
- A corrupted user profile, which is the usual explanation when the taskbar works fine on one account and not another.
- Third party shell extensions from cloud storage clients, archive tools and customisation utilities that hook into Explorer and occasionally break it.
- A tampered or unactivated Windows install, where system files have been modified and updates are not arriving properly. More on that below.
Fix 1: Restart Windows Explorer
This is the one to try first, every time. It takes about ten seconds and it does not affect any of your open work.
- Press
Ctrl + Shift + Esc. This opens Task Manager directly, which matters because the usual route through the taskbar is exactly what is not working. - If Task Manager opens in compact view, click More details.
- In the Processes tab, scroll down to Windows Explorer.
- Right click it and choose Restart.
- The screen will flicker and the taskbar will disappear for a second before redrawing. That is the fix working, not something going wrong.
If Ctrl + Shift + Esc does nothing: press Ctrl + Alt + Delete and choose Task Manager from the blue screen that appears. That screen is drawn by a different part of Windows entirely, so it works even when the whole shell is frozen. It is also where you will find the power button to restart the machine.
If Explorer is not in the list at all, it has crashed rather than hung. In Task Manager, click Run new task, type explorer.exe and press Enter to start it again.
Fix 2: Restart the PC properly
If the taskbar comes back and then breaks again within minutes, a full restart clears more than restarting Explorer alone does. Sleep and hibernate do not count here, because they preserve the same broken state you are trying to clear.
With a frozen taskbar you cannot click Start, so use this route instead:
- Press
Ctrl + Alt + Delete. - Click the power icon in the bottom right corner.
- Choose Restart.
You can also press Alt + F4 from the desktop to bring up the shutdown dialog, then pick Restart from the dropdown.
Fix 3: Check Windows Update, in both directions
Updates cause a lot of taskbar problems and they also fix a lot of them. Both directions are worth checking, in this order.
First, look for a newer update. When a patch breaks the taskbar for a meaningful number of people, Microsoft usually ships a correction fairly quickly, and installing it is far less disruptive than anything else on this page.
- Press
Windows + Ito open Settings. This shortcut works even when the Start button does not. - Go to Windows Update and click Check for updates.
- Install everything offered, then restart.
Then, if the problem started immediately after a specific update, remove it:
- In Windows Update, open Update history.
- Scroll down and click Uninstall updates.
- Remove the most recent quality update, then restart and test.
If updates are failing to install at all, that is its own problem and worth solving first, because a machine that cannot update is a machine that cannot receive the fix. Our guide on what to do when Windows Update gets stuck covers that.
Fix 4: Repair system files with SFC and DISM
If the taskbar keeps breaking, damaged system files are the most likely explanation. Windows has two built in repair tools, and neither of them touches your personal files, applications or settings. They are safe to run whenever you suspect something is corrupted.
Open an administrator terminal first. Right click Start and choose Terminal (Admin). If the Start button is unresponsive, open Task Manager, click Run new task, type powershell, tick Create this task with administrative privileges, and press Enter.
Then run the System File Checker:
Let it reach 100 percent. It will tell you whether it found problems and whether it repaired them. Then run the deeper repair, which fixes the component store that SFC itself draws its known good copies from:
This one can sit at 20 percent for several minutes without moving. Leave it alone. When both have finished, restart and check the taskbar.
Worth knowing about the order: if SFC reports that it found corrupt files but could not fix them, run DISM and then run SFC again. DISM repairs the source that SFC needs, so the second pass often succeeds where the first one failed.
Fix 5: Re-register the taskbar components
The Windows 11 taskbar and Start menu are built on packaged system components. When those get into a broken state, re-registering them rebuilds the association without reinstalling anything.
This is a standard repair, not a hack, but it is worth doing after SFC and DISM rather than before, because if the underlying files are damaged, re-registering them just re-registers damaged files.
- Open PowerShell as administrator, using the Task Manager route above if the Start button is dead.
- Paste the following as a single line and press Enter:
It will scroll for a while and will probably print some red error text along the way. That is normal and expected, because a handful of system packages cannot be re-registered and report an error when it tries. Let it finish, then restart the PC.
Fix 6: Test a different user account
If everything above has failed, the next question is whether the problem belongs to Windows or to your profile. Creating a second account answers that in about two minutes.
- Press
Windows + I, then go to Accounts, Other users. - Click Add account, then I don’t have this person’s sign-in information, then Add a user without a Microsoft account.
- Give it any name and sign in to it.
- Check whether the taskbar behaves normally there.
If the new account is fine, your original profile is corrupted. The practical fix is to keep using the new account and move your files across from C:\Users\YourOldName\. It is tedious, but it is far quicker than reinstalling Windows, and nothing is lost.
If the taskbar is broken on both accounts, the problem is system wide and you are looking at Fix 7.
Fix 7: System Restore, then Reset
Two last resorts, in increasing order of disruption. Both keep your personal files.
System Restore rolls Windows back to an earlier configuration. If a restore point exists from before the taskbar broke, this is the cleanest possible fix because it reverses whatever changed without touching your documents.
- Press
Windows + R, typerstruiand press Enter. - Choose a restore point dated before the problem started.
- Follow the prompts and let the PC restart.
Reset this PC reinstalls Windows while keeping your files. Applications are removed and you reinstall them afterwards, but documents, photos and downloads stay put. Go to Settings, System, Recovery, Reset this PC, and choose Keep my files.
Back up anything irreplaceable before either of these, as a matter of habit rather than because they are risky. If you are going all the way to a clean install rather than a reset, our step by step Windows 11 USB installation guide covers the whole process including reactivation.
Matching the symptom to the fix
| What you are seeing | Most likely cause | Start with |
|---|---|---|
| Taskbar visible but clicks do nothing | Explorer process hung | Fix 1 |
| Started right after a Windows update | Update conflict | Fix 3 |
| Icons missing from the taskbar | Damaged system components | Fix 4, then Fix 5 |
| Start menu will not open at all | Shared components broken | Fix 4, then Fix 5 |
| Fine on another account, broken on yours | Corrupted user profile | Fix 6 |
| Taskbar gone completely | Auto-hide, full screen, or Explorer crash | See below, then Fix 1 |
| Breaks again every few days | System file damage or a shell extension | Fix 4 |
If the taskbar has vanished rather than frozen
Missing and unresponsive are different problems, and missing has a few embarrassingly simple explanations worth ruling out before anything technical:
- Auto-hide is switched on. Move the mouse to the very bottom edge of the screen and see if it slides into view. To turn it off, right click the desktop, choose Personalisation, then Taskbar, then Taskbar behaviors, and untick Automatically hide the taskbar.
- Something is running full screen. A game, a video or a presentation in full screen hides the taskbar by design. Press
Escor the Windows key. - The display setup changed. If you connected or disconnected a monitor, the taskbar may be sitting on a screen that is no longer there. Press
Windows + Pand pick a display mode. - Explorer crashed silently. If none of the above apply, restart Explorer as in Fix 1.
The part where the licence actually matters
Here is the honest version, because this is where an article like this normally makes an oversold claim.
A genuine licence will not fix a taskbar that broke because of a bad update. Activation status has nothing to do with the Explorer process hanging, and if you have arrived here from a Google search with a working licence, the seven fixes above are the whole story for you.
Where it does matter is a specific and fairly common situation: machines running an install that was activated with a bypass tool. Those installs have two properties that make problems like this both more likely and much harder to solve.
The first is modified system files. Activation bypasses work by altering parts of the Software Protection Platform, and SFC and DISM are designed to detect modified system files and put them back. That is the entire purpose of those tools. So the standard repair either fails, or succeeds and breaks the activation, which is a genuinely unpleasant position to be in when you just wanted your Start button back.
The second is updates. Unactivated and bypassed installs frequently end up with updates failing or being deliberately blocked, which means the patch that fixes a widespread taskbar bug never arrives. We went into the wider picture in our analysis of whether Massgrave and similar activators are safe, including the documented cases of malware distributed through them.
If that describes your machine, activating it properly is worth doing on its own merits, and it happens to remove a whole category of unexplained instability at the same time. A retail key costs less than most people expect:
| Licence | Price | Best for |
|---|---|---|
| Windows 11 Pro (Retail) | $15.00 | Transfers to a new PC, includes BitLocker and Remote Desktop |
| Windows 11 Pro (OEM) | $10.00 | One machine you will not rebuild |
| Windows 11 Home (OEM) | $10.00 | Everyday home use |
Not sure which type you need? Our OEM versus Retail comparison explains what actually changes between them, and you can browse the full Windows catalogue if you want to compare editions. If activation itself throws an error, this guide covers the specific codes.
Frequently asked questions
Why is my Windows 11 taskbar not working?
In most cases the Windows Explorer process has hung. It draws the taskbar, the Start menu and the notification area, so when it stops responding they all fail together. Restarting Explorer from Task Manager fixes it. Recurring failures usually point to a recent update or damaged system files instead.
How do I restart the taskbar without restarting my PC?
Press Ctrl + Shift + Esc to open Task Manager, find Windows Explorer in the Processes tab, right click it and choose Restart. The screen flickers and the taskbar redraws in a couple of seconds. Your open applications and unsaved work are unaffected.
How do I open Task Manager when the taskbar is completely frozen?
Ctrl + Shift + Esc opens it directly without going through the taskbar. If that does not respond, Ctrl + Alt + Delete brings up a separate security screen with Task Manager on it, which works even when the entire shell is unresponsive.
My taskbar broke straight after a Windows update. What should I do?
Check for a newer update first, since Microsoft usually ships a correction quickly for bugs that affect a lot of machines. If nothing new is available, uninstall the recent one through Settings, Windows Update, Update history, Uninstall updates, and restart.
Why have my taskbar icons disappeared?
Usually damaged system components rather than a settings problem. Restart Explorer first, then run sfc /scannow followed by DISM to repair the underlying files, and re-register the taskbar components with PowerShell if the icons still do not come back.
My Start menu will not open either. Is that the same problem?
Yes. The Start menu and the taskbar are drawn by the same process and share the same underlying components, so they usually fail together and are fixed together. Work through the same steps in the same order.
Will any of these fixes delete my files?
No. Restarting Explorer, running SFC and DISM, re-registering components and System Restore all leave personal files untouched. Reset this PC has a “Keep my files” option that preserves documents while reinstalling Windows. Creating a new user account does not remove anything from the old one.
What does the Get-AppxPackage command actually do?
It re-registers the packaged system components that Windows 11 uses to build the taskbar and Start menu, rebuilding the association between the files and the user profile. Some red error text during the process is normal, because a few protected system packages cannot be re-registered.
The taskbar keeps breaking every few days. Why?
Repeated failures point at something persistent rather than a one off glitch: damaged system files that SFC could not fully repair, a third party shell extension from a cloud storage or customisation tool, or a failing drive. Run SFC and DISM, then remove recently installed utilities that add items to right click menus.
Can an unactivated or bypassed Windows install cause taskbar problems?
Not directly, but it makes them harder to solve. Activation bypasses modify system files, which is exactly what SFC and DISM are built to detect and reverse, so the standard repairs either fail or break the activation. Those installs also tend to miss updates, including the ones that fix known taskbar bugs.
In short
Restart Windows Explorer. That is the answer for most people reading this, and it takes ten seconds. If the taskbar comes back and stays back, you are done and nothing else on this page applies to you.
If it keeps breaking, the order that actually works is: check for a newer update, uninstall a recent one if the timing lines up, repair system files with SFC and DISM, re-register the taskbar components, and test a second user account to find out whether the problem is Windows or your profile. Somewhere in that sequence is the answer, and none of it puts your files at risk.
Running an install you are not sure is properly licensed?
Genuine keys, licence type stated on every product page, email delivery in minutes, activation support included.


