Skip to content
No results
  • Documentation
  • Home
  • Privacy Policy
Ask Your PC
  • Documentation
  • Home
  • Privacy Policy
Ask Your PC

Windows

12
  • Troubleshooting Windows — Fix Crashes, Freezes, and Slow Performance
  • Windows Settings Explained — Understand Every Section Clearly
  • Organizing and Backing Up Files — Keep Your Data Safe and Synced
  • Managing Files and Folders — Learn File Explorer Like a Pro
  • Customizing Windows — Appearance, Shortcuts, and Personal Settings
  • Getting Started with Windows: Your First Steps
  • Windows Freezing or Crashing — Fix System Hangs, Blue Screens, and Driver Conflicts
  • Windows Fan Noise — Stop Overheating and High CPU Cooling Issues
  • Windows Disk Usage 100% — Fix Slow Performance and Drive Bottlenecks
  • Windows Memory Leaks — Fix RAM Usage that Grows Over Time
  • Windows CPU Spikes — Fix High Usage from Background Services and System Interrupts
  • Windows Running Slow — Speed Up Boot, Apps, and Background Processes

macOS

9
  • Troubleshooting macOS — Fix Crashes, Freezes, and Performance Issues
  • Mac Settings Explained — Customize, Update, and Secure Your macOS System
  • Managing Files and Backups on macOS — Finder, iCloud, and Time Machine
  • Getting Started with Mac: A Beginner’s Guide
  • Mac Fan Noise — Reduce Heat, Optimize Background Processes, and Restore Quiet Operation
  • Mac Disk Full — Free Up Space and Optimize Storage Without Losing Files
  • Mac Memory Pressure — Free Up RAM and Stop App Freezing
  • Mac CPU Spikes — Fix Kernel Tasks, Background Indexing, and Fan Noise
  • Mac Running Slow — Fix Spotlight, Memory, and Login Items

Android

10
  • Can’t Receive Calls or Texts — Fix Signal and SIM Problems
  • Bluetooth Not Working — Fix Pairing, Audio, and Connection Drops
  • Screen Unresponsive or Frozen — Restart and Diagnose Touch Issues
  • Battery Draining Fast — Find Power-Hungry Apps and Optimize
  • Phone Overheating — Stop Background Drain and Heat Build-Up
  • Storage Full — Free Up Space Without Losing Photos or Data
  • Wi-Fi Connected but No Internet — Fix Network and DNS on Android
  • Phone Stuck on Boot Screen — Fix Boot Loop and Recovery Mode
  • App Keeps Crashing — Fix Cache, Permissions, and Updates
  • Android Phone Won’t Charge — Fix Cable, Port, or Software Issues

iPhone / iPad

14
  • iPhone Video Recording Issues — Fix Freezing, Lag, and Audio Sync Problems
  • iPhone Camera Flash Not Working — Fix Lighting, Settings, and Hardware
  • iPhone Photos Blurry or Out of Focus — Fix Stabilization and Lens Issues
  • iPhone Camera Not Working — Fix Black Screen, Flash, and Focus Problems
  • Can’t Receive Calls or Messages — Fix Signal, Carrier, and SIM Problems
  • Bluetooth Not Working on iPhone — Fix Pairing and Audio Drops
  • iPhone Overheating — Stop Background Drain and Heat Build-Up
  • iPhone Won’t Update — Fix iOS Download and Verification Errors
  • No Sound on iPhone — Fix Speaker, Headphone, and iOS Audio Settings
  • iPhone Storage Full — Free Up Space Without Losing Photos
  • Wi-Fi Connected but No Internet on iPhone — Fix DNS, Router, and iOS Network Bugs
  • iPhone Battery Draining Fast — Find Apps Killing Your Battery
  • iPhone Screen Frozen or Unresponsive — Force Restart and Recovery Fixes
  • iPhone Won’t Charge — Fix Cable, Port, and Power Issues

Hardware Fixes

