How To Fix Start Button Not Working Windows

Is your start button not working? Among other common bugs in Windows, the start button issue is one of the most fixable ones. Most of the time, it’s just your button that may have stopped responding.

First, determine if the keyboard button still works or not by pressing the Windows key. If yes, then your mouse may be causing the issue. Simply unplugging the mouse and plugging it back again should fix it for good. If not, you need to get the mouse replaced as soon as possible.

Other times, even if you restart the PC your start button may still not work correctly. This means your operating system is causing the issue instead. Below you will find some of the popular fixes arranged from simplest to complex.

Start Button Not Working Windows (Fixes)

Logout From Your Account and Log Back in

  1. Press Alt and F4 key together to open the Shut down Windows dialog box.
  2. Under the dropdown picklist, select Sign out.Logout from your Account
  3. Once at the login screen, enter your password to sign in again.
  4. Wait until the Start Menu icon is loaded and see if you can access it.

Restart Windows Explorer in Task Manager

  1. Press Ctrl + Shift + Esc to open the Task Manager.
  2. Select More details.Restart Windows Explorer in Task Manager
  3. Under Processes, scroll down to Windows Explorer and select it.
  4. Right-click and select Restart.Restart Command

Use Sfc Utility

  1. Press Win and R key together to open the Run window.
  2. Type powershell.Opening Powershell
  3. Press Ctrl + Shift together and click on OK. This opens Powershell in Admin mode.
  4. Type the following. sfc /scannow and press Enter.SFC Scannow
  5. Wait until Windows detects and repairs any corrupted system files.

Using DISM Utility

  1. Press Win and R key together to open the Run window.
  2. Type powershell.
  3. Press Ctrl + Shift together and click on OK. This opens Powershell in Admin mode.Opening Powershell
  4. Type the following. DISM /Online /Cleanup-Image /RestoreHealth and press Enter.Using DISM
  5. Wait until the DISM tool finds and fixes any issue with your disk files.

Use Taskkill Command

  1. Press Win and R key together to open the Run window.
  2. Type powershell.
  3. Press Ctrl + Shift together and click on OK. This opens Powershell in Admin mode.
  4. Type the following one after the other. This basically kills off the explorer.exe responsible for the start menu and starts it back up.
    • taskkill /f /IM explorer.exeTask Kill Command
    • Start explorer.exeStart Explorer Powershell

Turn Off Game Mode

  1. Press Win + I together to open the Settings window.
  2. Select Gaming.Gaming Settings Windows
  3. On the left navigation pane, select Game Mode.
  4. Toggle the Game Mode button to turn it off.Turning Game Mode Off

Turn Off Filter Keys

  1. Press Win and  R together to open the Run window.
  2. Type control and press Enter to open the Control Panel.Windows Run
  3. Select Ease of Access.Ease of Access
  4. Select Change how your keyboard works.Change how your keyword works
  5. Scroll down to the Make it easier to type section.
  6. Uncheck the Turn on Filter Keys option.Turn on Filter Keys

Fix Cortana by Rebuilding

  1. Press Win and R key together.
  2. Type powershell.Opening Powershell
  3. Press Ctrl + Shift together and click on OK. This opens Powershell in Admin mode.
  4. Type the following line. This is going to rebuild Cortana if that was causing the problems with the Start button before.
    • Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}Fix Cortana by Rebuilding
  5. Once done, exit out and see if you can access the button now.

Check for Updates

  1. Press Win and I together to open the Settings window.
  2. Select Update & Security.Update and Security Settings
  3. Under Windows Update, select Check for updates.Check for Updates
  4. If there is a new update available, Windows should download and update that package for you.
  5. Restart your PC as needed for changes to take effect.

Run Antivirus Scan

  1. Press Win and I together to open the Settings window.
  2. Select Update & Security.
  3. On the left navigation pane, select Windows Security.
  4. Select Virus & threat protection.Virus and Threat Protection
  5. Do a quick scan to make sure your system is not infected by malware.Quick Scan
  6. If you use third party anti-malware programs, make sure to do a scan using them as well.

Use Registry Editor to Fix Values

  1. Press Win and R together to open the Run window.
  2. Type regedit and press Enter to open the Registry EditoRun Command Regeditr.
  3. On the left navigation pane, navigate to the following path HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WpnUserService
  4. Look for a registry name Start.Regedit Settings
  5. Double click on the Start name.
  6. Under Value data, change the value to 4.Change Value to 4
  7. Click on OK.
  8. On the left navigation pane, navigate to the following path HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AdvancedRegistry Editor
  9. Look for a registry name EnableXAMLStartMenu.
  10. If it doesn’t exist, create one by doing a right-click and selecting New -> DWORD (32-bit) Value.Create Dword
  11. Double click on the EnableXAMLStartMenu.
  12. Change Base to Hexadecimal.
  13. Enter Value data to 0.EnableXamlStartMenu
  14. Click on OK.
  15. Restart your PC.

Rebuild Index Across All Drives

  1. Press Win and R together to open the Run window.
  2. Type the following control /name Microsoft.IndexingOptions to open a new window.
  3. Select Modify.Indexing Options
  4. Click on the Show all locations button.Show all locations
  5. Uncheck all of the ticked boxes.uncheck all
  6. Click on OK.
  7. Select Advanced.Advanced Indexing Options
  8. Under Troubleshooting, click on Rebuild.Rebuild
  9. Click OK to confirm delete and rebuilding of index.
  10. After completion, restart your PC.

Reset Your Pc

  1. Press Win and I together to open the Settings window.
  2. On the Settings search bar, type reset this pc and press Enter.
  3. Select Reset this PC to go to the recovery navigation pane.
  4. Under Reset this PC, select Get started.Reset this PC
  5. Select Keep my files.Keep my Files
  6. If you have an active Internet connection, click on Cloud download.
  7. If you don’t have an active Internet connection, click on Local reinstall.Cloud Download
  8. Wait for the reset process to finish and the PC to restart.
  9. If this didn’t work, try again by selecting Removing everything in Step 5.Remove Everything

Add a Comment

Your email address will not be published. Required fields are marked *