Many users are faced with an unpleasant situation when the standard “Delete” button in the settings is inactive or completely missing. This happens when a app receives device administrator rightswhich antiviruses, parental controls, or malware often do. Regular removal in this case is impossible, since the security system blocks any actions aimed at disabling critical components, in the opinion of the application.

To solve this problem, you must first revoke the privileges that were issued to the app. The process may seem complicated due to the confusing menus in different shells, but the logic of actions is the same for most versions Android. In this instruction, we will analyze both standard methods through the settings, and advanced methods using USB debugging if the interface is completely blocked by a virus.

Before taking active steps, it is important to understand what software is causing the blocking. Often these are old utilities for finding a phone or DoubiCleaner, which the user installed a long time ago, but forgot about them. Incorrect deletion can lead to data loss, so you need to act carefully and consistently, following the steps described below.

What are administrator rights and why do they block deletion

Device Admin API rights are a special access level in the operating system Androidthat allows applications to perform important security functions. When you activate this mode for the app, it gets the ability to lock the screen, reset the password, encrypt data, or even remotely erase information from the phone if lost. It is this high degree of trust and protection that prevents the simple deletion of a file.

The system deliberately limits the user so that an attacker or an accidental click cannot disable the protection. For example, if malware gains such rights, it can prevent you from entering settings or installing an antivirus. Therefore, while the administrator status is active, the uninstall button will be gray and unclickable. This is a fundamental security mechanism, not a system bug.

⚠️ Warning: Revoking administrative rights from legitimate applications (for example, corporate email clients or MDM systems) can lead to blocked access to work data or a violation of company security policies.

There are several levels of such privileges. Some applications require them for lock screen functions, others require them for deep cleaning of the system. Understanding the difference will help you decide whether it's worth keeping this app on your phone at all. In some cases, it is easier to delete an application than to deal with its rights, but first these rights need to be revoked.

Technical details of how Device Admin works

The Device Admin API allows applications to receive events such as screen lock, password change, or factory reset. This is low-level access that bypasses some standard user interface restrictions.

The standard way to disable rights through system settings

The simplest and safest method is to use the built-in settings menu Android. The interface may differ slightly depending on the smartphone manufacturer (Samsung, Xiaomi, Pixel), but the path to the desired section usually lies through general security. Your task is to find the list of active administrators and uncheck the box next to the problematic application.

First, go to the main settings menu and find the section responsible for security. In pure Android this is often the “Security” or “Biometrics and Security” item. In shells from Chinese manufacturers, this item may be hidden in the “Advanced” subsection or called “Confidentiality”. Don’t be afraid to click on different items, the system will ask for confirmation before removing rights.

After you have found the list of administrators, you will see a list of apps that have a special status. Select the application you want and click the Disable or Deactivate button. The system may ask for confirmation several times, warning about risks - agree if you are confident in your actions. After this, the status will change and the app will become a regular user application.

💡

If you cannot find the “Device Administrators” item in the menu, use the settings search. Enter the word “admin” or “admin” into the search bar at the top of the settings screen - the system itself will prompt you for the desired section.

Now that the privileges have been removed, you can proceed to normal deletion. Go to Applications, find the app in the list and click Uninstall. The button should become active. If, after disabling rights, the button still does not work, perhaps the application has additional hidden protections or is a system one.

📊 What problem did you encounter when uninstalling?
The “Delete” button is inactive
The application is hidden from the list
Phone hangs when trying to uninstall
I can’t find the administrator settings
Another problem

Step-by-step guide for different versions of Android

Differences in the interface can be confusing, so we have prepared specific paths for the most popular versions of the operating system. Navigation in Android 10, 11 and newer versions has become more unified, but older models may have differences. Follow the instructions appropriate for your software version.

Here are the main paths to access rights management in various shells. Please note that item names may be translated differently, so be guided by the meaning of the section.

  • 📱 Pure Android (Pixel, Motorola): Settings → Security → Advanced settings → Device administrator applications.
  • 🌌 Samsung One UI: Settings → Biometrics and security → Other security settings → Device administrator applications.
  • 🔴 Xiaomi MIUI / HyperOS: Settings → Passwords and security → Privacy → Special permissions → Device administrator applications.
  • 🟢 OxygenOS (OnePlus): Settings → Security and screen lock → Advanced settings → Administrator applications devices.

On some devices, especially older models, this item may be located directly in the “Applications” menu in the accessibility section. If you do not find the desired section in the specified paths, try using the search inside the settings, since manufacturers often change the menu structure in updates.

☑️ Algorithm of actions for removal

Done: 0 / 5

Removal via safe boot mode

If the usual disabling of rights does not help or the application constantly returns to administrator status immediately after a reboot, you should try safe mode. In this mode Android it is loaded only with system applications, blocking all third-party software. This allows you to bypass the protection of malware that tries to interfere with uninstallation.

To enter safe mode, you usually need to hold down the power button on the screen, and then hold your finger on the “Shut down” or “Restart” icon for a long time until you are prompted to enter safe mode. On devices with a non-removable battery, the combination may be different: you often need to hold down the volume down button when you turn on the phone.

