The message “Function disabled by administrator” on the Android screen blocks changing security settings, installing applications or enabling USB debugging, which is usually caused by an active work profile, the rights of an installed antivirus or residual rights of remote corporate apps.

The main reason lies in the fact that some application gained rights device administrator and imposed a security policy prohibiting certain actions. This could be an antivirus, an email client for work, or even accidentally installed software. You can unlock the phone yourself if you know the exact path in the settings menu or use specialized debugging tools.

In this article we will analyze in detail all the methods for removing the lock: from standard settings to advanced methods via a computer. You will learn to find hidden profiles, disable malicious policies and regain full control over your gadget without losing important data.

The nature of restrictions and types of administrators

Understanding how the security system works Androidis the first step to solving the problem. The operating system allows applications to request advanced rights to protect data or control the device. When you agree to such rights, the application becomes device administrator. This gives him the ability to lock the screen, erase data, or, most often, prevent changes to system settings.

There are two main types of such restrictions. The first is legitimate corporate profiles, which are installed when setting up work email or using utility software. The second type is hidden policies that may appear after installing dubious apps or due to system update errors. In both cases, the blocking mechanism is the same: the system checks active policies before performing any user action.

Sometimes an error message appears even when the list of administrators is empty. This indicates that the policy is stuck on the system after the application that created it was uninstalled. In such cases, standard methods may not work, and you will need to go deeper into the file system or use debugging commands.

⚠️ Warning: If the device is owned by an organization and you see a corporate policy message, removing restrictions yourself may violate your company's policies. Check with your IT department for terms of use before making changes.

It is important to distinguish between superuser rights (Root) and device administrator rights. An ordinary user does not need root access to solve this problem; moreover, their presence can complicate diagnostics, since some system protections can behave unpredictably on modified firmware.

📊 How often do you encounter system errors on Android?
Daily
Once a month
Rarely, but it happens
I have never seen such an error

Searching for and disabling active administrators

The easiest and safest way to solve the problem is to find the application that imposed the ban and revoke its rights. The menu interface may differ slightly on different phone models (Samsung, Xiaomi, Pixel), but the search logic remains the same for the entire Android ecosystem.

You need to go to the security settings section. Typically the path looks like this: Settings → Biometrics and security → Other security settings → Device administrator applications. On some shells, this item may be simply called “Device Administrators” and located in the “Privacy” or “System” section.

In the list that opens, you will see all applications that have special powers. The most common culprits are email clients (for example Microsoft Exchange), antivirus software, or parental control applications. If you see an unfamiliar application with a check mark that you did not knowingly install, this is a clear sign of a problem.

To disable rights, simply click on the application name and select the button “Disable” or “Deactivate”. After this, the system will remove all imposed policies, and the “Function has been disabled by the administrator” error should disappear instantly. If the button is inactive or returns back, it means that the application is protected from deletion or requires additional confirmation within its interface.

☑️ Checking administrator rights

Done: 0 / 4

Sometimes after disabling the administrator, you need to reboot the device to completely reset the policy cache. Do not ignore this step, as some background services may continue to hold old settings in RAM.

Deleting work profiles and corporate policies

If there is nothing suspicious in the list of administrators, but the error persists, the problem may lie in the so-called “Work profile”. This feature allows you to separate personal and work data on one device, creating an isolated environment with its own security rules.

The presence of a work profile is often indicated by a briefcase icon on application icons or a separate tab in the menu. Even if you don't actively use work applications, the very fact of a profile's existence activates strict security policies that block changes to settings in the personal section.

To delete a profile, go to Settings → Accounts. Find the “Work Profile” section or the account labeled “Corporate”. Click on it and select the option "Delete work profile". The system will warn that all data inside this profile (applications, contacts, files) will be permanently deleted.

Restriction type Where it appears Solution Risk of data loss
Administrator application Blocking specific functions (camera, USB) Disable in security settings No
Work profile Global bans, briefcase icon Deleting a profile in the Accounts section Work data only
System failure (Device Policy Manager) Error with any action Clearing system application data Resetting network/Wi-Fi settings
Malware Pop-up windows, screen lock Safe mode + deletion Possible if the virus encrypts files

After deleting the profile, the phone will return to its normal state. If the profile is necessary for work, but interferes with the use of personal functions, try contacting your company's system administrator to change the MDM (Mobile Device Management) policies.

What is MDM and how does it affect the phone?

MDM (Mobile Device Management) is a system for remote management of mobile devices used by companies. It allows the IT department to dictate the rules for using the phone: prohibit cameras, require a complex password, block the installation of games. If your phone is managed via MDM, you will not be able to remove restrictions without the permission of the network administrator.

Clearing system policy manager data

There are cases when an application has already been deleted, but its “ghost” remains in the system. This occurs because the system component Device Policy Manager (Device Policy Manager) has retained a cache of old rules. In such a situation, the list of administrators may be empty, but the blocking continues to operate.

The solution is to forcefully clear the data of this system service. Find the section Applications → Show system processesin the settings. In the list, look for an application called “Device Policy Manager”, “Device Policy Manager” or similar. On phones Samsung it may be hidden under the name “Android Device Policy”.

