Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Windows»How to Fix Undoing Changes Made to Your Computer

How to Fix Undoing Changes Made to Your Computer

jabinBy jabinApril 8, 2022
undoing-changes-made-to-your-computer (1)

Isn’t it infuriating when Windows prompts you to update it before you can completely shut down the device? It becomes more of a headache when your system displays a message like Undoing Changes and then it takes forever to update. This generally happens if your update process is somehow interrupted.

If you wait for a while, Windows will run automatic repair and your issue will get solved on its own. However, if the problem persists and you get stuck in the same loop again, try out the various methods in this article to successfully get out of it.

Why Windows Displays Undoing Changes to Your Computer

There are various reasons why your system is displaying the undoing changes message. Here are some of the most common ones.

  • Abruptly shutting down the PC while updating Windows 
  • Corrupt system files 
  • System files affected by a virus or a malware 
  • Update download interrupted due to poor internet connection

How to Fix Undoing Changes Made to Your Computer

Many users face this issue while updating Windows. In such cases, a simple restart fixes the problem so you should try it before moving on to the other fixes. 

However, you don’t need to worry if that doesn’t fix your issue as we have covered several other methods like starting the PC in safe mode, running system file checker, and many more.

Start PC in Safe Mode and Uninstall Recent Updates

Safe mode is a Windows diagnostic mode that boots the system with the most basic operating system files and essential device driver only. It is used in specific cases where the operating system faces problems while booting up.

Since some fixes mentioned below depend upon entering safe mode, you must start with this fix. Here’s how to start your PC in safe mode:

  1. First turn off and then turn on the PC. When the Windows logo appears, turn off the PC by holding the power button for at least 5 seconds. 
  2. Repeat the above step for three times and you will enter the Advanced startup screen.
    troubleshoot-advanced-options
  3. From there, go to Advanced options > Troubleshoot > Advanced options.
  4. Click on Startup settings.
  5. Press 4 or F4 to choose the Enable Safe Mode option.
    Safe-mode
  6. Press Windows + R key and type Control.
  7. Go to Programs > View installed updates.
  8. Select the recent Windows update. You can figure it out by looking at the Installed On category.
  9. Click on Uninstall.
    uninstall-windows-update
  10. Click on Yes.
  11. Restart your PC and see it works now.

Run the System File Checker

You can use this method after entering the safe mode. The system file checker checks for corrupt system files and fixes them. If your issue was caused due to corrupt system files then this method can fix your issue. Here’s how to run it step by step.

  1. Press Windows + R key and type cmd.
  2. Press Ctrl + Shift + Enter key to run Command Prompt as an administrator.
  3. Now, run all the commands below in sequential order:
    • DISM.exe /Online /Cleanup-image /Checkhealth
    • DISM.exe /Online /Cleanup-image /Scanhealth
    • DISM.exe /Online /Cleanup-image /Restorehealth
      DISM
    • sfc /scannow
      running-sfc-command
  4. Wait for the scan to complete.
  5. Restart the system and see if your issue has been resolved.
Note: If you are unable to boot in safe mode, you should first enter into the Advanced Startup. Then navigate to Advanced options > Troubleshoot > Advanced options > Command prompt and enter the above commands.

Rename or Delete the SoftwareDistribution Folder

The SoftwareDistribution folder contains the temporary files which are essential during the Windows update installation process . Since corruption of any one file inside it can cause the booting issues, it could be the reason for displaying undoing changes. Hence, you need to either rename or delete it to resolve the issue.

Once you enter the safe mode, you can continue fixing with this method.

If you are hesitant on deleting the whole folder, you can just rename it. This will force Windows to recreate a new folder instead of it. Here’s how to rename the SoftwareDistribution folder in Windows.

  1. Press Windows + R key and type cmd.
  2. Press Ctrl + Shift + Enter key to open cmd as administrator.
  3. Upon UAC(User Account Control) prompt, click on Yes.
  4. Enter the following commands one by one and press Enter for each.
    net stop wuauserv
    net stop bits
    ren c:\windows\softwaredistribution softwaredistribution.bak
    net start wuauserv
    net start bits
    SoftwareDistribution

However, if you don’t mind deleting the SoftwareDistribution folder, navigate to C:\Windows\SoftwareDistribution and delete all of its contents but do it after entering the commands net stop wuauservandnet stop bits. Also, don’t forget to run net start wuauserv andnet start bitsafterwards.

