How To Remove Samsung Bloatware Without Root (ADB)
How To Remove Samsung Bloatware Without Root (ADB)
(ADB)
technastic.com/remove-samsung-bloatware-safe-to-remove-apps
Samsung phones and Galaxy Tabs come with lots of preinstalled apps many of which are
useless to the end-user. Such apps are called bloatware and because they are installed as
system apps, the uninstall option for them remains unavailable. Below is a big list of
Samsung bloatware that is safe to remove. Since there’s no bloat removal tool available
out there, we’ll also see how we can disable and uninstall system apps without root using
ADB commands. There used to be an Android Debloater tool but it doesn’t work with
Android 10.
It doesn’t matter which of the following Samsung devices you own, it must be stuffed with
bloatware. If you own a rooted Samsung phone, you can try apps like System App
Remover and Bloatware Remover to get rid of useless system apps without using a PC.
Below is a list of Samsung devices on which you can find the apps listed below.
1/15
5. Restore Uninstalled System Apps
6. Disable Samsung Bloatware
My Samsung Galaxy Note 10 Plus and Galaxy S20 had 127 and 132 pre-installed apps out-
of-the-box respectively. The majority of those apps are mere junk that deserves to be
cleaned. By uninstalling such apps, you can have a cleaner app drawer, save data and
space, and have a faster experience.
You can easily remove bloatware on your Samsung device but there’s a catch. Even if
know the way to uninstall them, you must be aware of 2 things.
2/15
4. Execute the following ADB shell commands. The first for the list of all apps, and the
second one for the list of all system apps.
#1 Get the list of all apps
adb shell pm list packages
#2 Get the list of system apps only
adb shell pm list packages -s
#3 Get the list of all Samsung apps
adb shell pm list packages | grep 'samsung'
(‘pm’ in the above commands stands for “package manager”
5. You’ll now have the list of package names of all Samsung apps and other Android
apps installed on your device.
You can copy the list of apps from the command windows and copy it to a text file.
You can find some good apps in the Google Play Store that can help you with finding the
app package names. App Inspector, Package Browser, Package Name Viewer 2.0, and
Apps Inspector are some worthy options that you should try.
You can find out the APK package name for any app by opening the app page in the Play
Store in a desktop browser as shown below.
3/15
ADB shell pm list packages command
4/15
Samsung Bloatware List
To make your job easier, I have prepared a list of safe-to-remove apps on your Samsung
device. The pre-installed apps listed below are found on the Galaxy S9, S10, S20, Note 10,
and Galaxy Note 20. Most of them are common Samsung apps found on all Galaxy phones
and Tabs by the Korean giant.
Warning: Please note that the list of safe-to-remove pre-installed apps mentioned below
is complete in itself. Therefore, they also include some essential system apps that must be
disabled or uninstalled very carefully. For example, if you delete apps like Samsung One
UI launcher or Samsung Keyboard, you must install 3rd-party alternatives to those apps
first.
com.android.cellbroadcastreceiver.overlay.common
com.sec.android.app.chromecustomizations
com.android.hotwordenrollment.okgoogle | OK Google
com.android.mms.service | MMS
5/15
com.android.statementservice | Checks APK files
com.android.providers.downloads.ui
com.android.providers.partnerbookmarks
com.android.sharedstoragebackup
com.google.android.gm | Gmail
com.google.android.inputmethod.latin | Gboard
com.google.android.tts | Text-to-speech
com.google.android.youtube | Youtube
com.google.ar.lens | AR Lens
com.samsung.android.bixby.wakeup
6/15
com.samsung.android.app.spage | Bixby homepage launcher
The following apps are related to Bluetooth services and accessories like watches, fitness
tracking, etc.
com.dsi.ant.sample.acquirechannels
com.dsi.ant.service.socket
com.dsi.ant.plugins.antplus
7/15
com.sec.android.splitsound | Samsung Split Sound Service
com.samsung.android.sdk.professionalaudio.utility.jammonitor
com.samsung.android.visioncloudagent | VisionCloudAgent
com.samsung.android.ardrawing | AR Doodle
Recreational Apps
8/15
com.samsung.android.da.daagent | Dual Messenger
Samsung AR Emoji
com.samsung.android.aremoji | AR Emoji
com.samsung.android.app.camera.sticker.stamp.preload
com.samsung.android.stickercenter
com.samsung.android.stickerplugin
com.samsung.android.app.camera.sticker.facearframe.preload
com.samsung.android.app.camera.sticker.facearexpression.preload
com.samsung.android.app.camera.sticker.facear.preload
Facebook Bloatware
com.facebook.katana
com.facebook.system
com.facebook.appmanager
com.facebook.services
com.android.bips
com.google.android.printservice.recommendation
com.android.printspooler
com.samsung.android.game.gamehome
com.enhance.gameservice
com.samsung.android.game.gametools
com.samsung.android.game.gos
9/15
com.samsung.android.gametuner.thin
Samsung Gear VR
com.samsung.android.hmt.vrsvc
com.samsung.android.app.vrsetupwizardstub
com.samsung.android.hmt.vrshell
com.google.vr.vrcore
com.samsung.android.kidsinstaller
com.samsung.android.app.ledbackcover
com.sec.android.cover.ledcover
Edge Display
com.cnn.mobile.android.phone.edgepanel
Samsung Dex
com.sec.android.desktopmode.uiservice
com.samsung.desktopsystemui
com.sec.android.app.desktoplauncher
com.samsung.vmmhux
com.vzw.hss.myverizon | My Verizon
10/15
com.vzw.hs.android.modlite | Verizon Tones
com.vznavigator.[You_Model_Here]| VZ Navigator
com.att.tv | AT&T TV
com.att.myWireless | myAT&T
jp.gocro.smartnews.android
com.synchronoss.dcs.att.r2g
com.wavemarket.waplauncher
com.pandora.android
com.sec.penup
com.samsung.android.service.livedrawing
com.linkedin.android
co.hunge.app
com.greatbigstory.greatbigstory
com.android.documentsui
com.drivemode
com.samsung.android.app.contacts
com.samsung.android.calendar
net.aetherpal.device
11/15
com.google.android.dialer
com.wb.goog.got.conquest
com.wb.goog.dcuniverse
com.innogames.foeandroid
com.playstudios.popslots
com.gsn.android.tripeaks
com.foxnextgames.m3
com.audible.application | Audible
Update: Now you can use ADB commands on your Android device to uninstall the
Samsung system apps without root or a computer.
Now that you have the list of Samsung bloatware, let’s see how you can remove them from
your phone.
1. Download the latest SDK Platform-tools and set it up on your Windows, Mac, or
Linux computer. Linux users can simply install the Android platform-tools by using
the following command. Mac users can use my dedicated tutorial on using ADB and
fastboot on macOS.
2. Make sure you have installed the Samsung USB driver on your PC.
3. In order that ADB commands can communicate with your computer, you need to
enable USB debugging on your Samsung device.
4. Please note that the screen of your device is not locked while you execute the ADB
commands. Go to Settings > Display > Screen Timeout and increase the
duration to 10 minutes.
5. Connect your Samsung phone to the PC.
6. Now open the platform-tools folder and launch a Power Shell or Command Prompt
window. To do that, just type ‘cmd‘ in the folder address bar and press the Enter
key.
12/15
7. Now, type the following ADB command and hit the Enter key. Keep an eye on your
phone’s screen as you do it and Allow USB debugging when prompted.
adb devices
8. This should return the ID of your device in the form of an alphanumeric string to
show that your phone is properly connected and is ready to interact with ADB via
computer.
13/15
9. Now, execute the following command.
adb shell
10. You’ll get a $ sign in the cmd window. You can now execute pm uninstall -k --
user 0 (this will keep the app data and cache), or pm uninstall --user 0
(delete app data as well) followed by the package name of the system app to
uninstall to remove it from your phone. You can view the full list of safe to remove
Samsung apps with the command extension on Google Drive. For example, if you
want to remove Samsung Email from your device, use one of the following
commands.
11. After the execution of each app uninstallation command, you’ll get a “Success”
message to indicate that the app package has been removed.
You can thus uninstall as many preinstalled apps on your Samsung Galaxy smartphone or
tablet as you want to without root
Note: If you get “Failure [not installed for 0]” error while trying to uninstall a
Samsung bloatware, it means one of these 2 things:
1. The app package you are trying to remove is not available on your device.
2. You have typed the app package name incorrectly.
It simply means that if you need the uninstalled system app sometime later, you can easily
re-install the removed app using another ADB shell command.
14/15
Simply execute the above command as shown below to restore an app package that you
uninstalled earlier.
That’s all about how we can remove bloatware on Samsung Galaxy devices and re-install
the uninstalled apps without root using ADB shell commands. I’ll keep updating the
Samsung bloatware list or safe to remove apps for the phones that will be launched in the
future.
15/15