Кэш обновлений Windows — уже скачанные на компьютер файлы обновлений, готовые к установке. При возникновении проблем с их установкой, для освобождения места на диске или для того, чтобы после удаления обновлений они не отображались в Центре обновлений Windows с кнопкой «Установить», вы можете очистить этот кэш.
В этой пошаговой инструкции несколько простых способов очистить кэш обновлений в Windows 11 и Windows 10 встроенными средствами системы, все они безопасны и не должны привести к каким-либо проблемам в работе.
Кэш обновлений в утилите «Очистка диска»
Самый простой способ очистки кэша обновлений — встроенная в Windows утилита «Очистка диска». Шаги будут следующими:
- Нажмите правой кнопкой мыши по кнопке «Пуск» и выберите пункт «Выполнить».
- Введите cleanmgr и нажмите Enter.
- При появлении запроса на выбор диска выберите диск C.
- Нажмите кнопку «Очистить системные файлы».
- Отметьте пункт «Очистка обновлений Windows».
- Нажмите «Ок» и дождитесь завершения очистки.
В Windows 11 и 10 вы также можете использовать функции очистки диска в «Параметрах», подробнее об этом в инструкциях Очистка диска Windows 11 встроенными утилитами, Автоматическая очистка диска Windows 10.
Очистка кэша обновлений вручную в командной строке
Кэш обновлений хранится в папке C:\Windows\SoftwareDistribution\Download и мы можем удалить её содержимое вручную с помощью командной строки. Для этого потребуется временно отключить службу Центра обновлений Windows с повторным её включением по завершении процесса.
- Запустите командную строку от имени Администратора. Для этого можно использовать поиск по «командная строка» в панели задач и пункт «Запуск от имени администратора».
- По порядку введите следующие команды
net stop wuauserv cd C:\Windows\SoftwareDistribution del /f /s /q Download net start wuauserv
Удаление кэша обновлений Windows в проводнике
Этот способ, по своей сути повторяет предыдущий, но без использования командной строки:
- Нажмите клавиши Win+R на клавиатуре, введите services.msc и нажмите Enter.
- В списке служб найдите «Центр обновления Windows», дважды нажмите по ней и нажмите кнопку «Остановить».
- В проводнике перейдите в папку
C:\Windows\SoftwareDistribution\Download
- Выделите всё содержимое папки (клавиши Ctrl+A) и удалите его.
- Снова зайдите в «Службы» и запустите Центр обновления.
Сброс кэша обновлений и его параметров без фактического удаления
Если задача — исправить ошибки центра обновлений, а не выполнить удаление кэша, можно использовать следующий набор команд в командной строке, запущенной от имени администратора:
net stop wuauserv net stop cryptSvc net stop bits net stop msiserver ren C:\Windows\System32\catroot2 catroot2.old ren C:\Windows\SoftwareDistribution SoftwareDistribution.old net start cryptSvc net start bits net start msiserver net start wuauserv
Если ошибки были исправлены, созданные папки SoftwareDistribution.old в папке Windows и catroot2.old в папке System32 можно будет удалить.
Очистка кэша обновлений также доступна в сторонних утилитах, предназначенных для исправления ошибок при обновлениях, подробно: Как исправить ошибки Центра обновлений Windows.
Также, в контексте рассмотренной темы могут быть полезными следующие материалы:
- Как удалить обновления Windows 11
- Как удалить обновления Windows 10
- Как отключить обновления Windows 11
- Как отключить обновления Windows 10
Содержание
- Шаг 1: Приостановка «Центра обновления» Windows 10
- Шаг 2: Удаление кеша обновлений
- Вопросы и ответы
Для начала нужно приостановить работу «Центра обновлений» Windows 10, чтобы проблем с удалением кеша не возникло:
- Откройте окно системного приложения «Службы». Сделать это можно несколькими способами, но самый простой – поисковая строка «Пуска».
- В списке отыщите службу под названием «Центр обновления Windows». Она находится внизу, если отсортировать службы по алфавиту. Дважды щелкните по службе левой кнопкой мыши.
- В новом окне на вкладке «Общие» выберите тип запуска «Вручную» и нажмите на кнопку «Применить».
- Затем нажмите на «Остановить» и на «ОК», чтобы подтвердить настройку.
После того как работа службы обновлений остановлена, можно приступать к непосредственной очистке кеша апдейтов Windows 10.
Шаг 2: Удаление кеша обновлений
Следующий этап – это удаление кеша с накопителя. Искомые данные временно хранятся в специальной папке системного тома:
- Запустите «Проводник» или откройте «Этот компьютер» на рабочем столе. Перейдите в содержимое системного диска. Обычно это «Локальный диск (C:)».
- Затем откройте папку «Windows», а потом «SoftwareDistribution».
- Очистите содержимое каталога «Downloads» любым способом: выделите все файлы и папки, затем вызовите контекстное меню нажатием правой кнопкой мыши или используйте клавишу «Delete».
Может потребоваться отображение скрытых элементов в папке. Для этого в окне «Проводника» перейдите на вкладку «Вид», и отметьте галочкой пункт «Скрытые элементы».
Когда все будет готово, останется вновь запустить работу службы «Центр обновления Windows». Проделайте то же самое, что показано в Шаге 1, только на конечном этапе выберите вариант «Запустить».
Еще статьи по данной теме:
Помогла ли Вам статья?
-
Home
-
News
- How to Clear Windows Update Cache (3 Ways for You)
By Daisy | Follow |
Last Updated
Clearing the Windows 10 update cache manually will solve most of the problems you may have installed the latest Windows 10 update on your computer. This post from MiniTool introduces how to clear Windows update cache.
If you have trouble running Windows Update, it is likely that there is a problem with the update file, or the file is not completely cleared for download or is damaged. Windows update cache location is C:\Windows\SoftwareDistribution\Download. All installation files for Windows updates are stored here.
How to Clear Windows Update Cache
There are 3 ways for you. You can choose one based on your needs. Here is how to do that:
Way 1: Clear Windows Update Cache via File Explorer
First, let’s see how to clear Windows update cache via File Explorer.
Step 1: Type File Explorer in the Search box to open it.
Step 2: Find and right-click Local Disk (C) to choose Properties.
Step 3: Then, click Disk Clean-up. After that, click the Clean up system files option.
Step 4: Then, check the Windows upgrade log files and Temporary Windows Installation files boxes and click OK.
Step 5: Press the Windows and R keys at the same time to open the Run dialogue box. Type services.msc and click OK to open the Services application.
Step 6: From the list of applications, right-click Windows Update to select Stop.
Step 7: Next, open File Explorer and go to C:\ > Windows > SoftwareDistribution. Remove all the files in the folder.
Then, you have cleared the Windows update cache successfully.
Way 2: Clear Windows Update Cache via Command Prompt
The second method for you to reset Windows updates cache is via Command Prompt. The detailed steps are as follows:
Step 1: Type Command Prompt in the Search menu. Then right-click it to choose Run as administrator to open it.
Step 2: Type net stop wuauserv and press the Enter key in the Command Prompt window.
Step 3: Type C: and press Enter. Type cd %Windir%\SoftwareDistribution and press Enter. Type del /f /s /q Download and press Enter.
Then, all of the windows 10 cache files on your machine will now be deleted.
Way 3: Clear Windows Update Cache via Script
You can also try to clear Windows Update Cache via Script. Follow the instructions below:
Step 1: Open Notepad and Insert the below code in bold
@Echo On
net stop wuauserv
C:
cd %Windir%\SoftwareDistribution
Type del /f /s /q Download
pause
Step 2: Save the file as Cleardown.cmd on your desktop.
Step 3: Right-click the Cleardown.cmd file and select run as administrator.
Step 4: When the Script has finished it will pause so you can see the output of what it has done.
How to Reset Windows Update Cache
You may also wonder how to reset Windows update cache. Here are the steps:
Step 1: Type Command Prompt in the Search menu. Then right-click it to choose Run as administrator to open it.
Step 2: Type the following command one by one:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
Step 3: Next, run the following command one by one.
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old
Final Words
This post has introduced how to clear Windows update cache and how to reset Windows update cache. I hope that this post can be helpful to you.
About The Author
Position: Columnist
Having been an editor at MiniTool since graduating college as an English major, Daisy specializes in writing about data backups, disk cloning, and file syncing as well as general computer knowledge and issues. In her free time, Daisy enjoys running and going with friends to the amusement park.
Did you know by clear windows update cache you can fix most of Windows update download and installation problems such as Windows 10 update stuck downloading, fail to install with different errors and more? When you check for Windows updates, your system automatically caches all the Windows update installation files, which can come in handy when you need to re-apply the update. But sometimes buggy updates or corruption on the cache folder hit the entire process and results Windows updates stuck downloading for hours or fails to install with different errors.
If you are also having trouble with some updates not loading or installing on windows 10 laptop clear Windows update cache is probably a good solution for you. Clearing the Windows update cache removes old update files and downloads fresh update files from the Microsoft server. And fix if windows update fails to install because of the buggy update file. Here in this post we have three different ways to clear the Windows update cache.
Clear Windows update cache not only fixes various windows 10 update installation problems also free up a huge amount of disk space as well.
Contents
- 1 Where is the Windows Update cache folder?
- 2 Delete Windows update files windows 10
- 2.1 Delete downloaded Windows Update files
- 2.2 Clear Windows Update cache from the command line
- 2.3 Reset Windows Update components
Where is the Windows Update cache folder?
The Update Cache is a special folder that stores update installation files. It is located at the root of your system drive, in C:\Windows\SoftwareDistribution\Download.
Delete Windows update files windows 10
It’s pretty easy to delete all cached update files on all supported versions of Windows, including Windows 7, Windows 8.1 and Windows 10. Here in this post, we have three different ways to clear the windows update cache or you can say reset Windows update components easily.
Delete downloaded Windows Update files
- Press Windows + R keyboard shortcut to open Run
- Type services.msc and click ok to open the Windows services console,
- Scroll down and locate the Windows update service, Right-click on it select stop,
- Again locate Background Intelligent Transfer Service, Right-click and stop the service.
- Now open Windows Explorer using the keyboard shortcut Windows + E,
- Then Go to C:\WINDOWS\SoftwareDistribution\Download
- Select all files inside the download folder, (you can do the same using the keyboard shortcut Windows + A)
- And Hit the Delete key on the computer keyboard.
- Again back to the Windows services console,
- Locate the Windows Update service, right-click, and select start the service,
- Do the same with the BITS service as well.
That’s all, Restart your PC, Next time when Windows check for updates this will download fresh update files from the Microsoft server. That is most probably error-free, download and install without any problem.
Clear Windows Update cache from the command line
You may also clear the Windows Update cache from the command line as well.
- Open the command prompt as administrator,
- Accept the UAC prompt that Windows displays.
- Run the following commands and hit enter after each line:
- net stop wuauserv (This stops the Windows Update service)
- cd %Windir%\SoftwareDistribution (performing this command Switches to the SoftwareDistribution directory of the Windows installation)
- del /f /s /q Download (Deletes the Download folder of the SoftwareDistribution directory with /f — force the removal of read-only files, /s — include files in subdirectories and /q — in quiet mode to surpress prompts.
- net start wuauserv — (Starts the Windows Update service.)
Reset Windows Update components
Also, you can reset Windows Update components fix Windows Update and get security patches, drivers, and features downloading again on your computer.
- Open the command prompt as administrator,
- Next, we need to Stop the BITS, Cryptographic, MSI Installer and Windows Update Services. To do this, type the following commands at a command prompt. Press the “ENTER” key after you type each command.
- net stop wuauserv
- net stop cryptSvc
- net stop bits
- net stop msiserver
- Now rename the SoftwareDistribution and Catroot2 folder. You can do this by typing the following commands in the Command Prompt. Press the “ENTER” key after you type each command.
- ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
- ren C:\Windows\System32\catroot2 Catroot2.old
Now, let’s restart the BITS, Cryptographic, MSI Installer and the Windows Update Services. Type the following commands in the Command Prompt for this. Press the ENTER key after you type each command.
- net start wuauserv
- net start cryptSvc
- net start bits
- net start msiserver
Type Exit in the Command Prompt to close it and then restart the computer. That’s all next time when you check for windows update this will download fresh update files from the Microsoft server.
Also read:
- Fix Service Registration Is Missing Or Corrupt In Windows 10, 8.1 and 7
- How to Fix ntoskrnl.exe High Memory Usage In Windows 10
- Microsoft Edge Crashes or Not Working after Windows 10 1909 update !!!
- Solved: Windows 10 Automatic Repair Loop “Your PC Did Not Start Correctly”
- Solved: Unknown Hard Error on Windows 10 / 8 / 7 (5 Working Solutions)
Jason Barrett | 21 May 2019 | Misc
Manually clearing the windows update cache will resolve most issues you might be having installing the latest windows updates on your machine.
In this guide I will show to step by step how to easily clear the windows update cache from your machine.
Jump To > How To Clear The Windows Update Cache |
I work in IT and around patch Tuesday I am always visiting people and troubleshooting issues they have with windows updates. I find that clearing the windows update cache will resolve most issues that you will face.
Some times you might also need to reset windows update components which I have also documented how to do below in this post.
- 1 How To Clear The Windows Update Cache
- 2 How To Reset Windows Update Components In Windows
- 3 Register BITS and Windows Update .dll Files
- 4 Frequently Asked Questions
Below I will show you three ways to clear the windows update cache from your machine.
I recommend you try the first manual method and if that does not work try the CMD and powershell method.
Manually
To delete the windows update cache manually do the following
- Click start, type in “File Explorer” and left click on file explorer
- Right click on “Local Disk (C:)” then left click properties
- On the next windows click on “Disk Clean-up”
- Next click on “Clean up system files”
- Make sure you tick the boxes next to “Windows upgrade log files” and “Temporary Windows Installation files” then click on OK. Your system will now remove these files from your machine.
- Now click start and type in services and then left click on services application.
- Scroll down and right click on Windows Update and click stop. Wait for the service to stop which usually takes less than a minute
- Now open file explorer again and browse to C:\Windows\SoftwareDistribution
- Now right click on the download folder and select delete, Hit Yes if you are prompted
- Reboot your machine
We have now managed to manually cleare the windows 10 update cache, Run windows update again to see if your issue is now resolved.
Via Command Prompt (CMD)
To delete the windows update cache via the command prompt (CMD) do the following
- Click start, type in CMD then right click on “Command Prompt” and select run as administrator
- If prompted by UAC click YES
- In the command prompt window type in net stop wuauserv then hit enter (This will stop the windows 10 update application on your machine)
- Type C: and hit enter
- Type cd %Windir%\SoftwareDistribution and hit enter
- Type del /f /s /q Download and hit enter
- All of the windows 10 cache files on your machine will now be deleted
- Restart your machine
Via Powershell
To remove the windows update cache via powershell do the following
- Open powershell
- copy and paste the below in to powershell
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
remove-item -path “C:\Windows\SoftwareDistribution\Download\*.*” -Force - Now restart your machine and install the update again
Via Script
To create a script to clear down the windows update cache follow these steps
- Open notepad
- Insert the below code in bold
@Echo On
net stop wuauserv
C:
cd %Windir%\SoftwareDistribution
Type del /f /s /q Download
pause - Save the file as Cleardown.cmd on your desktop
- Right click on the Cleardown.cmd file and select run as administrator
- When the script has finished it will pause so you can see the output of what it has done
How To Reset Windows Update Components In Windows
If the above solutions did not fix your issue you can try to reset the windows update components.
To Reset Windows Update Components In Windows 10 follow these steps
- Click start, type in CMD then right click on “Command Prompt” and select run as administrator
- If prompted by UAC click YES
- In the command prompt window type in the following commands one by one
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver - Next run the following commands
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old - Now restart your computer
Register BITS and Windows Update .dll Files
It is also a good idea to re-register windows 10 bits and windows update .dll file. To do this follow these steps
- Click start, type in CMD then right click on “Command Prompt” and select run as administrator
- If prompted by UAC click YES
- In the command prompt window type in the following commands one by one
cd /d %windir%\system32
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
regsvr32.exe /s shdocvw.dll
regsvr32.exe /s browseui.dll
regsvr32.exe /s jscript.dll
regsvr32.exe /s vbscript.dll
regsvr32.exe /s scrrun.dll
regsvr32.exe /s msxml3.dll
regsvr32.exe /s msxml6.dll
regsvr32.exe /s actxprxy.dll
regsvr32.exe /s softpub.dll
regsvr32.exe /s wintrust.dll
regsvr32.exe /s dssenh.dll
regsvr32.exe /s rsaenh.dll
regsvr32.exe /s cryptdlg.dll
regsvr32.exe /s oleaut32.dll
regsvr32.exe /s ole32.dll
regsvr32.exe /s shell32.dll
regsvr32.exe /s wuapi.dll
regsvr32.exe /s wuaueng.dll
regsvr32.exe /s wups.dll
regsvr32.exe /s wups2.dll
regsvr32.exe /s qmgr.dll
regsvr32.exe /s wudriver.dll - Restart your machine
Frequently Asked Questions
Where is the windows update cache location in windows 10?
The windows 10 windows update cache location is C:\Windows\SoftwareDistribution\Download. All of the install files for windows updates are stored here.
Hello, I am the owner of this site. I have 25+ years experience of IT. Check us out on the below social platforms.