- A new window will open up that will have additional settings for the Microsoft Store. Here, look for the Reset section and then click on the Reset button below it.

- Wait for a while and then close the Window.
Now go back to using the Microsoft Store like before. If you still encounter the Error Code 0x800700AA, go for the next potential solution.
Modify network adapter settings:
As mentioned above, this error pops up when you do not have an active internet connection. And making adjustments to the DNS server has solved the problem for many users. So give this a try to make sure that you do not see the error due to a slow or poor internet connection.
- Click on the Search bar and enter “Control Panel.”
- Once it shows up in the results, open it up.

- Set the “View by” option in the top right corner of the window as Category.
- Click on Network and Internet.
- Choose “Network and Sharing Center.”

- Click on the “Change adapter settings” option.

- Right-click on your Wi-Fi connection and choose Properties.
- Select Internet Protocol Version 4 (TCP/IPv4).
- Click on the Properties button.

- Select “Use the following DNS Server addresses.”
- Enter 1.1.1.1 in the Preferred DNS server address box.
- Enter 1.0.0.1 in the alternate DNS server address box.

- Click on OK and then close the Window.
Now try using the Microsoft Store again. If you still encounter the Error Code 0x800700AA, go for the next solution mentioned below.
Clean the Windows Update temporary cache folder and Update:
Our system performs a Windows update whenever Microsoft pushes out something new. These downloaded files get accumulated in cache folders of the Windows update directory. Sometimes due to inconsistencies in these stored files, users face the error code 0x800700AA. So the Windows update temporary cache folder needs to be cleared every once in a while
- Press Windows Key + R to open up the Run dialog box.
- Enter “%windir%\SoftwareDistribution\DataStore” in the dialog box and click on Ok.
- Select all the files that show up in the directory and press Ctrl+Shift+Delete. All the temporary Windows update files stored in the temporary cache folder will now be deleted.
- Press Windows Key + I to open up the Windows settings window.
- Click on “Update & Security.”
- Go to the Windows Update tab in the left pane and then click on Check for updates button.
- If any new Windows update is available, then you will see it here. Install the latest update onto your computer.
Now your problems should be resolved. If you are still encountering the error code 0x800700AA, try the next solution mentioned below.
Use PowerShell:
PowerShell works similar to how the command prompt works. It also allows users to run some commands on a Windows system.
- Press Windows Key + X and choose “Windows PowerShell (Admin)” from the list of options that show up.

- You will be prompted by the UAC(User Account Control) asking for admin access. Grant it the access by choosing Yes here.
- Enter the following command in the Powershell window and then press Enter.
Get-AppXPackage -AllUsers -Name Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}
- Now enter another command in your Powershell window and press Enter.
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
- Finally, enter this final command and then press the Enter key.
PowerShell -ExecutionPolicy Unrestricted -Command “& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘\AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- Finally, to exit the Powershell window, enter exit in the command window and press the Enter key. After this is done, restart your computer.
If even after this restart, you still see the error code 0x800700AA, try the next solution mentioned below.
Reset this PC:
If none of the solutions mentioned above worked for you, then give Windows reset a try too. In some cases, people could get rid of this Windows error simply by resetting the PC.
- Press Windows Key + I to open up the Windows settings window.
- Click on “Update & Security.”
- Go to the Recovery tab in the left pane and then click on the “Get started” button under the Reset this PC section.

- A new window will open up asking whether you want to keep your files to remove them entirely. Choose the option to keep the files and then continue with the process.
- Just follow the simple on-screen instructions after that to complete the reset process. Towards the end of the process, the computer will restart itself, and it will take a while with the booting the first time after the reset is complete.
After your system boots up successfully, you should be able to use Windows freely without worrying about the Windows error code 0x800700AA showing up again.
So these are all the known possible solutions for the Microsoft Store Error code 0x800700AA. Hopefully, one of the solutions discussed above helped you with your struggle with a Windows system. If you have any questions or queries about this article, then comment down below, and we will get back to you. Also, be sure to check out our other articles on iPhone tips and tricks, Android tips and tricks, PC tips and tricks, and much more for more useful information.