With the release of Windows 10, Microsoft introduced its in-house app marketplace, the Microsoft Store. However, it has faced many issues, from failed downloads to incomprehensible error messages thrown while updating apps. Recently, users have complained about not being able to download apps and games from Microsoft Store. It downloads apps but gives error 0x80246019 while installing. In this post, I will show you how you can fix error 0x80246019 on Windows 10 in just two simple steps.
Solve Error 0x80246019 on Windows 10
We will use the Powershell command shell to restore many Windows settings, including Microsoft Store and other applications. make sure the process does not delete any of your personal data. Now without any delay, let’s move on to the steps.
1. First of all, search for “Powershell” from the Windows Start Menu. Now, right click on “Windows Powershell” and Click “Run as administrator”.
2. Then run the following command in the Powershell window. It will ask for more permission, Type “y” and press enter. Permission will allow us to make changes to the execution policy without any restrictions.
Set-ExecutionPolicy Unrestricted

3. After doing this, perform the following command back in Powershell. It will start restoring all apps to their default settings and disable any third-party interference.
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

4. After the process is finished, restart your PC and you should have resolved the 0x80246019 error by now. Go ahead and download apps and games from Microsoft Store without any issues.
SEE ALSO: How to Speed Up Windows 10 in 2019 [Effective Methods]
Fix Microsoft Store in Two Simple Steps
This was our quick guide on how to fix error 0x80246019 in Windows 10. Many users have been complaining about this problem for a very long time, but recently this problem has become worse when they are unable to install games on Windows 10 PC. Anyway, you can go ahead with these two commands and restore the default settings and everything will fall into place. So that’s it from us. If you’re still having issues, comment below and let us know. We will definitely try to help you.
Support our work ❤️
If you enjoyed this article, consider leaving a tip to help us keep publishing great content.


























