Some users have posted on troubleshooting forums about a “Page not available” error that occurs when they open Windows Security. The “Page not available” error message says, “Your IT Administrator has limited access to some areas of this app.” That error message appears within Windows Security, and users can’t access that app’s antivirus settings because of it.

This error message suggests another administrative user has applied restrictions to Windows Security. However, it often arises on standalone PCs that aren’t connected to an organization network. This is how you can fix the “Your IT administrator has limited access” error.

1. Change Your User Account to an Admin Account

You shouldn’t usually need admin rights to access Windows Security. However, make sure you’re signed in to an admin account to ensure you have full system permissions. If you’re utilizing a standard account, change it to an administrator one. You can do that with one of the methods outlined in this guide to changing user account type in Windows.

The Access work or school account settings

2. Uninstall Third-Party Security Software

Have you installed a third-party antivirus app on your PC? If so, that security software could be by conflicting with Microsoft Defender and causing the “Page not available” error. Try uninstalling the third-party antivirus utility you’ve installed with a method in our guide to removing Windows software. Or utilize a dedicated removal tool for your antivirus app if there’s one available.

The Uninstall option

3. Remove Any Work or School Accounts

Have you connected your PC with any school or work organization account? If so, such an account could be restricting access to Windows Security settings. Try disconnecting your PC from the school or work in Settings as follows:

  1. Bring up Settings and click that app’s Accounts tab (or category).
  2. Scroll down to select the Access work or school navigation option.
  3. Click a connected work or school account to expand it.
    The Access work or school account settings
  4. Press the Disconnect button and select Yes.

4. Disable the Turn Off Microsoft Defender Antivirus Policy

Some Windows Pro and Enterprise users have confirmed they’ve fixed the “Page not available” error by disabling a Turn off Microsoft Defender Antivirus policy. So, check that policy setting even if you can’t recall changing it yourself. This is how you can check and disable the Turn Off Microsoft Defender Antivirus Group Policy setting in Windows Pro and Enterprise:

  1. To access the file search box, hold the Windows logo key and press S.
  2. Type gpedit.msc inside the file search box.
  3. Double-click gpedit.msc to open the Group Policy Editor window.
  4. Next, double-click Computer Configuration and Administrative Templates within Group Policy Editor’s sidebar.
  5. Expand the Windows Components folder in the sidebar.
  6. Click Microsoft Defender Antivirus to select that policy.
    Microsoft Defender Antivirus settings in Group Policy
  7. Then double-click Turn off Microsoft Defender Antivirus.
  8. Click Disabled if the Turn off Microsoft Defender Antivirus policy is enabled.
    The Turn off Microsoft Defender Antivirus window
  9. Select the policy’s Apply and OK options.
  10. Double-click Allow antimalware to startup with normal priority and select to disable that policy as outlined in the previous two steps as well.
    The Allow antimalware service to startup with normal priority window
  11. Next, click Client Interface within the Microsoft Defender Antivirus settings.
    Allow antimalware service to startup with normal priority
  12. Double-click the Enable headless UI mode policy to view it.
    The Client Interface settings
  13. Select Disabled > Apply > OK in the Enable headless UI mode policy window.

5. Run a PowerShell Command

Running a set-MpPreference PowerShell command is a widely confirmed potential resolution for the “Page not available” error. The confirmed command disables Microsoft Defender’s UI lockdown mode. You can run that PowerShell command like this:

  1. Activate the Windows search utility.
  2. Input a PowerShell search phrase to find that command-line app.
  3. Open PowerShell with elevated permissions by right-clicking the search result for that command-line app and selecting Run as administrator.
  4. Input this MpPreference command and press Return:
            set-MpPreference -UILockdown
        
    The set-Mppreference PowerShell command
  5. Exit PowerShell and open Windows Security again to see if the error persists.

6. Repair/Reset Windows Security

Windows Security is a UWP app for which you can select Repair and Reset Settings options that can resolve various issues. Those options are there to help users fix apps that aren’t working right. So, try selecting Windows Security’s Repair and Reset options to see if they make any difference.

The Reset button

Our article about resetting Windows apps tells you how to access the Reset button. The Repair button is just above the Reset option. It’s recommended to select Repair first since that doesn’t affect app data.

7. Modify the Registry via Command Prompt

Users also confirm that running a series of Command Prompt commands that modify the registry can resolve the “Page not available” issue. As those are reg delete commands, we recommend you back up the registry before applying this potential fix. Then try running the registry commands for erasing policies like this:

Open the utility for finding files and apps with the Windows logo + S key combination.

  1. Find the Command Prompt by typing in a CMD search phrase.
  2. Click the Command Prompt app with the mouse’s right button to select a Run as administrator context menu option.
  3. Execute the following commands separately, pressing Enter after inputting each one:
            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
  4. Input exit in the Command Prompt to close the app.
    The reg delete command
  5. Open the Start menu, select Power, and press the Restart button.

8. Perform a System Restore

If the “Page not available” error remains after applying other potential solutions, try performing a system restore. That might work if you can select a restore point predating the “Page not available” error on your PC. Rolling Windows back to an earlier time could undo any system changes that caused the issue to arise.

The System Restore window

Our guide on creating and utilizing restore points provides instructions for rolling back Windows with System Restore. Choose the oldest restore point you can. However, remember that you’ll probably need to reinstall some software packages installed after the restore point’s date.

Start Utilizing Windows Security Again

The potential solutions covered in this guide address many of the primary causes for that error occurring. So, they’ll probably get the “Page not available” error sorted on most users’ Windows 11/10 PCs. Fixing the “Page not available” error will enable you to access all the settings in Windows Security again.