Software⏱️ 3 min read📅 2026-05-29

How to Fix: BSOD during "Update are in progress"

Windows Update issue causing BSOD and preventing boot, try disabling Windows Update or running System File Checker.

Quick Answer: Try disabling Windows Update temporarily to see if it resolves the issue. If not, run System File Checker (SFC) scan to repair corrupted system files.

The error 'BSOD during "Update are in progress"' occurs when the Windows Update process encounters a critical issue that causes it to crash. This can happen due to various reasons such as corrupted update files, insufficient system resources, or conflicts with other software.

⚠️ Common Causes

  • Corrupted update files or incomplete downloads;
  • Inadequate system resources, such as RAM or disk space;
  • Conflicts with other software or drivers.

🛠️ Step-by-Step Verified Fixes

Method 1: Disable Windows Update and Install Updates Manually

  1. Step 1: Press the Windows key + R to open the Run dialog box, type 'services.msc' and press Enter. In the Services window, locate the Windows Update service and set its startup type to 'Disabled'.
  2. Step 2: Open the Command Prompt as an administrator and run the command 'wuaucpl.cpl /detectnow' to initiate a manual update check.
  3. Step 3: If updates are available, download and install them manually using the Windows Update app or the Command Prompt.

Method 2: Run a System File Checker (SFC) Scan

  1. Step 1: Open the Command Prompt as an administrator and run the command 'sfc /scannow' to scan for corrupted system files.
  2. Step 2: If any corrupted files are found, Windows will replace them with healthy ones during the next reboot.

Method 3: Perform a System Restore

  1. Step 1: Open the Control Panel and navigate to 'System and Security' > 'System'. Click on 'System Protection' and select the drive you want to restore.
  2. Step 2: Click on 'System Restore' and follow the prompts to select a restore point from a previous date when Windows was stable.
  3. Step 3: If a suitable restore point is found, click 'Next' and then 'Finish' to begin the restoration process.

💡 Conclusion

By following these steps, you should be able to resolve the BSOD during Windows Update and prevent future issues. Remember to always keep your system up-to-date and run regular maintenance tasks to ensure optimal performance.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions