Share via

Microsoft start

Thian Delarey 0 Reputation points
2026-03-11T17:36:50.32+00:00

when I want to open my Microsoft start it doesn't want to open

Windows for home | Other | Performance and system failures
0 comments No comments

3 answers

Sort by: Most helpful
  1. DaveM121 865.7K Reputation points Independent Advisor
    2026-03-11T18:13:03.87+00:00

    Open Task Manager (Ctrl + Shift + Esc)

    Click File - Run new task

    Tick the box marked 'Create this task with administrative privileges'

    Type powershell into the box and click OK

    Run this command and press Enter:

    Get-AppxPackage Microsoft.Windows.ShellExperienceHost | reset-AppxPackage

    When that completes, run this command and press Enter

    Get-AppxPackage Microsoft.Windows.StartMenuExperienceHost | reset-AppxPackage

    When that command completes, restart (not shut down) your PC.

    1 person found this answer helpful.
    0 comments No comments

  2. Kapil Arya 37,571 Reputation points Volunteer Moderator
    2026-03-12T07:26:24.03+00:00

    Please try to re-register Start Menu with PowerShell:

    Get-appxpackage -all *shellexperience* -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + "\appxmetadata\appxbundlemanifest.xml")}
    
    
    0 comments No comments

  3. Q&A Assist
    2026-03-11T17:37:06.8966667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Try these steps in order to fix Microsoft Start not opening on Windows:

    1. Restart the device
    • Select Start > Power > Restart.
    • After restart, try opening Microsoft Start again.
    1. Repair Microsoft apps from Settings (Windows 10/11)
    • Right-click the Start button.
    • Select Apps and Features (Windows 10) or Installed apps (Windows 11).
    • Find the Microsoft app that provides Start content (for example, Microsoft Edge or the Microsoft Start app if installed).
    • Select it, then choose Modify or Advanced options.
    • Run Repair first. If that does not help, run Reset (note that Reset may clear app data such as settings or cached content).
    1. Run an Office/Microsoft 365 repair if Start is opening from an Office app If Microsoft Start is being opened from an Office/Microsoft 365 app and that app will not start correctly:
    • Right-click the Start button.
    • Select Apps and Features.
    • Select the Microsoft Office/Microsoft 365 product.
    • Select Modify.
    • Choose Online Repair > Repair (or Repair for MSI-based installs) and follow the prompts. This repairs all Office apps and can fix startup issues.
    1. Use Automatic Repair if Windows components are corrupted If the problem appears broader (other apps or File Explorer also fail to open), run Windows Automatic Repair:
    • Select Start > Settings > Update & Security.
    • Select Recovery.
    • Under Advanced startup, select Restart now.
    • On the Choose an option screen, select Troubleshoot > Advanced options > Startup Repair.
    • Choose the account, enter the password, and let Startup Repair run. The PC may restart during this process.

    If Microsoft Start still will not open after these steps, collect details (error messages, when it fails, and whether other apps are affected) and provide them to support for deeper troubleshooting.


    References:

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.