How to Fix Error Code 0x800700aa in Windows 10

Error 0x800700aa is a Microsoft Store (or, Windows Store) error code.  But sometimes this error code may start due to corrupted system files or misconfigured system files or malware. Some of the messages that users encounter these errors are:

  • “There was an unexpected error in the property page: The requested resource is in use. (0x800700AA). Please close the property page and try again.”
  • “Something happened this app couldn’t be installed. Please try again later.” Error Code 0x800700AA.

As I mentioned above, this error 0x800700aa can occur due to several reasons, that I have compiled and listed below:

  • Corrupt or missing system file
  • Poor Internet connection
  • Malware infection
  • Corrupt Microsoft Store cache.

Even though error 0x8007000AA is common, there are several ways to fix it. Let us look at some of the methods to resolve this error:

How to Fix Error 0x800700aa ?

Reset Microsoft Store

  1. Click on the start button and select the settings icon
  2. Click on Apps and select Apps & features on the left panel
    Apps and features
  3. Browse for Microsoft Store and click on it
    Microsoft Store Corporation
  4. Select Advanced options
  5. In the new window, find and click on Reset
    Microsoft store reset cache
  6. Click on Reset in the new dialogue box and wait for some time

You will now be able to launch Microsoft Store.

Modify network adapter settings

  1. Click on the start menu and type cpl.
  2. Select-control panel and open it
  3. Now, click on Network and Internet
  4. Select Network and Sharing Center
  5. Click on Change adapter settings on the left panel
  6. Right-click on your Network adapter and choose Properties
  7. Select Internet Protocol Version 4 (TCP/IPv4) and click on Properties
  8. Now, select the Use the following DNS Server addresses
  9. Type 1.1.1.1 in Preferred DNS server and 1.0.0.1 in alternate DNS server and press OK
    DNS Server Address
  10. Close the window.

Method III: Use PowerShell

  1. Press Windows + X keys together
  2. Select Windows PowerShell (Admin) from the list that pops up
  3. Click on Yes when prompted by the User Account Control dialogue box
  4. Type or paste the following command and press the Enter key after:
  • Get-AppXPackage -AllUsers -Name Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}
  1. Now, paste the following commands one by one and press the enter key after each:
  • Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
  • PowerShell -ExecutionPolicy Unrestricted -Command “& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘\AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
  1. Type exit and press the enter key
  2. Restart your system. 

Clean the Windows Update temporary cache folder and Update  

1) Press Windows+R button

2) Type below text and hit Enter button

%windir%\SoftwareDistribution\DataStore

3) Now select all files and press Ctrl+Shift+Delete

Now the all temp files of the Windows Update folder is clean. Let’s now Update the Windows.

1) Press on Windows logo and type Check for updates

2) Click on it and choose Check for updates button

Check for updates button

Let the system to download the latest update. Once done, then Restart your PC.

Reset this PC

This is one of the advanced options that can try if all of the above methods not worked out.

1) Click on Windows logo, type Reset this PC and click on it

2) Windows will open, click on Get started button

Recovery reset this pc

3) A new window will open, choose the first option Keep my files

Reset this pc option in Windows 10

Let the Windows reset the system, it will take a few minutes and then the error will be fixed.

nv-author-image

Nikita

Nikita area of expertise is Computer technology and Startups. Nikita's background as an Engineer gives her a nuanced perspective of Windows 10 OS.

Leave a Reply

Your email address will not be published. Required fields are marked *