Hello Robisekkk 0!
Thanks for reaching out to the Q&A forum:
I see you're having some issues related to Microsoft account and Windows Update, below is some suggestions you can try:
Sign in problem:
First, check this similar issue that has been solved: Gray box appears and disappears when I click "log in" in every microsoft app (settings, microsoft store, minecraft launcher, xbox app)
Try creating a new local administrator account, sign in to that new account, then follow the steps in Fix a corrupted user profile to copy your personal data from the old profile into the newly created one. Re‑add your Microsoft account if needed. This replaces the broken profile with a clean, working one without losing your data.
Also see: Troubleshoot Problems Signing In to Windows
Update issue:
1. Basic checks
Make sure you have at least 10–15 GB free on the system drive (usually C:)
Temporarily disable third‑party antivirus or firewall (not Windows Defender).
Reboot once, then try Retry all again.
2. Run Windows Update troubleshooter
Press Win + I > System > Troubleshoot > Other troubleshooters.
Run Windows Update troubleshooter and apply all fixes it suggests.
Reboot and try the update again.
3. Clear Windows Update cache
Open Command Prompt (Admin) and run these commands one by one:
net stop wuauserv
net stop bits
net stop cryptsvc
ren %systemroot%\SoftwareDistribution SoftwareDistribution.old
ren %systemroot%\System32\catroot2 catroot2.old
net start wuauserv
net start bits
net start cryptsvc
Then retry the update.
4. Run DISM and SFC
In a Terminal/Command Prompt, run (as administrator):
DISM /Online /Cleanup-Image /StartComponentCleanup
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
Wait for both to finish, reboot, and try the update again.
- Download and install the update manually
- Go to the Microsoft Update Catalog
- Search for the KB number shown in Windows Update, download the correct version for your system (e.g., Windows 11 23H2 x64)
- Double‑click the downloaded .msu file and follow the prompts, then restart.
Hope this helps. Please let me know how it goes so we could figure out the next step!
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.