Are you having trouble installing Windows Updates? If a Windows update fails mid-way or gets stuck installing, clearing the update cache forces Windows to redownload the installation files from Microsoft, which tends to fix the problem. Read on for simple steps to clear the Windows Update cache using Windows 10 or 11.
Quick Steps
- Open Command Prompt as an administrator.
- Type “net stop wuauserv” and press Enter.
- Type “net stop bits” and press Enter.
- Type “rmdir /S /Q C:\Windows\SoftwareDistribution” and press Enter.
- Type “net start wuauserv” and press Enter.
- Type “net start bits” and press Enter.