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
    • Linux
  • 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
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Windows»Windows Won’t Boot After Update? Try These 10 Fixes

Windows Won’t Boot After Update? Try These 10 Fixes

Bhishu AcharyaBy Bhishu AcharyaOctober 20, 2022
windows won't boot after update

You’ve probably updated your operating system to fix errors or get hands-on with the latest features. But what if Windows won’t boot after an update?

If you’re facing such an issue, it’s mainly due to a bug in the installation file or your system isn’t compatible with the latest update. Moreover, corrupted MBR or drivers can also stop the PC from booting.

Regardless of any cause, this article will guide you with the ten easy techniques to fix Windows that’s not booting after a recent update.

Table of Contents

  • Why is Windows Not Booting After an Update?
  • How to Fix Windows Won’t Boot After Update
    • Uninstall the Latest Update
    • Use Startup Repair to Fix Startup Problems
    • Fix System Files Using SFC and DISM
    • Rebuild MBR
    • Delete Pending XML Files
    • Start PC in Safe Mode
    • Update Device Drivers in Safe Mode
    • Restore Windows
    • Reset Your Windows-based PC
    • Clean Install Windows

Why is Windows Not Booting After an Update?

Several Windows users have encountered different problems after updating their computers. Well, there are times when your PC becomes laggy, has slow booting issues, triggers kernel panic errors, and many more. Hence, we recommend performing a system restore if you encounter difficulties after updating your OS.

Likewise, a few users have complained that their Windows won’t boot. Indeed, this can happen due to a plethora of reasons, and it’s difficult to determine the exact problem.

Nonetheless, below could be the prime causes of why you’re facing this issue:
  • Corrupted or incompatible Windows update file
  • Startup errors
  • Corrupted boot sector (MBR)
  • Corrupted Windows OS files and drivers
  • Pending XML files

How to Fix Windows Won’t Boot After Update

If your computer isn’t starting, is stuck in the black screen, or frequently triggers BSOD errors after the startup, you can try the general fixes before moving on with the major ones.

Firstly, we suggest forcibly shutting down your PC and rebooting it. This will remove the unwanted temporary files that could prevent Windows from starting.

If that doesn’t work, force shut down your PC again. Then, unplug all the USB devices (keyboard, mouse, speakers, headphones) and power on your computer. This way, Windows doesn’t have to test whether the peripherals are properly functioning and will likely boot.

Now, if neither of the aforementioned methods fixed the startup problem, you can move on with the ten fixes below. 

Uninstall the Latest Update

Well, Windows is probably not booting after the recent update, mainly because your PC doesn’t support the latest installation file. Furthermore, there may be bugs within the update that have corrupted essential Windows files.

Hence, the best way to eliminate this problem is by uninstalling the update file from the Windows Recovery Environment:

  1. Firstly, force shut down your Windows PC or laptop.
  2. Next, turn on the computer and forcibly shut it down again. Generally, doing this three times will start the automatic repair.
  3. Now, select Advanced options to enter the recovery console.
    advanced options in automatic repair
  4. Under Choose an option window, switch to the Troubleshoot option.
    troubleshoot in windows re
  5. Then, click on Advanced options.
    advanced-options-inside-troubleshoot
  6. Here, choose the Uninstall Updates option to remove recently installed quality or feature Windows updates.
    uninstall updates
  7. Now, first, select the Uninstall latest quality update option, and confirm it by tapping the Uninstall latest quality update button.
    uninstall-latest-quality-feature-update
  8. Upon restarting, Windows should boot normally. Otherwise, navigate to the recovery environment and open the Uninstall updates option again.
  9. This time, press Uninstall latest feature update, and click on the Uninstall feature update button to confirm.
    uninstall-latest-feature-update
  10. Once your PC restarts, Windows should boot and take you to the login screen.

Use Startup Repair to Fix Startup Problems

The corrupted update file has probably created startup issues if Windows isn’t booting even after uninstalling the latest update. Luckily, there’s an option to repair this using a tool within the recovery console.

