Please try these options one by one and check after each option.
- Run Start menu troubleshooter
- Reinstall Start Menu
Windows Key+X > Click Powershell (Admin) > Copy the below and paste into Powershell > Enter > Reboot your computer
Get-AppXPackage -Name Microsoft.Windows.ShellExperienceHost | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- Run Built-in & Guided Walk through Windows update troubleshooter
Built-in : Windows Key+X > Click Settings > Click Update & security > Click Troubleshoot > Click Windows update > Click Run the Troubleshooter
Guided Walk though - https://support.microsoft.com/en-us/help/10164/...
- Run SFC/DISM
https://answers.microsoft.com/en-us/windows/for...
- Also you should run CHKDSK. To run CKHDSK -
Type cmd in Windows Start Search box
Right click on cmd.exe > Run As Administrator
Type following and Enter to fix problems on the C: drive while you're using it, and will use as much system resources as allowed so that it will run as quickly as possible.
chkdsk c: /r /scan /perf