Boasted as a central feature in Windows, the Microsoft Store has provided a secure platform from which users can download and update apps. It is not completely free of errors, though, which hinder the installation process for various apps or may slow down the smooth updating process.
Error code 0x80070496 is one of those, appearing every time any user tries to update or download an application from the Store, often because of stuck downloads or failed installations.
The causes of the error 0x80070496, according to users, include misconfigured system files, outdated components of the Microsoft Store, or permission conflicts across Windows. Sometimes, it is the network restrictions or corrupted Windows Update components that impede proper Store functionality.
This is an annoying issue because it stops the necessary updates for apps and leaves users without access to freshly added features or security improvements.
Possible resolutions to fix error code 0x80070496 involve resetting the Microsoft Store and cleaning cache files; it also includes checking proper functionality of the components involved in Windows Update.
Checking system permissions and system network configuration reset are other probable solutions. A trustful repair tool FortectMac Washing Machine X9 can further help trace back system conflicts from where the normal functionality of the Microsoft Store was disrupted, for users who want an automated solution.
Fix 1. Reset Microsoft Store cache
- In Windows search, type wsreset.exe and press Enter.
- Wait till a black window shows up – do not close it.
- Once it's gone, Microsoft Store should restart.
- Try using the Store again.
Fix 2. Repair corrupted system files
- Type cmd in Windows search box.
- Right-click on Command Prompt and select Run as administrator.
- The User Account Control window will ask whether you allow changes – click Yes.
- Copy and paste the following command, pressing Enter after:
sfc /scannow
- Wait till the scan is finished. If Windows finds system file integrity violations, it will attempt to fix them. After this, use the set of the following commands, pressing Enter each time:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
-
(Note: if you get an error executing this last command, add /Source:C:RepairSourceWindows /LimitAccess to it and try again).
- Close down the Command Prompt and restart your system.
Fix 3. Run Windows Store apps troubleshooter
- Type Troubleshoot in Windows search and hit Enter.
- Click Additional troubleshooters/Other troubleshooters.
- Scroll down to find Windows store apps and select it.
- Click Run the troubleshooter/Run.
- Wait till the process is finished and apply the fixes.
Fix 4. Check relevant services
- Type Services in Windows search and hit Enter.
- Locate Windows Update, Windows Installer, Storage Service, and Windows Firewall in the list.
- Right-click on each and select Properties.
- Set the Startup type to Automatic – select it from the drop-down menu.
- Click Start if the service is not running.
- Click Apply and OK.
Fix 5. Reset Windows update components
- Open Command Prompt as administrator.
- In the new window, use the following commands, pressing Enter after each:
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
Del “%ALLUSERSPROFILE%Application DataMicrosoftNetworkDownloader*.*”
rmdir %systemroot%SoftwareDistribution /S /Q
rmdir %systemroot%system32catroot2 /S /Q
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
netsh winsock reset
netsh winsock reset proxy
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
-
Restart your computer.
Fix 6. Repair or reset the Microsoft Store
- Right-click on Start and select Apps & Features/Installed apps.
- Scroll down to find Microsoft Store and click Advanced options or go to Settings > System > System Components > Advanced options.
- Scroll down again and click Terminate and Repair.
- If that does not work, try using Reset.
Fix 7. Re-register Microsoft Store
- Type PowerShell in Windows search.
-
Right-click on PowerShell and select Run as administrator.
- When UAC shows up, click Yes.
- Type in the following and press Enter:
ren %localappdata%PackagesMicrosoft.WindowsStore_8wekyb3d8bbweLocalState cache.old
- Then type the following and press Enter:
powershell -ExecutionPolicy Unrestricted
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
-
Restart your system.
Fix 8. Reinstall Microsoft Store via PowerShell
- Open PowerShell as administrator.
- Type the following command and press Enter:
Get-AppxPackage WindowsStore | Remove-AppxPackage
- Then use the following command to reinstall the Store:
Get-AppxPackage -allusers WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
-
Restart your computer.
The above is the detailed content of How to fix Microsoft Store error 0x80070496 in Windows?. For more information, please follow other related articles on the PHP Chinese website!