After renaming or deleting the SoftwareDistribution folder, restart your PC and see if it works now.

Using in-built Windows Update Troubleshooter

Windows has an in-built troubleshooter to fix update issues. Here’s how you can run the troubleshooter after entering the safe mode.

  1. Press Windows + I key to open the Settings app.
  2. Click on Update & Security.
  3. From the left-sidebar, select the Troubleshoot option.
  4. On the right-pane, click on Additional troubleshooters.
  5. Then, choose the Windows Update option and click on Run the troubleshooter.
    Additional-troubleshooter
  6. Go through the troubleshooter’s fixes.
  7. Close the troubleshooter.

Using the Startup Repair

Sometimes Windows can run into startup problems which can cause undoing changes error. To fix using startup repair, you can do the following steps.

  1. Enter into the Advanced startup screen.
  2. Click on Troubleshoot > Advanced Options > Startup Repair.

    startup-repair
  3. Wait for the repair process to finish.
  4. Restart the system and see if it works now.

Restore the PC 

Windows has an in-built feature called System Restore. Since it returns your system to an earlier point where your system was working fine, your issue will likely be solved with this method. However, you must have already created it in order to use it. You can also follow our comprehensive guide on system restore.

Here’s how you can use system restore inside the safe mode.

  1. Press Windows + R key and type the command control to open the control panel.
  2. On the top-left corner of the window, switch the View by field to Large icons option.
  3. Click on Recovery.
  4. Navigate to Open System Restore.
  5. Click on Next and select an earlier restore point when your PC was working fine.
    restore-system-files-and-settings

If you are somehow unable to boot into the safe mode, you need to first enter the Advanced startup screen and navigate to  Advanced options > Troubleshoot > Advanced options > System Restore. From there follow the on-screen instructions and select a restore point.

Reset the PC

If the above methods didn’t work then this is your last resort for fixing your issue. This method will reset your PC to factory settings.

Here’re the steps to reset your PC:

  1. Enter into the Advanced startup screen.
  2. Click on the Troubleshoot option.
  3. Select the Reset your PC option.
    Reset-PC
  4. Choose the Remove everything option.
  5. Wait for the reset process.
  6. On the final screen, select the Fully clean the drive option.
    fully-clean-the-drive
  7. Then click on the Reset button
  8. Wait for the reset process again. It can take some time like 30 minutes.
Note: This will wipe out all of your files and folders in the system drive. Also, you need to reinstall the previously installed applications.
fix
jabin

Hello there! I'm an IT graduate familiar with troubleshooting for Windows, Android, iPhone, and several other devices. I love to help people with thorough how-to guides and interesting tips & tricks. When I'm not writing, I love to watch movies, especially the thriller ones.

Related Posts

windows boot manager not working

Windows Boot Manager Not Working? Try These Fixes

July 17, 2022
how-to-stop-computer-from-locking

How to Stop Computer From Locking You Automatically

July 18, 2022
chkdsk not working

CHKDSK Not Working? Here’s How To Fix It

July 15, 2022
how to delete recovery partition

How To Delete Recovery Partition on Windows

July 14, 2022
the-referenced-account-is-currently-locked-out

[Solved] The Referenced Account Is Currently Locked Out

July 14, 2022
sticky-notes-not-working

6 Ways to Fix Sticky Notes Not Working on Windows

July 14, 2022
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
does monitor affect fps

Does Your Monitor Affect FPS? (Detailed Overview)

July 17, 2022
best backup software for mac 1

Best Backup Software for MAC in 2022

July 17, 2022
Best fantasy games

20 Best Fantasy Games Of All Time

July 17, 2022
You may also like
How to Get Microphone on Keyboard

How to Get Microphone on Keyboard

July 17, 2022
how to upgrade your laptop with an ssd

How To Upgrade Your Laptop With an SSD?

July 17, 2022
how to use usb ports on monitor

How to Use USB Ports on Monitor

July 17, 2022
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

October 25, 2021
Facebook Twitter Pinterest
  • Home
  • About Us
  • Privacy Policy
  • Affiliate Disclosure
© 2022 TechNewsToday.

Type above and press Enter to search. Press Esc to cancel.