Remove Samsung Bloatware Using ADB No Root
Remove Samsung Bloatware
Using ADB — No Root
Complete step-by-step debloat guide for all Galaxy models. Free, safe, and fully reversible.
Samsung Galaxy phones are among the most popular smartphones in the world — but they ship stuffed with pre-installed apps you never asked for. Bixby, Samsung DeX, AR Zone, Facebook, Microsoft apps, and dozens of duplicate services silently run in the background, eating RAM, draining your battery, and clogging storage.
The good news? You can remove all of this without rooting your phone using a free Google tool called ADB (Android Debug Bridge). This guide walks you through every single step — from downloading ADB to running commands — with a complete package list.
ADB debloating does not void your warranty, does not require root, and every removed app can be restored with a single command. You are only removing apps for the current user profile.
1 What is Bloatware & Why Remove It?
Bloatware refers to pre-installed apps that come factory-loaded on your Samsung phone — apps you cannot uninstall the normal way. Samsung devices typically ship with 60–150+ pre-installed apps, many of which you will never touch.
How Bloatware Hurts Your Samsung Phone
- Slows down performance — background processes consume CPU and RAM constantly
- Drains battery faster — hidden services wake up and draw power even when idle
- Wastes storage — some apps use 200MB+ of space you can never reclaim without root
- Privacy concerns — some pre-installed apps collect diagnostic and behavioral data
- Cluttered app drawer — dozens of apps filling your launcher that you will never open
Never remove core system apps like com.android.phone, com.samsung.android.settings, or your launcher. Only remove apps from the verified safe list below.
2 Requirements & Prerequisites
- Any Samsung Galaxy phone or tablet — Galaxy S, A, Note, Z, Tab series
- A Windows, Mac, or Linux computer
- A working USB cable — preferably the original Samsung cable
- Android SDK Platform Tools (ADB) — free, from Google
- Your Samsung must be unlocked — screen lock will break ADB connection
- At least 50% battery before starting
3 Download Android SDK Platform Tools
ADB is an official Google tool. Download it for free directly from the Android developer website. Choose your operating system:
Extract the ZIP file to a convenient location such as C:\platform-tools\ on Windows. No installation needed — ADB runs directly from this folder.
Windows users may also need the Samsung USB Driver for your PC to recognise the device:
4 Enable Developer Options & USB Debugging
Before ADB can communicate with your Samsung phone, you need to enable Developer Options and turn on USB Debugging.
Go to Settings → About Phone → Software Information
Open the Settings app on your Samsung phone. Scroll down and tap About Phone, then tap Software Information.
Tap "Build Number" Seven Times
Find Build Number and tap it 7 times rapidly. You will see a countdown message: "You are now X steps away from being a developer." After the 7th tap you will see: "You are now a developer!"
If prompted, enter your PIN, password, or pattern to confirm the action.
Enable USB Debugging in Developer Options
Go back to the main Settings screen. Scroll down and tap Developer Options (newly appeared). Toggle USB Debugging to ON and confirm the warning dialog.
Also set Screen Timeout to 10 minutes (Settings → Display → Screen Timeout) so your screen does not lock mid-process.
5 Connect Your Samsung Phone to PC via ADB
Open Terminal / Command Prompt in the Platform-Tools Folder
Windows: Open the platform-tools folder. Click the address bar at the top, type powershell, and press Enter.
Mac / Linux: Open Terminal and navigate to the folder:
cd ~/Downloads/platform-tools
Connect Your Phone & Authorise ADB
Connect your Samsung phone via USB. A popup will appear on your phone: "Allow USB Debugging?" — tap Allow. Check "Always allow from this computer" to avoid the popup each time.
Verify the connection:
adb devices
You should see your device serial number followed by "device". Example: R3CX205XXXX device. If it says "unauthorized", check your phone and tap Allow again.
Enter ADB Shell
Enter the ADB shell environment:
adb shell
Your prompt changes to something like r3q:/ $ — this means you are now inside your phone's shell.
6 Find App Package Names
Every Android app has a unique package name such as com.samsung.android.bixby.agent. You need these to remove apps. Here is how to list them:
# List ALL installed apps pm list packages # List SYSTEM apps only pm list packages -s # List Samsung-specific apps only pm list packages | grep 'samsung' # Search for a specific app by keyword pm list packages | grep 'bixby'
Install App Inspector from the Play Store. Open any app's info page and it instantly shows the full package name — no command needed.
7 ADB Debloat Commands
These are the core commands you will use to remove bloatware from your Samsung device:
Uninstall an App (Recommended)
# Uninstall app AND clear its data (cleanest method) pm uninstall --user 0 com.package.name # Uninstall app but KEEP its data (safer for uncertain apps) pm uninstall -k --user 0 com.package.name
Disable an App (Safer Alternative)
# Disable app — stops it running, stays installed
pm disable-user --user 0 com.package.name
Restore / Reinstall a Removed App
# Reinstall a previously removed app cmd package install-existing com.package.name # Re-enable a disabled app pm enable com.package.name
In every command above, replace com.package.name with the actual package name from the list below. The command responds with Success if it worked correctly.
Real Example — Remove Bixby
pm uninstall --user 0 com.samsung.android.bixby.agent pm uninstall --user 0 com.samsung.android.bixby.wakeup pm uninstall --user 0 com.samsung.android.bixby.server pm uninstall --user 0 com.samsung.android.bixby.voiceinput
8 Samsung Bloatware Safe to Remove — Full List
The following packages are generally safe to remove on Samsung One UI devices. Always research any package you are unsure about before removing it.
Bixby & Voice Assistant
| Package Name | App Name | Safe? |
|---|---|---|
| com.samsung.android.bixby.agent | Bixby Voice | Safe |
| com.samsung.android.bixby.wakeup | Bixby Wake-up | Safe |
| com.samsung.android.bixby.server | Bixby Server | Safe |
| com.samsung.android.bixby.voiceinput | Bixby Voice Input | Safe |
| com.samsung.android.bixbyvision.framework | Bixby Vision | Safe |
| com.samsung.android.visionintelligence | Bixby Vision Intelligence | Safe |
Samsung Duplicate & Unwanted Apps
| Package Name | App Name | Safe? |
|---|---|---|
| com.samsung.android.app.social | Samsung Social | Safe |
| com.samsung.android.game.gametools | Game Launcher / Tools | Safe |
| com.samsung.android.themestore | Galaxy Theme Store | Safe |
| com.samsung.android.app.tips | Samsung Tips | Safe |
| com.samsung.android.scloud | Samsung Cloud | Caution |
| com.samsung.android.app.watchmanager | Galaxy Watch Manager | Safe |
| com.samsung.android.arzone | AR Zone | Safe |
| com.samsung.android.aremoji | AR Emoji | Safe |
| com.samsung.android.tvplus | Samsung TV Plus | Safe |
| com.samsung.android.app.routines | Bixby Routines | Safe |
| com.samsung.android.dex.systemui | Samsung DeX | Safe* |
| com.samsung.android.app.galaxyfinder | Galaxy Finder | Safe |
| com.samsung.android.stickercenter | Sticker Center | Safe |
| com.samsung.android.kidsinstaller | Kids Installer | Safe |
Facebook & Microsoft Pre-installs
| Package Name | App Name | Safe? |
|---|---|---|
| com.facebook.appmanager | Facebook App Manager | Safe |
| com.facebook.services | Facebook Services | Safe |
| com.facebook.system | Facebook System | Safe |
| com.microsoft.skydrive | Microsoft OneDrive | Safe |
| com.microsoft.launcher.ent | Microsoft Launcher | Safe |
| com.linkedin.android | Safe |
Other Samsung Services
| Package Name | App Name | Safe? |
|---|---|---|
| com.samsung.android.app.smartcapture | Smart Capture | Safe |
| com.samsung.android.wellbeing | Digital Wellbeing | Safe |
| com.samsung.android.samsungpass | Samsung Pass | Caution |
| com.samsung.android.app.notes | Samsung Notes | Safe |
| com.samsung.android.meetingrecorder | Meeting Recorder | Safe |
| com.samsung.android.shortcutbackupservice | Shortcut Backup Service | Safe |
com.android.phone com.samsung.android.providers.telephony com.android.systemui com.android.settings com.sec.android.app.launcher com.samsung.android.knox.containercore android com.android.inputmethod.latin
9 GUI Debloat Tools — Easier Alternative
If typing commands feels overwhelming, these graphical tools do the same thing with a point-and-click interface:
Universal Android Debloater (UAD-NG)
Open-source, written in Rust. Automatically detects Samsung devices and flags safe packages. Best for beginners.
Free & Open SourceADB AppControl
Windows GUI with batch uninstall support. Connect and click to disable or remove apps. Supports preset debloat lists.
GUI · Windows OnlyShizuku + Canta
Wireless — no PC needed. Shizuku bridges ADB locally, Canta provides a clean GUI. Works entirely on your phone.
No PC Required10 How to Restore / Reinstall Removed Apps
One of the best things about ADB debloating is that nothing is permanently deleted. Apps are only removed for your user profile (user 0). To restore any app:
# Restore Bixby (example) cmd package install-existing com.samsung.android.bixby.agent # Restore Samsung Pass cmd package install-existing com.samsung.android.samsungpass # Restore any app — replace the package name cmd package install-existing com.package.name.here
If you ever do a factory reset on your Samsung phone, all pre-installed apps automatically come back and your debloating is completely undone.
11 Troubleshooting Common Errors
"adb: command not found"
You are not running the command from inside the platform-tools folder. Navigate to the correct directory first, or add ADB to your system PATH. On Windows, type powershell directly into the folder address bar.
"Failure [not installed for 0]"
The app is either not installed on your device, or you mistyped the package name. Double-check by running pm list packages | grep 'partofname' to find the exact package name.
"unauthorized" in adb devices
Look at your Samsung phone screen — there should be an "Allow USB Debugging?" popup. Tap Allow. If the popup does not appear, toggle USB Debugging OFF then ON again in Developer Options.
No device shown in "adb devices"
Windows: Install the Samsung USB Driver. Change the USB connection mode from "Charging only" to File Transfer (MTP) in the notification panel when you plug in.
Phone shows bootloop after removing an app
Boot into Recovery Mode (hold Power + Volume Down on most Galaxy phones) and perform a factory reset. All removed apps will be restored. To avoid this, only remove apps from the safe list above.
12 Frequently Asked Questions
cmd package install-existing com.package.name in ADB shell and the app is immediately restored. Alternatively, a factory reset restores all pre-installed apps to factory defaults automatically.Conclusion
Debloating your Samsung Galaxy via ADB is one of the best free upgrades you can make to your device. It is safe, free, reversible, and takes only 20–30 minutes. The result: a faster, cleaner, more private Samsung experience — without rooting.
Start with the most obvious bloatware — Bixby, AR Zone, Facebook, Samsung TV Plus — and work your way through the list. When in doubt, disable instead of uninstalling, test for a day, then remove if everything still works.
Quick Start Summary
Follow these five steps in order and you will be done in under 30 minutes:

COMMENTS