unable to update windows 11 insider

Gary Or 0 Reputation points
2026-09-09T10:24:44.8366667+00:00

Unable to update windows 11 insider.

Please check the attach screenshotScreenshot 2026-09-09 112233

Windows Insider program | Windows Insider preview | Install, activate, and Windows update

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Vikki-T 9,850 Reputation points Microsoft External Staff Moderator
    2026-09-10T07:28:12.0833333+00:00

    Hi Gary Or,

    Thank you for sharing the solution that worked for you. I’m glad to hear that resetting the catroot2 folder resolved the Windows Insider update issue.

    If you ever have any other questions or run into anything in the future, please feel free to post your question on the Microsoft Q&A Forum anytime. I’ll always be here and ready to assist you. 

    Wishing you a great experience ahead! 

    Was this answer helpful?

    0 comments No comments
  2. Gary Or 0 Reputation points
    2026-09-09T10:41:56.02+00:00

    It does not work for me until I perform the following in the command prompt

    net stop cryptsvc
    
    ren %systemroot%\System32\catroot2 catroot2.bak
    
    net start cryptsvc
    

    Was this answer helpful?

    0 comments No comments
  3. AI answer

    2026-09-09T10:25:02.8533333+00:00

    The screenshot shows this error:

    The update certification has expired. Make sure date, time, and time zone settings are correct and we'll try to install the update later.

    Try these steps in order:

    1. Check date, time, and time zone
      Go to Settings > Time & language > Date & time and make sure the device date, time, and time zone are correct.
    2. Manually check for updates again
      Go to Settings > Windows Update and select Check for updates.
    3. Confirm the device is still properly enrolled in Windows Insider
      Go to Settings > Windows Update > Windows Insider Program and verify that:
      • the Windows Insider Program is activated on the device
      • a channel is selected
    4. Check whether the device is already on the latest build for that channel
      Compare the installed build with the latest build listed in Flight Hub.
    5. Check for known issues with the current or next Insider build
      Known issues can block new Insider updates. Recent Insider flight notes should be reviewed for the build path being used.
    6. Run the Windows Update troubleshooter
      In Windows 11, go to:
      • Start > Settings > System
      • Troubleshoot > Other troubleshooters
      • Find Windows Update and select Run
    7. If updates still fail, reset Windows Update components
      This is an advanced step and requires administrator permissions. It changes Windows Update cache folders. Open Command Prompt as administrator and run these commands one at a time:
         net stop bits
         net stop wuauserv
         ren %systemroot%\softwaredistribution softwaredistribution.bak
         ren %systemroot%\system32\catroot2 catroot2.bak
         net start bits
         net start wuauserv
      
      Then restart the PC and check for updates again.
    8. If third-party antivirus or security software is installed, temporarily remove it
      Some third-party security software can interfere with Windows updates. Reinstall it after the device is updated. Before uninstalling, make sure the reinstall method and any required product keys are available.

    If the device is on an expired Insider build, correcting the date/time settings and rechecking Windows Update is the first thing to do. If that does not clear the error, the next most relevant checks are Insider enrollment, latest build availability for the selected channel, and Windows Update troubleshooting.


    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?