The need to temporarily disable security mechanisms on a smartphone can arise for various reasons: from installing specialized software to eliminating false alarms of the system. Users often encounter a situation where built-in or third-party antivirus blocks the launch of the desired application or the deletion of a system file. In such cases, it is important to understand the security architecture of the operating system so as not to harm the device.

Modern versions Android have multi-level protection, which cannot always be easily disabled with one button. The deactivation process depends on the firmware manufacturer, system version and type of installed security software. Below we will analyze in detail the methods of managing protection for standard Google tools and third-party solutions.

Before starting any manipulations, you need to be aware of the risks. Disabling protection makes the device vulnerable to malicious scripts and phishing attacks. These instructions are intended for experienced users who understand the consequences of their actions and are ready to take responsibility for the security of personal data during the period when scanners are turned off.

Managing built-in Google Play protection

The main security tool in the Android ecosystem is the service Google Play Protect. It scans apps in the background and verifies them before installation. This component cannot be completely removed, since it is integrated into system services, but it can be temporarily deactivated to install software from untrusted sources.

To manage settings, go to the application store and open the profile menu. In the Play Protection section you will find the scan switch. By clicking on the gear icon, you can disable the “Scan apps with Play Protect” feature. This action will pause the automatic scan, but will not delete the virus signature database from the device memory.

⚠️ Attention: After installing the required application, it is strongly recommended to immediately return the switch to the active position. Leaving the system unattended for a long time increases the risk of Trojans being introduced.

Sometimes the system may require repeated confirmation of actions when attempting to run a questionable file. In this case, you will need to click the “Install Anyway” button in the system dialog that appears. Ignoring warnings should be a conscious step based on trust in the source of the file.

💡

If Google Play Protect keeps removing the app you want, try downloading its APK file through an incognito browser to avoid checking the store cache first.

Disable third-party antivirus applications

Third-party solutions from companies like Kaspersky, ESET or Dr.Web often have deeper system access rights than standard tools. They can intercept calls, block SMS and control access to the file system. The procedure for disabling them usually requires entering a special code or password.

Most mobile antiviruses have a “Self-Defense” or “Deletion Protection” function. This technology prevents the antivirus process from being closed by the task manager or removed through the settings. To deactivate the protection, you need to go to the settings of the application itself and uncheck the item Self-Defense.

  • 🔒 Find the “Security” or “General” section in the application settings.
  • 🔑 Disable the password protection function if it was installed previously.
  • 🛑 Click the "Pause protection" button in the main menu of the antivirus.
  • 🗑️ Only then can you delete the application through the system app manager.

In some cases, simply closing the application does not stop its services. A forced stop is required through the developer menu or special ADB commands. If an application requests device administrator rights, they must first be revoked in the general phone settings.

📊 Which antivirus do you use most often?
Google Play Protection
Kaspersky
Dr.Web
ESET
Other

Working with device administrator rights

Many malicious apps and some legitimate utilities receive administrator rights for deep integration into the system. This allows them to block factory resets or prevent themselves from being removed. These rights are managed through a single system interface.

To check the list of active administrators, go to section Settings → Security → Device Administrators (the path may differ depending on the model Samsung or Xiaomi). All applications that have elevated privileges are displayed here. Unchecking the box next to the desired application will return it to normal user status.

Access Level Capabilities Risk when disabled
User Access to your files Minimal
Administrator Screen lock, password reset Data loss when reset
System process Full control over the kernel Critical system failure

If the deactivation button is inactive (gray), it means that the application is actively using its privileges at the moment. Try rebooting your smartphone in safe mode to stop background services, and then try revoking rights again.

What to do if administrator rights are not removed?

If the standard method does not work, connect the phone to the PC and use the ADB command `adb shell dpm remove-active-admin`, replacing the identifier with the batch name of the application. This requires USB debugging to be enabled.

Using Safe Mode to Uninstall

Safe Mode (Safe Mode) loads the operating system with all third-party applications disabled. This is an ideal way to remove a virus antivirus or app that is blocking the normal operation of your phone. In this mode, only system components work.

To enter safe mode on most devices, you need to hold down the power button on the screen until the reboot menu appears. Then you need to hold your finger on the “Turn off” or “Reboot” item for a long time until a request to enter safe mode appears. Confirm the action, and the phone will reboot with a mark in the corner of the screen.

While in this mode, you can safely go to the application settings and remove any suspicious software, since its processes are not running. After removing the malware, simply restart your phone as usual to return to normal operation.

⚠️ Warning: In Safe Mode, some phone features such as Wi-Fi or Bluetooth may be disabled by default. Don’t be alarmed, this is normal system behavior to minimize threats.

USB debugging and ADB commands

For advanced users faced with uninstallable system antiviruses (bloatware), the only solution may be to use the toolkit Android Debug Bridge. This method allows you to manage packages directly through your computer, bypassing the phone's GUI.

First, you need to activate developer mode by tapping seven times on the build number in the About Phone section. Then enable USB Debugging in the developer menu. Connect your smartphone to the PC and run the command to view the list of packages:

adb shell pm list packages | grep -i antivirus

After identifying the exact name of the package (for example, `com.security.app`), you can hide it for the current user using the command pm uninstall -k --user 0. This does not physically delete the file from the system partition, but makes it invisible and inoperable for the main account.

☑️ Preparing to work with ADB

Done: 0 / 4

Restoring protection after work

After completing the necessary manipulations, it is critical to return the system to a protected state. Many users forget to reactivate services, leaving the device open to attack. Check the status of all security components before accessing the global network.

Make sure that Google Play Protect is active again and has carried out a full scan of the device. If you used a third-party antivirus, reinstall it and update the virus databases to the latest version. Regularly updating signature databases is the key to effective protection against new threats.

It is also recommended to check the list of permissions for recently installed applications. Attackers often disguise themselves as useful utilities, requesting access to contacts and SMS. Revoke unnecessary rights in the privacy settings.

💡

Android security depends not only on the antivirus, but also on the attentiveness of the user when granting permissions and installing files from unknown sources.

Frequently asked questions (FAQ)

Is it possible to completely remove Google Play Protect?

Complete removal is impossible without obtaining root access and modifying the system partition, which voids the warranty and may disrupt the operation of the application store. Only temporary disabling of scanning is available.

Why does the antivirus not allow itself to be removed?

This is a self-defense mechanism against viruses that try to disable security. It could also be a sign of malware. Try uninstalling the application through safe mode.

Is constantly disabling protection harmful to the battery?

Paradoxically, disabling the antivirus can reduce battery consumption, since background scanning stops. However, the risk of infection and subsequent activity of viruses will require much more energy.

How to distinguish a system antivirus from a virus?

System antiviruses are located in the “Device Applications” section and have a digital signature from the manufacturer. Viruses are often hidden, do not have an icon, or are disguised as system processes with typos in the name.