Share via

i cannot update Windows11 Updates manually, because the update box is gray and cannot be clicked

Wolfgang Zinser 20 Reputation points
2026-05-14T09:31:02.8366667+00:00

see above: i cannot update Windows11 Updates manually, because the update box is gray and cannot be clicked

Windows for home | Windows 11 | Windows update
0 comments No comments

Answer accepted by question author

  1. Q&A Assist
    2026-05-14T09:31:16.54+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    In Windows 11, the Check for updates button and other update controls can be unavailable (grayed out) if:

    • Updates are being managed by policy or an admin tool, or
    • The system is currently in a state where updates are paused or controlled automatically.

    To work around this and ensure the device is updated and healthy, use the supported troubleshooting path:

    1. Run the Windows Update troubleshooter (Get Help app)
      • Open Start > search for Get Help.
      • In Get Help, run the Windows Update troubleshooter using the built‑in flow (or use the link: Run the troubleshooter in Get Help).
      • Let it complete diagnostics and automatic fixes, then restart the PC and check Settings > Windows Update again.
    2. General troubleshooting and health checks
      Before deeper steps, back up important files (for example with Windows Backup or OneDrive as described in the article) to avoid data loss if repair actions are needed.
    3. Advanced repair steps if updates still cannot be triggered
      These require administrator rights and comfort with command line: a. Restore and repair system files
      • Open Start, type command prompt, right‑click Command Prompt > Run as administrator.
      • Run:
             DISM.exe /Online /Cleanup-image /Restorehealth
        
        Wait for the message that the operation completed successfully.
      • Then run:
             sfc /scannow
        
        Wait until verification reaches 100%, then close Command Prompt.
      • Restart and check Settings > Windows Update again.
      b. Rename Windows Update software distribution folders (repairs update components)
      • Open an elevated Command Prompt (Run as administrator).
      • Run these commands one by one, pressing Enter after each and waiting for completion:
             net stop bits
             net stop wuauserv
             ren %systemroot%\softwaredistribution softwaredistribution.bak
             ren %systemroot%\system32\catroot2 catroot2.bak
             net start bits
             net start wuauserv
        
      • Restart the PC and try Windows Update again.
    4. Clean restart to rule out software conflicts
      A clean restart starts Windows with a minimal set of drivers and startup programs, which can help if third‑party tools are interfering with Windows Update UI or services.
      • Follow the steps under Perform a clean restart into Windows in the article, then open Settings > Windows Update and see if the button is available.
    5. If still blocked from updating
      • After the above, if the update controls remain grayed out, perform a clean installation of Windows 11 using the official tool from the software download page as described under Perform a clean installation of Windows 11. This gives a fully reset Windows Update configuration. Ensure all important data is backed up first.

    Once updates are working again, Windows 11 will automatically download and install updates to keep the device secure and up to date; manual checks via Start > Settings > Windows Update should also function normally.


    References:

    Was this answer helpful?

0 additional answers

Sort by: Most helpful

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.