10 Ways to Fix the “This App Has Been Blocked By Your System Administrator” Error on Windows

App Blocked By Admin Featured

Running an app on Windows should be easy. Yet, sometimes you run into an error telling you, “This app has been blocked by your system administrator.” If you’re absolutely sure that neither you nor the administrator blocked the app, this guide shows how to fix this annoying error.

Good to know: a related error is “This setting is managed by your administrator.” Learn what to do if it pops up on your system.

1. Run the App as an Administrator

An easy way to bypass this error is to simply run the app with administrator privileges.

  1. Right-click the app’s desktop shortcut or executable, and select “Run as administrator.”
Running an app as an administrator using the context menu on Windows
  1. Click “Yes” on the UAC prompt to allow the program to make changes to the PC. Hopefully, it will launch with no issues.

2. Unblock the App in Properties

If the app you’re trying to launch came from an unknown publisher on the Internet, Windows can sometimes block it to keep your computer safe. You can easily unblock it using the “Properties” dialog box.

  1. Right-click the app, and select “Properties” in the context menu.
Context Menu on Windows with the "Properties" option highlighted.
  1. Select the “General” tab, tick the “Unblock” checkbox, and click “OK” to apply and save the changes.
Unblocking an app on Windows in the Properties dialog box.

Tip: if it’s the Task Manager that’s been blocked by an admin, learn what to do.

3. Run the App Using Command Prompt

You can also try running the app another way. For example, you could try launching it with Command Prompt.

  1. Type “cmd” in the Windows Search box, and click “Run as administrator” on the right.
Running CMD as administrator on Windows.
  1. Press Win + E to open File Explorer and go to the path or directory where the app’s executable (.EXE file) is located.
  2. In this example, we’re running PowerToys from Command Prompt. The .EXE file is located in “Program Files -> PowerToys.”
The PowerToys folder on Windows.
  1. Right-click on the folder path, and select “Copy as path.”
The Content Menu on Windows with the "Copy as path" option highlighted
  1. Type the following command in Command Prompt. Instead of [path], paste the path of the folder you copied, then hit Enter.
cd file [path]
Changing the Command Prompt directory to PowerToys on Windows.
  1. Continue with this command, and hit Enter. Replace [file name] with the name of the .EXE file. In our case, this is “PowerToys.exe.”
Start [file name]
Running PowerToys from Command Prompt on Windows.

4. Turn Off Microsoft Defender Real-Time Protection

If you’re using Microsoft Defender as your main antivirus, it could have flagged the app as potentially harmful, blocking it in the process. If you believe you can trust the app, try turning off Microsoft Defender’s real-time protection and launching the app again. We recommend installing a third-party antivirus software instead, as you can’t leave your Windows PC unprotected.

Tip: check out our list of the best free antivirus programs for Windows.

5. Disable Reputation-Based Protection for Apps

SmartScreen is a Windows Security feature that protects your computer from malicious apps and websites. It uses reputation-based protection to verify reputable apps so that you don’t run potentially unwanted apps (PUAs).

If SmartScreen’s reputation-based protection malfunctions, it can label an app you trust as unwanted. This can trigger the error, preventing you from launching it.

  1. Click on the Search bar, type “reputation,” and click the best match below.
Opening "Reputation-based protection" using Windows Search.
  1. Turn off the toggle for “Check apps and files.”
The "Check Apps and Files" toggle in the Windows Security app
  1. Scroll down and turn off the toggle for “Potentially unwanted app blocking.”
The "Potentially unwanted app blocking" toggle in the Windows Security app
  1. Run the app and see if it will work.

6. Update the App

You should also try updating the app in case a bug is behind the error. Some apps on Windows will alert you to whether an update is available when they launch. For other apps, you have to go to their download page to see whether there’s a new version available, then download and install it.

If you’ve downloaded the app from the Microsoft Store, however, you can update it from there.

  1. Type “store,” then click on “Microsoft Store” in the search results.
Opening Microsoft Store via Windows Search.
  1. Click “Library” at the bottom of the menu on the left, and click “Get updates” in the top right.
Clicking "Get updates" button in the Microsoft Store.
  1. The Microsoft Store will scan for apps that need an update. The Microsoft Store will update the app you’re trying to run, if necessary.

