Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Windows»Start Menu Won’t Open? 7 Ways to Fix it

Start Menu Won’t Open? 7 Ways to Fix it

Abhishek SilwalBy Abhishek SilwalJanuary 13, 2023
start menu wont open

There are some situations where you can’t open your Start Menu. It usually happens due to temporary reasons such as Windows Explorer not working properly. But broken updates or corrupt system files can also lead to this issue.

If you can open the menu using the Start icon but can’t while pressing the Windows key, the issue could be with the key instead. In such a scenario, we recommend checking our article on Windows key not working to find the necessary solutions.

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

Table of Contents

  • Restart Windows Explorer
  • Repair Corrupt System Files
  • Change Internet Time Sync Server
  • Reinstall Some System Apps
  • Rollback Windows
  • Perform System Restore
  • Create New User Account

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.
    end-explorer-exe
  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.

fix
Abhishek Silwal

Abhishek Silwal is an Electronics Engineer and a technical writer at TechNewsToday. He specializes in troubleshooting a wide range of computer-related issues. His educational background in Electronics Engineering has given him a solid foundation in understanding of computers. He is also proficient in several programming languages and has worked on various robotics projects. Even in his early days, he used to tinker with various computer components, both hardware, and software, to satiate his curiosity. This experience has given him a breadth of experience that goes beyond his educational qualification. Abhishek has been writing articles on dealing with varieties of technical issues and performing specific tasks, especially on a Windows machine. He strives to create comprehensive guides on fixing many system and hardware issues and help others solve their problems.

Related Posts

windows 11 go back not working

Windows 11 Go Back Not Working? Here’s How to Fix it

January 18, 2023
powershell get-aduser

How To Use PowerShell Get-ADUser

January 17, 2023
pc stuck on boot screen

PC Stuck on Boot Screen? Here’s How to Fix It

January 16, 2023
motherboard-audio-not-working

Motherboard Audio Not Working? Try These Fixes

January 13, 2023
empty recycle bin for all users

How to Empty Recycle Bin for All Users on Windows

January 10, 2023
how-to-stop-screen-from-turning-off

How to Keep Your Stay Screen On for Longer Time

January 9, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
cat6 vs cat6a

CAT6 vs CAT6A: What’s the Difference

January 19, 2023
best excel shortcuts

Best 52 Excel Shortcuts Only Experts Know

January 19, 2023
gddr6 vs gddr6x

GDDR6 vs GDDR6X – What’s the Difference?

January 17, 2023
You may also like
logitech keyboard not working

Logitech Keyboard Not Working? Here’s How to Fix It

January 19, 2023
vizio-tv-volume-button

How to Turn Volume Up on Vizio TV? 5 Best Ways

January 18, 2023
tcl-roku-tv-remote-not-working

TCL Roku TV Remote Not Working? Here’s How to Fix It

January 18, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Editorial Guidelines
  • Fact-Checking Policy
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday.

Type above and press Enter to search. Press Esc to cancel.