
Is your phone slowing down frequently or are a lot of unnecessary apps taking up space? Often smartphone companies pre-install many system apps in their phones which we do not even use on a daily basis. These are also called bloatware. But the biggest problem is that these apps cannot be uninstalled easily because they become a part of the phone’s system.
Why Should You Delete System Apps
Just imagine, there are things in your house that you don’t need but they are taking up space. The same happens with the phone when it has useless apps. These not only eat up storage but also affect both battery & RAM by running in the background. If they are removed, the phone’s performance can be improved & space can also be freed up.
Is It Possible to Delete System Apps Without Rooting
Earlier, most people thought that the phone had to be rooted to delete system apps. But doing so voids the phone’s warranty & also increases the security risk. The good thing is that now with the help of ADB (&roid Debug Bridge), you can uninstall system apps without rooting.
How to Delete System Apps Without Rooting
- First, download & install ADB Platform Tools on your computer.
- Now go to your phone’s settings & turn on Developer Options. For this, go to “About
- Phone” & tap on the build number 7 times.
- After this, enable USB debugging.
- Now connect the phone to the computer.
- Open the comm& prompt on the computer & go to the directory where ADB is installed.
Type adb devices to confirm if the phone is connected or not. - Now type: adb shell pm uninstall -k –user 0 packagename
(In place of packagename here, enter the package name of the app you want to remove.)