Seeing the message Microsoft Store is blocked. Check with your IT or system administrator.
in Windows 11 can prevent you from downloading or updating essential apps. This issue often occurs when group policies, registry settings, or account associations restrict access, even if you are the administrator. Addressing these restrictions restores full Microsoft Store functionality, allowing you to install and update apps without barriers.
Remove Old Work or School Account Associations
Switching from a work or school account to a personal Microsoft account can leave behind organizational policies that block the Store. Disconnecting these accounts is a crucial first step.
Step 1: Open the Settings
app using Win + I
.
Step 2: Navigate to Accounts
> Email & accounts
. Check for any work or school email addresses listed under Accounts used by other apps
or Access work or school
.

Step 3: If you see an old organization account, select it and click Disconnect
. Confirm any prompts to remove the account.
Step 4: Restart your PC (not shutdown) to ensure changes take effect.
Delete Restrictive Registry Keys
Lingering registry keys from previous group policies or organizational accounts can continue to block the Microsoft Store. Removing these specific keys clears out restrictions.
Step 1: Press Win + R
, type cmd
, and press Ctrl + Shift + Enter
to open Command Prompt as administrator.

Step 2: Carefully run each of the following commands one at a time. If you see Access Denied
or an error, continue to the next command. These commands remove policies that may restrict the Store:
reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies" /f
reg delete "HKLM\Software\Microsoft\WindowsSelfHost" /f
reg delete "HKLM\Software\Policies" /f
reg delete "HKLM\Software\WOW6432Node\Microsoft\Policies" /f
reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Policies" /f
reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v DisableAntiSpyware
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies" /f
reg delete "HKCU\Software\Microsoft\WindowsSelfHost" /f
reg delete "HKCU\Software\Policies" /f
reg delete "HKLM\Software\Microsoft\Policies" /f

Step 3: Close Command Prompt and restart your computer.
Check and Adjust Group Policy Settings
Group Policy settings can explicitly block the Microsoft Store. Resetting them restores access for all users on the device.
Step 1: Press Win + R
, type gpedit.msc
, and press Enter
to open the Local Group Policy Editor.

Step 2: Navigate to Computer Configuration > Administrative Templates > Windows Components > Store
.

Step 3: Double-click Turn off the Store application
. Set it to Not Configured
or Disabled
if you want to be explicit. Click OK
to save your changes.

Step 4: Run gpupdate /force
in Command Prompt to refresh group policy settings, then restart your PC.
Remove AppLocker or Custom Security Policy Rules
AppLocker or custom application control rules can deny access to the Store. Removing or adjusting these rules re-enables the Store for all users.
Step 1: Press Win + R
, type secpol.msc
, and press Enter
to open Local Security Policy.

Step 2: Go to Application Control Policies > AppLocker > Packaged app Rules
.

Step 3: Look for any rule referencing Microsoft.WindowsStore
. If the Action
is set to Deny
, right-click the rule and choose Delete
.
Step 4: Confirm the deletion and close the Local Security Policy window. Restart your PC.
Clear Store Cache and Reset Store App
After policy changes, cached settings can still block the Store. Resetting the cache ensures the Store recognizes new permissions.
Step 1: Press Win + R
, type wsreset.exe
, and press Enter
. A blank Command Prompt window will appear, then the Store will open automatically when the reset is complete.

Step 2: If the Store is still blocked, close and reopen it, or restart your PC again to fully clear cached restrictions.
Adjust Registry Settings for Private Store Policies
Some organizations set the RequirePrivateStoreOnly
registry value, which can block the public Microsoft Store. Removing or resetting this value restores access.
Step 1: Press Win + R
, type regedit
, and press Enter
to open Registry Editor.

Step 2: Navigate to both:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsStore
HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\WindowsStore
Step 3: If you see a value named RequirePrivateStoreOnly
, right-click it and select Delete
or set its value to 0
.
Step 4: Also check for RemoveWindowsStore
in the same locations and delete it if present.
Step 5: Close Registry Editor and restart your PC.
By methodically removing lingering account associations, policy restrictions, and cached settings, you restore full Microsoft Store access in Windows 11. If you continue to see the error after these steps, double-check for overlooked group policies or consult your organization's IT support for additional restrictions.
Member discussion