TECHNICAL SOLUTIONS

Fix Microsoft Store Error Code 0x80070422 On Windows 10/11 PC



Fix Can’t Install Apps/Games From Microsoft Store Error Code 0x80070422 On Windows 11/10 PC
Reset Windows Update Components

SC config trustedinstaller start=auto
net stop bits
net stop wuauserv
net stop msiserver
net stop cryptsvc
net stop appidsvc
Ren %Systemroot%SoftwareDistribution SoftwareDistribution.old
Ren %Systemroot%System32catroot2 catroot2.old
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
netsh winsock reset
netsh winsock reset proxy
rundll32.exe pnpclean.dll,RunDLL_PnpClean /DRIVERS /MAXCLEAN
dism /Online /Cleanup-image /ScanHealth
dism /Online /Cleanup-image /CheckHealth
dism /Online /Cleanup-image /RestoreHealth
dism /Online /Cleanup-image /StartComponentCleanup
Sfc /ScanNow
net start bits
net start wuauserv
net start msiserver
net start cryptsvc
net start appidsvc

Name it Wufix.bat
Right-click on the Wufix file and click Run as administrator
Restart your PC
Step 1) Logout and login with correct account, make sure date, time, time zone and region are correct
Step 2) Run WSRESET command
Step 3) Repair/reset Microsoft Store
Step 4) Run this powershell command
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
Step 5) Delete Microsoft Store Local Cache Files
C:UsersUsernameAppDataLocalPackagesMicrosoft.WindowsStore_8wekyb3d8bbwe
Step 6) Click on Get Updates in store library
Step 7) Start all these services
Windows Update
Microsoft install service
Step 8) Update Windows
Step 9) Uninstall and reinstall Store
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage
Reboot your computer
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
Step 10) Try installing to C drive/Different Drive, Rename the WpSystem and WindowsApps folder
Step 11) Run inetcpl.cpl command
Step 12) Update Windows to the latest version using media creation tool
https://www.microsoft.com/en-in/software-download/windows10
https://www.microsoft.com/en-in/software-download/windows11

source
how to repair windows 7