20
  • Bluetooth Not Working — Restore Connections for Mice, Keyboards, and Headphones
  • Network Port (Ethernet) Not Working — Fix LAN Jack & Driver Issues
  • Laptop Won’t Sleep or Keeps Waking Up — Fix Power, Wake & Background Tasks
  • USB Ports Not Working — Diagnose Power, Driver, and Hardware Failures
  • Overheating After Windows or macOS Update — Diagnosing Background CPU Load
  • Laptop Touchpad Not Working — Fix Cursor, Tap, and Scroll Issues
  • Laptop Camera Not Detected — How to Restore Your Webcam on Windows or macOS
  • Laptop Not Detecting Wi-Fi — How to Restore Wireless Connectivity
  • Laptop Audio Not Working — Fix Speakers, Headphones, and Sound Drivers
  • Keyboard / Mouse Intermittently Disconnecting — Fix Wireless and Wired Failures
  • External Hard Drive Detected but Not Showing in Windows or macOS
  • Laptop Shuts Down Randomly — How to Find and Fix the Root Cause
  • Laptop Fan Running Constantly or Making Noise — How to Diagnose and Quiet It
  • Keyboard Not Working or Keys Typing Incorrectly — How to Fix Input Issues
  • Laptop Screen Flickering or Flashing — How to Identify and Fix the Cause
  • Laptop Battery Not Charging — How to Diagnose Power and Charging Issues
  • External Hard Drive Detected but Not Showing in Windows or macOS
  • Computer Overheats When USB Devices Are Connected — What’s Causing It?
  • Laptop Won’t Turn On — 8 Diagnostic Steps to Get Power Back
  • USB Device Not Recognized — How to Fix Port and Driver Issues

Device-Specific

1
  • Laptop Touchpad Not Working — Fix Cursor, Tap, and Scroll Issues

Diagnostics & Testing

1
  • Laptop Touchpad Not Working — Fix Cursor, Tap, and Scroll Issues

Network & Internet

1
  • Can’t Connect to the Internet — Fix DNS and Network Configuration Errors

Printers & Peripherals

1
  • Printer Not Responding — Fix Spooler or Driver Service Failures

Software Fixes

10
  • Too Many Background Processes — Clean Startup and Optimize Boot
  • Printer Not Responding — Fix Spooler or Driver Service Failures
  • System Restore or Time Machine Not Working — Recover or Rebuild Snapshots
  • Programs Won’t Install — Fix Corrupt Installer or Security Restrictions
  • Blue Screen (BSOD) / Kernel Panic — Interpret and Fix System Crashes
  • File Explorer / Finder Not Opening — Restart or Repair System Shell
  • Can’t Connect to the Internet — Fix DNS and Network Configuration Errors
  • Application Not Responding — Diagnose Freezes and Crashes
  • Computer Running Slow — Fix Background Apps and High CPU Usage
  • Windows Update Stuck — Fix Download or Install Loops
View Categories
  • Home
  • Docs
  • Software Fixes
  • Windows Update Stuck — Fix Download or Install Loops

Windows Update Stuck — Fix Download or Install Loops

2 min read

Overview #

If your Windows Update freezes at “Checking for updates,” “Downloading,” or “Installing,” you’re not alone. This issue usually stems from corrupted update cache files, stalled background services, or misconfigured system components.
This step-by-step guide walks you through diagnosing and resolving update loops using built-in tools — no third-party software required.

What you’ll learn

  • How to identify what’s causing an update to hang
  • How to clear Windows Update’s temporary cache
  • How to restart core update services
  • How to re-register the Windows Update Agent

Estimated time: 15–30 minutes
Skill level: Intermediate


Terms and Definitions #

TermMeaning
Windows Update Service (wuauserv)The background service that downloads and installs updates
SoftwareDistribution folderDirectory that stores temporary update files
BITS (Background Intelligent Transfer Service)Moves update files in the background while Windows is running
WSUS / Windows Update AgentThe system process that manages and authenticates updates
Servicing StackThe Windows component responsible for installing cumulative updates

Steps #

Step 1 — Check for Active Update Processes #

First, determine if the system is truly frozen or just slow.

PowerShell

Get-WmiObject Win32_Process | Where-Object {$_.Name -like "*wuauclt*" -or $_.Name -like "*svchost*"} | Select-Object Name, ProcessId

