The situation when an application refuses to be deleted in the standard way is familiar to many users Android. The โDeleteโ button is either grayed out or an error message appears after clicking. This causes irritation, especially if the app takes up a lot of space or consumes resources in the background.
The reasons for this behavior can be very different: from simple system failures to malicious code that specifically blocks removal. Sometimes the user accidentally grants administrator rights to an application without realizing the consequences.
In this article we will look at all possible ways to solve the problem. You will learn how to revoke rights, use safe mode, and even use developer tools to forcefully remove stubborn applications.
Checking device administrator rights
The most common reason why a game or application is not removed is because it has rights. device administrator. Malicious apps are often disguised as useful utilities or games in order to gain these privileges and gain a foothold in the system.
To check the status of the application, you need to go to the security settings. The path may vary depending on the model of your smartphone, but usually it looks like this: Settings โ Biometrics and security โ Other security settings โ Device administrators.
In the list that opens, find the problematic game. If there is a checkmark next to it, then this is what prevents deletion. Uncheck the box and confirm the action in the dialog box that appears.
โ ๏ธ Attention: If after unchecking the box the application automatically installs it again, this is a clear sign of a Trojan virus. In this case, normal deletion is impossible without switching to safe mode.
After revoking rights, try deleting the game in the standard way through the app menu. In 90% of cases, the problem is solved at this stage.
Some system antiviruses can block the revocation of rights from suspicious applications. If you canโt uncheck the box, temporarily disable the built-in defender.
Removal via Safe Mode
If standard methods do not help, you should boot your smartphone into safe mode. In this mode, only system applications are launched, and all third-party games and apps are blocked. This allows you to remove even those applications that actively resist.
To enter this mode on most modern smartphones you need to hold down the power button on the screen. When the reboot menu appears, press and hold "Power Off" or "Reboot" for a few seconds.
After confirmation, the system will prompt you to enter Safe Mode. The screen will become a little dimmer, and a corresponding inscription will appear in the corner. Now find the undeletable game in the menu and try to delete it.
- ๐ฑ On devices Samsung often you need to hold down the volume down button immediately after the logo appears when you turn it on.
- ๐ On some models Xiaomi i Poco It is enough to simply hold the power button on the screen until the prompt to switch to safe mode appears.
- ๐ If the software power button does not work, try the physical power button: turn off the phone, turn it on, and when the logo appears, hold down the volume down button.
After successful removal, reboot your phone as usual to exit safe mode. The system will return to normal operation, but without the deleted application.
Using developer mode and ADB
For advanced users for whom the previous methods did not work, there is a way through USB debugging. This requires connecting your smartphone to your computer and using the platform Android Debug Bridge (ADB).
You must first activate developer mode. Go to Settings โ About phone and quickly click 7 times on the โBuild numberโ item. After this, a new section โFor Developersโ will appear in the settings menu.
Enable the โUSB Debuggingโ item in this section. Connect your phone to PC with a cable. On the computer where the drivers and ADB tools are installed, open the command line.
adb devices
This command will show a list of connected devices. If everything is correct, you will see your phone's serial number. Next, you need to find out the exact name of the game package.
adb shell pm list packages | findstr "name"
Replace "name" with part of the game name. Once you have the full package name (for example, com.example.game), enter the command to remove:
adb shell pm uninstall -k --user 0 com.example.game
โ ๏ธ Warning: Be extremely careful when entering commands. Removing a system package can lead to system instability or bricking of the device.
This method removes the application for the current user, which effectively hides it and frees up space, even if it is a system one.
What to do if the computer does not see the phone?
Make sure the cable is working and supports data transfer, not just charging. Try a different USB port or install the manufacturer's official drivers.
Removing system applications without Root
Sometimes the user wants to remove a pre-installed game that the manufacturer installed as a system one. Regular deletion is blocked for them. Previously, this required root access, but now you can do without them.
There are special manager applications, such as Universal Android Debloater or Package Disablerthat use the same ADB mechanisms, but in a convenient graphical interface.
These utilities allow you to see a list of all packages, including hidden system ones. You can select the unwanted game and click the delete button. The app itself will generate and send the required command to the device.
| Utility name | PC required | Root required | Complexity |
|---|---|---|---|
| ADB AppControl | Yes (Windows) | No | Low |
| Universal Android Debloater | Yes (Win/Mac/Linux) | No | Medium |
| System App Remover | No | Yes | High |
| Package Disabler Pro | No | No (for Samsung) | Low |
Using such tools allows you to clean your smartphone from bloatware (junk software), significantly speeding up its operation and freeing up RAM.
Removing a system application via ADB does not erase its files from the system partition completely, but makes them inaccessible to the user and frees up user space.
Fighting viruses and miners
If the game is not deleted, it behaves strangely, displays advertising on the desktop desktop or quickly drains your battery, you are most likely dealing with malware. Such apps are often disguised as system settings icons or have transparent icons.
In this case, simple removal may not be enough. The virus may have self-repair mechanisms. It is necessary to conduct a full scan of the device with a specialized antivirus, for example Dr.Web or Kaspersky.
Often the virus hides its icon in the application menu. To find it, go to Settings โ Applications โ All applications. Review the list carefully. The malicious app may not have a name or icon, but occupy a place in the list.
- ๐ต๏ธโโ๏ธ Look for applications without an icon or with a name consisting of spaces.
- ๐ก๏ธ Check permissions: if a simple flashlight requires access to contacts and SMS, it is suspicious.
- ๐ Pay attention to battery consumption: an application that you do not use, but which consumes 20% of the charge, is a candidate for removal.
If the antivirus finds a threat, follow its recommendations for quarantine or removal. In difficult cases, a complete reset of the settings may be required.
Resetting the settings as a last resort
When none of the above methods helped, a radical but effective method remains - Hard Reset. This will return the phone to its factory state, erasing all user data and applications.
Before performing this procedure, be sure to back up your important data: photos, contacts, and documents. After the reset, it will be impossible to restore them without a backup.
You can perform a reset through the settings menu: Settings โ System โ Reset settings โ Delete all data. If the phone does not turn on or the menu is not available, use a combination of buttons (usually Volume Up + Power) to enter Recovery Mode.
โ ๏ธ Attention: After resetting the settings, the phone will be like new. You will have to reconfigure your Google account, Wi-Fi and install the necessary applications.
This method is guaranteed to remove any viruses and uninstallable applications, since the user memory partition is formatted.
โ๏ธ Preparing to reset the settings
Preventing the appearance of uninstallable applications
In order not to encounter similar problems in the future, you should maintain digital hygiene. The main reason for infection is the installation of applications from unverified sources.
Try to download games and apps only from the official store Google Play. There, applications undergo a security check, although it does not give a 100% guarantee, but the risk is much lower.
In the security settings, disable the ability to install applications from unknown sources. If you need this feature for a specific app, enable it only during installation and disable it immediately afterwards.
Regularly check the list of applications with administrator rights. Do not grant these rights to games, flashlights, calculators, or other simple utilities. The administrator can only be an antivirus or an application for finding a phone.
What to do if the โDeleteโ button is gray and cannot be pressed?
This means that the application has active administrator rights or is a system one. First revoke administrator rights in security settings. If this is a system application, use developer mode and ADB.
Is it possible to remove a virus if it does not allow you to enter the settings?
Yes, to do this you need to boot the phone into safe mode. In this mode, the malicious application will not start and will not be able to block access to the settings, which will allow it to be deleted.
Is it safe to delete system games via ADB?
Removing most pre-installed games is safe. However, do not delete applications related to the system, phone, messages or settings, as this may disrupt the operation of the smartphone.
Why does the application appear again after deletion?
Most likely, several related parasitic applications are installed on the phone, which restore each other, or the virus has administrator rights. You need to delete them all at the same time in safe mode.
Do you need root access to remove any game?
No, in modern versions of Android, most applications, including many system ones, can be removed or disabled without root access, using developer mode and the ADB command.