Basically, the Startup Repair tool looks into the possible bugs and errors stopping Windows from booting. Kindly follow the below steps to learn how you can fix this:

  1. In the recovery console, move to Troubleshoot > Advanced options.
  2. Then, tap on the Startup Repair option.
    startup repair
  3. Now, you’ll be taken to a black screen with the message ‘Diagnosing your PC’. 
    diagnosing your pc
  4. Wait until the repair tool checks and attempts to fix possible disk errors. This can take about an hour. 
  5. If the repair is successful, your PC boots into Windows with no error. Otherwise, you’ll get the message ‘Startup couldn’t repair your PC’.
    Startup Repair Couldn’t Repair Your PC

Fix System Files Using SFC and DISM

Another reason Windows isn’t booting is probably due to corrupted system files. Fortunately, the Windows System File Checker (SFC) utility can help you resolve this. Here’s how you can run this command on Windows RE:

  1. From the Choose an Option screen, select Troubleshoot > Advanced options.
  2. Next, from the list of tools, launch Command Prompt.
    Windows Recovery Environment Command Prompt
  3. Now, you can run the below code to run the SFC utility:
    sfc /scannow
  4. Press Enter, and this will start the system scan process.
    run sfc in windows re
  5. After a few minutes, you should get the ‘Windows Resource Protection found corrupt files and successfully repaired them’ message. 
  6. Now, restart your computer, and you should be able to boot into Windows.

However, if the SFC command didn’t work out for you, try the Deployment Image Servicing and Management (DISM) utility. This will repair the corrupted Windows image, which could be preventing your PC from starting:

  1. Open Command Prompt from Advanced options in the recovery console.
  2. Now, run the below command and wait until the operation is completed successfully:
    Dism /Cleanup-Mountpoints
    run dism in windows re
  3. Again, run the SFC command, and the system errors should be repaired this time.
  4. Finally, navigate back to the Choose an option screen, and here, select Continue to boot Windows successfully.
    choose continue

Rebuild MBR

In an MBR partitioned HDD or SDD, only one of the sections consists of the OS to be booted. Hence, if this partition gets corrupted due to a recent update, Windows will probably not boot.

Thus, we recommend repairing or rebuilding the MBR (Master Boot Record) so that it identifies where the boot sector is located and how Windows is loaded into the RAM before the startup:

  1. First of all, get into the recovery window and open the Command Prompt, as discussed in the previous method.
  2. Here, run the below MBR commands individually to fix the corrupted boot sector:
    bootrec.exe /FixMbr
    bootrec.exe /FixBoot
    bootrec.exe /ScanOs
    bootrec.exe /RebuildBcd 
    running-bootrec-command
  3. Finally, restart your computer, and Windows should boot normally.

Delete Pending XML Files

With pending XML files, Windows can go through an endless loop of updates. Indeed, this can prevent Windows from booting, and you’ll likely see the update screen all the time.

Hence, if you’re also experiencing a similar problem, here’s how you can delete the cleanup.xml and pending.xml files from the Windows RE:

  1. Go to Troubleshoot > Advanced options > Command Prompt.
  2. Once the CMD window launches, run the below commands to remove the cleanup.xml file:
    del C:\windows\winsxs\cleanup.xml
    delete cleanup xml file
  3. Now, type Y and hit enter to confirm your action.
  4. Again, run the following command to remove the pending.xml:
    del C:\windows\winsxs\pending.xml
    delete pending xml file
  5. In the Are you sure (Y/N)? prompt, press Y to confirm the deletion.
  6. Once these files are deleted, restart your computer to boot into Windows.

Start PC in Safe Mode

Sometimes, Windows can’t boot due to other issues rather than the basic system files and drivers. To check this, we suggest booting into safe mode and finding possible errors:

  1. From the Windows recovery console, switch to Troubleshoot > Advanced options.
  2. Then, choose Startup Settings to change Windows startup behavior.
    startup settings
  3. Now, press the F5 key to start your PC in safe mode with networking.
    enable-safe-mode-with-networking
  4. Your computer should boot into safe mode. Here, you can run SFC, DISM, and MBR commands to fix the startup problem. Also, we recommend deleting the pending XML files if possible.

Update Device Drivers in Safe Mode

