Share via

how to fix 0X80244022 microsoft store?

Vasya Rudov 0 Reputation points
2026-02-07T15:16:41.1266667+00:00

Hi, im having this issue where i get the error 0X80244022 when trying to download anything from microsoft store, heck, even when i deleted microsoft store, when trying to install it i got this totally not a weird message. Screenshot 2026-02-07 152750

I tried running dism, scannow, changing network settings.

Windows for home | Windows 11 | Microsoft Store
{count} votes

1 answer

Sort by: Most helpful
  1. Manoel Barros 17,415 Reputation points Independent Advisor
    2026-02-07T15:56:49.0633333+00:00

    Hello! See if any of these solutions help. If they don't, you'll probably need to reinstall the Microsoft Store.

    Run the troubleshooter

    1. Open Windows Settings (press CTRL+I) > Select "Update & Security" > In the left panel, select "Troubleshooting".
    2. Select "Additional troubleshooting" > Select "Windows Store apps" > Run troubleshooting.
    3. Restart the computer.

    Clear Cache

    1. Press the WINDOWS + R keys > Type "WSReset.exe" (without quotation marks) > Click OK.
    2. Check if the problem will be solved now.

    Restore Store

    1. Open Windows Settings (press CTRL+I keys) > Select "Applications " > In the left pane, select "Applications and features".
    2. Search for "Microsoft Store" > Select and click "Advanced options".
    3. First, click "Finish"" > Under "Reset", click "Repair" > Then click "Restore" > Restart the computer.
    4. See if the problem has been solved.

    Restart Services

    1. Type "'PowerShell" in the Search Bar > Right-click on the app > Select ''Run as administrator''.
    2. Now, enter the following commands. ATTENTION: Type or copy the entire command in the first line > Press ENTER > Wait for the command to complete.
    net stop bits 
     
    net stop wuauserv 
     
    net stop appidsvc 
     
    net stop cryptsvc 
     
    Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*" 
     
    rmdir %systemroot%\SoftwareDistribution /S /Q 
     
    rmdir %systemroot%\system32\catroot2 /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 
    
    1. Restart the computer when finished > Check if the problem will be resolved.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.