If you Have Trouble updating the latest Insider installs, try the following

BryceSor 5,480 Reputation points Volunteer Moderator
2026-08-04T06:35:43.99+00:00

This is a guide that might help you;

These steps are safe and do not modify core system permissions.

  1. Run Windows Update Troubleshooter

Settings → System → Troubleshoot → Other troubleshooters → Windows Update

This resets SoftwareDistribution and clears some stale update metadata.

  1. Clear pending update operations

Open Command Prompt (Admin) and run:

dism /online /cleanup-image /revertpendingactions

Restart afterwards.

  1. Reset Windows Update components

Run these commands in an elevated Command Prompt:

net stop wuauserv
net stop bits
net stop cryptsvc

ren %windir%\SoftwareDistribution SoftwareDistribution.old
ren %windir%\System32\catroot2 catroot2.old

net start wuauserv
net start bits
net start cryptsvc

  1. Run DISM and SFC

These repair component store issues if permissions are still intact:

DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow

5. Try updating again

**Settings → Windows Update → Check for updates

If it still fails, you may have to wait for MS to sort this**

Windows Insider program | Windows Insider preview | Install, activate, and Windows update
0 comments No comments

3 answers

Sort by: Most helpful
  1. BryceSor 5,480 Reputation points Volunteer Moderator
    2026-08-06T04:28:51.21+00:00

    This is Crazy Kats:

    Just adding a note to these instructions

    that this only applies to Canary/Future clean install problems.

    If running Canary builds and the settings for it are unavailable, use the following fix.

    Run all six commands in elevated CMD (Run as Administrator).

    Open Settings → Windows Update.

    Click Check for updates.

    Restart your PC.

    reg add "HKLM\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /v BranchName /t REG_SZ /d CanaryChannel /f
    reg add "HKLM\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /v ContentType /t REG_SZ /d Mainline /f
    reg add "HKLM\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /v Ring /t REG_SZ /d External /f
    reg add "HKLM\SOFTWARE\Microsoft\WindowsSelfHost\UI\Selection" /v UIBranch /t REG_SZ /d CanaryChannel /f
    reg add "HKLM\SOFTWARE\Microsoft\WindowsSelfHost\UI\Selection" /v UIContentType /t REG_SZ /d Mainline /f
    reg add "HKLM\SOFTWARE\Microsoft\WindowsSelfHost\UI\Selection" /v UIRing /t REG_SZ /d External /f
    
    

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments

  2. CrazyKats 17,865 Reputation points Volunteer Moderator
    2026-08-06T15:44:27.65+00:00

    Also, very important please file

    feedback in the Feedback Hub

    especially for download/install issues.

    The Team doesn't get the diagnostics

    it needs from just making a post here.

    Feedback Hub is important, use WIN+F

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  3. Johnny55 4,985 Reputation points Volunteer Moderator
    2026-08-08T00:04:01.8+00:00

    If none of the other steps mentioned work, one can always try a Repair Install via ISO. Mount the image and run setup within Windows.

    https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewiso

    Was this answer helpful?

    0 comments No comments

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.