The 0x80070032 error sometimes appears while updating Windows due to corrupted system files and interference from third-party services. Low storage can also be the reason for facing the issue because the PC may not be able to save files in this case.
There are plenty of methods such as disabling Antivirus software temporarily, configuring the Windows Update related Services, and more to fix the error code. Some users are facing Sysprep error 0x80070032. if you are in them follow Fix Sysprep Error 0x80073cf2 in Windows 10 22H2 using official workaround.
Windows update error 0x80070032
Here is how to fix Windows update error 0x80070032 in Windows 11/10:
Restart Windows Update Service
Windows Update Service is responsible for managing the connection between PC (client) and the Microsoft servers. So, restarting this can build a fresh connection between them, which might help in fixing update error 0x80070032:
- Press the “Windows + R” key and type “services.msc”, and press “Enter”.
- Find and Right-click the “Windows Update” service. Choose “Properties”.
- Select “Automatic” in the drop-down menu of Startup type.
- Click “Start”. If it’s greyed, click “Stop” and “Start”. Just make sure that the Service status is Running.
- Click “Apply”, and then “OK”.
- Restart the computer and check the error.
See: 2 Ways to Restart Windows Update Service in Windows 11 or 10
Set Windows Update related Services to run Automatically
You can set Windows Update Services to run Automatically which can update your Windows upon restart. To do this, follow these steps:
- Open the Start menu and Type CMD. Right-click on the result and choose “Run as administrator”.
- Write the following commands one by one and Press “Enter” after typing each:
SC config cryptsvc start= auto
SC config bits start= auto
SC config trustedinstaller start= auto
- You will get messages in return for every command saying “[SC] ChangeServiceConfig SUCCESS”.
- Close the Command Prompt and Restart your computer.
Reset the Windows Update Components
Resetting the Windows Update Components can clear the temporary data and fix the corrupted cache, which is the most effective method to resolve error 0x80070032. Although the reset process is a bit complicated, you can do it by carefully following these steps:
- Open Command Prompt as administrator.
- Type the below lines of commands one by one and Press Enter sequentially:
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
netsh winsock reset
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
- Exit Command Prompt.
- Right-click on “Start” and select “Terminal (Admin)”.
- Write the following command and Press ‘Enter’:
wuauclt.exe /updatenow
- Close the PowerShell and then Restart your Computer.
Delete the Windows Update temporary cache folder
The Folder “SoftwareDistribution” stores temporary files that are needed for Windows Update and it may contain corrupted ones, which might cause 0x80070032 error.
- Press the Windows + R key.
- Type “C:\Windows\SoftwareDistribution” and press Enter.
- Press “Ctrl + A” to select all.
- Choose “Shift + Delete” and then “Yes” to permanently remove these files.
- Restart the device, go to Settings > Wiindows update and click “Check for updates”.
Disable Antivirus Temporarily
Antivirus Protection safeguards Windows from harmful files, which may misidentify the Windows update files as malicious. If the Antivirus is blocking the files from being downloaded you may encounter error 0x80070032, so temporarily disable it and check the issue.
- Press the “Windows Key” from your keyboard.
- Type “Security” and click “Windows Security” from the search results.
- Select “Virus & threat protection”.
- Click “Manage settings”.
- Turn off “Real-time protection”.
- For third-party antivirus, go to the right on taskbar and click on “Up arrow”.
- Once the Antivirus icon is showing, right-click on it.
- Select the “Pause” or “Disable” option whichever is available and set a time frame if possible.
- Keep in mind to
Enable Windows Modules Installer service
The Windows Modules Installer service is responsible for installation, modification, and removal of Windows updates, if it’s disabled, then the Windows Update might fail. To enable this, follow these steps:
- Press the “Winkey + R”, type “services.msc” and hit “Enter”.
- Locate and right-click the “Windows Modules Installer” service and choose “Properties”.
- Click on “Start” from the Running status section.
- Choose “OK” to close the Window.
- Restart your system and see if the update error is fixed.
Free Up Drive Space
When updating Windows, some files are stored on hard drive and if it runs out you may confront error code 0x80070032.
Sometimes, local disk shows a red bar, particularly “C” or where Windows is Installed. You can go through Windows 10 C Drive Full Without Reason. Discover and delete unimportant files from the drive to free up space.
In case, there is free space on other drives like “D” or “E”, then shrink the Volume from these and extend “C” or where Windows is Installed.
If all data is important and can’t evacuate space, then try Disk Cleanup:
- Click on “Search”, type “cleanmgr”, and press “Enter”.
- Choose “C” or where the Windows is installed and click “OK”.
- When the tool calculates the files to delete and shows up a wizard, click “Cleanup system files”.
- Again select “C” drive and click “OK”.
- In the “Files to delete” section, tick those files that you want to remove such as Recycle Bin, Temporary Files, etc.
- Click OK and then “Delete Files”.
SFC and DISM Scan
Commands like SFC (System File Checker) and DISM (Deployment Image Servicing and Management) scan can help to repair the corrupted or missing files that may trigger Windows update error 0x80070032.
- Launch the elevated Command Prompt.
- Type the following command and press Enter:
SFC /SCANNOW - Wait for the SFC scan to be 100% complete and reboot the device.
- If the error still occurs, write the following commands and Press “Enter”:
Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /RestoreHealth
- Wait for the DISM scan to be 100 percent complete.
- Close the Command Prompt and Restart your computer.
Manually Update Windows via In-Place upgrade (100% Working)
In-Place upgrade will install the latest Windows update including upgrading the OS, most of all, this procedure never affects personal data. Therefore, follow the steps:
- Head to the official software download page of Windows 11.
- Move down to “Download Windows 11 Disk Image (ISO) for x64 devices” heading.
- The “Select Download” dropdown provides to choose the version; click on this and select “Windows 11 (multi-edition ISO for x64 devices)”.
- Now it is time to click “Download Now”.
- Select the language that suits you using “Choose one” drop-down.
- Then click “Confirm” for validation.
- Click the button “64-bit Download”.
- Guide to the folder where ISO file is kept, right-click on “Win11_23H2_Language_x64.iso”, and pick “Mount”.
- From the folder that automatically appears, right-click on the “setup.exe” and choose “Open”.
- Click “Yes” from the dialog.
- Select “Next”on “Install Windows 11” wizard,
- Choose “Accept” to agree to the license agreement.
- Finally, the “Ready to Install” window will open; check the box for “Keep personal files and apps” and select “Install”.
Methods:
Restart Windows Update Service
Set Windows Update related Services to run Automatically
Reset the Windows Update Components
Delete the Windows Update temporary cache folder
Disable Antivirus Temporarily
Enable Windows Modules Installer service
Free Up Drive Space
SFC and DISM Scan
Manually Update Windows via In-Place upgrade (100% Working)
That’s all!!
В этой публикации, друзья, рассмотрим ошибку 0x80070032. Эта ошибка может возникать при использовании функционала Windows и стороннего ПО. Код этой ошибки указывает, что запрос не поддерживается. Т.е. отправленный нами запрос – запуск каких-то операций — не может быть выполнен. Поскольку этот запрос некорректный, либо не может быть выполнен в силу технических причин. Рассмотрим, какие причины могут быть у этой ошибки при выполнении любых или отдельных задач на компьютере. И какие могут быть решения.
Ошибку 0x80070032, вне зависимости от того, при каких обстоятельствах и при использовании какого функционала Windows эта ошибка возникает, может провоцировать фоновая работа стороннего антивируса и различных программ-твикеров. Необходимо отключить эти программы для проверки этой причины. И если что, разбираться с их функциями и настройками.
Возможно, программы-твикеры или кто-то, имеющий доступ к компьютеру, отключили системные службы, необходимые для работы функционала Windows и стороннего ПО. Нужно включить службы, и для этих целей можно использовать удобный инструмент от Sordum – бесплатную утилиту Easy Service Optimizer. У неё более удачная реализация управления службами Windows, чем у самой операционной системы. Утилита позволит оперативно запустить и отключить каждую службу для поочерёдной проверки всех служб. Но можно сделать проще и проверить сами службы как причину ошибки – включить их все и затем отключить ненужные применением кнопки «Безопасно». Либо можно сохранить текущую конфигурацию активности служб в файл и загрузить из этого файла при необходимости.
Универсальная причина в принципе любых проблем с Windows – повреждение её системных файлов, из-за чего в её функционале могут возникать сбои и глюки. Необходимо восстановить целостность системных файлов.
Причиной этой ошибки при выполнении разных операций может быть устаревший драйвер какого-то устройства компьютера. Нужно обновить драйверы.
Ещё причиной этой ошибки может быть невозможность записи информации на диск из-за проблем с ним. На логическом диске может быть недостаточно свободного места. Нужно освободить место на таком диске, здесь в помощь будут программы для анализа места на диске. Для диска С используем инструменты очистки Windows. Возможно, логический диск имеет проблемы с файловой системой. Необходимо выполнить проверку диска Chkdsk. Может быть и так, что физический диск выходит из строя, и на него уже не записывается информация. Необходимо выполнить диагностику диска.
Также эта ошибка может появляться в устаревших неподдерживаемых Microsoft версиях Windows. Устаревшая операционная система может быть несовместима с драйверами устройств компьютера, ПО, сетевыми технологиями и т.п. Посмотрите дату окончания поддержки вашей версии Windows 11 или на её примере вашей версии Windows 10, либо же более старших Windows. Обновите вашу Windows до последней версии.
С ошибкой 0x80070032 можем столкнуться в центре обновления Windows при установке обновлений операционной системы. Причинами могут быть отключение обновлений, повреждение системных файлов и прочие неполадки в работе центра обновления. Возможные решения смотрим в статье «Не устанавливаются обновления на Windows 11». Если из-за проблем с установкой обновлений Windows из-за этой ошибки компьютер не загружается, можно попробовать удалить обновление в среде восстановления Windows.
Ошибка 0x80070032 возникает при попытке копирования папок и файлов, когда копирование не может быть завершено. Эта ошибка может быть вызвана причинами как то:
- Внутренние конфликты проводника или файлового менеджерами с программами, использующими папку или файл. Выполните выход из Windows на экран блокировки, а потом войдите снова. Это перезапустит проводник. На время копирования отключите программы, которые могут обращаться к копируемым данным;
- Копируемые папка или файл повреждены или заблокированы. Можно попробовать скопировать их в среде WinPE;
- Если папка или файл копируются с сетевого ресурса или на него, возможно, имеются проблемы с этим сетевым ресурсом или сетевым подключением к нему.
Ошибка 0x80070032 может возникать при авторизации в Windows начиная с версии 10 с помощью пин-кода или функции Hello, препятствуя авторизации. Причина этому – сбой в файлах Windows, отвечающих за авторизацию. В таком случае можно попробовать войти в систему с использованием других способов – пароля от учётной записи Microsoft или пин-кода в случае с Hello. И настроить авторизацию с помощью пин-кода или биометрики по новой. Если это невозможно, сбрасываем пин-код на экране блокировки.
Введя далее пароль от учётной записи Microsoft, сможем получить на почту проверочный код безопасности и установить новый пин-код.
Если пароль от учётной записи Microsoft не помним, сбрасываем вообще учётную запись до локальной без пароля с помощью WinPE 11-10-8 Sergei Strelec. И затем по новой в Windows подключаем учётную запись Microsoft и настраиваем способы авторизации.
Также в случае других причин, можно попробовать решить проблему следующими способами.
1. Не загружается обновление.
- Отключаем антивирус и VPN.
- Пробуем снова запустить обновление.
- В случае возникновения ошибки, можно воспользоваться встроенными инструментами системы. Для этого необходимо нажать комбинацию клавиш Win+I, открыть «Параметры», зайти в пункт «Обновление и безопасность» и найти «Устранение неполадок». Далее выбираем «Центр обновления Windows» и нажимаем «Запустить средство устранения неполадок».
Есть и специальная утилита, которая позволяет решить проблему — Windows 10 Update Troubleshooter.
2. Обновление зависает на стадии до 95%.
В этом случае сбоят файлы обновления. Чтобы устранить причину, в папке Download пользователю необходимо удалить все загруженные файлы, перезапустить компьютер и возобновить процедуру обновления.
Если не поможет, пробуем следующее решение:
- Переходим в «Пуск»;
- Выбираем «Службы» и ищем пункт «Оптимизация доставки»;
- Далее нажимаем «Свойства», устанавливаем ручной тип запуска.
Затем необходимо перезагрузить ПК и попробовать обновить систему заново. Если сбой сохраняется, «Тип запуска» меняем на «Автоматический (отложенный запуск)» и останавливаем службу «Центр обновления Windows»:
- «Пуск»;
- «Службы»;
- «Центр обновления Windows» — «Остановить».
Далее снова перезагружаем компьютер и запускаем обновление, загрузка должна пойти в нормальном режиме.
3. Ошибка 0x80070032 при установке Windows 10.
Во время установки ОС также может возникнуть код ошибки 0x80070032. Например, проблема может возникнуть на этапе подготовки к настройке Windows. Что делать в этом случае?
- Выключаем ПК, удерживая кнопку питания;
- Включаем компьютер и активируем безопасный режим;
- При необходимости заходим в свою учетную запись.
Далее пользователю необходимо зайти в меню «Пуск», «Восстановление» и нажать «Запуск восстановления системы». Предварительно нужно убедиться, что сканеры антивирусных программ отключены.
Выбираем одну из ранних точек восстановления системы и нажимаем «Далее». Затем выполняем пошаговые инструкции для процесса восстановления системы.
Указанные действия в большинстве случаев устраняют ошибку зависания установки Windows, даже если восстановление системы не будет завершено успешно. После входа в учетную запись, отключаем антивирусы и запускаем процесс обновления операционной системы.
Другие сбои установки или обновления Windows и методы решения
В некоторых случаях при попытке установить или обновить ОС ошибка 0x80070032 может вызывать синий «экран смерти». В этом случае проблема может быть более серьезная, и пользователю стоит просто удалить проблемное обновление с системного диска и повторить процедуру с более корректными файлами.
В некоторых ситуациях пользователю Windows 10 бывает проще всего временно приостановить обновление системы. Для этого в Центре обновления действует опция Приостановить обновление на 7 дней. Она затрагивает в том числе и пакеты безопасности. Операционная система перестанет выполнять проверку и установку дополнений на протяжении недели. В крайности, пользователь может и вовсе отключить обновления.
Отличным подспорьем в диагностике сбоев Windows являются команды DISM (управление компонентами ОС). На всякий случай перед работой с ними необходимо создать точку восстановления.
Так, команда CheckHealth позволяет обнаруживать потенциальные повреждения. Данная команда используется только для поиска повреждений, но не выполняет операций исправления проблем.
Several users recently reported getting a Windows Update error 0x80070032 on their computer screens. Users may encounter this error code in different situations, but this problem usually occurs when updating Windows.
If you are one of these users and searching for a solution to Windows Update Error 0x80070032, this guide is for you. It is accompanied by an error message – “We’re having trouble restarting to finish the install (0x80070032)”.
In order to solve Windows Update error 0x80070032, try the following workaround:
- Remove third-party security software
- Run Windows Update troubleshooter
- Uninstall the latest update
- Reset Windows Update components
1] Remove third-party security software
If you’re using any third-party security software (antivirus program), disable it first and see if it helps. To do this, follow the below steps:
- Press the Windows+X keys to open the power user menu.
- Select Apps and Features from the menu list.
- Scroll down and search for the antivirus program.
- Click on the three dots and click Uninstall.
When you’re finished with the steps above, restart your computer. Upon startup, try updating Windows and see if it resolves the error. In case it does, look for any other security applications. Otherwise, proceed to the next option.
2] Run Windows Update troubleshooter
The Windows Update troubleshooter can help diagnose and fix common problems related to Windows Update. So, the next step will be for you to run the Windows update troubleshooter as follows:
Windows 11
- Press the Windows+I keys to launch the Settings menu.
- Click the System tab on the left pane of the window.
- On the right pane, choose Troubleshoot.
- Select Other troubleshooters to open the list of built-in troubleshooter lists.
- Click the Run button next to Windows Update.
- Once the troubleshooter detects a problem, it will resolve it automatically.
Windows 10
- Launch the Settings app using the Windows+I keys.
- Select the Update & Security category.
- Then go to Troubleshoot > Additional troubleshooters.
- Under the “Get up and running” select the Windows Update option.
- Then click Run the troubleshooter.
- Use the on-screen guidelines to complete the process.
3] Uninstall the latest update
The Windows Update error 0x80070032 is likely to occur if a new update fails to install correctly or the update file is corrupted. It has been reported that many users have been able to solve this problem by uninstalling the latest update. The process is as follows:
- Open Settings using the Windows+I keys.
- From the Settings app, click the Windows Update section.
- Click on Update history on the right side. A list of recent updates will appear.
- Scroll down to the Related settings and click on the Uninstall updates option.
- On the next page, right-click on the latest updates and Uninstall them.
- Restart your computer and see if it has resolved the problem.
4] Reset Windows Update components
Your computer may also display this error 0x80242008 if certain updates are disabled or if you have corruption within the update components. If you encounter such a problem, you could try resetting Windows update components using the following steps:
- Open the Command Prompt as administrator.
- Run the following commands one by one. Be sure to press Enter after each command.
net stop wuauserv net stop bits net stop cryptsvc net stop trustedinstaller net stop appidsvc
ren %systemroot%\softwaredistribution softwaredistribution.bak ren %systemroot%\system32\catroot2 catroot2.bak
net start wuauserv net start bits net start cryptsvc net stop trustedinstaller net start appidsvc
- Once you run the above command, the problem should now be resolved.
Read Next:
- How to Fix Windows Update Error Code 0x80242008
- How to Fix Windows 10 Update Error 0x80080008
When you download any apps or programs from Microsoft Store, you may face several errors like Microsoft error 0x80070032. There are so many reasons that cause this error. This error code most commonly occurs when you use an external hard disk as your backup location or when you are installing a major update on your Windows 10 PC. If you are facing the same Microsoft Store error code 0x80070032, this guide will help you fix the same.
Table of Contents
There is no single particular reason that cause Microsoft Store error code 0x80070032. There are multiple scenarios that cause this problem, yet you have to analyze the most possible reason that contributes to this error in your Windows 10 PC.
- Network Connection is not stable.
- Corrupt Microsoft Store cache.
- Outdated Windows Operating System.
- Corrupt temporary files.
- Incorrect date and time settings.
- Inadequate drive space to install new apps and programs.
- Corrupt application/program.
- Antivirus/ Firewall is preventing the app from being installed.
- Temporary glitches associated with the User profile.
- System version is not compatible with the app.
- Corrupt registry keys.
Now, move ahead to the next section to resolve the discussed error.
Once you have identified the exact reason that causes 0x80070032 on your device, you can easily find the troubleshooting method to fix the same. Else, try all of the below-mentioned methods to resolve the error code.
Method 1: Basic Troubleshooting Methods
Before you try any other troubleshooting methods, implement some basic hacks that will help you fix the error code within a few simple clicks.
1A. Ensure Proper Network Connection
You cannot install or download any application or program on your device if you do not have adequate internet supply. Always test your bandwidth and test if there are multiple devices connected to the same network.
Try connecting to a different network (other Wi-Fi or mobile hotspot) and check if you face the same error again. If you do not face the issue in some other network connection, then this indicates a problem in your network device and connection.
Read our guide on How to Troubleshoot Network Connectivity Problems on Windows 10 to troubleshoot your network issues. This includes restarting the router/modem, resetting TCP/IP, and changing network adapter settings.
After fixing your network issues, check if you face the same error again.
1B. Reboot PC
If there are any temporary glitches in your PC, you will face the 0x80070032 Microsoft Store error. The general trick to resolve all the temporary glitches is to restart your computer. You can restart your PC by following the steps.
1. Press and hold Windows + D keys together to go to the Desktop.
2. Now, press the Alt + F4 keys simultaneously.
3. Then, select the Restart option from the drop-down menu and hit the Enter key.
If restarting your Windows 10 PC does not help you, there is another simple workaround that will help you fix the 0x80070032 error within simple steps. This also ensures a strong and reliable network connection.
1C. Sign In Again
Errors during sign in process of Microsoft account may contribute Microsoft Store error code 0x80070032 Windows 10. So, if you face the error and you are clueless of any reasons, you have to sign out of your account and sign in again. Here are a few instructions to do it.
1. Hit the Windows key and type Microsoft Store, then click on Open.
2. Now, click on Open. Then click on your profile icon followed by Sign out option.
3. Now, click on Sign in as shown.
4. Now, select your Microsoft account and click on the Continue button.
5. Type the login credentials and sign in back to your Microsoft account.
Also Read: How to Change Country in Microsoft Store in Windows 11
1D. Clear Storage Space
If there is insufficient space in your Windows 10 PC, you cannot add or install any new applications or programs. Firstly, check if you have enough space in your drive and if there is insufficient space, clear all temporary files as instructed below.
Step I: Check Drive Space
To check the drive space in your Windows 10 PC, follow the below mentioned steps.
1. Hit the Windows + E keys together to open File Explorer.
2. Now, click on This PC from the left screen.
3. Check the disk space under Devices and drives as shown. If they are in red colour, consider clearing the temporary files.
Step II: Clear Temporary Files
Temporary files are stored in your PC to improve the speed of your search criteria. Also, when these files accumulate over time and results insufficient space in your Windows 10 PC. To install any new applications from Microsoft Store and avoid 0x80070032 Microsoft Store error, you must clear some space in your computer.
Here is our guide 10 Ways to Free Up Hard Disk Space On Windows that helps you clear all unnecessary files in your computer. Follow the same to fix the Microsoft error code.
1E. Update Windows
If there are any bugs, errors and patch related problems in your Windows 10 computer, you may not be able to install any new apps and games. This issue can be resolved by installing a Windows update. Firstly, check if you are using an updated version of the OS, or if there is an update pending in action follow the steps as instructed in our guide How to Download and Install Windows 10 Latest Update
After updating the version of Windows Operating System, check if you have fixed error 0x80070032 on Microsoft Store.
Also read: Fix Windows Update Download 0x800f0984 2H1 Error
1F. Disable Proxy & VPN
Proxy servers and VPN services hide your internet identity, but if the settings are incompatible with your computer, you will face several errors. One such problem is Microsoft Store error code 0x80070032. To disable Proxy and VPN services, follow our guide on How to Disable VPN and Proxy on Windows 10 and implement the steps as instructed in the article.
After disabling the VPN client and proxy servers, check if you have fixed error code. Again, if the error code annoys you, connect to a mobile hotspot and check if it recurs again.
1G. Use Google DNS Address
Many users have suggested that using Google DNS addresses will fix any conflicts arising during the installation of games and applications from Microsoft Store. If you face error 0x80070032 on Microsoft Store, follow our guide on How to switch to OpenDNS or Google DNS in Windows 10.
After switching to Google DNS address, check if you can install new applications from Microsoft Store.
1I. Disable Antivirus Suite Temporarily (If Applicable)
Sometimes, if you try to install any peculiar apps or games from Microsoft Store, the antivirus suite in your computer identifies it as a threat and prevent the app from being installed. So, wisely disable any third party antivirus program or inbuilt security suite in your PC by following the steps as demonstrated in our guide How to Disable Antivirus Temporarily on Windows 10.
Once you have installed the required application in your device, ensure you enable the security suite again to prevent any malicious attacks.
1J. Disable Windows Firewall (Not Recommended)
As similar to antivirus program, the Windows Defender firewall in your computer may prevent any app from being downloaded via Microsoft Store. So, in this case you have lessen the severity of security suite (whitelist few features) or completely disable Windows Defender Firewall as instructed in our guide How to Disable Windows 10 Firewall.
After installing your application, make sure you enable the Firewall suite again, and continue using your PC.
Method 2: Restart Microsoft Store Processes
If there is no sign in errors, there may be some corrupt Microsoft processes contributing to Microsoft Store error code 0x80070032. Exit from all Microsoft Store processes as instructed below.
1. Hit the Ctrl + Shift + Esc keys together to launch the Task Manager.
2. Now, in the Processes tab, click on Microsoft Store and then End task button as shown.
3. Relaunch Microsoft Store and check if error 0x80070032 on Microsoft Store is resolved or not.
Also Read: Fix Windows Store Error 0x80072ee7
Method 3: Close Incompatible Background Processes
Some incompatible programs and applications running in background may interfere with Microsoft Store download process contributing to Microsoft error 0x80070032. You are advised to close all the background processes as instructed in our guide How to End Task in Windows 10.
In addition to closing all the background processes, try disabling all the start-up processes on your Windows 10 PC by following our guide 4 Ways to Disable Startup Programs in Windows 10
Method 4: Sync Date & Time Settings
To install any game or application from Microsoft Store, your PC must sync date and time values to the global settings. Here are few instructions to sync the date, region and time data in your PC to attain Microsoft Store error code 0x80070032 fix.
1. Press the Windows + I keys together to open Windows Settings.
2. Now, select the Time & Language option as shown.
3. Next, in the Date & time tab, ensure the two values Set the time automatically and Set the time zone automatically options are toggled on.
4. Then, click on Sync now option.
Also Read: Fix Windows 10 0xc004f075 Error
Method 5: Run Windows Store Apps Troubleshooter
Your Windows 10 PC has an inbuilt troubleshooting tool to fix any issues in Microsoft Store. Follow the below-mentioned steps to run the Windows Store Apps troubleshooter.
1. Hit the Windows key, type Troubleshoot settings and click on Open.
2. Select Windows Store Apps troubleshooter and click on Run the troubleshooter button shown highlighted below.
3. If there are any problems identified after the troubleshooting process, click on Apply this fix.
4. Finally, follow the instructions as listed in the upcoming prompts and restart your PC.
Check if you have fixed Microsoft error 0x80070032.
Method 6: Delete Windows Store Cache
Corrupt cache and corrupt data in Microsoft Store will contribute to 0x80070032 Microsoft Store error. Follow the below mentioned instructions to delete Windows Store cache.
1. Launch the Run dialog box by pressing the Windows + R keys together.
2. Now, type wsreset.exe and hit the Enter key.
3. Wait for the command prompt window to disappear.
Ensure you have fixed error 0x80070032 on Microsoft Store.
Also read: Where Does Microsoft Store Install Games?
Method 7: Restart Essential Windows Services
Some important Windows services like Windows Update and Background Intelligent Transfer services must be enabled in your computer to avoid Microsoft error 0x80070032 error. The Background Intelligent Transfer services use any idle bandwidth to install any latest updates so that your computer installs any update only if there is no other installation is in progress. If these services are disabled in your system, you are more likely to face the discussed error. Hence, restart essential Windows services as instructed below.
1. Press the Windows key, type Services, and click on Run as administrator.
2. Now, scroll down and double-click on Background Intelligent Transfer Service.
3. Now, select the Startup type to Automatic, as depicted.
Note: If the Service status is Stopped, then click on the Start button. If the Service status is Running, click on Stop and Start it again.
4. Click on Apply > OK to save the changes. Check if you can fix the discussed error.
5. Repeat all these steps for other Windows services like Cryptographic, Network Location Awareness, MSI Installer, and Windows Update Services.
Method 8: Install Apps Updates
To fix Microsoft error 0x80070032, make sure if all the applications in your Microsoft Store library are updated to its latest version. If there are a lot of updates pending in action, new updates or installations may face several errors during the process. Follow the below mentioned steps to install Microsoft Store app updates.
1. Hit the Windows key and type Microsoft Store, then click on Open.
2. Then, click on the Library icon at the bottom left corner of the Microsoft Store window.
3. Then, click on the Get updates button as shown.
4. Then, click on the Update all button as highlighted.
5. Wait for the updates to be downloaded to your Windows 10 PC and make sure you get Your apps and games are up to date prompt.
Check if you have fixed the discussed 0x80070032 Microsoft error.
Also Read: Fix Microsoft Store Not Working on Windows 10
Method 9: Use Windows Registry Editor
Although working with registry keys are unsafe, deleting some corrupt registry key may help you fix error 0x80070032 on Microsoft Store. Here are few instructions to tweak Windows Registry editor to fix the discussed error.
1. Press the Windows key and type Registry Editor, then click on Run as administrator.
2. Now, copy and paste the following paths into the Registry Editor navigation path.
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\GamingServices Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\GamingServicesNet
3. In the right pane, right-click on each folder and click on Delete.
4. Finally, restart your computer and check if you have fixed the discussed issue.
Method 10: Re-register Microsoft Store
If resetting Microsoft Store does not Microsoft error 0x80070032, re-registering the Windows Store might help you. Follow as instructed below.
1. Hit the Windows key and type Windows PowerShell, then click on Run as administrator as shown.
2. Now, type the following command and hit Enter key.
PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + 'AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}
3. Wait until the commands are executed and now you will not face the discussed error again.
Also Read: Fix Can’t Download from Microsoft Store
Method 11: Reinstall Microsoft Store
If none of the above-discussed methods has helped you fix 0x80070032 Microsoft Store error, then the last option to resolve the problem is to reinstall Microsoft Store. This uninstallation process cannot be implemented by Control Panel or Settings procedure. PowerShell commands will help you reinstall Microsoft Store as discussed below.
1. Launch the Windows PowerShell with admin rights.
2. Now, type get-appxpackage –allusers and hit Enter.
3. Now, search for Microsoft.WindowsStore Name and copy the entry of PackageFullName.
4. Now, go to a new line in the PowerShell window and type remove-appxpackage followed by a space and the line you have copied in the before step.
It looks like,
remove-appxpackage Microsoft.WindowsStore_22202.1402.2.0_x64__8wekyb3d8bbwe
Note: The command may vary a little according to the version of Windows you use.
5. Now, Microsoft Store will be deleted from your PC. Now, reboot your Windows 10 PC.
6. Then, to reinstall it, again open Windows PowerShell as an administrator and type the following command.
Add-AppxPackage -register "C:\Program Files\WindowsApps\Microsoft.WindowsStore_11804.1001.8.0_x64__8wekyb3d8bbwe\AppxManifest.xml" –DisableDevelopmentMode
Finally, Microsoft Store will be reinstalled on your PC and you will not face error 0x80070032 on Microsoft Store.
Also Read: How To Fix Microsoft Store Slow Download Issue?
Method 12: Create New User Profile
Some users have reported creating a new user profile fixed Microsoft error 0x80070032 Windows 10 error. You can create a new user profile by following the steps discussed in our guide, How to Create a Local User Account on Windows 10
After creating a new user profile, check if you have fixed the discussed error.
Recommended:
- How Do I Connect My Droid Turbo 2 to Computer
- Fix Zoom Error 1132 in Windows 10
- Fix Error Code 0x80d0000a in Windows 10
- Fix Microsoft Store Error 0x80073D12 in Windows 10
We hope the guide was useful and you were able to fix Microsoft error 0x80070032 on your Windows 10 PC. Keep visiting our page for more cool tips & tricks and leave your comments below. Let us know what you want to learn about next.