FYI: learn how to prevent Windows apps from accessing the Internet if you need to.

7. Fix Microsoft Store App Issues

You can also download the app from the Microsoft Store to repair or reset it.

  1. Press Win + I to bring up the Settings app.
  2. Head to “Apps -> Installed apps,” click the three vertical dots on the right side of the app, and select “Advanced options” in the menu.
Going to the "Advanced Options" of the Calculator app on Windows.
  1. Click on “Repair,” then check whether the app can run without the error message popping up.
Clicking on "Repair" button under app in Settings.
  1. If you don’t see a change, hit the “Reset” button. Keep in mind that doing this will return the app to the state it was in when you first installed it, and you may lose some data.
Reset pop-up confirmation message.
  1. Click “Reset” in the pop-up to confirm your action.
  2. Check to see whether the error message is still there when you launch the app.

8. Disable Admin Approvals in the Local Group Policy Editor

If you remove the need for admin approvals, it could bypass the error, allowing you to launch the app.

  1. Press Win + R to launch a Run dialog, and enter gpedit.msc in the text box followed by “OK.”
Opening Group Policy Editor In Windows.
  1. Go to the following folder in the Local Group Policy Editor: “Computer Configuration → Windows Settings → Security Settings → Local Policies → Security Options.”
Clicking on "User Account Control: Run all administrators in Admin Approval Mode" policy in Group Policy Editor.
  1. Double-click the “User Account Control: Run all administrators in Admin Approval Mode” policy on the right.
  2. Click on the “Disabled” radio button, then click “OK.”
Selecting "Disabled" in policy window.

Tip: take a look at this list of registry tweaks to improve your Windows experience.

9. Disable Admin Block in the Registry Editor

  1. If removing admin approvals didn’t work, open a Run window again, enter regedit in the text box, then click “OK.”
Opening the Registry Editor on Windows
  1. Click “Yes” on the UAC warning to give the Registry Editor permission to make changes to Windows.
  1. Head to “HKEY_LOCAL_MACHINE -> SOFTWARE -> Microsoft -> Windows -> CurrentVersion -> Policies -> System” in Registry Editor. Double-click on the “EnableLUA” value to edit it.
Clicking on EnableLUA key in Registry Editor.
  1. Enter “0” in the text box, and click “OK.”
Changing "Value data" for key in Registry Editor.
  1. Restart your computer to see whether the app will launch successfully.
  1. To re-enable the admin block, return to the “EnableLUA” value in the Registry Editor, and set the text box to “1.”

10. Try Running the App Using the Hidden Admin Account

Unbeknownst to many Windows users, there’s a hidden admin account on your PC that has even more permissions, allowing you to access and change so much more on your machine. To access it, enable the Super Administrator account on Windows via cmd, then try to run the app to see whether it works. (Be sure to disable the account afterward.)

Tip: need to change the administrator in Windows? Check out our post that details several methods of doing so.

Frequently Asked Questions

How do I make a program always run with administrator privileges on Windows?

To make a program always run with administrator privileges, right-click its executable (.EXE file) and select “Properties” from the menu. Select the “Compatibility” tab, then tick “Run this program as an administrator” under “Settings.”

Can I run an app with administrator privileges even if I'm not an admin?

Yes, but you’ll need to know the admin’s password. Right-click the app, and select “Run as administrator.” When the UAC prompt comes up, enter the admin’s password to launch the app with administrator privileges.

Could another app be the cause of this issue?

While it’s possible, it is unlikely that another app is interfering with the app you’re trying to run. But if you want to be sure, try closing every other app, then launch the blocked app to see if it runs.

Image credit: 123rf. All screenshots by Chifundo Kasiya.

Chifundo Kasiya
Chifundo Kasiya

Chifundo is a tech writer who loves all things computers and gaming. He has been a freelancer writer for over 10 years and loves tackling complex topics so he can break them down for everyone to understand. He is also an artist, game programmer, and amateur philosopher. As a tech writer for MTE, he focuses mainly on Windows.

Subscribe to our newsletter!

Our latest tutorials delivered straight to your inbox