My Windows 11 Start Button is no longer working.

Anonymous
2024-03-18T17:15:44+00:00

Hello,

Since yesterday my Windows 11 Start Button is no longer working.

It animates when I click it, but nothing else happens, also, my taskbar keeps switching on and off.

I don't know whether that is relevant or has anything to do with the problem, but two days ago I had Windows updates two days on the trot.

I have tried a number of recommended solutions, like commands in Pwoer shell, sfc /scannow, the DISM commands, updating my graphics drivcer, registry hacks, tried to re-install Windows but gave up when I saw I couldn't keep my files.

In short, none of the above have worked.

The thing is, some things I cannot do, like check my updates etc., as some Windows key commands don't work, eg. Windows + I.

Has anyone got any further advice for me, please?

Thank you very much in advance.

Windows for home | Windows 11 | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

53 answers

Sort by: Most helpful
  1. Anonymous
    2025-02-07T17:42:54+00:00

    I'm having the same problem too. I can get to my settings but I can't seem to find a way to get the button to work again. Typical of Microsoft, it seems, these days. Grrrr....

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-12-23T19:28:14+00:00

    Here is what fixed this for me. I used CoPilot:

    Sent by you:

    What is the run command to open PowerShell

    Sent by Copilot:

    To open PowerShell using the Run command, follow these steps:

    1. PressWindows + R to open the Run dialog box.
    2. Typepowershell and press Enter.

    Sent by you:

    What is the powershell command to download and install the latest Windows updates?

    Sent by Copilot:

    To download and install the latest Windows updates using PowerShell, you can use the PSWindowsUpdate module. Here are the steps:

    1. Open PowerShell as an Administrator:
      • Right-click on the Start menu and select “Windows PowerShell (Admin)”.
    2. Install the PSWindowsUpdate Module:
      • Run the following command to install the module:
      • Install-Module -Name PSWindowsUpdate -Force
    3. Import the Module:
      • Import the module into your PowerShell session:
      • Import-Module PSWindowsUpdate
    4. Check for Updates:
      • Run the following command to check for available updates:
      • Get-WindowsUpdate
    5. Download and Install Updates:
      • To download and install all available updates, use:

    Install-WindowsUpdate -MicrosoftUpdate -AcceptAll -AutoReboot

    Sent by you:

    I get the message PSWindowsupdate.psm1 cannot be loaded because running scripts is disabled on this system.

    Sent by Copilot:

    It sounds like script execution is disabled on your system. You can enable it by changing the execution policy. Here’s how you can do it:

    1. Open PowerShell as an Administrator:
      • Right-click on the Start menu and select “Windows PowerShell (Admin)”.
    2. Set the Execution Policy:
      • Run the following command to allow scripts to run:

    Set-ExecutionPolicy RemoteSigned

    After I was able to get past running scripts, I went back through the last step that did not work, pushed through all updates and everything was working again.  Start button, Settings, everything.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-12-20T20:07:48+00:00

    Thanks. Part of my problem was I did not have a Restore point. I presumed it was automatically on, rather than off. hence why I had to reinstall. I now have a restore point, for when it happens again. By the way, just for your list, my laptop is a Lenovo.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2024-11-29T23:46:57+00:00

    Since last windows update i had the same problem, start crashed suddenly (the result is that it suddenly disappear after click on start button) and also settings it's impossible to open, it crash like start.
    I tried various things but the only one that solved this problem was to rollback the system to the last checkpoint (before the update), but today the system updated again and the problem it's back! I taught Microsoft suspended the bugged update and distributed only security fixes!

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2024-11-13T00:16:36+00:00

    I haven't got a specific fix to the issue (working on fixing it myself) but you can open the settings by right clicking on the desktop and clicking on Display Settings or Personalization to bypass the lack of a start menu.

    Was this answer helpful?

    0 comments No comments