Error 0x80242020: What Is It & How to Quickly Fix It
Explore some expert tested methods to get this done
5 min. read
Updated on
Read our disclosure page to find out how can you help Windows Report sustain the editorial team. Read more
Key notes
- The Xbox error could have occurred due to a corrupted Windows Store installation or store cache.
- This guide will discuss all the available methods to resolve the error in no time.
Many users have complained about receiving error 0x80242020 when downloading apps from Microsoft Store or games from the Xbox app. This usually occurs due to a corrupted cache or apps on Microsoft Store.
In this guide, we will discuss some available fixes to resolve the error right after explaining the causes. Let’s start!
What causes the error 0x80242020 on Microsoft Store or Xbox app?
There could be various reasons for this error code to appear; some of the common ones are mentioned here:
- Corrupted cache – If the Windows Store cache has corrupted files, it could interfere when the store tries to connect to the server. To fix it, you need to reset the Windows Store cache.
- Outdated Windows Store – If the Windows Store version is obsolete, it could result in a corrupt installation. To get rid of this error, use PowerShell to reinstall Windows Store.
- Internet connectivity issues – If the internet connection is weak or unstable, Microsoft Store or Xbox app will not be able to connect to a server, hence the error. To fix this, you need to troubleshoot your internet connection.
- Outdated Windows version – If your Windows operating system has updates pending, which could cause various issues, including this one. Make sure there are no pending Windows updates.
- Insufficient storage space – If your computer doesn’t have enough storage space, it could lead to several issues, including not being able to download or update apps via Microstore Store.
How can I fix the error 0x80242020 on Microsoft Store or Xbox app?
Before engaging in advanced troubleshooting steps, you should consider performing the following:
- Restart your computer and Microsoft Store.
- Sign out from Microsoft Store or Xbox app.
- Check for Windows updates.
- Make sure your internet connection is working fine.
1. Run the troubleshooter
- Press Windows + I to open the Settings app.
- Go to System, then click Troubleshoot.
- Click Other troubleshooters.
- Locate Windows Store Apps and click Run.
2. Change storage location
- Press Windows + I to open the Settings app.
- Go to System, and click Storage.
- Next, click Advanced storage settings and Where new content is saved.
- Locate New apps will save to, and select the local drive with sufficient space.
3. Reinstall Xbox or Microsoft Store app
- Press the Windows key, type PowerShell, and click Run as administrator.
- If the error comes up on the Xbox app, copy and paste the following commands to reinstall the Xbox app and hit Enter:
Get-AppxPackage Microsoft.XboxApp | Remove-AppxPackage
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- If the error is on Microsoft Store, type the following command to reinstall the Microsoft Store app and hit Enter:
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
- Restart your computer.
4. Clear stored cache
- Press Windows + R to open the Run dialog box.
- Type WSReset.exe and click OK to clear the cache on Microsoft Store.
5. Terminate/Repair Microsoft Store or Xbox app
- Press Windows + I to open the Settings app.
- Go to Apps, then click Installed apps.
- Locate Microsoft Store/Xbox, click three dots, and select Advanced options.
- Click Terminate.
- Under Reset, click Repair.
6. Update Microsoft Store or Xbox app
- Launch Microsoft Store.
- Click Library from the left corner.
- Scroll and find the Xbox app or Microsoft Store.
- Click Update.
7. Reset Windows Update components
- Press the Windows key, type CMD, and click Run as administrator.
- Copy and paste the following commands one by one and hit Enter after every command:
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
- Type the following command to delete qmgr*.dat files and press Enter:
Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat"
- Copy and paste the following commands to rename the SoftwareDistribution and catroot2 folders and hit Enter after every command:
Ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak
Ren %systemroot%\system32\catroot2 catroot2.bak
- To reset the BITS service and Windows Update service to default, type the following command and press Enter:
sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
- Type the following command and hit Enter:
cd /d %windir%\system32
- To register the BITS and Windows Update-related DLL files, copy and paste the following commands one by one and press Enter after every command:
regsvr32.exe atl.dll
regsvr32.exe urlmon.dll
regsvr32.exe mshtml.dll
regsvr32.exe shdocvw.dll
regsvr32.exe browseui.dll
regsvr32.exe jscript.dll
regsvr32.exe vbscript.dll
regsvr32.exe scrrun.dll
regsvr32.exe msxml.dll
regsvr32.exe msxml3.dll
regsvr32.exe msxml6.dll
regsvr32.exe actxprxy.dll
regsvr32.exe softpub.dll
regsvr32.exe wintrust.dll
regsvr32.exe dssenh.dll
regsvr32.exe rsaenh.dll
regsvr32.exe gpkcsp.dll
regsvr32.exe sccbase.dll
regsvr32.exe slbcsp.dll
regsvr32.exe cryptdlg.dll
regsvr32.exe oleaut32.dll
regsvr32.exe ole32.dll
regsvr32.exe shell32.dll
regsvr32.exe initpki.dll
regsvr32.exe wuapi.dll
regsvr32.exe wuaueng.dll
regsvr32.exe wuaueng1.dll
regsvr32.exe wucltui.dll
regsvr32.exe wups.dll
regsvr32.exe wups2.dll
regsvr32.exe wuweb.dll
regsvr32.exe qmgr.dll
regsvr32.exe qmgrprxy.dll
regsvr32.exe wucltux.dll
regsvr32.exe muweb.dll
regsvr32.exe wuwebv.dll
regsvr32.exe wudriver.dll
- To restart the Windows Update services, type the following commands one by one and press Enter after every command:
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
- Restart your computer to let the changes take effect.
So, these methods can be used to fix the error 0x80242020 on Microsoft Store or Xbox app. Try them and let us know what worked in the comments section below.
User forum
0 messages