Yes, that’s true Without Root Remove Unwanted Pre-Installed Apps on your android phone. Do you have a lot of preinstalled apps on your phone that you want to get rid of? There are two easy ways to get rid of them that we will discuss in the article. So keep on reading for some extra free memory on your phone.
Every Android device comes with a number of pre-installed apps. These are apps that Google or your smartphone manufacturer wants you to use. And the majority of users rarely find a use for these apps but a majority of these apps cant be uninstalled.
Without Root Remove Unwanted Pre-Installed Apps
When your phone becomes a bit older and starts slowing down every user in this situation starts to clinch on to and salvage every single Mb of free space.
Smartphone manufacturers allow you to disable pre-installed apps. This won’t remove the app from your smartphone, but the app will stop running in the background and will no longer show up in the app drawer. To disable an app on your Android device, head to Settings > Apps & notifications > See all apps. Now choose the app you want to disable and tap on the Disable button.
If you don’t see the Disable button, or see an option that reads, “Uninstall updates”, it means that you cannot disable the app. To remove pre-installed apps from your Android, you will need to install ADB on your device.
You would also need to enable USB debugging on your Android device. Go to Android settings > About Phone then tap several times on the Build number to unlock the Developer options. Now, find USB debugging in the Developer options—which you’ll usually find under System or Additional Settings—and enable it.
ADB and Package Name method
If setting up ADB gets too complex, you can try out some other ways to hide 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.
Once you have ADB running on your system and USB debugging is enabled, follow the below steps to remove bloatware from Android:
- Connect your Android device to the PC using a USB cable.
- Open the command-line on your PC.
- Type adb devices in the command prompt and press Enter
- You will get a prompt on your smartphone asking you to authorize a connection with the computer. Tap on OK.
- Again, enter the command adb devices. You will now see your device under “List of devices attached”.
- Type adb shell and press Enter.
- Type pm uninstall -k –user 0 <package name> to uninstall your unwanted app.
The package name refers to the name of the file that contains the app you’re uninstalling. How do you know what that 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 re-install a default app using the command: ADB shell cmd package install-existing <name of package>.
The above method allows you to remove all the default apps on your Android device. Including the system apps. If you are planning to remove system apps, check if their absence won’t interfere with the functioning of the device or other apps.