Share via

Microsoft store isnt working

Keaton Roberts 0 Reputation points
2026-02-19T19:13:06.2633333+00:00

I first asked the all-knowing ChatGPT how to fix "Store is not available in your country or region Go to Settings to view or change your country or region" it gave me some PowerShell commands to run as admin and I did it gave me wsreset.exe, still didn't work I even created a whole new user on my laptop which didn't work. My main account is an Admin the account this isn't working on is a Local Account not signed in but even when I signed in it still didn't work. and yes, my stuff under Location and region is set to USA and no I don't have a VPN.

Windows for home | Windows 11 | Microsoft Store
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. David-M 106.8K Reputation points Independent Advisor
    2026-02-19T19:50:13.4666667+00:00

    Hi. I'm David, and I'm happy to help you.


    Please clarify the following:

    Do you have a third-party antivirus installed? If yes, which one?

    Also. What is the version and "OS Build" of your Windows 11?

    • Press "Windows + R", type winver, and click OK.

    If you prefer, share a screenshot. Use the shortcut "Windows + Shift + S" to use the screenshot tool.

    Be sure to censor your email address if it appears. The Microsoft Q&A is public.


    I await your reply.

    0 comments No comments

  2. Q&A Assist
    2026-02-19T19:13:20.1466667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    It sounds like you're experiencing a persistent issue with the Microsoft Store related to region settings. Here are some troubleshooting steps you can try:

    1. Check Microsoft Store Install Service: Ensure that the Microsoft Store Install Service is running. Press Windows Key + S, type services.msc, and find the Microsoft Store Install Service. If it's running, right-click and select Restart. If it's disabled, set it to Automatic and start it.
    2. Verify Microsoft Store Registration: Run PowerShell as an administrator and check if Microsoft Store is registered for your user account. Use the following command:
         Get-AppxPackage *Microsoft.WindowsStore*
      
      If it’s not registered, you can try re-registering it with:
         Add-AppxPackage -Register -Path "C:\Program Files\WindowsApps\Microsoft.WindowsStore_8wekyb3d8bbwe\AppxManifest.xml"
      
      (Make sure to adjust the path according to your installation if necessary.)
    3. Firewall and Proxy Settings: Ensure that your firewall or proxy settings are not blocking Microsoft Store. You may need to check that the required endpoints are accessible for Microsoft Store to function properly.
    4. Region Settings: Double-check your region settings in the Settings app. Make sure that both the region and location are set to the United States. Sometimes, changing it to another country and then back to the USA can help.
    5. Windows Update: Ensure that your Windows is fully updated, as updates can sometimes resolve underlying issues with apps.

    If these steps do not resolve the issue, you may want to consider resetting your Microsoft Store cache using the command wsreset.exe again, or checking for any group policies that might be affecting the Store's availability.


    References:

    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.