ACTIVE MALWARE WINDOWS TESTED: WINDOWS 11

How to fix
Microsoft Store error 0x8A150049
on Windows

Resolve Microsoft Store error 0x8A150049 on Windows 10 and 11 easily with proven methods. Fix it in minutes, expert-tested solutions included.

How to fix Microsoft Store error 0x8A150049?
Quick Summary
Error severity
Medium
Est. time
10 minutes
Offer Fortect PC Suite
Start fix →
Ad · we may earn a commission
0 Comments
01

What causes How to fix Microsoft Store error 0x8A150049?

  • Update program bug
  • Cache issue
  • Unstable network connection
  • Incorrect network configuration
  • Improper TLS and SSL settings
Offer Fortect PC Suite

Repairs Windows system files, removes malware, and restores a clean OS state — without reinstalling.

Ad · we may earn a commission
Get Fortect PC Suite ↗

I can't install any apps from the Microsoft Store as of recently. I am not sure what happened - it started randomly. I am running Windows 11 version 23H2 and my computer is relatively new, as I bought it last year.

Microsoft Store is an essential part of the Windows operating system, serving as the official marketplace for downloading programs, games, and other digital content. It provides a fast, secure method for users to locate and install the applications they require or desire.

However, like any other piece of software, it is not immune to problems. One error users may face is error 0x8A150049, which occurs while attempting to update existing apps or install new ones. This issue can be especially aggravating because it prevents the completion of these operations, preventing access to the most recent features, security upgrades, or totally new applications.

The 0x8A150049 error may arise due to a number of reasons, including problems with the Microsoft Store itself, such as an update program bug or a cache issue. This error can also be caused by network issues, such as unstable connections or particular network configurations that prevent access to the Microsoft Store servers.

Incorrect TLS (Transport Layer Security) and SSL (Secure Sockets Layer) configurations are one less widespread reason. Error 0x8A150049 can occur when certain protocols essential for safe online communication aren't set up properly on your PC. This can prevent the Microsoft Store from securely connecting to its servers.

Resolving the 0x8A150049 issue usually entails assessing several possible causes such as cleaning the store's cache, verifying the network configuration, and making sure SSL and TLS settings are configured correctly.

A robust computer repair software [d1] can be a useful substitute for consumers who are not tech-savvy or who are searching for a simpler fix. Many Windows issues, including those of the Microsoft Store, can be instantly diagnosed and fixed by these apps.

How to fix microsoft store error 0x8a150049 copy
How to fix microsoft store error 0x8a150049 copy

Fix 1. Run Windows Store Apps troubleshooter

  • Type Troubleshoot in Windows search and press Enter.
  • On the right side of the window, click Additional troubleshooters/Other troubleshooters.
  • Scroll down and select Windows update.
  • Click Run the troubleshooter/Run.
  • Wait for the troubleshooter to finish.
  • Restart your system once done.

How to fix microsoft store error 0x8a150049 store apps troubleshooter
How to fix microsoft store error 0x8a150049 store apps troubleshooter

Fix 2. Reset Store cache

  • Type WSReset.exe in the Windows search bar and press Enter.
  • Wait till a black pop-up window shows up – do not close it.
  • The pop-up window will close soon, and the Windows Store should reopen.

How to fix microsoft store error 0x8a150049 reset store cache copy
How to fix microsoft store error 0x8a150049 reset store cache copy

Fix 3. Repair or reset the Microsoft Store

  • Right-click on Start and pick Apps & Features/Installed apps.
  • Scroll down to locate the Microsoft Store and select Advanced options.
  • Click Terminate and then hit Repair.
  • If that does not resolve the situation, try the Reset option instead.

How to fix microsoft store error 0x8a150049 repair or reset microsoft store copy
How to fix microsoft store error 0x8a150049 repair or reset microsoft store copy

Fix 4. Re-register all Windows apps

  • Type PowerShell in Windows search.
  • Right-click on the result and select Run as administrator.
  • When UAC shows up, click Yes.
  • Copy and paste the following command and press Enter:
    Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
  • Close down PowerShell and restart your system.

How to fix microsoft store error 0x8a150049 reregister all apps copy
How to fix microsoft store error 0x8a150049 reregister all apps copy

