How to Fix We Couldn't Complete the Updates Undoing Changes in Windows 10/11
The "We Couldn't Complete the Updates, Undoing Changes" error in Windows 10/11 occurs when an update fails to install correctly. To fix this, first restart your computer and ensure you have a stable internet connection. Run the Windows Update Troubleshooter by going to Settings , Update & Security , Troubleshoot. You can also try clearing the Windows Update cache by stopping the "Windows Update" service, deleting the files in the C:\Windows\SoftwareDistribution folder, and restarting the service. If the issue persists, use the "System File Checker" (sfc /scannow) to repair corrupted system files.
Method 2 Perform System File Checker:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
Method 4 Reset Windows Update Components:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
Method 5 Reset Windows Updates via CMD:
net stop wuauserv
net stop bits
rd /s /q %systemroot%\SoftwareDistribution
net start wuauserv
net start bits
00:00 Intro
00:11 Method 1
01:14 Method 2
01:53 Method 3
02:17 Method 4
02:50 Method 5
In This Video:
how to fix we couldn't complete the updates undoing changes in windows 10/11
Thank you for watching our channel! We hope you found the content informative and enjoyable. Don't forget to subscribe to our channel to stay updated on all our latest videos. By subscribing, you will be notified whenever we upload new content related to your interests. Your support means a lot to us and helps us to continue creating valuable and engaging videos. Thank you again, and we look forward to bringing you more great content in the future!
#WindowsUpdateFix
#UndoingChangesError
#Windows10Update