Deleting applications on Android seems like a simple task - just click โDeleteโ in the menu. But what if the app leaves behind tens of megabytes of garbage, and its data continues to take up space in memory? Complete removal of applications requires not only deleting the APK file, but also clearing the cache, user data, temporary files, and even system registry entries. This is especially true for โheavyโ games, instant messengers and social networks, which can leave behind gigabytes of unnecessary information.
In this article we will look at how completely remove an application from Android โfrom the standard method through settings to using ADB commands and manually clearing folders. Let's consider the nuances for different OS versions (from Android 10 to Android 14), as well as the features of devices from Samsung, Xiaomi, Huawei and other manufacturers. You will learn what tools help you find the โtailsโ of deleted apps, how to avoid mistakes when cleaning system applications, and why sometimes even after uninstallation the application continues to run in the background.
Why standard removal does not work
When you delete an application via Settings โ Applications, the system removes only the main APK file. However, many apps create additional data:
- ๐ Cache and user data โremain in folders
/data/data/and/sdcard/Android/data/. For example, Telegram or WhatsApp can leave behind gigabytes of media files. - ๐ Symbolic links โsome applications create shortcuts in system folders that are not deleted automatically.
- ๐ Registry entries โinformation about resolution, logs and settings can be stored in Android databases.
- ๐ค Background processes โsome apps (for example, antiviruses or optimizers) register services that continue to work even after deletion.
Moreover, on devices with MIUI (Xiaomi), One UI (Samsung) or EMUI (Huawei), manufacturers often block complete cleaning, leaving โfrozenโ versions of applications for quick re-installation. This saves traffic, but eats up memory.
To check how much garbage is left by deleted apps, you can use a file manager with rights root (for example, Root Explorer) or utilities like SD Maid. They show "dead" folders that take up space but are not displayed in the standard interface.
โ ๏ธ Warning: On some devices (for example, Samsung Galaxy s One UI 5.0+), attempting to manually delete folders from /data/data/ without root access may cause others to fail. applications. Always make a backup copy before deep cleaning.
Method 1: Standard removal through settings
This method is suitable for most users and does not require additional tools. However, it only deletes the APK file, leaving part of the data.
- Open
Settings โ Applications(on some devices the path may be different, for exampleSettings โ Manage applications). - Find the desired application in the list and tap on it.
- Click Delete (or Uninstall).
- Confirm the action. If the button is inactive, this means the application is system (more on this below).
After removal, it is recommended to clear the cache and data manually:
- ๐งน Return to the list of applications and find items Storage or Memory.
- ๐ Check the section
Other applicationsorUnusedโsometimes records of deleted apps remain there. - ๐๏ธ Use the built-in optimizer (for example,
Storage & Performanceon Xiaomi orDevice careon Samsung).
โ๏ธ What to do after standard deletion
On devices with Android 12+ a function has appeared Automatic cleaning - it deletes unused applications and their data after 3-12 months of inactivity To enable. her, go to Settings โ Storage โ Free up space โ Automatic cleaning.
Method 2: Removing with clearing data and cache
If you want to delete application along with all its data, use this method. It is suitable for instant messengers, games and apps that store large files (for example, Google Maps with offline maps or Spotify with downloaded music).
- Open
Settings โ Applicationsand select the one you need. - Tap on Storage (or Memory).
- Press Clear cache and Clear data (if the buttons are active).
- Return to the application information screen and press Delete.
On some devices (for example, Huawei s EMUI), instead of the button Clear data there may be an item Space managementThere you can manually delete downloaded files, media and others. data.
| Manufacturer | Path to clear data | Features |
|---|---|---|
| Samsung (One UI) | Settings โ Device care โ Memory โ Applications |
There is a โDeep cleaningโ function, but requires a reboot |
| Xiaomi (MIUI) | Settings โ Applications โ Application management โ Storage |
You can remove โresidual files" through the built-in cleaner |
| Google Pixel (Stock Android) | Settings โ Applications โ Storage and cache |
No additional tools, only basic cleaning |
| Huawei (EMUI/HarmonyOS) | Settings โ Applications โ Storage โ Space management |
Allows you to selectively delete downloaded files |
On devices with Android 11 and later, some applications (for example, Google Play Services) may block complete data clearing due to integration with system services. In this case, only resetting the settings or using ADB will help.
Method 3: Removing system applications (without root)
Many manufacturers install on devices built-in applicationsthat cannot be removed in the standard way. These could be duplicate services (Samsung Browser next to Chrome), branded utilities (Mi Video on Xiaomi) or unnecessary games. They can be disabled or removed using ADB (Android Debug Bridge).
Warning: deleting system applications can lead to unstable operation of the device. For example, deleting Google Play Services will break the operation of many functions, including Push notifications and authorization through Google.
What system applications can be deleted without risk?
Safely delete duplicate browsers, music players, standard games (for example, Samsung Game Launcher), as well as branded utilities like Mi Pay or Huawei AppGalleryif you do not use them. Do not touch services with names com.google.android, com.android.system or com.qualcomm โthis can lead to critical failures.
Instructions for removing via ADB:
- Enable USB debugging in
Settings โ System โ For developers(if the section is hidden, tap 7 times on the build number inSettings โ About phone). - Connect your phone to the PC and install ADB drivers.
- Open a command line (Windows) or terminal (macOS/Linux) and enter:
adb devices
(The name of your device should appear.)
adb shell pm uninstall -k --user 0 com.package.name
Replace com.package.name with the name of the application package (you can find it through App Inspector or adb shell pm list packages).
Example for deleting Samsung Browser:
adb shell pm uninstall -k --user 0 com.sec.android.app.sbrowser
โ ๏ธ Attention: On some devices (for example, Xiaomi with a locked bootloader), ADB commands for deleting system applications may not work. In this case, only obtaining root access will help.
Method 4: Full clean using root access
If you have root access, you can delete the application with all its traces, including folders in /data/data/ and entries in system databases. File managers are suitable for this. like Root Explorer or FX File Explorer, as well as specialized utilities:
- ๐ ๏ธ SD Maid - finds and deletes โdeadโ folders, cache and unnecessary files.
- ๐งน Titanium Backup โ allows you to completely erase the application along with data and settings.
- ๐ Root App Deleter โa convenient interface for deleting system and user applications.
Step-by-step guide:
- Open Root Explorer and go in
/data/app/(for user applications) or/system/app/(for system ones). - Find the folder with the package name (for example,
com.facebook.katanafor Facebook). - Delete the folder and then check
/data/data/[package_name]and/sdcard/Android/data/[package_name]. - Reboot the device.
For automatic cleaning, you can use the command in Terminal Emulator:
surm -rf /data/data/com.package.name
rm -rf /sdcard/Android/data/com.package.name
Before bulk deleting system applications, make a backup via Titanium Backup or Nandroid Backup v TWRP. This will allow you to restore the system if something goes wrong.
Method 5: Using third-party cleaners
If you donโt want to bother with manual settings, you can use specialized apps. They analyze the system and find residual files of deleted applications. The best options:
| Application | Functions | Cons |
|---|---|---|
| SD Maid | Deletes cache, empty folders, residual files | Free version with limitations |
| CCleaner | Clears cache, history, temporary files | Aggressive advertising in the free version |
| Files by Google | Finds large and unnecessary files | Does not delete system residues |
| AVG Cleaner | Optimizes memory and removes garbage | Requires a lot of permissions |
Example of working with SD Maid:
- Install the application from Google Play and provide access to the storage.
- Run a scan in the partition CorpseFinder (search for residual files).
- Select unnecessary folders and click Delete.
- Check the partition AppControl to delete cache and data.
โ ๏ธ Warning: Some cleaners (for example Clean Master) may delete useful files or show false warnings about โcritical errorsโ. Use only proven utilities with good reviews.
What to do if the application cannot be uninstalled
Sometimes an application cannot be removed using standard methods. Let's look at the main reasons and solutions:
- ๐ The application is systemic โ Use ADB or root access (see Method 3).
- ๐ก๏ธ Deletion protection (for example, on the desktop phone) โ Contact the MDM (Mobile Device Management) administrator.
- ๐ The application has been updated via Google Play โ First roll it back to the factory version in
Settings โ Applications โ โฎ โ Roll back updates, then delete it. - ๐ฑ The device is in kiosk mode mode) โ You need to exit the mode through settings or reset.
If the application stuck when uninstalling, try:
- Restart the device.
- Clear cache Google Play Market and Google Play Services.
- Uninstall updates for Google Play Market (in the application settings).
- Check the free space on the device - sometimes lack of memory blocks uninstallation.
If the application is not uninstalled and is not a system one, there is most likely a problem in rights or conflict with other apps. Try deleting it in safe mode (press the power button โ Safe Mode).
FAQ: Frequently asked questions about deleting applications
Is it possible to delete pre-installed applications without root?
Yes, but not all. System applications (for example, Google Chrome or YouTubeare only possible through settings. For complete removal you need ADB or root. Some manufacturers (for example, disable through settings. For complete removal you need ADB or root. Some manufacturers (for example, Xiaomi) allow you to remove part of the built-in apps through the menu Settings โ Applications โ Delete (if the button is active).
Why does the application appear again after deleting?
This happens due to:
- Automatic recovery via Google Play (if the application was pre-installed by the manufacturer).
- Functions Auto recovery in Google account settings.
- A virus or adware that re-installs the application.
To disable auto-recovery, go to Settings โ Accounts โ Google โ Recovery applications and deactivate the option.
How to delete games while saving progress?
If the game is synchronized with Google Play Games, Facebook or its own cloud (for example, Genshin Impact), progress will be saved after reinstallation. To delete a game without losing data:
- Make sure that the game is linked to your account.
- Make a backup copy of your saves through the game menu or file manager (folder
/Android/obb/or/Android/data/). - Delete the game in the standard way.
For games without cloud synchronization (for example, offline projects), copy the save folder to your PC before deleting.
Is it dangerous to delete system applications?
Yes, if you do not know what they are responsible for Removing critical services (for example, com.android.phone or com.google.android.gsf) can lead to:
- Loss of mobile communication.
- Inability to log in to Google.
- Permanent errors and reboots.
It is safe to remove only obvious garbage: duplicate browsers, unnecessary widgets or branded utilities (for example, Samsung Knoxif you do not use it).
How to check if the application has been completely removed?
Use these methods:
- Check the folders
/data/data/and/sdcard/Android/data/for a folder with the package name. - Run the command
adb shell pm list packages | grep "name"(replace โnameโ with part of the package name). - Use SD Maid or DiskUsage to scan the storage.
If an application is not displayed in the list pm list packages and its folders are not in the storage, it is completely deleted.