Smartphone owners Samsung Galaxy often encounter problems built-in applicationsthat take up memory, consume battery power and interfere with everyday use. Bixby, Samsung Knox, Facebook (even if you donโ€™t use it), Samsung Pay โ€” these and dozens of other services are preinstalled by the manufacturer and cannot be removed using standard means. But there are ways to get rid of them forever, or at least disable them.

Many are afraid to โ€œbreakโ€ the system, fearing loss of warranty or turning the phone into a โ€œbrickโ€. Indeed, careless actions with system files can lead to failures. However, with the right approach, the risks are minimal. In this article we will analyze 5 methods - from the safest (disabling through settings) to radical (deleting via ADB and root access), - and also explain which applications can be touched and which are better left.

If you are a beginner, start with the first two methods - they do not require technical skills. Experienced users will also find advanced techniques here, including working with Package Disabler and firmware modification. Important: before any manipulations, make a backup copy of your data!

๐Ÿ“Š Which built-in Samsung application annoys you the most?
Bixby
Facebook and other social networks
Samsung Knox
Samsung Pay
Other (write in the comments)

1. Disabling built-in applications through settings (without root)

The easiest and safest way is deactivate unnecessary apps. This will not remove them completely, but will stop background work, free up RAM and prevent updates.

How to do it:

  1. Open Settings โ†’ Applications.
  2. Tap on the three dots in the upper right corner and select Show system ones.
  3. Find the application you need (for example, Bixby Voice or Samsung Free).
  4. Click Disable (or Uninstall updates, if the button is active).

โš ๏ธ Attention: Some system services (for example, Samsung Knox or Secure Folder) are responsible for their security. Disabling them may disrupt their operation. Samsung Pay, biometric authentication or corporate functions (if the phone is used for work).

What can be disabled without risk:

  • ๐ŸŽค Bixby (all components: Bixby Voice, Bixby Routines, Bixby Vision)
  • ๐Ÿ“ฑ Facebook, Instagram, LinkedIn (if not you use)
  • ๐Ÿ“บ Samsung TV, Samsung Kids, Samsung Global Goals
  • ๐Ÿ“Š Samsung Members, Samsung Shop (advertising services)

โ˜‘๏ธ Preparing to disable applications

Completed: 0 / 4

2. Uninstalling system application updates

Many built-in apps (Google Play Music, YouTube, Samsung Internet) initially take up little space, but after updates through Play Market their weight increases significantly. You can return them to the "factory" version without root access.

Instructions:

  1. Go to Settings โ†’ Applications โ†’ Three dots โ†’ Show system ones.
  2. Select an application (for example, Samsung Internet).
  3. Click Uninstall updates (if the button is inactive, there are no updates).
  4. Return to Play Market, find this application and press Delete (not "Open"!).

โš ๏ธ Attention: After rebooting the phone, some applications (for example, Google Play Services) may be automatically updated again. To avoid this:

  • Disable auto-update in Play Market (Settings โ†’ Auto-update applications โ†’ Never).
  • For critical applications (for example, Samsung Health) use Package Disabler (more on this below).

This method does not completely remove the application, but reduces its weight and stops background activity. For example, Samsung Internet after a rollback it takes up ~50 MB instead of 200+ MB.

3. root)

If disabling is not enough, but you donโ€™t want to get root access, this method will help Android Debug Bridge (ADB). This method allows completely remove unnecessary packages, but requires a connection to a computer and basic knowledge of the command line.

What you will need:

  • ๐Ÿ’ป Computer with Windows, macOS or Linux.
  • ๐Ÿ“ฑ USB cable (preferably original).
  • ๐Ÿ”ง Utility ADB (download from official Android website).
  • ๐Ÿ”’ Enabled USB debugging on the phone (Settings โ†’ About phone โ†’ Number build (tap 7 times) โ†’ Return to Settings โ†’ Developer options โ†’ USB debugging).