Fix 5. Reset Windows update components

  • Type cmd in Windows search.
  • Right-click on Command Prompt and pick Run as administrator.
  • When User Account Control asks you whether you want to allow changes, click Yes.
  • 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 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 
  • Restart your device.

How to fix microsoft store error 0x8a150049 reset windows update components copy
How to fix microsoft store error 0x8a150049 reset windows update components copy

Fix 6. Correct your SSL and TLS security settings

  • Type Internet Options in Windows search and press Enter.
  • Go to the Advanced tab.
  • Scroll down to the Security section.
  • Ensure the following settings are applied:
    • SSL 3.1, TLS 1.0, and TLS 1.1 are disabled.
    • TLS 1.2 and TLS 1.3 are enabled.
  • Click Apply and then OK.
  • Restart your PC and try using the Microsoft Store again.

How to fix microsoft store error 0x8a150049 check tls and ssl settings copy
How to fix microsoft store error 0x8a150049 check tls and ssl settings copy

Fix 7. Reinstall Microsoft Store

  • Open PowerShell as administrator.
  • Similarly, like before, confirm the UAC prompt.
  • Copy and paste the following command, pressing Enter after:
    Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage
  • Next, reinstall the store with the following  command:
    Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
  • Restart your computer.

How to fix microsoft store error 0x8a150049 reinstall store copy
How to fix microsoft store error 0x8a150049 reinstall store copy

Fix 8. Troubleshoot connection issues

  • Make sure that your app updates aren't being blocked by third-party security software - disable it and try again.
  • Ensure your computer is connected to the internet.
  • Make sure that the time and date settings are correct.
  • Change your DNS server to Google's:
    • Right-click on Start and select Network connections.
    • Under your connection, click Properties.
    • Find the DNS server assignment section and click Edit.
    • Set your DNS to Google's:
      Preferred DNS: 8.8.8.8
      Alternate DNS: 8.8.4.4
    • Click Save.

How to fix microsoft store error 0x8a150049 change dns settings copy
How to fix microsoft store error 0x8a150049 change dns settings copy

  • Run Network troubleshooter:
    • Type Troubleshoot in Windows search and hit Enter.
    • Pick Other troubleshooters.
    • Find Network & Internet troubleshooter from the list and select Run.
    • Wait till the process is finished and apply the commended solutions.
    • Restart your computer.

How to fix microsoft store error 0x8a150049 network troubleshooter copy
How to fix microsoft store error 0x8a150049 network troubleshooter copy

Bottom line

To fix the Microsoft Store error 0x8A150049, you can run the Windows Store Apps troubleshooter, clean the store's cache, verify your network configuration, and ensure that SSL and TLS settings are correctly configured. If these solutions do not resolve the issue, consider using robust computer repair software for further assistance.

Frequently asked questions

The error code 0x8A150049 typically indicates a problem with your Microsoft Store account or connectivity issues affecting app downloads and updates.

To resolve error 0x8A150049 on Windows 11, try resetting the Microsoft Store app by going to Settings > Apps > Apps & features, selecting Microsoft Store, and clicking on 'Advanced options' to reset.

Yes, clearing the cache can help; you can do this by running the command 'wsreset' in the Run dialog to refresh the Microsoft Store's cache.

Did this fix work for you?
Olivia Morelli

Written & verified by

Windows Systems Expert
Windows error repair BSOD troubleshooting System file corruption Registry repair Windows Update failures

Olivia Morelli is a Windows systems expert specialising in diagnosing and repairing OS-level errors. She has spent nearly a decade writing guides that help everyday users recover from BSODs, corrupt system files, broken Windows installations, and failed update rollouts. Her methodical troubleshooting approach — starting with built-in tools before escalating to manual repairs — reflects years of practical experience supporting users across Windows 7, 8, 10 and 11. Olivia's guides are known for their clarity, completeness, and the care she takes to explain not just the fix but why the problem occurred.

0 Comments

Be the first to comment

Still worried? Run a free check.

Paste any URL or domain — we'll scan it against 4.2M known threats in 10 seconds.

View full scanner → Add to your website →