Fix for Error: Unable to Complete Updates – Undoing Changes – 2025

June 30, 2025

0
(0)

Fix for Error: Unable to Complete Updates – Undoing Changes

Unable to Complete Updates

Windows updates are crucial for security, performance, and new features. However, sometimes these updates fail, and users encounter a frustrating message:
“We couldn’t complete the updates. Undoing changes. Don’t turn off your computer.”

This message usually appears after a failed attempt to install updates and is followed by a long boot process that may repeat or freeze. If you’re facing this issue on Windows 10 or 11, this guide will walk you through the most effective ways to fix it and prevent it from happening again.

What Causes the “We Couldn’t Complete the Updates” Error?

This message indicates that Windows tried to apply one or more updates during startup but failed. As a result, it’s rolling back the changes. The most common causes include:

  • Corrupted or incomplete update files

  • Insufficient disk space

  • Outdated or incompatible drivers

  • Conflicts with third-party antivirus software

  • File system errors or corrupt Windows components

  • Sudden shutdowns during update installation

Let’s go through the step-by-step solutions to resolve the issue.

Fix 1: Let Windows Finish Rolling Back

Unable to Complete Updates1

When you see the “Undoing changes” screen, do not turn off your PC unless it’s stuck for over an hour.

  • Wait until the message clears and Windows boots back into the desktop.

  • If it reboots and loops the message again, proceed to the next fixes.

Fix 2: Boot Into Safe Mode

Unable to Complete Updates2

Booting into Safe Mode lets you bypass startup processes that may be interfering with Windows Update.

How to boot into Safe Mode:

  1. Turn your PC on and off three times during the logo screen to trigger Startup Repair.

  2. On the Recovery screen, click Advanced Options > Troubleshoot > Advanced options > Startup Settings > Restart.

  3. After the restart, press 4 to choose Enable Safe Mode.

Once in Safe Mode, you can try deleting update files or running system repairs.

Fix 3: Delete the SoftwareDistribution Folder

Unable to Complete Updates3

This folder stores temporary update files, and corruption here can cause update failures.

Steps:

  1. Boot into Safe Mode (as shown above).

  2. Open File Explorer and navigate to:

makefile
C:\Windows\SoftwareDistribution
  1. Delete all files and folders inside it. You may need admin permissions.

  2. Reboot your PC normally.

Windows will recreate this folder and download fresh update files when you check for updates again.

Fix 4: Run Windows Update Troubleshooter

Unable to Complete Updates4

The built-in Windows Update Troubleshooter can automatically detect and fix common update-related problems.

How to run it:

  1. Go to Settings > Update & Security > Troubleshoot.

  2. Click Additional troubleshooters.

  3. Select Windows Update and click Run the troubleshooter.

  4. Follow the prompts and apply the recommended fixes.

After running the troubleshooter, restart your computer and attempt to install updates again.

Fix 5: Check Disk Space and System Drive

A lack of storage on your system drive (usually C:) can cause updates to fail.

What to do:

  • Ensure you have at least 10–20 GB of free space on your system drive.

  • Empty your Recycle Bin, delete unnecessary files, or run Disk Cleanup:

    • Type Disk Cleanup into the Start Menu and choose your system drive.

    • Select files to delete (including old Windows updates) and click OK.

Freeing up space ensures updates have room to install properly.

Fix 6: Run System File Checker and DISM

Unable to Complete Updates6

System corruption is a major reason for update errors. Use these built-in tools to repair Windows files.

Steps:

  1. Open Command Prompt as Administrator

  2. Run this command:

bash
sfc /scannow

Let it complete (it may take 10–15 minutes). Afterward, run:

swift
DISM /Online /Cleanup-Image /RestoreHealth

These tools will scan and repair system corruption. Restart your PC when done.

Fix 7: Uninstall the Problematic Update

Unable to Complete Updates7

If you can boot into Windows (either normally or in Safe Mode), you can uninstall the specific update that failed.

How to do it:

  1. Go to Settings > Update & Security > Windows Update > View update history.

  2. Click Uninstall updates.

  3. Select the latest installed update (especially one that failed) and click Uninstall.

After uninstalling, reboot your PC and check if the issue is resolved.

Fix 8: Pause Updates Temporarily

Unable to Complete Updates8

If updates continue to fail, pause them until a more stable version is released.

How to pause updates:

  1. Go to Settings > Update & Security > Windows Update

  2. Click Pause updates for 7 days (you can extend this further in Advanced Options)

This gives you time to troubleshoot or wait for Microsoft to release a fix.

Fix 9: Use System Restore (If Available)

Unable to Complete Updates9

If System Restore was enabled, you can roll back your system to a previous working state.

To use System Restore:

  1. Boot into Advanced Startup > Troubleshoot > Advanced Options > System Restore

  2. Select a restore point created before the update failed.

  3. Follow the wizard to restore your system.

This won’t affect your personal files, but it will remove recent changes to system files and drivers.

Fix 10: Perform an In-Place Repair (Last Resort)

If none of the above works, an in-place upgrade repair using the Media Creation Tool can fix update issues without erasing your files.

How to do it:

  1. Download the Windows Media Creation Tool from Microsoft’s website.

  2. Run the tool and choose Upgrade this PC now.

  3. Follow the on-screen instructions.

This reinstalls Windows but keeps your apps and files intact.

Conclusion

The error “We couldn’t complete the updates. Undoing changes.” may seem daunting, but it’s usually fixable with some patience and the right tools. Whether it’s clearing corrupted update files, repairing your system, or simply ensuring your PC has enough storage, the steps above will help you get past this loop and back to using your computer normally.

Summary of Key Fixes:

  • Boot into Safe Mode

  • Delete the SoftwareDistribution folder

  • Use the Update Troubleshooter

  • Repair system files with SFC and DISM

  • Uninstall faulty updates

  • Use System Restore or perform a repair install

By carefully following these methods, you can resolve the update error and ensure smoother future Windows updates.

How useful was this guide?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments