Smartphone owners Samsung often face the following problem: Even on a new device, part of the memory is occupied by pre-installed applications that cannot be removed using standard methods. Many of them duplicate functions Google services or are never used at all, but continue to waste resources. Can they be safely removed? And what apps should definitely not be touched so as not to disrupt the system?
In this article we will look at three categories of applications on Samsung s Android: those that can be removed without consequences, those that are better to simply disable, and those that absolutely cannot be touched. You will also learn how to properly remove system apps (including hidden ones), what tools to use for this, and what to do if problems occur after cleaning. At the end - unique compatibility table indicating the risks for popular models Galaxy S23/S24, A54, A34 and others.
Why are there so many unnecessary applications on Samsung?
Smartphone manufacturers, including Samsungpre-install not only basic services Androidon their devices, but also their own apps. This is done for several reasons:
- ๐น Competition with Google: Samsung wants users to use its ecosystem (for example,
Samsung Internetinstead ofChrome,Samsung Payinstead ofGoogle Pay). - ๐น Partnership agreements: some applications (for example,
Facebook,Netflix,Spotify) are installed for a fee from the developers. - ๐น Brand functionality: apps like
Samsung HealthorBixbyare positioned as unique device features. - ๐น Regional requirements: in some countries the law requires the installation of local services (for example,
Yandexin Russia).
According to research Counterpoint Research (2026), on new smartphones Samsung up to 20-30% of memory are occupied by pre-installed applications, and half of them are never opened by users. At the same time, many apps run in the background, consuming up to 15% of battery power per day.
โ ๏ธ Attention: Versions of pre-installed applications and their names may differ depending on the smartphone model, region of sale and version. Before deleting, check the names in the menu One UI. Before deleting, check the names in the menu Settings โ Applications.
Which applications on Samsung can be deleted completely?
These apps do not affect the stability of the system and can be removed without risk. Most of them duplicate functions Google services or are advertising:
- ๐
Samsung Internet- browser from Samsung (can be replaced withChromeorFirefox). - ๐ต
Samsung Music- music player (alternative:YouTube Music,Spotify). - ๐บ
Samsung TV Plus- streaming service (few people use). - ๐ฑ
Samsung Free/Samsung Daily- news feed and advertising on the main screen. - ๐ณ
Samsung Pay- if you do not use contactless payments from Samsung. - ๐ฎ
Game Launcherโ if you donโt play mobile games. - ๐ก
AR Emoji,AR Zoneโ applications for creating animated emoticons (rarely used). - ๐
Samsung Membersโ user community (can be deleted if you do not participate in beta testing). - ๐ฑ
Bixby Visionโ visual assistant (works only withBixby). - ๐ฒ
LinkedIn,Facebook,Netflixโ if do not use or prefer web versions.
To remove these applications:
- Go to
Settings โ Applications. - Select the desired application from the list.
- Click
Delete(if the button is active) orDisable(if deletion is blocked).
Check the list of apps safe to remove
Make a backup copy of important data
Disable automatic updating of system applications
Check the operation of the smartphone after each deletion-->
If there are no buttons Delete the application is a system one - you can only disable it (more on this below). You will need rights for complete deletion. root or tools like ADB (instructions in the next section).
Which applications can only be disabled (but not deleted)?
These apps are important for the operation of some functions Samsung, but if you do not use them, you can disable (deactivate them). They will not consume resources, but will remain in the device memory:
- ๐ค
Bixby- voice assistant (disabling will free up to 200 MB memory). - ๐ฑ
Samsung Healthโ if you do not track health and fitness. - ๐
Smart Switchโ a utility for transferring data (needed only when changing your phone). - ๐
Samsung Notesโif you do.Google Keepor other notepads. - ๐ท
Samsung Gallery- if you preferGoogle Photos. - ๐ง
Samsung Earbuds- if you donโt have headphones Galaxy Buds. - ๐
Knox- security system (it is not recommended to disable it, but you can deactivate individual components).
To disable:
- Go to
Settings โ Applications. - Select an application and click
Disable. - Confirm the action (system will warn that the application will stop updating).
โ ๏ธ Attention: DisablingKnoxorSamsung Passmay disrupt the operation of corporate accounts (for example, if the phone is used to work with Microsoft Exchange or Samsung DeX).
Samsung Internet
Google Chrome
Mozilla Firefox
Opera/Opera Mini
Other-->
Which applications should absolutely not be removed?
These apps are critical for stable operation Android and One UI. to system failures, impossibility of updating or even โbrickโ (breakage) of the device:
| Application | What it is responsible for | Risk during deletion |
|---|---|---|
Android System WebView |
Displaying web content in other applications | Application crash, errors when opening links |
Samsung Experience Service |
Integration of services Samsung and Google | Inability to use Samsung Account |
One UI Home |
Launcher (home screen and application menu) | Black screen after reboot |
Samsung Keyboard |
Default keyboard | Inability to enter text without a third-party keyboard |
Google Play Services |
Background processes for work Google services | Stopping updates, errors in Play Market |
Also you cannot delete:
- ๐ง Any applications with the word
Framework,ServiceorProviderin the title. - ๐ฑ
SecSettings,Settingsโ system settings. - ๐
Software Updateโ update center. - ๐ถ
Telephony Providerโmobile network operation.
Before experimenting with system applications, create a backup copy via Smart Switch or TWRP (for advanced users). This will help restore the phone if something goes wrong.
How to delete system applications without root access (via ADB)?
If the button Delete is inactive, but the application can definitely be deleted (from the first section), use ADB (Android Debug Bridge). This method does not require root access, but you need USB debugging and a computer.
Step-by-step guide:
- Enable
Developer mode:Settings โ About phone โ Build number (press 7 times) - Activate
USB debugginginSettings โ System โ Developer mode. - Download and install
Platform Tools(official tool from Google). - Connect the phone to the PC and enter in the command line:
adb devices(Your device name should appear).
- Find out the application package name (for example, for
Samsung Internetthiscom.sec.android.app.sbrowser). - Enter the command to uninstall:
adb shell pm uninstall -k --user 0 package_name
Examples of commands for popular applications:
Samsung Internet:adb shell pm uninstall -k --user 0 com.sec.android.app.sbrowserBixby:adb shell pm uninstall -k --user 0 com.samsung.android.bixby.agentFacebook:adb shell pm uninstall -k --user 0 com.facebook.katana
โ ๏ธ Attention: Removing via ADB does not erase the application completely - it remains in the system, but becomes inaccessible to the current user When resetting or updating Android the app can. return.
What to do if the application returns after deletion?
This is normal - some system apps are restored after updating. One UI. To avoid this:
1. in Play Market.
2. Use ADB to delete again after updating.
3. Install the patch via Magisk (requires root access).
How to return a deleted application if something went wrong right?
If after deleting the system application, problems occurred (for example, the mobile network stopped working Google services or the mobile network disappeared), there are several ways to get everything back:
- Reset settings:
The most reliable, but radical method. All data will be erased, and pre-installed applications will return. Path:
Settings โ General management โ Reset โ Data reset. - Recovery via
ADB:If you deleted the application via
ADB, you can return it with the command:adb shell cmd package install-existing package_name - Update One UI:
Sometimes system applications are restored after updating the firmware. Check in
Settings โ Update. Software. - Manual reinstallation
APK:For some applications (for example,
Samsung Healthyou can downloadAPKfrom the official website Samsung and install manually.
If no method did not help, and the phone is unstable, contact the service center Samsung for flashing.
Compatibility table: which applications can be deleted on popular models Samsung
Below is data on the safety of deleting applications for current lines Samsung (based on tests 2026 year). Green color โ can be deleted, yellow โonly disabled, red โcannot be touched.
| Model | Bixby |
Samsung Internet |
Knox |
Game Launcher |
AR Zone |
|---|---|---|---|---|---|
| Galaxy S24 Ultra | Disable | Delete | Do not touch | Delete | Delete |
| Galaxy A54 | Disable | Delete | Disable (except for corporate users) | Delete | Delete |
| Galaxy Z Flip5 | Disable | Delete | Do not touch | Delete | Delete |
| Galaxy M34 | Delete (if not used) | Delete | Disable | Delete | Delete |
For models Galaxy S22 and older, some applications (for example, Bixby) can be more deeply integrated into the system - their removal can lead to errors in Samsung Pay or DeX.
Before deleting applications on flagship models (S23/S24), check their dependence on Samsung DeX and Link to Windows โthese functions may stop working.
FAQ: Frequently asked questions about deleting applications on Samsung
Is it possible to delete Google Play Services?
No, this will crash most applications, including Play Market i Gmail. Maximum - you can disable auto-update in Settings โ Applications โ Google Play Services โ Three dots โ Disable updates.
Why do some links not open after deleting Samsung Internet data-i="268">Some system applications (for example
Some system applications (for example, Email or Messagesby default use Samsung Internet to display web content. Install another browser and make it the default browser in the settings.
How to find out which application is using the most. batteries?
Go to Settings โ Device care โ Battery โ Usage. This displays the battery consumption of applications over the last 24 hours or 7 days. Pay special attention to apps marked Background activity.
Can I delete Samsung Knox?
Technically yes, but it will disrupt the operation of Samsung Pay, Secure Folder and corporate functions (for example, Microsoft IntuneIf you do not use these services, you can disable Knox through ADB, but complete removal is not recommended.
What to do if the camera stops working after removing applications?
Most likely, you deleted Samsung Camera or related services (for example, com.sec.android.app.camera).Restore the application via ADB or reset the settings. If the camera still does not work, check the permissions for the application Camera in the settings.