Windows 7
- 24.04.2022
- 2 432
- 0
- 5
- 4
- 1
- Содержание статьи
- Использование графического интерфейса Windows
- Использование командной строки
- Добавить комментарий
В процессе установки обновления из msu файла, может возникнуть ошибка 0x8024800c:
Установщик обнаружил ошибку: 0x8024800c
Самым простым способом её исправления будет выполнение следующих действий:
- Остановка службы «Центр обновления Windows«.
- Очистка содержимого директории
C:WindowsSoftwareDistribution
. - Запуск службы «Центр обновления Windows».
После этого, данная ошибка должна исчезнуть.
Рассмотрим выполнение вышеуказанных действий поподробнее — с возможностью их выполнения через графический интерфейс Windows, и через Командную строку.
Использование графического интерфейса Windows
- Первым делом, следует открыть консоль управления службами Windows. Для этого, следует открыть меню Пуск, и в поиске набрать «Службы«, после чего в результатах поиска выбрать одноименный пункт, нажать на нем правой кнопкой мыши, и выбрать пункт «Запустить от имени администратора«.
- В открывшемся списке служб находим пункт «Центр обновления Windows«. Нажимаем на нем правой кнопкой мыши, и в появившемся контекстном меню выбираем пункт «Остановить«.
- Ожидаем завершения процедуры остановки службы. Окно управления службами не закрываем, оно еще нам понадобиться для обратного запуска отключенной службы.
- Теперь, открываем Проводник (или Мой компьютер), и переходим по пути
C:WindowsSoftwareDistribution
. Выделяем все содержимое данной директории, и удаляем его. - Возвращаемся в окно «Службы«. Нажимаем правой кнопкой на службе «Центр обновления Windows«, и в контекстном меню выбираем пункт «Запустить».
- Ждем запуска службы, и проверяем, прошла ли ошибка.
Если при запуске файла обновления, вы получаете ошибку 0x80070422, то это значит, что служба «Центр обновления Windows» не была запущена! Подробнее в данном материале.
Использование командной строки
- Запускаем Командную строку с правами администратора.
- Останавливаем службу «Центр обновления Windows«:
net stop wuauserv
- Очищаем директорию
C:WindowsSoftwareDistribution
:cd %WINDIR%SoftwareDistribution & rd %WINDIR%SoftwareDistribution /s /q
На сообщение «Процесс не может получить доступ к файлу, так как этот файл занят другим процессом.» не обращаем внимание, его появление в данном случае совершенно нормально.
- Запускаем службу «Центр обновления Windows«:
net start wuauserv
- После этого, ошибка должна исчезнуть.
Если при запуске файла обновления, вы получаете ошибку 0x80070422, то это значит, что служба «Центр обновления Windows» не была запущена! Подробнее в данном материале.
This issue is likely caused by damaged system files
by Matthew Adams
Matthew is a freelancer who has produced a variety of articles on various topics related to technology. His main focus is the Windows OS and all the things… read more
Updated on April 5, 2023
Reviewed by
Alex Serban
After moving away from the corporate work-style, Alex has found rewards in a lifestyle of constant analysis, team coordination and pestering his colleagues. Holding an MCSA Windows Server… read more
- The 0x8024800c error is a timeout issue that can arise from a problem with the data store (SoftwareDistribution) folder.
- Users have resolved the installer encountered an error 0x8024800c issue by clearing the data store for Windows Update.
- Repairing the system files is another potential Windows Update error 0x8024800c solution that worked for some of our readers.
XINSTALL BY CLICKING THE DOWNLOAD FILE
Fortect is a tool that does not simply cleans up your PC, but has a repository with several millions of Windows System files stored in their initial version. When your PC encounters a problem, Fortect will fix it for you, by replacing bad files with fresh versions. To fix your current PC issue, here are the steps you need to take:
- Download Fortect and install it on your PC.
- Start the tool’s scanning process to look for corrupt files that are the source of your problem
- Right-click on Start Repair so the tool could start the fixing algorythm
- Fortect has been downloaded by 0 readers this month.
The 0x8024800c error is an issue some users have encountered when trying to update Windows. They have cited that issue to arise when trying to install updates with Windows Update Standalone Installer.
As a result, users can’t manually apply updates with Windows Update Standalone Installer because of the 0x8024800c error.
What causes the Windows Update error 0x8024800c?
What causes Windows Update error 0x8024800c isn’t entirely clear. However, this issue can have similar causes to other update errors. These are some of the potential 0x8024800c error causes:
- Damaged system files – Some system files need repairing.
- An out-of-sync SoftwareDistribution cache – The SoftwareDistribution data store is out of sync, meaning this error is a timeout issue (it has a WU_E_DS_LOCKTIMEOUTEXPIRED result string).
- Corrupted Windows Update components – Error 0x8024800c is caused by faulty Windows Update components (files).
Now that we know the reasons behind this problem, let’s get to the actual solutions.
How can I fix error 0x8024800c?
1. Use the Windows Update Troubleshooter
- To bring up the Run dialog, hold down the Windows key and press R at the same time.
- Type this command and press Enter or click OK:
ms-settings:troubleshoot
- You’ll need to click Other trouble-shooters in Windows 11 Settings.
- Select the Run option for the Windows Update troubleshooting tool.
- Wait for the troubleshooting to finish and click close the troubleshooter when done.
2. Run an SFC scan
- Click the Start button, type cmd, and click the Run as administrator option along the right of your search tool.
- Run a scan with the Windows SFC tool by executing this command:
sfc /scannow
- When the SFC scanning has finished, stop the Windows Update service by inputting this command:
net stop wuauserv
- Then restart the Windows Update by executing this command:
net start wuauserv
3. Clear the SoftwareDistribution Folder
- Click the Start button, type cmd, and click the Run as administrator option from the results.
- Stop the update services by inputting these commands and pressing Enter:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver - Open Windows File Explorer by pressing that file manager’s taskbar button.
- Then open DataStore by inputting this path inside Explorer’s location bar:
C:WINDOWSSoftwareDistributionDataStore
- Select everything in DataStore by pressing the Ctrl + A key combination.
- Press the Del (Delete) key.
- Repeat the previous two steps for the Download subfolder at:
C:WindowsSoftwareDistributionDownload
- Then restart services with the following commands:
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
- What is Makecab.exe & How to Fix its High CPU Usage
- 0x80073cf6 Error Code: How to Fix It in 5 Steps
- How to disable website recommendation from browsing history
- Voice commands & cloud sync gain a huge boost in Windows 11
4. Reset Update Components
Resetting Windows Update components will re-register update files and clear out some data folders. WR’s Windows Update script post includes instructions for how to set up or download a WSUS reset script.
There aren’t many potential resolutions confirmed to fix error 0x8024800c. However, the ones above have worked for some users. The third resolution is the most widely confirmed fix.
A full Windows reset might be another potential fix for error 0x8024800c. Consider applying such a resolution, as outlined in our guide to resetting Windows, if nothing above works for you.
You’re welcome to discuss the 0x8024800c error below. Have you found another way to fix this update issue in Windows 11? If so, let us know about your 0x8024800c solution in the comments section.
Still experiencing issues?
SPONSORED
If the above suggestions have not solved your problem, your computer may experience more severe Windows troubles. We suggest choosing an all-in-one solution like Fortect to fix problems efficiently. After installation, just click the View&Fix button and then press Start Repair.
Разберём, как исправить ошибку Служба «Служба профилей пользователей» препятствует входу в систему. Невозможно загрузить профиль
Содержание Иногда пользователи, работающие с операционной системой Windows 7, сталкиваются с неприятной проблемой, которая состоит в том, что
Решение ошибки активации Windows 0xc004f035 Вступление Исторически сложилось, что операционная система Windows является наиболее
Краткое содержание Подробное описание как восстановить нормальную загрузку Windows 7 после различных системных сбоев.
Игроки и офисные работники с Windows 7, всегда отмечали стабильную работу данной версии. Поэтому, ее по праву считают лучшей ОС
Здравствуйте, дорогие читатели, блога inforkomp.com.ua. Если Вы пользуетесь операционной системой Windows XP и при включение увидели синий
Обновление системы может прерываться сообщением с кодом ошибки 0x8024800c. Она означает, что превышено время ожидания ответа от сервера.
Устранение ошибки 0x8024800c при обновлении Windows
Для устранения сбоя выполните следующее:
- откройте Командную строку с правами администратора;
- запустите команду net stop “Windows Updates”;
- удалите директорию C:WindowsSoftwareDistribution;
- запустите команду net start “Windows Updates”;
- обновите ОС — ошибка 0x8024800c не появится.
Компьютеры #Windows

