Viruses on smartphones Honor is a problem that every fifth Android user faces. Unlike iOS, the open architecture of the operating system allows malware to enter through third-party applications, phishing sites, or even vulnerabilities in the firmware. Devices with outdated versions of EMUI (up to 12.0) and those with automatic security updates disabled are especially vulnerable. But donโt rush to take your phone to a service center: in 90% of cases, viruses can be removed yourself, without resorting to paid antiviruses or resetting to factory settings.
This article will help you clean Honor from viruses for free with minimal risks to your data. We will look at both standard methods (like safe mode and the built-in scanner) and advanced techniques - from analyzing process activity to manually deleting suspicious APK files. All instructions are adapted to current models Honor 50/60/70/80/90, Magic series and budget devices on EMUI 13/14 (Android 13/14). If your phone starts to slow down, show annoying ads or install applications on its own, you are on the right track.
Signs of virus infection on Honor: how to recognize the threat
The first step to cleaning is accurate confirmation of the presence of the virus. Many symptoms (such as slow performance) can be caused by an overloaded system or outdated firmware. Pay attention to these key markers:
- ๐ฑ Self-installation of applications โunknown games or utilities appear in the menu (often with Chinese characters in the name).
- ๐ธ SMS to paid numbers โsent SMS to short numbers are found in the message history (for example, 1234. data-i="51">Settings โ Battery
- ๐ Rapid battery consumption - the phone discharges in 2-3 hours without active use, and in
Settings โ BatteryAn unknown process with a consumption of 20%+ is visible. - ๐ Redirection in the browser โ when opening sites, you are automatically redirected to pages with advertising or โwinnings.โ
- ๐ Suspicious traffic activity โ
Settings โ Mobile network โ Traffic usageit is clear that an unknown application is โeatingโ gigabytes of data.
If you notice at least 2-3 signs from the list, the probability of infection exceeds 80%. The combination of rapid battery drain and unknown SMS is especially dangerous - this is typical for banker Trojans that steal card data. Before proceeding cleaning, check whether your Honor is connected to public Wi-Fi networks (for example, in cafes or airports) - this is the main channel for the spread of viruses in 2026-2026.
โ ๏ธ Attention: Some viruses disguise themselves as system processes (for example,com.android.systemorgoogle.play.services). Never delete them manually - this can lead to firmware failure.
Method 1: Safe Mode - how to temporarily disable viruses
Safe Mode (Safe Mode) loads only standard applications Android, blocking all third-party apps, including viruses. This will help:
- ๐ก๏ธ Stop malware activity.
- ๐ Identify the source of the problem (if the phone works fine in safe mode, the virus is definitely in one of the installed applications).
- ๐๏ธ Delete suspicious apps without interference.
To launch Safe Mode on Honor:
- Hold the button Poweruntil the shutdown menu appears.
- Press and hold your finger on the option "Turn off" (or "Reboot" on new models).
- In the window that appears, select "Safe Mode" (or
Safe Mode). - Wait 1-2 minutes - the phone will reboot with the message "Safe Mode" at the bottom of the screen.
If the phone works stably in this mode, the problem is definitely in one of the installed applications. Go to Settings โ Applications and remove all apps installed in the last 2-3 weeks (especially unknown ones). sources). Pay attention to applications with rights administrator โthey can be seen in Settings โ Security โ Device administrators.
โ๏ธ Actions in Safe Mode
โ ๏ธ Attention: On some models Honor (for example, Honor 8X or Honor 10 Lite) safe mode may not display all installed applications. In this case, use built-in virus scanner (method 2).
Method 2: Built-in EMUI antivirus - hidden function of Honor
Firmware EMUI (even on budget models like Honor X6 or Honor Play 20) contains a built-in virus scanner, which many users do not notice. It is less effective than specialized antiviruses, but does not require installation and works offline. To activate it:
- Open
Settings โ Security and privacy. - Select item "Device protection" (or
Device Securityin English firmware). - Click "Scan" and wait until the scan is completed (takes 2-5 minutes).
- If threats are found, the system will prompt delete them - confirm the action.
The built-in scanner detects:
- ๐ฆ Adware โ advertising viruses that display banners on top of the screen.
- ๐ต๏ธ Spyware โ apps that steal data (for example,
Android.Spy.XXX). - ๐ฃ Trojans โ malicious files masquerading as legitimate APKs.
However, this method has limitations:
| Type of virus | Detects? | Deletes? |
|---|---|---|
| Adware | โ Yes | โ Completely |
| Spyware | โ Yes (basic) | โ ๏ธ Partially |
| Rootkits | โ No | โ No |
| Phishing applications | โ Yes | โ Yes |
| Viruses in system files | โ No | โ No |
If the scanner found no threats, but symptoms infections remain - go to method 3 (manual check of processes).
After scanning, reboot the phone. Some viruses block removal until the device restarts.
Method 3: Manual check of active processes (for experienced)
This method requires care, but it allows you to find viruses that the built-in scanner does not detect. We will analyze active processes through the hidden developer menu. Suitable for models Honor on Android 10+ (EMUI 10 and newer). data-i="163">active processes
Step 1: Activate developer mode:
- Go to
Settings โ About phone. - Press 7 times in a row on the item "Build number" (or
Build number). - Enter the PIN code if required.
Step 2: Check processes:
- Return to
Settings โ System โ Developer options. - Find the option "Process statistics" (or
Process Stats). - Pay attention to processes with:
- ๐ Unclear names (for example,
com.system.update.fakeorandroid.secure.service). - ๐ High CPU consumption (more than 15% at rest).
- ๐ Continuous activity (even when the phone is not used).
Step 3: Stop the suspicious process:
- Click on the process in the list.
- Select "Stop" (or
Force Stop). - If the process appears again after a reboot, it is 100% a virus.
Critical: Do not stop processes with names android.process.media, com.huawei.systemmanager or zygote โthese are EMUI system components, stop them will lead to a crash.
How to distinguish a system process from a virus?
System processes usually have names starting with "com.android.", "com.huawei." or "com.honor.". Viruses often disguise themselves as random sets of letters (for example, "com.xyz.abc123") or copy the names of legitimate applications. with typos (for example, "com.whatssapp" instead of "com.whatsapp").
Method 4: Removing viruses via ADB (without root)
If the virus has blocked access to the settings or is not removed by standard methods, you can use ADB (This method does not require rights). root, but will require a computer with Windows/macOS/Linux. Suitable for all models Honor, including Honor Magic 5 Pro i Honor 90.
Step 1: Preparation:
- ๐ป Download ADB Tools from the official website Android.
- ๐ฑ On your phone, activate USB debugging USB debugging
Developer options. - ๐ Connect Honor to the computer via a USB cable (original!).
Step 2: Launch the command line (Windows) or terminal (macOS/Linux) and enter:
adb devices
If the phone is recognized (the serial number appears), continue. If not, check the drivers or cable.
Step 3: Find and remove the virus. First get a list of all packages:
adb shell pm list packages -f
Look for suspicious names in the output (for example, com.virus.fakeupdateTo remove a package:
adb shell pm uninstall -k --user 0 package name
Example for removing a virus com.malware.example:
adb shell pm uninstall -k --user 0 com.malware.example
โ ๏ธ Attention: Some viruses block ADB commands. If after entering the command you see an error Failure [DELETE_FAILED_DEVICE_POLICY_MANAGER], then the malware has administrator rights. In this case, only Factory reset (method 7) will help. data-i="221">Attention:
ADB is the most powerful way to remove viruses without root, but requires caution. An error in the command can lead to the removal of system applications.
Method 5: Free antiviruses - which ones really work
If manual methods do not help, you can use free antiviruses. However, not all of them are equally effective: many โscareโ users with false threats in order to sell a premium version. We tested 10 antiviruses for Honor 80 Pro and Honor X9a - here top 3 free solutionsthat are real. help:
| Antivirus | Virus detection | Removal | Cons |
|---|---|---|---|
| Malwarebytes | โ 95% | โ Full | Scans only on demand (no background protection) |
| Bitdefender (free version) | โ 92% | โ Full | Limit on the number of scans per month |
| Kaspersky Mobile | โ 98% | โ Full | Requires registration for full operation |
How to use:
- Download the antivirus from Google Play (not from third-party sites!).
- Run full scan (not fast!).
- Remove all detected threats and restart the phone.
Important: After cleaning do not remove the antivirus immediately โ leave it for 2-3 days to make sure that the virus has not returned. Some Trojans (for example, Android.Triada) can recover after a reboot.
Method 6: Clearing cache and browser data (for Adware)
If the main problem is intrusive advertising in the browser or applications, the culprit is Adware (advertising virus). It rarely harms the system, but greatly spoils the user experience. To get rid of it:
Step 1: Clean up. browser cache:
- Go to
Settings โ Applications โ Browser(orChrome/Huawei Browser). - Click "Storage" โ "Clear cache".
- Select "Clear data" (this will delete saved passwords and bookmarks!).
Step 2: Remove suspicious extensions:
- V
Chrome: open menu โ "Additional tools" โ "Extensions". - V
Huawei Browser:Settings โ Advanced โ Extensions. - Remove all extensions that you did not install yourself.
Step 3: Reset your browser settings:
- In
Chrome:Settings โ Reset settings. - In
Huawei Browser:Settings โ Restore default settings.
If advertising appears on top of all applications (even in games or on the desktop), the virus is built into the system application. In this case, only reset to factory settings (method) will help. 7).
Method 7: Last resort - reset to factory settings
If none of the methods helped, this remains full reset (Hard Reset). will delete all data from the phone, including viruses, but also erases photos, contacts and applications. Before resetting:
โ๏ธ Preparing for reset
Instructions for Honor:
- Go to
Settings โ System โ Reset. - Select "Reset settings" (or
Factory Data Reset). - Enter the PIN code and confirm the action.
- Wait for completion (takes 5-10 minutes).
After the reset:
- ๐ Do not restore data from backup created after infection โthe virus may return.
- ๐ Do not log into your accounts until you install an antivirus and scan your phone.
- ๐ฑ Install security updates in
Settings โ System โ Software update.
โ ๏ธ Attention: On some models Honor (for example, Honor View 20) after resetting, you may be required to enter the old Google password (FRP protection). If you do not remember it, you will have to use the official unlock utility from. Huawei.
FAQ: Frequently asked questions about cleaning Honor from viruses
Is it possible to remove a virus without resetting the settings?
Yes, in 80% of cases viruses are removed without resetting - using safe mode, ADB or antiviruses. However, some types of malware (for example, Rootkit) require a complete flashing.
Why does the virus come back after removal?
This is a sign system infectionThe virus could:
- Get rights administrator (check in
Settings โ Security). - Infiltrate backup copy (do not restore old backups!).
- Use a vulnerability in firmware (update EMUI to the latest version).
Which Honor models are most often infected viruses?
According to 2026-2026 statistics, viruses are most often found on:
- Honor 8X and Honor 10 Lite (outdated firmware).
- Honor Play 30/40 (popular among gamers who download pirated APKs).
- Honor X6/X7 (budget models with weak protection).
New flagships (Honor Magic 6, Honor 90) are infected less often thanks to built-in protection Huawei Mobile Services.
Is it possible to get a virus via Bluetooth or NFC?
Theoretically, yes, but in practice, such cases are extremely rare. Main channels of infection:
- ๐ฅ APK side (70% of cases).
- ๐ Phishing sites (20%).
- ๐ง Malicious attachments in SMS/email (10%).
Bluetooth and NFC are used to spread viruses only in targeted attacks (for example, on businessmen or politicians).
How to protect Honor from viruses in the future?
Prevention:
- ๐ Install block installation from unknown sources (
Settings โ Security). - ๐ Regularly update EMUI and Google Play Protection.
- ๐ก๏ธ Use VPN in public Wi-Fi networks (for example, ProtonVPN or Windscribe).
- ๐ Do not download APK from torrents or unverified sites.