You deleted or accidentally disabled a system application on Samsung Galaxy, and now you canโt find it? Or did an important app disappear from the menu after an OS update? This problem is familiar to many smartphone owners Samsung โthe manufacturer actively blocks pre-installed services through the function โDisableโ (and not โDeleteโ), which leads to confusion. Unlike complete deletion, disabled applications do not take up space in memory, but they are not displayed in the app list, which prevents them from being launched again.
In this article we will examine 5 proven methods returning a disabled application to Android Samsung โfrom standard settings to advanced methods with using ADB and third-party tools. We will pay special attention system applications (for example, Samsung Health, Bixby, Knox), which cannot be completely removed, but can be accidentally deactivated. All instructions are relevant for devices on One UI 5.0/6.0 (Android 13/14) and newer versions.
Before Before you start, make sure that the application is valid disabled, not deleted. To do this, check the folder Settings โ Applications โif the app is not in the main list, but it appears when you search by name marked โDisabled,โ then it can be restored.
1. Enabling it through the โSettingsโ menu (the easiest way)
If the application was disabled manually (for example, through the menu Settings โ Applications), it can be returned in a few steps without additional tools. This method works for all user and most system applicationsexcept for those blocked by the manufacturer (for example, Samsung Pay on uncertified devices).
Instructions:
- ๐ฑ Open
Settingson your Samsung. - ๐ Go to the section
Applications(may be called โManage applicationsโ on older versions One UI). - ๐ฝ Click on the three dots in the upper right corner and select
Show system applications(if you are looking for a pre-installed app). - ๐ Enter the name of the disabled application in the line search.
- ๐ On the application page, click
Enable(the button will be active if the app is disabled).
If the button Enable is inactive or missing, then the application was installed removed by OS update or blocked at the system level. In this case, proceed to the following methods.
โ๏ธ Preparing to restore the application
2. Using the Accessibility menu (for hidden services)
Some system applications Samsung (for example, Samsung DeX, Edge Panels or Secure Folder) are not displayed in the main list, even if they are disabled. They can be returned through the section "Accessibility", where all services related to accessibility and advanced functions are collected.
How to do this:
- Go to
Settings โ Accessibility Features. - Scroll down and select
Installed services(or "Accessibility Services" on some models). - Look for a disabled application in the list (for example, Samsung Knox or Bixby Voice) and tap on it.
- Activate the switch
Enable.
This method is suitable for services that are integrated into the shell One UI, but do not have a separate shortcut. If the application you need is not here either, try the following method.
Why canโt some applications be enabled through settings?
System services marked as critical (for example, Samsung Account or Android System WebView) are blocked at the firmware level. Disabling them can lead to malfunctions of the phone, therefore Samsung restricts access to their management through the standard menu.
3. Recovery via ADB (for experienced users)
If an application is disabled at the system level and does not appear in the settings, it can be unlocked using Android Debug Bridge (ADB). This method requires connecting a smartphone to a PC and basic knowledge of working with the command line, but it is universal and works even for deeply integrated services.
Step-by-step guide:
- Download and install Platform Tools (included Android SDK).
- Enable on phone
Developer mode(go toSettings โ About phone โ Software informationand tap 7 times onNumber assembly). - In the developer menu, activate
USB debugging. - Connect the phone to the PC and run the command in the terminal:
adb devices(a device with a serial number should appear).
- To enable disabled application, enter:
adb shell pm enable com.package name(for example, for Samsung Internet this will be
com.sec.android.app.sbrowser).
๐น How to find the name package? Use the command:
adb shell pm list packages -d
It will display a list of all disabled applications with their identifiers.
If the command adb devices does not find the device, try reinstalling the drivers Samsung USB Driver or use another USB cable (preferably the original one).
4. Using third-party utilities (without ADB)
If working with ADB seems complicated, you can use specialized applications from Google Playthat simplify the management of system packages. For example, Package Disabler Pro or App Inspector allow you to enable/disable apps without the command line.
Recommended utilities:
- ๐ ๏ธ Package Disabler Pro โshows all system and user packages with the ability to activate them. Supports filtering by status (โDisabledโ)
- ๐ App Inspector - analyzes installed applications and displays their technical data, including status (
enabled/disabled). - ๐ฆ Debloater - a tool for mass package management (requires
root-rights on some devices).
โ ๏ธ Attention: When using third-party utilities there is a risk of disabling critical services, which can lead to unstable operation of the phone or even "briku" (impossibility of loading). Before making changes, create a backup via Smart Switch or Samsung Cloud.
5. Reset settings to factory settings (as a last resort)
If none of the methods worked, and the application is critical for the operation of the device (for example, Samsung Services Framework or Google Play Services), the last option remains โ reset to factory settings. This method will return all pre-installed apps to their original state, but will delete user data.
How to reset:
- Go to
Settings โ General management โ Reset. - Select
Reset data(or โReset settingsโ). - Confirm the action and wait until the device reboots.
โ ๏ธ Attention: After reset you will need again:
- ๐ Log in to your account Google and Samsung.
- ๐ฑ Restore data from a backup copy (if one was created).
- ๐ Refresh all applications via Galaxy Store i Google Play.
This method should only be used as a last resort, as it erases all user settings and files (except data on the SD card).
Resetting to factory settings is the only way to return applications deleted by a firmware update (for example, after a major update One UI).
Table: Frequently disabled applications on Samsung and their packages
| Application name | Package name (for ADB) |
Can it be enabled through settings? | Notes |
|---|---|---|---|
| Samsung Health | com.sec.android.app.shealth |
Yes | Requires authorization in the account Samsung |
| Bixby | com.samsung.android.bixby.agent |
Yes (via Special. capabilities) | Disabling may disrupt the operation of the voice assistant |
| Samsung Pay | com.samsung.android.spay |
No (blocking at the firmware level) | Requires a certified device |
| Game Launcher | com.samsung.android.game.gamehome |
Yes | Used to optimize games |
| AR Emoji | com.samsung.android.aremoji |
Yes | Related to the camera and animation stickers |
If the desired application is not in the table, find its package name through ADB (command pm list packages | grep "name") or in the menu Settings โ Applications โ โ๏ธ โ Show system ones.
Common errors and how to avoid them
When trying to enable a disabled application, users often encounter typical problems. Here are the most common ones and ways to solve them:
- ๐ซ The โEnableโ button is inactive โ The application is blocked by policies Samsung (for example, Knox on corporate devices Try
ADBor reset. - โ ๏ธ After turning on, the application immediately crashes โ Most likely, its data is damaged. Clear cache in menu
Settings โ Applications โ Storage โ Clear cache. - ๐ The application disappears after reboot โ This is a sign of a conflict with the firmware. Update One UI to the latest version or reset.
- ๐ฑ System applications are not visible in the list โ Enable the display of system packages in the settings (three dots โ โShow system onesโ).
If none of the methods helped, check if this is related to regional restrictions (some applications Samsung available only in certain countries) or modified firmware (for example, custom software).
Is it possible to recover deleted (not disabled) application?
No. If the application has been completely removed (for example, via ADB uninstall or an uninstaller), it can only be restored by reinstalling it from Galaxy Store/Google Play or resetting the settings. Disabled applications, unlike deleted ones, retain their data and can be reactivated.
FAQ: Answers to popular questions
Is it possible to enable a disabled application without a computer?
Yes, most applications can be returned through the menu Settings โ Applications (see first method). System services may require ADB or third-party utilities, but this is not always necessary.
Why does not the application open after turning on?
Probable reasons:
- The application depends on another disabled service (for example, Samsung Account requires Samsung Services Framework).
- The application data is corrupted - try clearing the cache (
Settings โ Applications โ Storage โ Clear cache). - The device firmware has been modified (custom software can block system packages).
How to find out which applications are disabled on mine Samsung?
There are three ways:
- Through
ADB: commandadb shell pm list packages -d. - In the menu
Settings โ Applicationsโ three dots โ โShow disabled.โ - Using applications like Package Disabler Pro (shows the status of each package).
Is it safe disable system applications Samsung?
Disabling non-critical services (for example, Bixby, AR Emoji, Samsung Free) usually does not harm the system. However, blocking key packages (for example, the standard launcher) can lead to: com.sec.android.app.launcher - standard launcher) can lead to:
- Interface freezes.
- Errors when updating the OS.
- Inability to use some functions (for example, Samsung Pay or Secure Folder).
Before disabling, check the purpose of the package on the forums (for example, XDA Developers).
What to do if, after turning on the application, the phone starts to slow down?
Probably the activated service conflicts with other processes. Try:
- Clear the application cache (
Settings โ Applications โ Storage โ Clear cache). - Disable it again and check performance.
- Reboot device.
- If the problem persists, reset the settings (see fifth method).