Автор статьиДмитрий Иванов
I’ve just installed windows 7 home premium 64bit on my Asus K55vd laptop. The error 0x8024800c. I can’t seem to perform any of the windows updates. I’m able to connect to the Internet without issues. Anyone have any idea how to solve this issue?
Hennes
64.7k7 gold badges111 silver badges166 bronze badges
asked Jul 22, 2016 at 23:32
1
the code 0x8024800c means a timeout issue.
//
// MessageId: WU_E_DS_LOCKTIMEOUTEXPIRED
//
// MessageText:
//
// The data store section could not be locked within the allotted time.
//
#define WU_E_DS_LOCKTIMEOUTEXPIRED _HRESULT_TYPEDEF_(0x8024800CL)
The datastore is located in C:WindowsSoftwareDistribution
and Microsoft recommends it to exclude the folder from your anti virus tool.
DavidPostill♦
152k77 gold badges347 silver badges390 bronze badges
answered Jul 23, 2016 at 7:31
magicandre1981magicandre1981
96.9k30 gold badges178 silver badges245 bronze badges
2
I had a similar issue and following worked for me.
1) Open CMD as «run as administrator»:
2) once the scan completes, restart windows updates and rerun windows updates(also make sure your Windows license shows «windows is activated») :
answered Jul 23, 2016 at 12:15