Step-by-step guide:

  1. Unpack ADB to a folder on your computer (for example C:\adb).
  2. Connect your phone to the PC and select the mode File transfer.
  3. Open the command line (Win + R โ†’ cmd) and go to the folder with ADB:
    cd C:\adb
  4. Check the device connection:
    adb devices

    (the serial number of the phone should appear).

  5. Get a list of all packages:
    adb shell pm list packages | grep samsung

    (to filter by keyword, for example bixby or facebook).

  6. Remove unnecessary package (example for Bixby):
    adb shell pm uninstall -k --user 0 com.samsung.android.bixby.agent

โš ๏ธ Attention: Removing some packages (for example, com.sec.android.app.launcher - standard launcher) can lead to cyclic reboot phone! Before executing commands, check the list of packages that are safe to remove (see the table below).

Application Package name Can I delete? Consequences
Bixby Voice com.samsung.android.bixby.agent โœ… Yes Disappear voice assistant, the Bixby button will be inactive
Facebook com.facebook.system โœ… Yes The built-in Facebook will be removed (can be installed separately from the Play Market)
Samsung Knox com.sec.knox.* โŒ No Work will be disrupted Samsung Pay, Secure Folder, corporate functions
Samsung Free com.samsung.android.app.spage โœ… Yes The swipe-left screen with news will disappear
Game Launcher com.samsung.android.game.gamehome โœ… Yes The game launcher will be deleted (games will open in the standard way)

If the application returns after removal after reboot, use the command with the flag --user 0 (as in the example above). This will remove the package for the current user, but will not affect system files.

๐Ÿ’ก

Before mass deleting packages, take a screenshot of the list with the command adb shell pm list packages > packages.txt. This will help restore deleted applications if something goes wrong.

4. Applications for disabling system services (Package Disabler)

If you donโ€™t want to work with ADB you can use specialized utilities. One of the most popular is Package Disabler Pro+ (paid) or its free analogs (Debloater, System App Remover). These apps allow disable system packages without root access, but with some restrictions.

How to use Package Disabler:

  1. Download the application from Play Market (or APK from a trusted source, for example APKMirror).
  2. Launch and provide access to special features (needed to work with system packages).
  3. Find unnecessary applications in the list (you can filter by keywords).
  4. Select a package and click Disable (disable) or Uninstall (delete, if available).

Advantages of the method:

  • ๐Ÿ” Intuitive interface with search and categories.
  • ๐Ÿ›ก๏ธ Ability to create a backup before shutting down.
  • ๐Ÿ”„ Easy to return everything back (with one tap).

Disadvantages:

  • ๐Ÿ’ฐ Paid (free versions have limitations).
  • ๐Ÿ”’ Not all packages can be removed without root access.
  • ๐Ÿ“ฑ Requires Android 8.0+ (may not work on older versions).

โš ๏ธ Attention: Some applications (for example, Package Disabler Pro+) may be detected by antiviruses as potentially dangerous due to working with system files. This is a false positive, but download the APK only from trusted sources.

What to do if, after disabling the package, the phone began to fail?

If after deactivating the system application, crashes appeared (for example, the camera or Wi-Fi does not work), return the package back to Package Disabler. If the phone does not turn on or is stuck on the logo, try resetting the settings via Recovery Mode (press Power + Volume Up + Bixby).

5. Removing built-in applications with root access (for experienced ones)

If you are ready to sacrifice the guarantee and gain full control over the system, root access will give you access to deleting any packages, including protected Samsung Knoxs. However, this method requires caution: an error can lead to "brick" (inoperability) of the phone.

What you will need:

  • ๐Ÿ“ฑ Unlocked bootloader (on new models Samsung this is difficult because Knox).
  • ๐Ÿ”ง Installed TWRP or other custom recovery.
  • ๐Ÿ› ๏ธ Utility Magisk for managing root access.
  • ๐Ÿ” Application Root Explorer or Titanium Backup.

