Have you accidentally or intentionally disabled the system application on Samsung Galaxyand now you canโ€™t find it in the menu? Or, after an OS update, an important service stopped working, although it was available before? This problem is familiar to many smartphone users - the manufacturer actively uses the function to optimize system operation, but sometimes this leads to unexpected consequences. Unlike complete removal, disabled apps do not take up space in memory, but they are not displayed in the standard list Samsung โ€” the manufacturer actively uses the function disabling applications to optimize system performance, but sometimes this leads to unexpected consequences. Unlike complete removal, disabled apps do not take up space in memory, but are not displayed in the standard list All applications.

You can restore access to such applications in several ways - from simple actions in the settings menu to using developer mode or commands ADB. It is important to understand that some system utilities (for example, Knox, Samsung Pay or Secure Folder) when forced to shutdown can disrupt the stability of the phone. In this article we will analyze all current methods for enabling disabled applications on Samsung, taking into account the features of the shell One UI 5.0/6.0and also warn about possible risks.

Why applications are disabled on Samsung

The manufacturer Samsung implemented a mechanism for disabling applications for three main reasons:

  • ๐Ÿ”„ Performance optimization: background processes of system utilities (for example, Samsung Free or Bixby) consume resources even if you do not use them. Disabling reduces the load on the processor and battery.
  • ๐Ÿ›ก๏ธ Security: some applications (like Android System Intelligence) may conflict with user settings or stock services Google.
  • ๐Ÿ“ฆ OS updates: after major updates (for example, with Android 12 on 13), some old components are automatically deactivated to avoid compatibility errors.

In addition, users often disable applications themselves via:

  • ๐Ÿ”ง Menu Settings โ†’ Applications (option "Disable").
  • ๐Ÿงน Cleaning utilities (Device Care in One UI).
  • ๐Ÿ“ฑ Mode Safe Mode (safe mode), where some of the software is blocked.
โš ๏ธ Attention: Disabling system applications (for example, com.sec.android.app.launcher the standard launcher) can lead to cyclic reboot phone or loss of functionality (gestures, notifications, etc. will not work).
๐Ÿ“Š How often do you disable unnecessary applications on Android?
Never
Only system ones
Only user ones
I clean it regularly

Method 1: Enabling through the "Settings" menu

The simplest method is to use the built-in application manager. It works for most user apps and some system apps that have not been completely removed.

Instructions:

  1. Open Settings (gear icon in the notification panel or on the main screen).
  2. Go to the section Applications.
  3. Tap on the three dots in the upper right corner and select Show system ones (if the option is missing, skip this step).
  4. In the search bar, enter the name of the disabled application (for example, Galaxy Store or Samsung Notes).
  5. Select the application from the list. If it is disabled, button Enable will be active - press it.
  6. Confirm the action in the dialog box.

After turning on, the application will appear in the menu again and start working normally. If there is no button Enable then the application was installed. removed (for system utilities this is unlikely) or blocked at level Knox.

โ˜‘๏ธ Preparing to enable the application

Done: 0 / 4

Method 2: Using Safe Mode mode)

If the application is disabled due to a conflict with other software (for example, after installing a custom launcher or antivirus), try starting the phone in Safe Mode. Only stock applications work in this mode, which allows you to identify the cause of the problem.

How to activate Safe Mode:

  1. Turn off the phone by long pressing the power button.
  2. Hold the button Poweruntil the logo appears Samsung.
  3. Immediately after the logo appears, release the power button and hold the volume down buttonuntil the phone boots up.
  4. The message appears in the lower left corner of the screen Safe Mode.

In Safe Mode:

  • ๐Ÿ” Check whether the disabled application appears in the menu.
  • ๐Ÿ”„ If so, enable it via Settings โ†’ Applications (as in Method 1).
  • ๐Ÿ”™ Reboot your phone in normal mode.

If the application works, then the problem was in conflict with a third app. Try uninstalling recently installed utilities or updating them.

โš ๏ธ Attention: Navigation gestures do not work Safe Mode Navigation gestures don't work Samsung, as well as some biometric functions (the fingerprint scanner may be disabled).

Method 3: Recovery via ADB (for advanced users)

If the application is not enabled through the settings, but you are sure that it has not been deleted, you can use Android Debug Bridge (ADB). This method requires connecting your phone to a computer and basic knowledge of working with the command line.

