How do you fix Error Code: 0x800700C1 for Microsoft store?

George Robles 0 Reputation points
2025-12-03T05:37:24.7833333+00:00

I've been Having problems with my Microsoft store for honestly 2 or so years now whenever I needed to do something through Microsoft store and it doesn't work I google some random video on how to fix the error code 0x800700C1 but none has worked I have more then likely tried fixing in 20 or so times and done most things just short of factory resetting my PC I was wondering if anyone can help me fix the error and have it actually working without factory resetting

Windows for home | Windows 10 | Microsoft Store
0 comments No comments

1 answer

Sort by: Most helpful
  1. Ramesh Srinivasan 84,355 Reputation points Independent Advisor
    2025-12-03T06:15:06.4466667+00:00

    Hi George,

    Please open PowerShell (admin) and run the following commands:

    Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    
    get-appxpackage -allusers Microsoft.WindowsStore
    
    cmd /c VER
    

    Post the output here.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.