The Windows 11 update KB5070311 may fail with the message “Could not complete install — update service was shutting down.” This error usually appears when update services stop unexpectedly or when corrupted update files interrupt the installation process. Below is a complete guide to fix the issue quickly and safely.


🔧 1. Restart Your PC and Try the Update Again

A simple restart often restores required update services.

  1. Restart your system.
  2. Open Settings > Windows Update.
  3. Select Check for updates and attempt to install KB5070311.

This clears temporary update conflicts.


🔧 2. Make Sure Windows Update Services Are Running

The error message appears when key update services stop in the background.

  1. Press Win + R, type services.msc, press Enter.
  2. Locate and check these services:
    • Windows Update
    • Background Intelligent Transfer Service (BITS)
    • Windows Installer
  3. Right-click each one and select Restart.

If any service is disabled, set Startup Type to Automatic.


🧹 3. Clear the SoftwareDistribution Folder

Corrupted update files commonly cause installation failures.

  1. Open Command Prompt (Admin).
  2. Stop update services: net stop wuauserv net stop bits
  3. Open the path: C:\Windows\SoftwareDistribution
  4. Delete all files inside.
  5. Restart services: net start wuauserv net start bits

Try the update again afterward.


🛠️ 4. Run the Windows Update Troubleshooter

Windows has a built-in tool to detect and repair update problems.

  1. Open Settings > System > Troubleshoot.
  2. Select Other troubleshooters.
  3. Run Windows Update troubleshooter.

Let it apply fixes, then retry the update.


🧰 5. Repair System Files (SFC and DISM Tools)

System corruption may cause the update service to shut down mid-install.

  1. Open Command Prompt (Admin).
  2. Run System File Checker: sfc /scannow
  3. After it completes, run DISM: DISM /Online /Cleanup-Image /RestoreHealth

Restart your PC and try installing KB5070311 again.


📥 6. Install KB5070311 Manually

If Windows Update fails, install the update manually.

  1. Go to the Microsoft Update Catalog website.
  2. Search for KB5070311.
  3. Download the correct version for your system (x64 / ARM64).
  4. Run the installer and follow prompts.

This bypasses Windows Update service interruptions.


⚙️ 7. Reset Windows Update Components Completely

If the problem continues, reset all update components to default.

  1. Open Command Prompt (Admin).
  2. Run a full reset script (stop services, delete cache folders, re-register DLLs).
  3. Restart the computer.

This is one of the most effective solutions for persistent update errors.


🔄 8. Check for Background Apps or Security Software

Antivirus or optimization apps can interrupt update services.

  • Disable any third-party antivirus temporarily.
  • Pause apps like system cleaners, RAM boosters, or update blockers.

Try the update again afterward.


📝 Conclusion

The “Could not complete install — update service was shutting down” error during the Windows 11 KB5070311 update is usually caused by corrupted files or interrupted services. By restarting update services, clearing cache folders, repairing system files, or installing the update manually, you can resolve the issue and complete the installation successfully.

Leave a comment