If you’re greeted with 0x80072EE7 error code when opening Windows Store, you’re not alone.

But don’t worry, it’s not hard to fix at all…

5 fixes for 0x80072EE7

All the fixes below work in Windows 10. You may not have to try all of them; just work from top down the list until your Windows Store runs smoothly again.

  1. Start Windows Store service and change Windows Update startup type
  2. Run the DISM tool
  3. Update your graphics driver
  4. Change the DNS server address
  5. Register Windows Store package

Fix 1: Start Windows Store service and change Windows Update startup type

Starting Windows Store service and change Windows Update startup type is a proven effective fix for our 0x80072ee7 in our Windows Store. To do so:

  1. On your keyboard, press the Windows logo key    and R at the same time, then copy & paste services.msc into the box and press Enter.
  2. Right-click on Microsoft Store Install Service and click Start.
  3. Scroll down to the bottom and double-click on Windows Update.
  4. Select Manual in Startup type, click Apply > OK.
  5. Launch your Windows Store again and see if the problem has been solved.

Fix 2: Run the DISM tool

DISM (Deployment Image & Servicing Management) is a tool in Windows that helps us fix Windows-corruption-caused errors. Sometimes this XXXX problem happens because of corruption and misconfigurations on our computer. If that’s the case, we’ll have to run DISM to check and fix the error.

  1. On your keyboard, press the Windows logo key  and type cmd. Then right click on Command Prompt and click Run as administrator.
  2. Type the following command and press Enter:
    DISM.exe /Online /Cleanup-image /Restorehealth


    Wait a while for the whole process to finish.

  3. Type sfc /scannow and press Enter.

  4. Restart your computer, run Windows Store again and see if it works properly this time.


Fix 3: Update your graphics driver

A corrupt/outdated/missing/wrong graphics driver is one of the common cause of this Windows store 0x80072ee7 error code. So you might have to update your graphics driver to the latest to make sure things won’t go worse (like snowy screens, blue screens of death) if unattended. There’re two ways you can update your device drivers — manually or automatically:

Update your drivers manually – You can update your device drivers manually by going to the manufacturer’s website, and searching for the most recent correct driver for the exact device. Be sure to choose only drivers that are compatible with your variant of Windows system versions.

OR

Update your drivers automatically  – If you don’t have the time, patience or computer skills to update your drivers manually, you can, instead, do it automatically with  Driver Easy. You don’t need to know exactly what system your computer is running, you don’t need to risk downloading and installing the wrong driver, and you don’t need to worry about making a mistake when installing.

You can update your drivers automatically with either  the FREE or  the Pro version of Driver Easy. But with the Pro version it takes just 2 clicks (and you get full support and a 30-day money back guarantee):

  1. Download and install Driver Easy.
  2. Run Driver Easy and click the Scan Now button. Driver Easy will then scan your computer and detect any problem drivers.  
  3. You can upgrade to the Pro version and click Update All to automatically download and install the correct version of ALL the drivers that are missing or out of date on your system.
    You can also click Update to do it for free if you like, but it’s partly manual.
  4. Restart your computer and hope everything goes off without a hitch on your computer.
If the problem still lingers on after trying Driver Easy, feel free to contact our support team at support@drivereasy.com. Be sure to attach the URL of this article for more expedient and efficient guidance. ?

Fix 4: Change the DNS server address

Another possible cause for this issue is the unstable network connection or the misconfiguration of DNS servers settings. So we might have to change the DNS server address to see if it gets fixed:

  1. On your keyboard, press the Windows logo key  and R at the same time. Then copy & paste control /name Microsoft.NetworkAndSharingCenter into the box and click OK.
  2. Click Change adapter settings.
  3. Right-click on the network adpater (Ethernet in my case) and click Properties.
  4. Click Internet Protocol Version 4 (TCP/IPv4) and then click Properties.
  5. Click option Use the following DNS server addreses,
for Preferred DNS server, enter 8.8.8.8;
for Alternate DNS server, enter 8.8.4.4.

   Then click OK.
   

  6) Restart your computer and re-launch your Windows Store to see if it works fine now.


Fix 5: Register Windows Store package

Fix 5 is about registering Windows Store package. This can help fix many issues(not opening, hanging, error codes etc) on Windows Store. To do this:

  1. On your keyboard, press the Windows logo key  and type cmd. Then right click on Command Prompt and click Run as administrator.
  2. Copy & paste the following command into the window and press Enter.
    PowerShell -ExecutionPolicy Unrestricted -Command “& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘\AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}” 
  3. Once it finishes, close the command prompt window.
  4. Restart your computer, open Windows Store again and see if the error code has been fixed.

That’s it – top 5 tips for fixing the 0x80072ee7 Windows Store problem on your Windows 10 computer. Hope this helps and feel free to comment below if you have any further questions or thoughts. 🙂

Be the first to like this article
guest
3 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments