Settings > System > Notifications does not work after 28020.2623 (Beta) update

Bert22306 140 Reputation points
2026-08-01T23:53:19.1533333+00:00

After installing the lengthy feature update for Beta channel 28020.2623 (26H1 build), going to settings > system > notifications doesn't work. It momentarily flashes on and then nothing.

Fortunately, other system settings do seem to operate correctly.

Will report to Feedback Hub.

Oh, I did do sfc /scannow, which found and corrected some problems.

Then I did Dism.exe /Online /Cleanup-Image /Restorehealth, which completed successfully.

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

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. BryceSor 5,475 Reputation points Volunteer Moderator
    2026-08-02T02:07:55.0466667+00:00

    Hi Bert22306,

    You could try this in PowerShell admin

    Get-AppxPackage -AllUsers | ForEach-Object {
        Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"
    }
    
    

    Was this answer 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.