How to Uninstall System Apps Without Root in Android • DroiX Knowledge Base - Tutorials for Everything (2024)

When you buy a new Android device, whether it’s a handheld or smartphone, chances are it comes with plenty of preinstalled bloatware. While you can uninstall those third-party bloatware apps, some of the apps are installed as system apps and cannot be removed. This is especially true for the whole suite of Google apps. If you are not a fan of Google Play Music or Google Duo, sorry, you can’t remove them from your device. To get rid of system apps, you have to root your phone. The bad thing is, that it is not easy to root your device, and you will void your warranty by doing so. In addition, rooting your phone also prevents you from using certain apps like Internet Banking and Google Pay.

Here are a few ways to remove bloatware/system apps without root in Android.

Uninstall/Disable the bloatware

For the third-party bloatware, most of them can be easily uninstalled.

1. On your Android phone, go to “Settings -> Manage Applications.”

2. Find the app that you want to remove and tap on it.

3. If there is an “Uninstall” button, tap it to begin.

How to Uninstall System Apps Without Root in Android • DroiX Knowledge Base - Tutorials for Everything (1)

4. If you see a “Disable” button instead of an Uninstall button, this means that the apps cannot be uninstalled but can be disabled.

How to Uninstall System Apps Without Root in Android • DroiX Knowledge Base - Tutorials for Everything (2)

“Disabled” means that the app becomes dormant, won’t show up in your application list and won’t be recognized as an installed app.

Tap on the Disable button to disable the app.

1. Open “Hidden Settings for MIUI.”

2. Go to “Manage applications” and find the application you want to disable.

How to Uninstall System Apps Without Root in Android • DroiX Knowledge Base - Tutorials for Everything (3)

3. Tap on the “Disable” button.

How to Uninstall System Apps Without Root in Android • DroiX Knowledge Base - Tutorials for Everything (4)

Uninstall system apps using adb

Adb is a powerful tool for you to debug your phone. It also comes with commands for you to manage app packages (in this case, uninstall packages).

1. To use adb, you need to install adb on your desktop computer.

For Linux, you can just install “android-tools” from your Software Center or package manager.

For Windows, followthe instructions hereto install adb.

2. Next, you need to enable “Developer Options” on your phone. Once enabled, go into the Developer Option, scroll down the list and enable “USB debugging.”

3. Connect your phone to the desktop via USB. When prompted, change the “charge only” mode to “file transfer (MTP)” mode.

How to Uninstall System Apps Without Root in Android • DroiX Knowledge Base - Tutorials for Everything (6)

4. In Windows, navigate to the adb directory and launch the command prompt in that folder. For Linux, just open the Terminal.

Type the following command to start adb and verify that the phone is connected.

adb devices

If you see an entry listed under the “List of devices” section, then your device is connected.

How to Uninstall System Apps Without Root in Android • DroiX Knowledge Base - Tutorials for Everything (7)

5. Start the adb shell.

adb shell

6. List all the packages installed in the phone.

pm list packages
How to Uninstall System Apps Without Root in Android • DroiX Knowledge Base - Tutorials for Everything (8)

The list will be very long. You can usegrepto narrow down the list. For example, to only show Google packages, use the command:

pm list package | grep 'google'
How to Uninstall System Apps Without Root in Android • DroiX Knowledge Base - Tutorials for Everything (9)

7. Find the name of the app you want to uninstall. The name is the entry afterPackage:. For example, the package name for the Google Contact app iscom.google.android.contacts.

How to Uninstall System Apps Without Root in Android • DroiX Knowledge Base - Tutorials for Everything (10)

If you have trouble identifying the package name, simply go to Google Play Store on your browser and search for the app. Check the URL for the package name.

How to Uninstall System Apps Without Root in Android • DroiX Knowledge Base - Tutorials for Everything (11)

8. Type the following command to uninstall the app.

pm uninstall -k --user 0 package-name
How to Uninstall System Apps Without Root in Android • DroiX Knowledge Base - Tutorials for Everything (12)

You should see the word “Success” if the uninstallation is successful.

The--userflag in the above command is important because it tells the system to uninstall the app for the current user only (and0is the default/main user of the phone). There is no way you can uninstall the app from all users unless you root the phone.

As a word of warning, uninstalling system apps have the potential to break the system, so only uninstall the apps that you are sure of. Apps like Gmail, Google Play Music, Google Play Movies, etc., are safe to uninstall but don’t ever remove the Google Play Store or any of the files associated with it. If the phone becomes unstable after you uninstall a particular app, either reinstall back from the Google Play Store or factory reset your phone.

Conclusion

Depending on your phone manufacturer, some phones come with only a few bloatware, and the system apps can be disabled easily while others are full of third-party apps that you cannot remove or disable at all. The instructions above will allow you to get rid of those bloatware system apps from your Android phone, without having to root your phone.

How to Uninstall System Apps Without Root in Android • DroiX Knowledge Base - Tutorials for Everything (2024)
Top Articles
Latest Posts
Article information

Author: Terrell Hackett

Last Updated:

Views: 5876

Rating: 4.1 / 5 (72 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Terrell Hackett

Birthday: 1992-03-17

Address: Suite 453 459 Gibson Squares, East Adriane, AK 71925-5692

Phone: +21811810803470

Job: Chief Representative

Hobby: Board games, Rock climbing, Ghost hunting, Origami, Kabaddi, Mushroom hunting, Gaming

Introduction: My name is Terrell Hackett, I am a gleaming, brainy, courageous, helpful, healthy, cooperative, graceful person who loves writing and wants to share my knowledge and understanding with you.