After loading, you will see the words “Safe Mode” in the corner of the screen. In this state, third-party applications do not work, which means their protection is not active. You can safely go into the settings, delete the problematic application in the standard way, and then simply restart the phone in normal mode.

⚠️ Attention: In safe mode, some phone functions (sound, Wi-Fi, mobile network) may be disabled or not work correctly. This is normal, they will recover after a reboot.

This method is especially effective against ransomware viruses that block the screen. Since malicious code does not run in Safe Mode, you gain full control over the device. The main thing is not to forget to delete the application before exiting this mode, otherwise the protection may be activated again.

💡

Safe mode is the “gold standard” in the fight against uninstallable viruses, as it completely isolates malicious code from the system.

Advanced method: Using ADB for removal

If the graphical interface is tightly locked or settings are not available, the tool ADB (Android Debug Bridge)comes to the rescue. This is a command line utility that allows you to control your phone from your computer. To use it, you will need to enable USB debugging in the “For Developers” menu.

Connect the phone to the computer with a cable and open the command line in the ADB tools folder. First, check the connection with the command adb devices. If the device appears in the list, you can proceed with deletion. You will need to know the exact name of the application package, which can be found in the settings or through the command adb shell pm list packages.

adb shell pm uninstall --user 0 application.package.name

This command will remove the application for the current user, effectively uninstalling it without having to access the phone screen. This is a powerful tool, but you need to use it carefully: removing system packages can lead to the smartphone not working.

If enabling USB debugging is blocked by a virus, this method will not work without first resetting the settings or entering safe mode. However, for complex cases when the application is disguised as a system one, ADB remains the only working option.

Table: Comparison of removal methods

To make it easier for you to choose the appropriate method, we have compiled a comparison table of methods. Each of them has its own advantages and limitations depending on the degree of blocking of the device.

Method Complexity Efficiency Risk of data loss
Through settings Low Medium No
Safe Mode Medium High No
ADB (Command Line) High Maximum Min
Factory reset Low Maximum Total loss

As can be seen from the table, the method through settings is the simplest, but does not always work with resistant viruses. ADB requires technical skills but gives complete control. Resetting to factory settings is an extreme measure, which should be resorted to only if nothing else helps.

What to do if nothing helps: Reset settings

In the most advanced cases, when the virus has embedded itself into the system so deeply that it blocks even entering safe mode or debugging, there is only one option left - Hard Reset. This is a complete reset of the device to its factory state, which erases all data, including malware.

You can perform a reset through the Recovery menu. To do this, turn off the phone, then hold down the combination of buttons (usually Volume Up + Power or Volume Down + Power, depending on the model). In the menu that appears, select the item Wipe data/factory reset, moving with the volume buttons and confirming the selection with the power button.

⚠️ Attention: Before performing the reset, make sure that you have a backup copy of important contacts and photos, as this process permanently deletes all information from the internal memory of the phone.

After completion process, the phone will reboot as new. You'll have to set up your Google account and install apps again. This is a guaranteed way to get rid of any administrative application, since the system returns to its original state, in which, by definition, there cannot be viruses.

💡

After resetting the settings when setting up your phone for the first time, do not restore the backup copy of applications immediately. First, check to see if the virus will come back with the backup. Install apps manually one at a time.

Prevention: How to avoid installing hidden administrators

The best way to deal with the problem is to prevent it from occurring. Read the permission requests carefully when installing new apps. If a simple flashlight or calculator asks for administrator rights, this is a clear sign of fraud. Never grant such rights to dubious applications.

Regularly check the list of active administrators in your security settings. Once a month, you should look into this section and disable everything that you do not use or that is suspicious. Also install a reliable antivirus from a reputable vendor that can warn you about an attempt to gain elevated privileges.

Download applications only from the official store Google Play. Although malicious software sometimes sneaks in there, the Google Play Protect security system checks apps much more thoroughly than third-party sites. Avoid installing APK files from Telegram channels and unverified forums.

Is it possible to remove a system application with administrator rights?

Regular system applications pre-installed by the manufacturer cannot be removed using standard methods, even if you revoke administrator rights. This requires root access or using ADB with the system uninstall flag, which can lead to a system crash (bootloop).

Why is the "Uninstall" button gray after disabling rights?

If you have disabled rights, but the button is still grayed out, the application may have the status of "Device Owner" or pinned to the screen (Screen Pinning). Try unpinning the screen or deleting the application through your Google account settings.

Will the antivirus delete the administrator application?

Most modern antiviruses can detect such an application and offer to disable its rights, but the deletion itself often requires manual confirmation by the user through the system settings for security reasons.

Is it dangerous to disable the rights of an application “Find device”?

Yes, this is dangerous. Disabling rights to the Find My Device system service will deprive you of the ability to track your phone if lost or remotely block it. Leave this item active.

What is a hidden administrator on Android?

This is a malicious application that masks its icon and name in the list of administrators, sometimes appearing as an empty line or a system process. You can only remove it through ADB or reset settings.