Error 0x80242020: What Is It & How to Quickly Fix It

Explore some expert tested methods to get this done

Reading time icon 5 min. read


Readers help support Windows Report. When you make a purchase using links on our site, we may earn an affiliate commission. Tooltip Icon

Read the affiliate disclosure page to find out how can you help Windows Report effortlessly and without spending any money. 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.
Error 0x80242020

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:

1. Run the troubleshooter

  1. Press Windows + I to open the Settings app.
  2. Go to System, then click Troubleshoot.System - troubleshoot 0x80242020
  3. Click Other troubleshooters.Other Troubleshooters
  4. Locate Windows Store Apps and click Run.Windows Store Apps Run Windows 11  0x80242020

2. Change storage location

  1. Press Windows + I to open the Settings app.
  2. Go to System, and click Storage.System - Storage Windows 0x80242020 11
  3. Next, click Advanced storage settings and Where new content is saved.Where new content is saved 0x80242020
  4. Locate New apps will save to, and select the local drive with sufficient space.New apps will save to Windows 11

3. Reinstall Xbox or Microsoft Store app

  1. Press the Windows key, type PowerShell, and click Run as administrator.Powershell 2 0x80242020
  2. 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"}
  3. 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”}
  4. Restart your computer.

4. Clear stored cache

  1. Press Windows + R to open the Run dialog box.Run command wsreset.exe - 0x80242020
  2. Type WSReset.exe and click OK to clear the cache on Microsoft Store.

5. Terminate/Repair Microsoft Store or Xbox app

  1. Press Windows + I to open the Settings app.
  2. Go to Apps, then click Installed apps.Apps - Installed apps 0x80242020
  3. Locate Microsoft Store/Xbox, click three dots, and select Advanced options.Microsoft Store Advanced options 0x80242020
  4. Click Terminate.Terminate Windows 11
  5. Under Reset, click Repair.Repair Windows 11  0x80242020

6. Update Microsoft Store or Xbox app

  1. Launch Microsoft Store.
  2. Click Library from the left corner.Xbox Update Windows 11 0x80242020
  3. Scroll and find the Xbox app or Microsoft Store.
  4. Click Update.

7. Reset Windows Update components

  1. Press the Windows key, type CMD, and click Run as administrator.CMD elevated 0x80242020
  2. 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
  3. Type the following command to delete qmgr*.dat files and press Enter: Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat"
  4. 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
  5. 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)
  6. Type the following command and hit Enter: cd /d %windir%\system32
  7. 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
  8. 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
  9. 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.

More about the topics: windows 10, Windows 11