Go to application information and select “Storage”and then press “Clear data” i “Clear cache”. Don’t be afraid to perform this action: this service only stores policy configuration files, your personal photos, contacts and messages will remain safe.

⚠️ Attention: Clearing policy manager data may reset some security settings, such as screen unlock password complexity requirements. Be prepared to set the PIN code again.

After cleaning, be sure to restart the device. This is a critical step, since it is during boot that the system rereads the configuration files and detects that there are no active policies.

💡

If you cannot find “Device Policy Manager” in the general list, use the search inside the application settings menu. Enter the word “policy” or “policy” so that the system filters out the desired service.

Using safe mode to remove viruses

If none of the above methods helped, there is a high probability that malicious software has settled on the device. Some viruses disguise themselves as system processes and automatically assign themselves as administrators, blocking the ability to remove them normally.

To combat such threats, you need to boot your phone into Safe Mode. In this mode, only pre-installed system applications are launched, and all third-party software is temporarily disabled. This allows you to safely go into the settings and remove the culprit of the problem.

The method of entering safe mode depends on the model:

  • 📱 On most smartphones: hold down the power button on the screen until the “Safe Mode” icon appears, and press it.
  • 🔘 On older models: while turning on the phone, when the logo appears, hold down the volume down button and hold until it boots completely.
  • ⚙️ Universal method: through the reboot menu in the system settings (if available).

Once in safe mode (in the corner of the screen there will be corresponding inscription), check the list of device administrators again. Now you can disable the rights of the application that was previously blocked. After this, remove the suspicious software through the standard application manager.

To exit safe mode, simply restart the phone in the usual way. If the error disappears, it is strongly recommended to scan your device with a reliable antivirus to ensure that the threat is completely removed.

💡

Safe Mode is a “clean” environment for diagnostics. If the error disappears in this mode, it means that the problem is caused by a third-party application that you installed yourself.

Advanced method: removal via ADB

For the most difficult cases, when the phone interface is completely blocked or the administrator disable buttons do not work, there is a command line tool ADB (Android Debug Bridge). This method requires connecting your phone to your computer and having basic terminal skills.

You must first enable USB debugging. Go to Settings → About phone and click 7 times on the “Build number” item to become a developer. Then in the menu that appears For developers turn on the toggle switch "USB debugging".

Connect the phone to the PC, install the drivers and ADB platform tools. Open a command prompt on your computer and enter the following command to get a list of active administrators:

adb shell dumpsys device_policy | grep "Active Admin"

You will see a list of packages (for example, com.example.virus/.AdminReceiver). To remove administrator rights for a specific package, use the command:

adb shell dpm revoke-active-admin --package-name

In some versions of Android, the command may differ, and then you will need to use:

adb shell device_policy remove-active-admin --component

This method allows you to forcefully reset any policies, even those that are not deleted through the interface. However, be extremely careful when entering package names: removing system components can lead to unstable operation of the device.

Where can I get ADB?

Android Platform Tools can be downloaded officially from the Android developers website. This is a free set of utilities necessary for advanced configuration and repair of smartphones.

Extreme measures: full reset

If none of the methods brings results, the last option remains - a complete reset of the device to factory settings (Hard Reset). This is guaranteed to delete all user data, applications and, most importantly, all configured security policies.

Before performing this procedure, be sure to back up your important files, photos, and contacts, as they will be destroyed. The reset can be performed through the settings menu (System → Reset → Delete all data) or through Recovery mode if the phone does not boot normally.

To enter Recovery, turn off the phone, then hold down the button combination (usually Volume Up + Power). In the menu that appears, select Wipe data/factory reset and confirm the action. After rebooting, the phone will be like new, without traces of any administrators.

⚠️ Attention: After resetting the settings, FRP (Factory Reset Protection) protection may work on modern devices. You will need to enter the login and password for the Google account that was synchronized on your phone before the reset. Make sure you remember these details.

Use this method only when other methods have been exhausted. In 99% of cases, the problem can be solved at the stages of disabling administrators or clearing the cache of system services.

Frequently asked questions

Can the “Disabled by administrator” error appear on its own?

The error itself does not occur. There is always a reason: either you accidentally gave permissions to the application, or you updated to a new version of Android, which tightened the security policies for old applications, or malicious code entered the system.

Does this error affect the operation of the camera and microphone?

Yes, the device administrator can programmatically disable access to the equipment. If you see a crossed out camera icon or a blocked message, check your admin rights first.

Is it safe to disable Find My Device to resolve the issue?

Google's Find My Device service is also admin-administrated. Disabling it may temporarily resolve the conflict, but it will prevent you from being able to track your phone if it is lost. It's better to try clearing the Policy Manager data first.

What to do if the administrator’s “Disable” button is not pressed?

This means that the application is actively using its rights at the moment. Try to force stop this application in the settings (“Applications” → Select an application → “Stop”) and immediately after that try to disable administrator rights.

Will updating the system help remove the error?

Sometimes yes. Updating the firmware can fix bugs in the rights management system. However, in some cases, the update, on the contrary, will activate new security checks that will tighten the blocking. Try updating if other methods do not work.