Indeed, corrupted Windows drivers are another major problem that can prevent Windows from booting. Usually, after an update, these drivers are automatically updated. However, if this doesn’t happen, there’s a possibility that they won’t be updated. In such a case, you can check and update each driver in safe mode:

  1. Search and launch the Device Manager application from the instant search option on the taskbar.
  2. Generally, faulty drivers have an exclamation sign. So, you can right-click on each of them and pick Update driver.
    update outdated device driver
  3. Next, select the first option – Search automatically for drivers. This ensures that the latest drivers are installed on your Windows-based PC.
    search or browse computer for driver update
  4. Finally, press the Close button and restart your computer. If the problem was due to the device drivers, Windows should boot this time.
    close the update driver dialogue box

Restore Windows

The next option is to perform a system restore. This way, you’ll be taken to the state when Windows used to boot without any issues. Please go through the below guide on how to do just that:

  1. Enter the Windows RE as discussed earlier.
  2. Secondly, switch to Troubleshoot > Advanced options.
  3. Here, find and select the System Restore utility.
    system-restore
  4. Once the System Restore window launches, log in to your account for administrative purposes.
  5. Usually, Windows automatically stores a restore point so you can navigate back anytime you face any problem. So, simply choose the Automatic Restore Point and press the Next button.
    choose a restore point and click next
  6. Now, click on the Finish button and wait until your computer restarts. Now, you should be able to boot into Windows.

Reset Your Windows-based PC

If none of the above fixes helped you boot into Windows, we suggest resetting your computer. This way, you can keep your personal files but reset everything else to default. Please follow the below instructions on how you can do so:

  1. Navigate to the recovery window and go to Troubleshoot.
  2. Here, select the first choice – Reset this PC.
    reset this pc in re
  3. Next, tap the Cloud Download option.
    cloud download or local reinstall
  4. Then, choose Fully Clean the drive to recycle Windows.
    fully-clean-the-drive
  5. Now, proceed with the on-screen instructions and complete the process.
  6. Once you’re logged in to Windows, restart your PC, and your system should boot normally.

Clean Install Windows

If Windows doesn’t boot even after resetting the PC, the final option is to clean install the operating system. This way, you’ll resolve every problem and, additionally, improve the computer’s overall performance.

Well, installing Windows is relatively easy. To do it properly, here’s our other article on how you can install Windows 11 using USB. After the clean installation, Windows should boot normally.

fix
Bhishu Acharya

Bhishu Acharya is a technical content writer at TechNewsToday. He specializes in monitors, laptops, storage devices, and other peripherals. Apart from computer hardware, you can also find his how-to and troubleshooting articles on Windows, internet, security, and networking. Ever since getting his hands on a personal computer, Bhishu started exploring its internal components at just 10. His growing curiosity led him to undertake the Computer Science & Information Technology degree and is just a year away from graduation. While balancing his study and work life for over four years, he has harnessed different sets of technical skills. With his expertise, he is now dedicated to helping netizens looking for hardware and software-related fixes. Today, Bhishu’s proficiency extends beyond computer hardware. In his spare time, he enjoys coding and learning new programming languages.

Related Posts

how to add weather to taskbar windows 11

How to Add Weather to Taskbar Windows 11

January 22, 2023
how-to-make-taskbar-smaller-windows-11

How to Make Your Taskbar Smaller on Windows 11

January 22, 2023
how to take screenshot windows 11

How to Take Screenshot Windows 11

January 22, 2023
how to set chrome as default browser windows 11

How to Set Chrome as the Default Browser Windows 11

January 20, 2023
windows 11 go back not working

Windows 11 Go Back Not Working? Here’s How to Fix it

January 18, 2023
powershell get-aduser

How To Use PowerShell Get-ADUser

January 17, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
how-to-make-taskbar-smaller-windows-11

How to Make Your Taskbar Smaller on Windows 11

January 22, 2023
how to set chrome as default browser windows 11

How to Set Chrome as the Default Browser Windows 11

January 20, 2023
6800xt vs 3080

6800xt vs 3080 – Which One is Better?

January 20, 2023
You may also like
how to add weather to taskbar windows 11

How to Add Weather to Taskbar Windows 11

January 22, 2023
samsung-tv-flickering

Why is My Samsung TV Flickering? 10 Proven Ways to Fix It

January 22, 2023
msi laptop orange light always on

MSI Laptop Orange Light Always On – How to Fix It

January 22, 2023
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)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday.

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