Step-by-step guide:

  1. Download and install ADB Tools on PC (Windows/macOS/Linux).
  2. On your phone activate Developer Mode became a developer." Developer Mode:
    • Go to Settings โ†’ About phone โ†’ Software information.
    • Tap 7 times on an item Build numberuntil the โ€œYou have become a developerโ€ notification appears.
    • Go back to Settings โ†’ Developer and enable USB debugging.
  • Connect your phone to the PC via USB (use the original cable).
  • Open the command line (or Terminal on macOS/Linux) and run the commands:
  • adb devices
    

    adb shell pm list packages -d

    The first command checks the device connection, the second displays a list disabled packages. Find the name of the desired application in the list (for example, com.sec.android.app.sbrowser for browser Samsung Internet).

    To enable the application, enter:

    adb shell pm enable

    Example for browser Samsung Internet:

    adb shell pm enable com.sec.android.app.sbrowser

    After executing the command, restart your phone. The application should appear in the menu.

    What to do if ADB does not see the device?

    1. Check if USB debugging is enabled in the developer settings.

    2 Install the Samsung USB Driver for your device. models (download from the official website).

    3. Try a different USB cable or port.

    4. Restart the phone and PC.

    5. On the phone, in the "Allow USB debugging" dialog, click "Allow".

    Method 4: Reset application settings

    If the previous methods did not work, try resetting all applications to factory settings. This will not delete your data, but will return all permissions and app states to default.

    How to reset:

    1. Open Settings โ†’ General โ†’ Reset.
    2. Select Reset application settings (on some models the item may be called Reset application settings).
    3. Confirm the action, by clicking Reset.
    4. After rebooting, check whether the disabled application appears.
    5. This method helps in cases where:

      • ๐Ÿ”ง The application was disabled after Device Care or optimizer.
      • ๐Ÿ”„ A permission conflict does not allow you to enable the app in the standard way.
      • ๐Ÿ“ฑ After the update One UI some of the software stopped displaying.
    โš ๏ธ Attention: Resetting application settings removes all saved passwords in browsers, cache data and individual permissions (for example, access to the camera or microphone).
    ๐Ÿ’ก

    Before resetting, export important data from applications (for example, bookmarks from the browser or notes) to the cloud or to a memory card.

    Method 5: Manually updating or reinstalling the application

    If the disabled application is a custom one (installed from Galaxy Store or Google Play), you can reinstall it:

    For Google Play:

    1. Open Google Play on your phone or PC.
    2. Find the application by name.
    3. If it was installed previously, the button will be called Enable or Update โ€”click it.

    For Galaxy Store:

    1. Run Galaxy Store.
    2. Go to Menu โ†’ My applications.
    3. Find the disabled application in the list and click Update or Install.

    For system applications (for example, Samsung Health or Samsung Members) reinstallation is possible only through Smart Switch or resetting the phone to factory settings.

    Application type Is it possible to reinstall Method recovery
    Custom (from Google Play) Yes Update through the store
    Custom (from Galaxy Store) Yes Update via Galaxy Store
    System (included in One UI) No Enable via ADB or reset
    System (deleted via root) Partially Restore from backup or flash stock firmware

    What to do if nothing helps

    If none of the methods worked, the reason may lie in:

    • ๐Ÿ”ง Damage to system files (for example, after an unsuccessful update).
    • ๐Ÿ›ก๏ธ Blocking Knox (if the phone was rooted or modified).
    • ๐Ÿ“ฑ Hardware failure (rare, but possible if memory is damaged).

    In such cases, radical measures remain:

    1. Reset to factory settings:
      • Make a backup copy of your data via Smart Switch or Google Account.
      • Go to Settings โ†’ General โ†’ Reset โ†’ Reset data.
      • Confirm the action. After the reboot, all applications will return to their original state.
  • Flashing via Odin (for advanced users):
    • Download the stock firmware for your model from the site SamFW or SamMobile.
    • Use the app Odin for firmware (instructions are available on thematic forums).
    • โš ๏ธ Attention: Flashing via Odin resets the counter Knox (if it was 0x0, it will become 0x1), which may deprive you of warranty and access to Samsung Pay, Secure Folder and other protected services.
      ๐Ÿ’ก

      Before resetting or flashing, be sure to check if there is an official update for your model via Settings โ†’ Update. SoftwarePerhaps the problem will be solved with a simple update.

      FAQ: Frequently asked questions

      Is it possible to enable a disabled system application without ADB?

      Yes, but only if it was not completely deleted. Try:

      1. Go to Settings โ†’ Applications โ†’ Three dots โ†’ Show system ones.
      2. Find the application in the list and click Enable.

    If there is no button, This means the application has been deleted or blocked at level Knox.

    Why, after turning on, the application immediately turns off again?

    This happens due to:

    • ๐Ÿ”„ Conflict with other software (try Safe Mode).
    • ๐Ÿ›ก๏ธ Policy Knox (if the phone is corporate).
    • ๐Ÿ“ฑ Cache corruption (try resetting application settings).
    How to find the name of the application package for ADB?

    There are several ways:

    1. Use command adb shell pm list packages | grep "name" (for example, grep "samsung").
    2. Install the application App Inspector from Google Play.
    3. Look at the package name on the website APKMirror in the application card.
    Is it possible to return a deleted system application without firmware?

    No, if the application was deleted via root or ADB with a flag -k (complete deletion). The only options:

    • Restore from backup Titanium Backup (required root).
    • Flash the stock firmware via Odin.
    Why after the update One UI are some applications missing?

    Samsung sometimes deletes or replaces old system utilities with new ones. For example:

    • ๐Ÿ“ฑ Samsung Internet 10.2 โ†’ Samsung Internet 12.1.
    • ๐Ÿ“ท Galaxy Apps โ†’ Galaxy Store.

    Check Galaxy Store for updates or replace the application with an analogue one.