Table of Contents
This tip is about the how to remove pre-installed apps without rooting. So read this free guide, How to remove pre-installed apps without rooting step by step. If you have query related to same article you may contact us.
How to remove pre-installed apps without rooting – Guide
Do you have an phone with lots of pre-installed apps you don’t want? Here are two simple methods to remove them without having to root your phone.
Many apps are pre-installed on all Android smartphones. These are apps that Google or the smartphone manufacturer wants you to use. Some of them might be needed, but what about the pre-installed apps you never use? Bloatware is a term used to describe unwanted Android apps that cannot be deleted using the standard uninstall method.
let’s teach you how to uninstall pre-installed Android apps without rooting your smartphone in this article. But first, try turning off the default apps.
Disable preinstalled apps
Some smartphone manufacturers allow you to disable preinstalled apps. This will not remove the app from your smartphone, but the app will no longer run in the background and will no longer be displayed up in the application drawer.
To disable an app on your Android device, go to Settings > Apps & notifications > View all apps. Now choose the app you want to disable and tap Disable button. This method may vary depending on the Android device you are using.
If you don’t see Disable button, or see an option that says, “Uninstall updates”, it means you cannot disable the app. You can remove it following the method below.
How to Remove Android Bloatware
To remove pre-installed apps from your Android, you will need to install ADB on your device. See our guide about how to use ADB and Fastboot on Android to learn more about how to They do this. If you are running Windows, you can download the minimal ADB configuration from xda-developers.com for ease of use.
Before we go any further, you also need to enable USB debugging on your Android device. Go to Android Settings> About Phone then tap the Build number repeatedly to unlock developer options. Now find USB debugging in the developer options – which you’ll usually find under System or Additional Settings – and enable it.
Once ADB is running on your system and USB debugging is enabled, follow the steps below to remove Android bloatware:
- Connect your Android device to PC using a USB cable.
- Open the command line on your PC.
- Type adb devices at the command prompt and press Enter.
- You will receive a notice on your smartphone asking you to authorize a connection to your computer. Tap OK.
- Again, enter the adb devices command. You will now see your device in “List of connected devices”.
- Type adb shell and press Enter.
- Type pm uninstall -k –user 0
to uninstall your unwanted application.
The package name in this case refers to the name of the file containing the application you are uninstalling. How do you know what this is? On your Android device, download a free app called App Inspector from the Play Store. You can then use this to find the package name of the app you want to remove.
You can also reinstall a default application using the command: adb shell cmd package install-existing
things you should know
This method allows you to remove all default apps on your Android device, including system apps. If you are planning to remove apps from the system, make sure their absence does not interfere with the functioning of the device or other apps. Also, you can only uninstall pre-installed apps for the current user using this method. In another words, the removed apps will reappear if you reset the device. You will need root access to uninstall unwanted apps for all users.
However, the bright side here is that you can easily restore your device if you accidentally remove an essential application from your system. If you want to uninstall unwanted apps on a device with root access, try considering bloatware removal tools like Titanium Backup or NoBloat Free.
What else can you do?
defining itself up ADB gets very complex, you can try other ways to remove bloatware on your Android device.
Hiding apps from the app drawer is a good alternative. For most devices you will find the option somewhere in the Android settings. This may vary depending on the smartphone manufacturer, for example the option is located in the app lock settings on my Xiaomi device
But if you are interested in customizing and personalizing your phone, it’s worth learning some of the tricks of the ADB.
Final note
I hope you like the guide How to remove pre-installed apps without rooting. In case if you have any query regards this article you may ask us. Also, please share your love by sharing this article with your friends.