6 Ways To Fix Windows 11 Start Menu Won’t Open

6 Ways To Fix Windows 11 Start Menu Won’t Open

5/5 - (41 votes)

In this guide, we will discover: 6 Ways To Fix Windows 11 Start Menu Won’t Open – guide 2023

If your start menu doesn’t open in any scenario, first, try restarting your PC. If the issue persists, apply the possible solutions below.

Restart Windows Explorer

The Start Menu runs as a part of Windows Explorer (explorer.exe). So, you can resolve most glitches with these components by resetting the process. Also, the complete taskbar may not work in some cases, leading to this issue. You can also resolve it by restarting Windows Explorer.

  1. Press Ctrl + Shift + Esc to open the Task Manager.
  2. Go to the Details tab and search for explorer.exe
  3. Click on it and select End Task.
  4. Now, go to File > Run new task from the menu.
  5. Type explorer and press Enter to re-open Windows Explorer.

Repair Corrupt System Files

You may also be experiencing the issue because of the corruption of some system files. The Start Menu itself is a combination of some system apps, so you won’t be able to use it if the app files or other dependency files don’t run properly.

You can try running the Deployment Image Servicing and Management (DISM) and the System File Checker (SFC) to repair such files.

  1. Open Run. Type cmd and press Ctrl + Shift + Enter to open the Elevated Command Prompt.
  2. If you can’t open Run,
    • Open the Task Manager
    • Go to File > Run new task.
      task-manager-run-new-task
    • Type cmd, check Create this task with administrative privileges, and click OK.
  3. Enter the following commands (in this order):
    • dism /online /cleanup-image /restorehealth
    • sfc /scannow
      dism-restorehealth-sfc-scannow

Change Internet Time Sync Server

In a previous version, syncing with the default time server time.windows.com somehow caused this issue. It might be because this syncing broke some components necessary for Start to run.

While Microsoft has long since fixed the issue, something similar may occur in the future as well. So, it’s worth troubleshooting this error.

Some users were able to sort it out using the following steps:

  1. Changing the date a few days forward. (timedate.cpl on Run)
  2. Restarting Windows Explorer.
  3. Changing the date back to the real one.
  4. Restarting Windows Explorer again.

But you can also resolve the issue by switching to another time server and resyncing your time.

  1. Open Run or the Start new task window from the Task Manager.
  2. Type timedate.cpl and press Enter to open Date and Time.
  3. Go to the Internet Time tab and select Change Settings.
    date-and-time-internet-time-change-settings
  4. Set the server to a different option and hit Update now.
  5. Click OK > OK.
    internet-time-settings-change-update-now
  6. Restart the Windows Explorer again and see if you can open the Start menu.

You can try using the Google time server (time.google.com) as well.

Reinstall Some System Apps

You should also try reinstalling or re-registering your system apps to account for any corruption in their software. While the Start Menu uses the StartMenuExperienceHost.exe for its operation, it needs other system apps as well. So you need to re-register them all at once.

  1. Open Run. Type powershell and press Ctrl + Shift + Enter to open the Elevated Windows PowerShell.
  2. You can also start this program from the Task Manager with admin access.
  3. Enter the command:
    Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}
    get-appx-uninstall-system-apps

Rollback Windows

If you started encountering the issue after updating your system, the update might have carried the bugs responsible for the issue. You need to report it to Microsoft as soon as possible. After Microsoft releases a later update that addresses this issue, install it on your system.

But in the meantime, you can uninstall the problematic update and roll back your system to resolve the issue.

  1. Open Run or Run new task from the Task Manager.
  2. Type appwiz.cpl and press Enter to open Programs and Features.
  3. Click on View installed updates.
    view-installed-updates
  4. Look for the latest update (corresponding with the time you started encountering the error).
  5. Select it and click Uninstall. Confirm if prompted.
    uninstall-kb5005565-update

Perform System Restore

The above solution should be enough to restore any alterations made by the buggy update. However, the issue may have started after you made other changes to your system. It might be some registry changes or the installation of unreliable apps.

In such cases, you need to perform a system restore to revert all these changes. But keep in mind that you need to have a restore point from the time when the Start menu was working properly to execute this solution.

  1. Open Run.
  2. Type rstrui and press Enter to open the System Restore app.
  3. Select the appropriate restore point and click Next.
    system-restore-select-restore-point
  4. Follow the on-screen instructions.

Create New User Account

It is also possible that the Start menu is not working due to some corrupt files or permissions inside your current user profile or account. So, if you were unable to resolve the issue using all the above solutions, you can try creating a new account and see if the problem still exists.

  1. Open Run.
  2. Type netplwiz and press Enter to open the Netplwiz User Accounts tool.
  3. Click on Add and select Sign in without a Microsoft account > Local account.
    add-netplwiz
  4. Enter the Username and Passwords.
  5. Click Next and then Finish.
  6. If you wish to make the account an Admin,
    • On Netplwiz, select the account and click Properties.
    • Go to the Group Membership tab.
    • Check Administrator and click OK.
      group-membership-administrator

Log in with that account and then check if the Start Menu starts working. If so, you can move all your user files (look inside C:Users) to this account and start using it instead.

If this method still doesn’t resolve the issue, your only solution is to reset your PC.