back to top

How to Remove Pre-Installed System Apps and Bloatware Without Root Access on Android

Follow Us
placeholder text

Android OEM used to come with pre-installed applications, some of which are bloatware, some of which are useful, and some of which are harmful. Most Android manufacturers do this on purpose to offer a device at a low price point. The most painful part about the game was that you were not allowed to remove the app.

Some apps aim to provide their service through third-party apps, which are cheap and not so useful. Today, we will be sharing how you can remove the pre-installed application without root access. So without further ado, let’s check it out.

How to install ADB on Windows

  • Download the Android SDK Platform Tool for Windows here.
  • Extract the ZIP file, and then press Shift + Right-click on the Android SDK Platform.
  • Select “Open PowerSheel Windows Here” from the Options

On your Android device, enable the Developer Option.

  • Open the Device Settings
  • Scroll down and open About Phone
  • Tap over “Built Number” multiple times until it shows “You are now a developer.”

Remove the pre-installed apps.

  • From here, it’s quite a straightforward method to remove the system apps from an Android device, thanks to XDA for providing a visual guide, which you can view in the embedded video.
  • Begin by connecting your device to the computer via a suitable USB cable.
  • Select “File Transfer” mode from the notification or prompt to allow access to manage files on your device.
  • Head over to PowerShell where you left off, type adb device, and enter, which will show your device connected to your computer.
  • Next, type adb shell and hit enter.
  • Now enter the PM. As a result, the package name looks like this: “package: com.android.chrome”; alternatively, you can find the package name by visiting the Play Store URL.
  • When you see the Play Store URL, it has a package ID of https://play.google.com/store/apps/details?id=com.android.chrome.
  • After you figure it out, you can proceed to uninstall by typing pm uninstall -k -user 0 package-name.
  • Keep patience until it’s finished, and once it’s done, it will show the “success” message upfront.
  • That’s it.

Please keep in mind that some system apps are required for your device and should not be removed. Ensure you don’t remove apps that are core to the integration of Android.

We believe this article remains helpful for you and has successfully removed system apps from your device. If you have any queries, please share them with us in the comment section below. Keep an eye out for future updates on the subject.