If you see “wuauclt.exe” or “svchost.exe” running and consuming CPU/disk in Task Manager, the update process may still be active — allow 10–15 minutes.

If nothing changes after that period, proceed to reset.


Step 2 — Stop the Update Services #

PowerShell

Stop-Service wuauserv -Force
Stop-Service bits -Force
Stop-Service cryptSvc -Force
Stop-Service msiserver -Force

These four services manage updates, encryption, and installations.
Stopping them ensures no update processes are locked during cleanup.


Step 3 — Clear the Windows Update Cache #

The cache folder often stores partial or corrupted downloads.

PowerShell

Remove-Item -Recurse -Force "C:\Windows\SoftwareDistribution"
Remove-Item -Recurse -Force "C:\Windows\System32\catroot2"

These folders will automatically regenerate when services restart.


Step 4 — Restart the Services #

PowerShell

Start-Service wuauserv
Start-Service bits
Start-Service cryptSvc
Start-Service msiserver

Then manually check for updates again:

usoclient StartScan

If the scan works normally and progress resumes, you’ve fixed the corruption issue.


Step 5 — Run Windows Update Troubleshooter #

  1. Open Settings → System → Troubleshoot → Other Troubleshooters.
  2. Under Windows Update, click Run.
    This built-in tool re-registers update components and checks for permission issues.

PowerShell alternative

msdt.exe /id WindowsUpdateDiagnostic

Step 6 — Check System Integrity #

PowerShell

sfc /scannow

This command verifies all protected system files.
If corruption is found, Windows will repair automatically.

Then check component store health:

DISM /Online /Cleanup-Image /RestoreHealth

This uses Windows Update sources to repair deeper servicing stack problems.


Step 7 — Restart and Test #

After the repair commands complete:

  1. Reboot your system.
  2. Go to Settings → Windows Update → Check for updates.
  3. Watch for progress beyond where it previously stalled.

If the update now downloads or installs normally, the cache reset worked.


Step 8 — (Optional) Reset Windows Update Components Manually #

If updates still fail to install, re-register the update DLL files:

regsvr32 /s wuaueng.dll
regsvr32 /s wups2.dll
regsvr32 /s wuapi.dll
regsvr32 /s wups.dll
regsvr32 /s wucltux.dll
regsvr32 /s wuwebv.dll

Then restart again.


Step 9 — macOS Users (Cross-Reference) #

If you’re troubleshooting macOS updates instead, use Terminal:

softwareupdate -l
softwareupdate -i -a

To clear update metadata:

sudo rm -rf /Library/Updates/*

Then rerun updates.
(Mac users typically face fewer update “loops,” but failed cache writes can occur on older Intel models.)


Verification #

CheckCommandExpected Result
Services statusGet-Service wuauserv, bitsRunning
System healthsfc /scannow“No integrity violations found”
Component storeDISM /Online /Cleanup-Image /CheckHealthHealthy
Update testusoclient StartScanUpdate resumes normally

Conclusion #

When Windows Update hangs, the issue almost always lies in corrupted cache data or stalled services, not the updates themselves.
By stopping update services, clearing cache folders, and repairing the component store, you can almost always restore update functionality without reinstalling Windows.
If updates still refuse to apply after these steps, download the latest cumulative update manually from the Microsoft Update Catalog and install it directly.

Updated on October 10, 2025

What are your Feelings

  • Happy
  • Normal
  • Sad

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
Computer Running Slow — Fix Background Apps and High CPU Usage

Powered by BetterDocs

Leave a ReplyCancel Reply

Your email address will not be published. Required fields are marked *

Table of Contents
  • Overview
  • Terms and Definitions
  • Steps
    • Step 1 — Check for Active Update Processes
    • Step 2 — Stop the Update Services
    • Step 3 — Clear the Windows Update Cache
    • Step 4 — Restart the Services
    • Step 5 — Run Windows Update Troubleshooter
    • Step 6 — Check System Integrity
    • Step 7 — Restart and Test
    • Step 8 — (Optional) Reset Windows Update Components Manually
    • Step 9 — macOS Users (Cross-Reference)
  • Verification
  • Conclusion
Copyright © 2025 - WordPress Theme by CreativeThemes