Greetings!
This is Tin, kindly send the version or build of your Windows (Please press Windows key+R and type winver and hit enter)
Kindly check and follow the steps below:
- Check if there's a pending updates that needs to be installed.
Click Start Menu and type Windows update then hit enter. Please install the updates.
- Please press Windows key + R and type wsreset.exe and hit enter.
Wait for it to finish and load the MS Store.
Once MS Store is up, please check if the issue still persists.
- Repair Windows Store apps and Settings
Click Start Menu and type Powershell, right click on it and choose Powershell(admin), copy and paste the command below and hit enter.
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Once the process is done, restart the PC and check if the issue still persists.
- Reset Windows update components:
Please click start menu and type cmd, right click on it and choose run with admin
Kindly type the command lines below and hit enter:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
Ren C:\Windows\System32\catroot2 Catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
Please try to check if the issue persists. Please let me know how it goes.
Thanks,
Tin