How many devices do you have in the store option (not basic devices)?
https://account.microsoft.com/devices/store
or
1. Click file explorer, view - tick [/] hidden items
2. Navigate to C:\Users\[yourname]\AppData\Local\Packages\Microsoft.WindowsStore_8wekyb3d8bbwe\LocalCache
Delete all the folders & files in LocalCache but still leave the LocalCache folder.
(I have a folder called perUserCache_00030000A9EAB3EF with numbered files inside)
3. Retry the store
OR
1. Click start, all apps
Scroll down to W - Windows Powershell
Windows power shell - arrow down V
right click - >windows power shell - run as administrator
copy and paste this command in PS C:\WINDOWS\System32> prompt
set-ExecutionPolicy RemoteSigned
Press Y to accept the Execution Policy Change
copy and paste this command (all one line) in PS C:\WINDOWS\System32> prompt
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"}
You will get a blue background and yellow writing as it works
exit powershell
reboot your computer and try store again
Then retry [install now] when starting the windows store.
2. if it still does not work try checking your system for errors
Right-click start, Command Prompt (admin)
copy & paste each command (one at a time & test) and press enter
dism /online /cleanup-image /startcomponentcleanup
sfc /scannow
reboot your computer and try store again
3. Try creating a new user and change the new user account from standard to administrator.
Login with the new user and test opening and updating store.