Remove Samsung Bloatware Using ADB — No Root

Remove Samsung Bloatware Using ADB No Root

How to Remove Bloatware from Samsung Galaxy Using ADB (2025 Guide)

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.

Safe & Fully Reversible

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
Read Before You Start

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:

After Downloading

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.

Settings
Open Settings
About Phone → Software Info
About Phone
Build Number ×7
Tap Build # 7 times
USB Debugging ON
Enable USB Debug
1

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.

2

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.

3

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

1

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:

bash
cd ~/Downloads/platform-tools
2

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:

cmd / terminal
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.

3

Enter ADB Shell

Enter the ADB shell environment:

cmd / terminal
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:

ADB Shell — List Apps
# 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'
Pro Tip — Use App Inspector

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)

ADB Shell — Uninstall App
# 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)

ADB Shell — Disable App
# Disable app — stops it running, stays installed
pm disable-user --user 0 com.package.name

Restore / Reinstall a Removed App

ADB Shell — Restore App
# Reinstall a previously removed app
cmd package install-existing com.package.name

# Re-enable a disabled app
pm enable com.package.name
Replace "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

Remove Bixby — All Packages
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 NameApp NameSafe?
com.samsung.android.bixby.agentBixby VoiceSafe
com.samsung.android.bixby.wakeupBixby Wake-upSafe
com.samsung.android.bixby.serverBixby ServerSafe
com.samsung.android.bixby.voiceinputBixby Voice InputSafe
com.samsung.android.bixbyvision.frameworkBixby VisionSafe
com.samsung.android.visionintelligenceBixby Vision IntelligenceSafe

Samsung Duplicate & Unwanted Apps

Package NameApp NameSafe?
com.samsung.android.app.socialSamsung SocialSafe
com.samsung.android.game.gametoolsGame Launcher / ToolsSafe
com.samsung.android.themestoreGalaxy Theme StoreSafe
com.samsung.android.app.tipsSamsung TipsSafe
com.samsung.android.scloudSamsung CloudCaution
com.samsung.android.app.watchmanagerGalaxy Watch ManagerSafe
com.samsung.android.arzoneAR ZoneSafe
com.samsung.android.aremojiAR EmojiSafe
com.samsung.android.tvplusSamsung TV PlusSafe
com.samsung.android.app.routinesBixby RoutinesSafe
com.samsung.android.dex.systemuiSamsung DeXSafe*
com.samsung.android.app.galaxyfinderGalaxy FinderSafe
com.samsung.android.stickercenterSticker CenterSafe
com.samsung.android.kidsinstallerKids InstallerSafe

Facebook & Microsoft Pre-installs

Package NameApp NameSafe?
com.facebook.appmanagerFacebook App ManagerSafe
com.facebook.servicesFacebook ServicesSafe
com.facebook.systemFacebook SystemSafe
com.microsoft.skydriveMicrosoft OneDriveSafe
com.microsoft.launcher.entMicrosoft LauncherSafe
com.linkedin.androidLinkedInSafe

Other Samsung Services

Package NameApp NameSafe?
com.samsung.android.app.smartcaptureSmart CaptureSafe
com.samsung.android.wellbeingDigital WellbeingSafe
com.samsung.android.samsungpassSamsung PassCaution
com.samsung.android.app.notesSamsung NotesSafe
com.samsung.android.meetingrecorderMeeting RecorderSafe
com.samsung.android.shortcutbackupserviceShortcut Backup ServiceSafe
NEVER Remove These System Apps

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 Source

ADB AppControl

Windows GUI with batch uninstall support. Connect and click to disable or remove apps. Supports preset debloat lists.

GUI · Windows Only

Shizuku + Canta

Wireless — no PC needed. Shizuku bridges ADB locally, Canta provides a clean GUI. Works entirely on your phone.

No PC Required

10 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:

ADB Shell — Restore Any Removed 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
Factory Reset Also Restores Everything

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

Will removing bloatware void my Samsung warranty?
No. ADB debloating does not void your warranty. You are not modifying system partitions, unlocking the bootloader, or gaining root access. You are only removing user-profile-level installations, which Samsung explicitly allows via ADB.
Will this work on Galaxy S25, S24, A55, and other models?
Yes. This method works on all Samsung Galaxy devices running Android 5.0 and higher — including Galaxy S25, S24, S23, A-series, Note series, Z Fold/Flip series, and Galaxy Tab. The ADB commands and procedure are identical across all models.
Does removing Samsung apps affect One UI or system stability?
Removing apps from the safe list does not affect One UI stability. However, removing core system apps such as the dialer, system UI, or settings app can cause crashes or bootloops. Always stick to the verified safe list and never remove packages you are unsure about.
How much performance improvement can I expect?
Results vary by device, but users commonly report 10–25% faster app launch times, noticeably better battery life (especially standby time), and 500 MB–2 GB of freed RAM. Older Galaxy devices with less RAM typically see the most dramatic improvements.
Can I use this on a carrier-locked Samsung phone?
Yes. Carrier-locked simply means your SIM is locked to a carrier — it has no effect on ADB functionality. ADB works regardless of carrier lock status or which carrier sold you the phone.
What if I accidentally remove an important app?
No problem. Simply run 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:

1 Download ADB
2 Enable USB Debugging
3 Run adb devices
4 Run adb shell
5 Run pm uninstall commands

Written by Aadesh

Android enthusiast and tech writer covering Samsung, ADB tips, and Android customisation. Tested on Galaxy S24 Ultra, A55 5G, and Galaxy Tab S9.

Back to top

COMMENTS

Name

News,87,Phones,38,Tips,35,Updates,26,
ltr
item
SamFlux: Remove Samsung Bloatware Using ADB — No Root
Remove Samsung Bloatware Using ADB — No Root
Remove Samsung Bloatware Using ADB No Root
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLAvsnyRj70BlRnw9R85qMT45OjDMPqEQjp8qcIqcmlnIVRNXvq4eL2Rp_BcvNwOpniKrOdoMOKIExgFDbiS_QswzISQp-_Lcf0jYuBe9-MLNkQB5EL45nYUHo7bAcHvI93SK03VIu0aUro4bSAUWGkexeh1Dyd7DL31P5qG-D2o3ig5jlt0ASCoO0gM3e/s1600/Remove%20Samsung%20Bloatware%20Using%20ADB%20%E2%80%94%20No%20Root.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLAvsnyRj70BlRnw9R85qMT45OjDMPqEQjp8qcIqcmlnIVRNXvq4eL2Rp_BcvNwOpniKrOdoMOKIExgFDbiS_QswzISQp-_Lcf0jYuBe9-MLNkQB5EL45nYUHo7bAcHvI93SK03VIu0aUro4bSAUWGkexeh1Dyd7DL31P5qG-D2o3ig5jlt0ASCoO0gM3e/s72-c/Remove%20Samsung%20Bloatware%20Using%20ADB%20%E2%80%94%20No%20Root.png
SamFlux
https://www.samflux.com/2026/04/remove-samsung-bloatware-using-adb-no.html
https://www.samflux.com/
https://www.samflux.com/
https://www.samflux.com/2026/04/remove-samsung-bloatware-using-adb-no.html
true
9122168116517482787
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy Table of Content