Trojan viruses on Android are one of the most dangerous threats to your smartphone. Unlike regular ad viruses, Trojans can steal passwords, bank data, send paid SMS messages, or even turn your phone into part of a botnet. The main problem is that they disguise themselves as legitimate applications and often go undetected for months.
This article will help not only detect a Trojan, but also remove it completely from the device - even if it has blocked access to settings or antivirus. We will look at both standard methods (via safe mode and antivirus scanners) and advanced ones (manual removal via ADB and factory reset). Important: some Trojans are able to survive after flashing, so the methods given here take into account such cases as well.
If your phone starts to slow down, spontaneously open ads, overheat or discharge in a few hours, this is a reason to check the system for Trojans. Even if there are no symptoms, a preventative check every 2-3 months is recommended for all Android users.
Signs of infection with a Trojan virus
Trojans rarely reveal their presence with clear symptoms, but there are indirect signs that should alert you:
- ๐ฑ Unknown applications in the list of installed apps (especially with names like "System Update", "Flash Player" or "Google Play Service").
- ๐ฐ Money debits from your account or SMS to short numbers that you did not send.
- ๐ A sharp increase in battery consumption (check in
Settings โ Battery- if the process is unknown consumes >15%, this is suspicious). - ๐ Redirection in the browser to suspicious sites (for example, when you open Google you end up on "google-security-alert.com").
- ๐ฅ Spontaneous installation of applications or the appearance of advertising on top of all windows.
Trojans are especially dangerous. disguise as Android system processes (for example, "com.android.system" or "android.process.media"). They are difficult to detect without special tools, since they do not appear in the standard application menu.
โ ๏ธ Attention: Some Trojans (for example, Anubis or Cerberus) can obtain rights device administrator. This allows them to block removal through standard means. If you see unknown applications in Settings โ Security โ Device administrators this is a critical sign of infection.
Preparing for deletion: safe mode and backup
Before you start cleaning, you need put the phone into safe mode. This disables all third-party applications, including the Trojan, and allows you to work without its intervention.
Methods for starting safe mode depend on the phone model:
- ๐ฑ Samsung, Xiaomi, Google Pixel: Hold down the power button โ long tap on "Turn off" โ "Safe mode."
- ๐ฑ Huawei, Honor: Press the power button โ "Turn off" โ hold your finger on the screen until the request appears.
- ๐ฑ Universal method: Turn off the phone โ turn it on by holding the button decrease the volume until boot.
In safe mode, the inscription โSafe Modeโ (Safe Mode) will appear at the bottom of the screen. Now you can start diagnosing. But first back up your important data:
โ๏ธ What to save before cleaning
โ ๏ธ Attention: Do not connect the infected phone to the computer without first checking with an antivirus (for example, Kaspersky Virus Removal Tool). Some Trojans (for example Triada) can spread via a USB connection.
Method 1: Removing the Trojan through antivirus applications
If the Trojan has not blocked the installation of new apps, the easiest way is to use specialized antiviruses. However, not all of them are equally effective against Trojans. We recommend the following tools:
| Antivirus | Effectiveness against Trojans | Features | Link (Google Play) |
|---|---|---|---|
| Malwarebytes | โญโญโญโญโญ | Specializes in Trojans and spyware. The free version removes threats, but without real protection. | com.malwarebytes |
| Bitdefender | โญโญโญโญ | Cloud scanner with minimal load on the system. Plugins for banking protection. | com.bitdefender.security |
| Kaspersky Internet Security | โญโญโญโญโญ | The best for detecting root-ฯฯฮฟyans. Requires a lot of resources. | com.kms.free |
| Dr.Web Light | โญโญโญ | Good for Russian-language threats. Free version with limited functionality. | com.drweb |
Scanning instructions:
- Install the selected antivirus from Google Play (do not download APK from third sites!).
- Run full scan (not fast!). This may take 30-60 minutes.
- If threats with the mark
Trojan,BackdoororSpywareare found, remove them through the antivirus interface. - Reboot the phone into normal mode and check the symptoms.
If the antivirus does not find the Trojan, but the symptoms remain, try another scanner (for example, after Malwarebytes run Kaspersky). Some Trojans block the work of antiviruses - in this case, proceed to the following methods.
If the antivirus does not install due to the "Device is not compatible" error, download the APK from the official website of the developer (for example, malwarebytes.com) and install manually through the file manager.
Method 2: Manual removal of the Trojan through Android settings
If the Trojan has not received administrator rights, it can be removed manually. To do this:
- Open
Settings โ Applications(or "All applications"). - Tap on the three dots in the upper right corner and select "Show system processes".
- View the list for suspicious applications. Pay attention to:
- ๐ฆ Applications with unclear names (for example, "Update Service", "Android Helper").
- ๐ Applications with installation datewhich you do not remember.
- ๐ฅ Applications with zero size or very small (for example, 10 KB).
- ๐ Applications that cannot be stopped (the "Stop" button is inactive).
If you find a suspicious application:
- Tap on it โ "Delete" (or "Disable" if the delete button is inactive).
- If the error "Failed to uninstall" appears, proceed to method 4 (uninstallation via ADB).
Pay special attention to the sections:
Settings โ Security โ Administrators devicesโthere may be Trojans with extended rights here.Settings โ Accessibilityโsome viruses disguise themselves as accessibility services.
What does a Trojan look like in the list of administrators?
Usually this is an application with a random set of letters (for example, "xHelper" or "com.android.systemupdate") or a copy of the name of the system process (for example, "Google Play Service" instead of "Google Play Services").
Method 3: Removing the Trojan via ADB (for experienced users)
If the Trojan blocked removal through the interface or received administrator rights, you can use Android Debug Bridge (ADB). This is a debugging tool that allows you to control your phone through the command line of your computer.
You will need:
- ๐ป Computer with Windows, macOS or Linux.
- ๐ USB cable (preferably original).
- ๐ ๏ธ Installed drivers for your phone (download from the manufacturer's website).
- ๐ฅ ADB and Fastboot (official package from Google).
Instructions:
- Turn on phone USB debugging:
- Go to
Settings โ About phone. - Tap 7 times on the "Build number" item (the message "You have become a developer" will appear).
- Go back to
Settings โ System โ For Developersand enable "USB Debugging".
- Go to
cmd in Windows or Terminal in macOS/Linux) and go to the folder with ADB.adb devices
The serial number of your phone should appear.
adb shell pm list packages -f
Look for suspicious names (for example, com.android.fakeupdate).
adb shell pm uninstall -k --user 0 package name
Replace package name with the name you found (for example, com.virus.trojan).
โ ๏ธ Attention: Removing system packages via ADB can lead to phone malfunction. Do not remove anything unless you are 100% sure that it is a virus. To check, use services like VirusTotal (download the APK of the Trojan and check the reports).
ADB is the most powerful way to remove Trojans, but requires caution. If you are not sure of your actions, it is better. use a factory reset (method 5).
Method 4: Removing the Trojan via Recovery Mode (if the phone is locked)
If the Trojan has completely blocked the phone (does not allow you to enter the settings, constantly opens ads or demands a ransom), you can try to remove it via Recovery ModeThis method does not require a computer. but will reset all application settings.
Instructions:
- Turn off the phone.
- Hold down the button combination to enter Recovery:
- Samsung:
Power + Volume up + Bixby. - Xiaomi/Redmi:
Power + Volume up. - Google Pixel:
Power + Volume down(after vibration, release the power). - Huawei:
Power + Volume up(hold for 10 seconds).
- Samsung:
Wipe cache partition (clear cache). This will not delete the data, but may remove temporary files of the Trojan.Wipe data/factory reset (full) reset). Attention: this will delete all applications, photos and settings!Reboot system now).If the Trojan returned after the reset (this happens with viruses like xHelper), which means it is built into the firmware. In this case, only flashing via Fastboot (method 5) will help.
If you canโt enter Recovery because the buttons are locked, try connecting the phone to the charger and holding it down immediately after vibration. the desired combination.
Method 5: Reflashing the phone (extreme case)
If the Trojan survived after a factory reset, it most likely built into the firmwareThis is typical for viruses that spread through fake firmware or infected updates. (for example, Triada or Loapi).
In this case, it is necessary completely reflash phone official firmware from the manufacturer. The instructions depend on the model, but the general algorithm is as follows:
- Download official firmware for your model from the manufacturer's website:
- Samsung: SamFW or Samsung Firmware.
- Xiaomi: Official MIUI website.
- Google Pixel: Google Factory Images.
.zip or .tgz).Fastboot (usually Power + Volume down).fastboot flash bootloader file_name.imgfastboot reboot-bootloader
fastboot flash radio file_name.img
fastboot reboot-bootloader
fastboot -w update firmware_name.zip
โ ๏ธ Attention: Incorrect firmware can turn your phone into a brick. If you are not sure of your actions, contact the service center. Also note that flashing the firmware will reset it DRM keys (on some phones this will lead to loss of camera quality or sound).
After flashing:
- Do not restore data from a backup (the Trojan may return!).
- Install an antivirus and scan everything downloaded files.
- Update all applications via Google Play.
How to protect your phone from Trojans in the future
The best protection against Trojans - preventionFollow these rules to minimize risks:
- ๐ Do not install APKs from unverified sources (torrents, forums, sites with โhackedโ games).
- ๐ก๏ธ Use an antivirus with real protection (not just a scanner). Set up automatic scanning once a week.
- ๐ Update Android and applications. Many Trojans exploit vulnerabilities in older versions.
- ๐ฑ Disable installation from unknown sources (
Settings โ Security โ Unknown sources). - ๐ Do not connect to public Wi-Fi without a VPN (for example, ProtonVPN or Windscribe).
- ๐ณ Do not enter banking data in the browser on your phone (use official bank applications).
You need to be especially careful with:
- ๐ฎ "Hacked" games (90% of them contain Trojans or miners).
- ๐บ Applications for "free" viewing of movies/series (for example, Cinema HD, TeaTV).
- ๐ผ Fake "investors" or "cryptocurrency wallets" (a popular method of distribution Anubis).
Even official applications on Google Play may contain Trojans (for example, QR code scanners or flashlights). Always check reviews and ratings before installation.
FAQ: Frequently asked questions about removing Trojans from Android
Is it possible to remove a Trojan without resetting the settings?
Yes, if the Trojan has not received administrator rights or is not built into the firmware Try antivirus (method. 1). data-i="276">The Trojan demands money for unlocking the phone. What should I do? manual removal (method 2). If the Trojan is blocking the installation of the antivirus, use ADB (method 3) or safe mode.
The Trojan demands money to unlock your phone. What to do?
This is ransomware. Do not pay - after payment, the phone will still remain infected. Try:
- Load into safe mode and remove suspicious applications.
- If that doesnโt help, do reset via Recovery (method 4).
- For ransomware (for example, LeakerLocker), flashing may be required.
After removal, the Trojan comes back. Why?
This is a sign that:
- Trojan built into the firmware (need flashing, method 5).
- You have restored data from infected backup copy.
- Trojan hides in another application (check all installed apps).
Use Malwarebytes in mode real protection after cleaning to prevent re-infection.
Can a Trojan on Android infect a computer?
Yes, some Trojans (for example, Cerberus or FluBot) can spread through USB connection or local network. To protect your PC:
- Scan your phone with an antivirus before connecting.
- Disconnect USB debugging after use ADB.
- Do not open files from your phone on your computer without checking.
What are the most dangerous Trojans for Android in 2026?
According to data Kaspersky and Malwarebytes, the most common and dangerous Trojans:
| Name | Type of threat | What it does |
|---|---|---|
| Anubis | Banking Trojan | Steals bank card data, SMS, contacts. |
| Cerberus | RAT (remote access) | Gives attackers complete control over the phone. |
| xHelper | Rootkit | Installed in the system partition, survives reset. |
| FluBot | SMS scammer | Sends SMS with phishing links to your contacts. |
| BlackRock | Spyware | Steals logins from social networks, instant messengers, cryptocurrency wallets. |