How to Fix Start Menu closes automatically after clicking on it in windows 10/11
If the Start menu in Windows 10/11 closes automatically after clicking on it, it could be caused by corrupted system files, background app conflicts, or driver issues. To fix this, try restarting Windows Explorer, updating system drivers, running a System File Checker (SFC) scan, and disabling unnecessary startup apps. These steps should help resolve the issue and restore the Start menu functionality.
PowerShell Command:
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"}
Cmd Command:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
00:00 Intro
00:13 Method 1
00:41 Method 2
01:20 Method 3
02:24 Method 4
In This Video:
Start Menu Closes On Its Own
Win10 Start Menu closes immediately on click
Start Menu keeps crashing after I click
My start menu keeps closing
Windows 11 start menu closes immediately
start menu closing itself
Start menu keeps automatically closing
Windows 10 Start Menu closes when clicked or when typing anything
Thank you for watching our channel! We hope you found the content informative and enjoyable. Don't forget to subscribe to our channel to stay updated on all our latest videos. By subscribing, you will be notified whenever we upload new content related to your interests. Your support means a lot to us and helps us to continue creating valuable and engaging videos. Thank you again, and we look forward to bringing you more great content in the future!
#FixStartMenuIssue #WindowsStartMenuFix #StartMenuClosingError