• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

DroidViews

  • Apps
  • Downloads
    • Android Apps
    • Themes
  • Guides
    • Root
  • ROMs
  • Reviews
  • Wallpapers
  • About Us
  • Contact Us

Uninstall Bloatware on Android without Root

Vivek | 09 May 2018 | Guides

The problem of bloatware on Android is one that is as old as the platform itself. Nearly all Android phones come with useless software pre-installed by manufacturers or carriers. Even Nexus devices are preloaded with many Google-created apps which if you don’t use, are simply bloatware. Admittedly bloatware is a rather subjective term and can range from pre-installed OEM apps to actual spyware. But in general, pre-installed apps that are useless most of the time are bloatware. Many manufacturers these days do let users uninstall bloatware on Android that they don’t want. But there still are some system or OEM apps that a user is forced to live with unless the device is rooted.

That’s becauseย uninstalling system apps on an Android phone usually requires root access. Carriers and OEMs don’t install these apps to annoy customers of course, so why do they do it? At the end of the day, it’s all about generating revenue and controlling the platform. A pre-installed app by the carrier or OEMย can make more money for them from the diagnostic and usage data it can collect on your phone. Sometimes they get paid to pre-install certain apps as well.

Also read:ย List of 50 Best Apps for Rooted Android Devices

There are some debloater apps on the Google Play Store for certain OEMs, and there also are certain tools made by enthusiast developers for certain devices. But there is not a universal solution to debloat every Android smartphone. But if you know your way with ADB commands, you can quite easily uninstall the bloatware on your Android smartphone without root access. That is what we’ll be guiding you through today.

Pre-requisites

  • Make sure you have installed the necessary USB drivers for your device.
  • Install ADB and fastboot on your PC. Follow the link to install on a Windows PC. Linux users can install ADB and fastboot by simply entering the commands given below in the Terminal.
    sudo apt update
    sudo apt install android-tools-adb android-tools-fastboot
  • Enable USB Debugging on your Android phone.
[relatedposts]

Uninstall bloatware without root

  1. First of all, plug in the phone to the PC. While connecting, make sure you choose MTP mode instead of Camera/Charge Only modes.
  2. Now launch the adb command interface. If you’re using a Windows PC, go to the adb installation folder (usually it isย C:\adb orย C:\Program Files (x86)\Minimal ADB and Fastboot). Enter cmd in the address bar and hit Enter.
  3. Type the below command to check whether your device has been detected by the PC:
    adb devicesย 
    How to Uninstall System Apps or OEM Bloatware without Root
  4. This will return a serial code as shown below if your device is detected.
  5. If you instead see something likeย Waiting for device, it is best you check your USB connection and drivers.
  6. If everythingโ€™s okay, type in the following command to list all the packages installed on your devices including the system apps:
    adb shell pm list packages -f
    
  7. The above command will list out the installed application packages on your Android device. Have a look at the apps which youโ€™d like to remove.
  8. To uninstall a package, type the command given below and replace the text in blue with the package name.
    pm uninstall -k --user 0 <name of package>How to Uninstall System Apps or OEM Bloatware without Root
  9. You should see a success messageย if the package was removed successfully.

You could remove any number of system applications on your android phone without root using this method. However, you should realize that uninstalling system apps can have implications so do not uninstall packages that you aren’t sure about.ย Failing to do so could result in your phone becoming unusable.ย Do not try to uninstall system launchers, telephony, or similar core system apps as this might lead to an unusable phone. You will have to manually flash the stock firmware to revert to the previous working condition.

An alternative way to find out package names

Android App Package Name or App ID
Tap on โ€œApp Listโ€
Find Out APK Package Name Android Apps
Tap on the app whose package name you want
Android App Package Name or App ID
Find the package name under the App Name

You don’t necessarily need an adb command to list out all the package names for all the installed apps on your device. If you prefer, you can also find out those using an app called App Inspector which you can download from the Google Play Store using the link below.

You may also like:ย Protect Your Online Privacy with FireFox Focus

[googleplay url=”https://play.google.com/store/apps/details?id=com.ubqsoft.sec01″/]

source: reddit, via: xda

Tags: ADB and Fastboot How to Guides Remove Bloat on Android Tips and Tricks

Related Posts

dual boot

How To Dual Boot Android and Windows

android versions

How to Downgrade Android Versions

lg

How to Add Any App to LG UX’s Dual App Feature

Reader Interactions

Discussion

  1. Jul 20, 2017 at 10:17 PM
    Ben Leverett says:
    Reply

    Also, on a separate note, I’d like to point out, that you can do “darn abso-tooin’-lutely” just about anything, that you could otherwise do on the phone itself with root privileges, via (android debugging bridge) ADB. You could practically say it’s the programmers equivalent of having a rooted phone, just without going through the whole process of actually rooting it.

  2. Jul 20, 2017 at 10:01 PM
    Ben Leverett says:
    Reply

    In mentioning the way for Linux user’s to install ADB, shouldn’t you have used “apt-get”, not just “apt”?

    • Jul 20, 2017 at 8:59 AM
      Vivek Tiwari says:
      Reply

      Probably. On newer versions of Ubuntu apt just works as well. Thanks for pointing out though.

Join The Discussion: Cancel reply

We never share our visitor/user details. For more info, Please read our privacy policy before submitting your comment.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Footer

  • Apps
  • Downloads
    • Android Apps
    • Themes
  • Guides
    • Root
  • ROMs
  • Reviews
  • Wallpapers
  • About Us
  • Contact Us

Privacy Policy | Terms & Conditions
© 2025 ยท DroidViews