Step-by-step guide:

  1. Get root access (instructions depend on the model; for Samsung often used Magisk + patch APfirmware file).
  2. Install Root Explorer and go to /system/app or /system/priv-app.
  3. Find the folder with the unnecessary application (for example, Bixby or Facebook).
  4. Delete the folder or rename it (add it at the end .bak).
  5. Restart the phone.

โš ๏ธ Attention: Removing the following packages may make the phone inoperable:

  • com.android.systemui โ€” system interface.
  • com.samsung.android.knox.* โ€”security components.
  • com.sec.android.app.launcher โ€”standard launcher.
  • com.android.phone โ€” telephone functions.

After deleting system applications, you may need clearing the cache (Wipe Cache Partition to Recovery Mode) or even reset the settings.

๐Ÿ’ก

root access on Samsung the Knox trigger is triggered (flag 0x1), which voids the warranty and blocks Samsung Pay, Secure Folder. On new models (S22+, S23), unlocking the bootloader is often impossible without official permission from Samsung.

6. Alternative methods: custom firmware and DeX

If none of the methods helped, radical solutions remain:

  • ๐Ÿ“ฑ Custom firmware (for example, LineageOS or Pixel Experience) - completely replace the standard shell One UI, deleting all built-in applications Minus: part is lost. functions Samsung (for example, DeX or Always On Display).
  • ๐Ÿ–ฅ๏ธ DeX mode - if the application interferes only on the main screen, connect the phone to the monitor via Samsung DeX. In this mode, many system utilities do not are launched.
  • ๐Ÿ”„ Reset to factory settings - will return the phone to its original state, but will not delete built-in applications (they will be restored).

โš ๏ธ Attention: Installing custom firmware on Samsung complicated by protection Knox and blocked bootloader on new models. On the forums XDA Developers there are instructions for specific devices (for example, Galaxy S21 or Galaxy A52), but the process requires experience.

7. How to get back deleted system applications

If after manipulation the phone becomes unstable, you can restore deleted packages. The methods depend on the removal method:

If you used ADB:

adb shell cmd package install-existing

Example for Bixby:

adb shell cmd package install-existing com.samsung.android.bixby.agent

If you used root access:

  • Restore deleted folders from a backup (if you did).
  • Or download the original firmware for your model from SamFW and flash it through Odin.

If you used Package Disabler:

  1. Open application.
  2. Find the disabled package in the list.
  3. Tap on it and select Enable.

โš ๏ธ Attention: On some models Samsung (for example, Galaxy S22 Ultra) restoring system applications may require a complete flashing via Odinwhich will reset all data.

FAQ: Frequently asked questions about deleting built-in applications

Is it possible to remove Samsung Knox without consequences?

No. Samsung Knox responsible for security Samsung Pay, Secure Folder and corporate functions. Removing it will disrupt these services. Maximum - you can disable unnecessary components (for example, com.sec.knox.apps), but not the kernel (com.samsung.klmsagent).

Why does the button on the phone not work after removing Bixby?

Button Bixby on the sidebar Samsung Galaxy is strictly tied to the service. After removing the packages (com.samsung.android.bixby.*), it can be reassigned to another action through applications like BxActions (requires root or ADB).

Will Samsung Pay work if you remove Knox?

No. Samsung Pay uses Knox to store payment data. Even if the service starts, adding cards will be blocked. The same applies to Secure Folder some banking applications (for example, SberBank Online may refuse to work).

Is it possible to remove Google applications (YouTube, Chrome, Play Market)? summary>

Technically yes, but this will disrupt the operation of services Google. For example, without Google Play Services applications will stop updating, and without Google Play Market you wonโ€™t be able to install new ones. It is better to roll them back to the factory version (see section 2) or disable them.

How do I know which packages can be removed on my Samsung model?

The list of packages safe to remove depends on the model and version. One UI. Look for up-to-date information on the forums:

  • XDA Developers (section of your model).
  • Reddit (communities for specific phones).
  • Telegram chats (for example, Samsung Galaxy Russia).

Always check reviews of other users before deleting!