Are you trying to free up space on your smartphone, but one of the applications stubbornly refuses to be deleted? Does the system display the error โRemoval is impossibleโ or is the uninstall button simply inactive? This problem is familiar to many owners of Androiddevices - especially when it comes to pre-installed apps from the manufacturer or system services. Unlike user applicationswhich are removed in two clicks, firmware is often blocked at the operating system level.
In this article we will examine 7 proven methodshow to remove even the most โstubbornโ application - from standard methods through settings to advanced techniques with using ADB i root access. You will learn which apps can be safely uninstalled and which ones should not be touched so as not to disrupt the system. We will also warn against common mistakes that can lead to loss of warranty or "bricking" of the device.
Why the application is not uninstalled: the main reasons
Before taking drastic measures, it is important to understand why Android blocks the removal of a specific application. Here are the most common reasons:
- ๐ฑ System application โ part of the firmware necessary for stable operation OS (for example,
Google Play ServicesorAndroid System WebView). - ๐ Pre-installed software from the manufacturer (bloatware) - apps like
Samsung Knox,Mi BrowserorHuawei AppGallery, which the manufacturer integrated into the firmware. - ๐ค Application with administrator rights - some apps (antiviruses, device managers) block their own removal through standard methods.
- ๐ก๏ธ Deletion protection โsome banking applications or corporate software may have built-in protection against uninstallation.
- ๐ Updated system application โif you updated the firmware via Google Play, the system may prohibit its removal, offering only a rollback to the factory version.
Interesting fact: on some devices (for example, Xiaomi or Realme) manufacturers specifically block the removal of their branded applications, even if they duplicate functions Google. This is done to collect statistics on the use and promotion of your own services.
โ ๏ธ Attention: Removing critical system applications (for example,com.android.phoneorcom.google.android.gsf) may lead to loss of connection, download errors or complete inoperability of the device. package before deleting!
Method 1: Disabling the application (without deleting)
If the goal is simply to free up space and hide an unnecessary app from the menu, you can do without completely uninstalling it. The function disable is available for most built-in applications and allows you to:
- โ Free up some memory (the cache and application data are deleted).
- โ Hide the icon from the launcher.
- โ Stop background activity of the app.
How to disable an application:
- Open
Settings โ Applications. - Find the desired application in the list (use the "All applications" filter).
- Click on the app name, then select "Disable" (or "Uninstall updates" if the button is active).
- Confirm the action in the dialog box.
After disabling, the application will remain in the system, but will no longer consume resources. This method safe does not require superuser rights. However, some apps (for example, Google Play Market) cannot be disabled - the system will block this option.
Disabled applications can be reactivated at any time through the same settings section. This is convenient if the app is needed temporarily (for example, a proprietary browser for testing a site).
Method 2: Uninstalling updates and resetting to the factory version
Many built-in applications initially take up little space, but after updates through Google Play their size increases significantly. In this case, you can return the app to the factory versionby deleting all updates. This will not remove the application completely, but it will free up space and remove unnecessary functions.
Instructions:
- Go to
Settings โ Applications โ All applications. - Select the problematic application (for example,
YouTubeorGoogle Chrome). - Click on the three dots in the upper right corner and select "Delete updates".
- Confirm the action. The application will return to the version that was pre-installed on the device.
After this:
- ๐ The application will stop updating automatically (until you do it manually).
- ๐ Its size will be reduced to its original size (sometimes 2-3 times).
- โ ๏ธ Some functions may not work correctly if they appeared in newer versions.
โ ๏ธ Attention: On some devices (for example, Huawei without services Google) the "Uninstall updates" option may not be available. In this case, try the methods from the following sections.
Method 3: Using ADB (without root access)
If the standard methods did not work, Android Debug Bridge (ADB) will come to the rescue - a debugging tool that allows you to manage system files without obtaining root access. This method is suitable for removing most pre-installed applications, but requires connection to a computer.
What you will need:
- ๐ฅ๏ธ A computer with Windows, macOS or Linux.
- ๐ USB cable (preferably original).
- ๐ฅ ADB drivers (download
Platform Toolsfrom the official website Android). - ๐ง Enabled debugging USB on the smartphone.
Step-by-step guide:
- Activate developer mode:
- Go to
Settings โ About phone. - Press 7 times on item "Build number" (a notification "You have become a developer" will appear).
- Go back to
Settings โ System โ For developersand enable "USB debugging".
- Go to
cmd to Windows or Terminal on macOS/Linux) in the folder with ADB.adb devices
Your serial number should appear devices.
adb shell pm list packages | grep "keyword"
For example, for Facebook use grep "facebook".
adb shell pm uninstall -k --user 0 package_name
For example: adb shell pm uninstall -k --user 0 com.facebook.katana.
Keys in the command:
-kโ saves the cache and application data (if you need to delete it completely, remove this key).--user 0โ points to the current user (required for non-root devices).
Install ADB drivers on PC|
Enable USB debugging on the phone|
Connect the phone with the original cable|
Check the connection with the command `adb devices`|
Find out the exact package applications|
Make a backup copy of data (optional)-->
If the command is completed successfully, the application will disappear from the menu, but its files will remain on the system (they will not take up space and interfere with work). For complete removal you will need root access.
Method 4: Removal using root access
If you are willing to take the risk and get root accessthis will open up unlimited management possibilities system files. However, remember:
โ ๏ธ Attention: Obtaining root access voids the manufacturer's warranty. can lead to security problems (for example, banking applications will stop working). On some devices (for example, Samsung s Knox), root triggers the counterKnox, which makes it impossible to useSamsung Payand other services.
To remove applications from root, use specialized apps:
| Application | Features | Link (Google Play) |
|---|---|---|
| Root Uninstaller | Allows you to delete system and user applications, create backup copies before deleting. | โ Available |
| Titanium Backup | In addition to deleting, it can โfreezeโ applications and restore them from backups. | โ Available |
| System App Remover | Simple interface, support for batch deletion, filter by application size. | โ Available |
| SD Maid | Not only removes applications, but also cleans residual files, cache and garbage. | โ Available |
How to use Root Uninstaller:
- Open the application and provide root access.
- In the list, find the desired application (you can sort by size or status).
- Click on it and select "Delete".
- Confirm the action. The application will be completely removed, including all its files.
Important: after removing system applications reboot the device check its functionality. If errors appear (for example, constant notifications about failures), try restoring the deleted software from a backup copy.
What to do if the phone does not turn on after deleting the system application?
If the device does not boot after deleting critical software, try:
1. Go to recovery mode (usually holding Power + Volume Up).
2. Select Wipe Cache Partition (will not reset the data, but will clear the cache).
3. If this does not help, flash the device via fastboot or use the manufacturer's official utility (for example, Samsung Smart Switch or Xiaomi Flash Tool).
In extreme cases, you will need to flash the firmware via ODIN (for Samsung) or SP Flash Tool (for Mediatek).
Method 5: Uninstalling via Safe Mode
If the application is not removed because it is actively running in the background (for example, an antivirus or task manager), try booting the phone into Safe Mode (safe mode) This mode disables all third-party apps, which sometimes allows you to uninstall stubborn ones. applications.
How to log in Safe Mode:
- ๐ฑ On most devices: hold down the button power, then hold your finger on the option "Turn off" until a dialogue about switching to safe mode appears.
- ๐ On some models (for example, Samsung): press Power + Volume Down until boot.
- ๐ฅ๏ธ On Xiaomi: in the reboot menu, select "Reboot to Safe Mode".
In Safe Mode:
- Try to remove the application in the standard way via
Settings โ Applications. - If the "Delete" button has become active - uninstall the app.
- Reboot the phone to normal mode.
This method often helps with applications that block their own removal (for example, some versions Clean Master or DU Battery SaverIf in Safe Mode removal is not possible, move on to more radical methods.
Method 6: Using third-party launchers to hide applications
If the goal is simply to remove an unnecessary application from the screen, but not physically remove it, you can use alternative launchers. This method will not free up memory, but will hide icons and notifications from annoying apps.
Popular launchers with the function of hiding applications:
- ๐ Nova Launcher โ allows you to hide icons through settings (
Long press โ Settings โ Hide applications). - ๐ Apex Launcher โ supports hiding apps and folders.
- ๐ Microsoft Launcher โ you can hide applications in the โhidden area.โ
- ๐ POCO Launcher โ has a built-in function for hiding icons (available through
Settings โ Hide apps).
How to hide an application in Nova Launcher:
- Set and activate Nova Launcher as the default launcher.
- Tap and hold an empty space on the home screen, then select "Nova Settings".
- Go to the section "Hide applications".
- Tick the apps you want to hide.
- Click "Done" โ the icons will disappear from the screen.
Advantages of this method:
- โ Does not require root access or complex manipulations.
- โ You can return the icons back at any time.
- โ Does not affect the operation of the application (if it is needed for system processes).
Disadvantages:
- โ The application remains in the system and can consume resources.
- โ Does not free up device memory.
Method 7: Reflashing the device (as a last resort)
If none of the methods worked, and the application critically interferes with operation, the last option remains - flashing the device. This is a radical method that will completely reset the phone to factory settings and delete all user data. Use it only if:
- ๐ง You are ready to lose all data on the device (or have made a backup copy).
- ๐ฑ You have access to the official firmware for your model.
- ๐ You understand the risks (possible loss of warranty, errors during firmware).
How to reflash the device:
- Download the official firmware for your model from the manufacturer's website (for example, Samsung โ
Sammobile, Xiaomi โXiaomi Firmware Updater). - Install the drivers for your device on a PC (for example,
Samsung USB DriversorMediatek VCOM). - Unzip the firmware and prepare the tool for flashing:
- For Samsung:
Odin. - For Xiaomi:
Mi Flash Tool. - For Mediatek:
SP Flash Tool. - For Qualcomm:
QFilorFastboot.
- For Samsung:
- For Samsung:
Power + Volume Down + Bixby(modeDownload Mode). - For Xiaomi:
Power + Volume Down(modeFastboot). - Run the firmware through the selected tool and wait for completion.
โ ๏ธ Attention: Incorrect firmware can lead to "brick" device (complete inoperability). Always use the firmware designed specifically for your model and region. Before flashing, check the battery level (at least 50%). state.
After flashing:
- ๐ The device will return to its factory state.
- ๐งน All user data and applications will be deleted.
- ๐ฑ Pre-installed apps will return, but they can be deleted via
ADBor disabled.
Reflashing is a last resort. In 90% of cases, the problem can be solved using more gentle methods (ADB, shutdown or root). Resort to flashing only if other methods have not helped or the device is unstable due to system errors.
FAQ: Frequently asked questions about deleting applications on Android
Is it possible to remove Google Play Services? Is it safe?
No, deleting Google Play Services is strictly not recommended. This system application is responsible for the operation of most services Google, including:
- Account authorization Google.
- Work Google Play Market.
- Push notifications for many applications.
- Geolocation and maps Google Maps.
Removal will lead to massive malfunctions of the device. The maximum that can be done is disable updates for this application.
After deleting the application via ADB, it appeared again after updating the system. Why?
This is normal behavior for built-in applications. When updating the firmware (OTA-update), the system restores all deleted system apps. To avoid this:
- Use the command
adb shell pm uninstall -k --user 0 package_nameafter each update. - Disable automatic firmware update in settings.
- Or get root access and remove the application completely (but this is risky).
How do you know which application can be safely removed and which cannot?
Before deleting a system application, check it using the following criteria:
- ๐ Package name: if it starts with
com.google.,com.android.or contains the wordsystem,service,frameworkโitโs better not to touch it. - ๐ Description on Google Play: if the application is in the market, it is less critical for the system.
- ๐ ๏ธ Tests on the forums: look for information about a specific package on XDA Developers or 4PDA. Usually there are lists of applications that are safe to remove for popular models.
Examples of packages that are relatively safe to remove (but check for your model!):
com.sec.android.app.launcherโstandard launcher Samsung (can be replaced with another).com.miui.browserโ browser Xiaomi.com.huawei.android.instantshareโfile transfer service to Huawei.
I deleted the system application, and now Wi-Fi/Bluetooth/camera does not work. How to return?
If important functions are lost after deleting the system software, try the following steps:
- Restore the application from the backup copy (if you made a backup via Titanium Backup).
- Install the official firmware via recovery mode (you will not lose data if you choose the option without resetting).
- Reset the settings to factory settings (
Settings โ System โ Reset settings). - Flash the device completely (as a last resort, it will delete all data).
If you are not sure of your actions, contact a service center - sometimes it is easier to reflash the phone professionally than to risk โbrickingโ it yourself.
Is it possible to delete applications on Android without a computer?
Yes, but the possibilities are limited Without a PC. you can:
- ๐ฑ Disable or delete updates through
Settings โ Applications. - ๐ง Use the launcher to hide icons.
- ๐ก๏ธ Get root access through applications like KingRoot (but this is risky and often does not work on new devices).
To completely remove system applications without root, you will still need ADB, which means a computer. An alternative is to use cloud ADB services (for example, via Termux on the phone), but this is difficult for beginners.