Samsung Galaxy J5 (models J500, J510, J530 and their modifications) still remains a popular budget smartphone, but over time its memory becomes clogged with unnecessary apps. Unlike modern flagships, there is no one-click โ€œstorage optimizationโ€ function, and system applications from Samsung and Google occupy up to 30% of the internal memory. This article will help you figure out how to properly remove applications - from regular to built-in ones - so as not to disrupt the system and free up maximum space.

We will look at all current methods: from basic (through the settings menu) to advanced (using ADB and debugging). We will pay special attention to the nuances specifically for Galaxy J5, where due to the outdated version Android (5.1โ€“7.0) many standard solutions do not work. You will also learn which apps can be removed without risk, and which ones should not be touched - even if they seem useless.

1. Removing standard applications through settings

The easiest way to get rid of unnecessary apps is to use built-in tools Android. On Samsung Galaxy J5 this process has its own characteristics due to the shell TouchWiz (or Samsung Experience in new firmware). Here's how to do it correctly:

Open the menu Settings โ†’ Applications (or Settings โ†’ Application manager in older versions). Here you will see a list of all installed apps, sorted alphabetically. To find a specific app faster, use the search bar at the top of the screen. Please note: system applications (for example Samsung Knox or S Voice) in this list will be marked with an icon gears โ€”they cannot be deleted in the standard way.

  • ๐Ÿ“ฑ For regular applications (downloaded from Google Play): click on the app name โ†’ button Uninstall โ†’ confirm the action. Some applications (for example Facebook or Instagram) may offer instead of uninstalling Disable โ€”this means that they were pre-installed by the manufacturer.
  • โš™๏ธ For built-in applications (for example, Samsung Apps or Game Launcher): instead of the button Delete only Disablewill be active. This will remove the app from the menu and stop its background work, but the files will remain in memory.
  • ๐Ÿ” For hidden applications: in the upper right corner, click on the three dots โ†’ Show system processes. Here you will see a complete list, including services Google and Samsung, but most of them cannot be touched without consequences.
โš ๏ธ Attention: On Galaxy J5 s Android 5.1 when deleting some system applications (for example, Samsung Account or Knock ON) the functionality of the fingerprint sensor or gesture controls may be lost. Before uninstalling, check whether a critical function for you depends on the app.

If the button Delete is inactive, this means that the application is either system or was installed as part of the firmware. In this case, the following method will help.

๐Ÿ“Š Which applications do you most often delete from your smartphone?
Games
Social networks
Pre-installed apps
Service utilities

2. Disabling built-in applications (without uninstalling)

Many apps on Samsung Galaxy J5 cannot be completely removed without root access, but they can disable. This will free up RAM and stop background activity, although the application files will remain on the device. Disabling is safer than deleting, since you can always return the app to a working state.

To disable the application:

  1. Go to Settings โ†’ Applications.
  2. Select the desired app from the list (for example, Samsung Pay or Bixbyif they are in your firmware).
  3. Click Disable (the button may be gray if the application is active).
  4. Confirm the action in the window that appears. Some apps will require you to enter a password or pattern.

After disabling, the application will disappear from the menu and stop using resources. To return it, repeat the same steps and click Enable.

Application Can I delete Can I disable Consequences of deleting/disabling
Samsung Knox โŒ No โœ… Yes Loss of security features (for example, Secure Folder)
S Voice โŒ No โœ… Yes Voice assistant will stop working
Google Play Music โœ… Yes (updates) โœ… Yes There will be no access to the service, but the music files will remain
Samsung Apps (Galaxy Store) โŒ No โœ… Yes It is impossible to install branded themes and applications
Facebook (pre-installed) โŒ No โœ… Yes Integrations will stop working (for example, synchronization of contacts)
โš ๏ธ Attention: On Galaxy J5 disabling applications Samsung Push Service or Android System WebView may lead to malfunctions in the browser and notifications. It is better not to touch these apps, even if they seem unnecessary.

If you need to free up specifically internal memory, and not just stop background processes, proceed to the next method.

Check the Android version in Settings โ†’ About phone

Back up important data

Charge your phone to at least 50%

Make sure you have access to your Google account (in case of a reset)-->

3. Removing system applications without root via ADB

For users who are ready to go beyond disabling, there is a way to delete system applications without obtaining root access - using ADB (Android Debug Bridge). This is an official tool from Googlethat allows you to control your smartphone via a computer. The method works Samsung Galaxy J5, but requires caution: incorrect commands can disrupt the system.

Here are step-by-step guide:

  1. Enable USB debugging:
    • Go to Settings โ†’ About phone.
    • Click the item 7 times Build numberuntil the message "You have become a developer" appears.
    • Return to main settings, open Developer options and enable USB debugging.
  2. Install ADB on your computer:
    • Download Platform Tools from the official website Android.
    • Extract the archive into a convenient folder (for example, C:\adb).
    • Connect your phone to the computer via a USB cable (use the original cable for stability).
  3. Check the connection:
    • Open the command line (Win + R โ†’ enter cmd).
    • Go to the folder with ADB:
      cd C:\adb
    • Enter the command:
      adb devices
      โ€”if the phone is connected correctly, you will see its serial number.
  4. Uninstall an unnecessary application:
    • First get a list of all packages:
      adb shell pm list packages
    • Find the name of the package of the desired application in the list (for example com.sec.android.app.launcher for a standard launcher).
    • Remove it with the command:
      adb shell pm uninstall -k --user 0 package_name

On Samsung Galaxy J5, some system applications (for example, Samsung Keyboard or Knox) are protected from deletion even through ADB. In this case, the command will return the error "Failure [DELETE_FAILED_INTERNAL_ERROR]". This means that the app can only be disabled or uninstalled with receiving root access.

List of packages safe to delete on Galaxy J5

Safely delete (not critical for the system):

- com.sec.android.app.launcher (standard launcher, if you use a third party)

- com.samsung.android.app.music (Samsung Music)

- com.sec.android.gallery3d (Galaxy Gallery, if you use Google Photos)

- com.samsung.android.email.provider (Samsung Email)

- com.sec.android.app.sbrowser (Samsung Internet)

Delete with caution (may affect functionality):

- com.samsung.android.providers.context (contextual hints)

- com.sec.android.app.ve.videoplayer (video player)

- com.samsung.android.app.social (integration with social networks)

After deleting the application via ADB it will disappear from the system, but its files will remain in the folder /system. This means that if you reset the settings or update the firmware, the app may return. To completely erase its traces, you will need root access.

4. Uninstalling using root access (for advanced users)

Getting root access on Samsung Galaxy J5 opens full control over the system, including the ability to remove any applications, edit system files and optimize performance. However, this method has serious risks:

  • ๐Ÿšจ Loss of guarantee (if it is still valid).
  • ๐Ÿ” Security violation: some banking applications (for example, Sberbank Online or Tinkoff) refuse to work on rooted devices.
  • ๐Ÿ”„ Risk "brick" (turning the phone into a "brick") due to incorrect actions.
  • ๐Ÿ“ฑ Impossibility of OTA updates (over-the-air updates from Samsung will stop working).

If you are ready for these consequences, here's how to get root on Galaxy J5:

  1. Download the firmware TWRP Recovery for your model (for example, for SM-J500F or SM-J510F). Official source - website TWRP.
  2. Install Odin (firmware app Samsung) on your computer.
  3. Start the phone in mode Download Mode (turn off the device, then hold Volume down + Home + Power).
  4. Connect the phone to the computer and through Odin flash TWRP.
  5. After installation TWRP download the archive from Magisk (for example, latest version) and flash it via recovery.
  6. Install from Google Play application Magisk Manager to manage root access.

Now you can use applications like Root Uninstaller or Titanium Backup to remove any apps, including system ones. For example, to remove Samsung Knox, just:

  1. Open Root Uninstaller.
  2. Find in the list com.sec.knox.seandroid.
  3. Click Delete and confirm the action.
โš ๏ธ Attention: On Galaxy J5 delete packages com.samsung.android.knox.analytics or com.samsung.knox.keystore may cause data encryption to fail. If you are using Secure Folder or enterprise features, do not touch these components.

After obtaining root access, it is also recommended disable Knox (if it is not needed), since this service consumes resources and may conflict with some applications. This can be done through Titanium Backup or manually by deleting files /system/priv-app/SecurityLogAgent and /system/app/KLMSAgent.

๐Ÿ’ก

If after deleting system applications the phone starts to slow down, try clearing the cache. in TWRP: go to Wipe โ†’ Advanced Wipe and select Dalvik / ART Cache. This often solves performance problems after deep changes.

5. Removing residual files and cache

Even after deleting an application, its files may remain in memory. phone. This applies to:

  • ๐Ÿ—ƒ๏ธ Cache and data (folders /data/data/package_name).
  • ๐Ÿ“ Residual files in folders Download, DCIM or Android/obb.
  • ๐Ÿ”— Symbolic links (if the application was system).

To completely clear traces of the app:

  1. Use a file manager with root access (for example, FX File Explorer or Solid Explorer).
  2. Go to the folder /data/data and find the folder with the name of the package of the removed application (for example, com.facebook.katana for Facebook). Delete it.
  3. Check the folder /sdcard/Android/obb - large game files are stored here (for example, cache GTA San Andreas or PUBG).
  4. Clear the system cache: Settings โ†’ Storage โ†’ Cached data โ†’ Clear.

To automate the process, you can use the application SD Maid (requires root). "junk" files, duplicates and remnants of deleted apps. Galaxy J5 a particularly useful function CorpseFinderthat searches for folders from long-deleted applications.

File type Where to look Can I delete
Application cache /data/data/package_name/cache โœ… Yes (frees up space)
Application data /data/data/package_name โœ… Yes (but the settings will be reset)
OBB files of games /sdcard/Android/obb โœ… Yes (if the game is deleted)
APK files of system applications /system/priv-app or /system/app โŒ Only with root and caution
Logs and dumps /data/tombstones or /data/anr โœ… Yes (not critical for operation)

On Galaxy J5 especially a lot of garbage accumulates in the folder /data/log โ€”system logs are stored here, which can be safely deleted. It is also useful to clean the folder /data/local/tmpfrom time to time, where temporary files from installers and updates accumulate.

6. Restoring deleted system applications

If, after deleting a system application, the phone began to work unstable (for example, the notification panel disappeared or SMS stopped coming), it can be restored. Here's how to do it:

Method 1: Through a backup (if you have one)

  • If you used Titanium Backup, open the app, find the deleted application in the list of backups and click Restore.
  • If there is no copy, but you have saved the original APKfile, you can install it manually via ADB:
    adb install file_name.apk

Method 2: Flashing the stock firmware

  • Download official firmware for your model Galaxy J5 from the site SamFW or SamMobile.
  • Flash it via Odin (the instructions are similar to getting root, but instead TWRP select the firmware file with extension .tar.md5).
  • After the firmware, all system applications will return to their original state.

Method 3: Restoring via ADB

If you deleted the application with the command pm uninstall, you can return it like this:

adb shell cmd package install-existing package_name
โš ๏ธ Attention: On Galaxy J5 s Android 5.1 restoring some applications (for example, Samsung Keyboards) may require a reboot. If the keyboard does not appear after recovery, go to Settings โ†’ General management โ†’ Language and input s. turn it on manually.

If none of the methods helped, the last option remains - factory reset. However, this will delete all user data, so make a backup first.

๐Ÿ’ก

Before deleting system applications, always check their dependency on other functions. For example, deleting Samsung Experience Service can break themes and wallpapers, and deleting Android Auto can disable support for wireless headphones.

7. Alternative ways to free up memory

If deleting applications does not solve the problem of low memory, consider these methods:

  • ๐Ÿ”„ Moving applications to an SD card:

    On Galaxy J5 supported feature Adoptable Storage (in Android 6.0+), which allows you to use a memory card as part of the internal storage. To do this:

    1. Insert an SD card (class 10 or UHS-I recommended).
    2. When a notification appears, select Use as internal memory.
    3. Confirm formatting (all data on the card will be deleted!).

    After this, you can transfer applications to the card in the storage settings.

  • โ˜๏ธ Using cloud storage:

    Transfer photos and videos to Google Photos (unlimited storage for compressed files) or Yandex Drive (gives 10 GB free). Set up automatic upload to Settings โ†’ Google โ†’ Backup.

  • ๐Ÿ—‘๏ธ Clearing system application cache:

    Some apps (for example, Google Play Services or Samsung Cloud) can occupy gigabytes of cache. To clear it:

    1. Go to Settings โ†’ Applications.
    2. Select an application (for example, Google Play Market).
    3. Click Storage โ†’ Clear cache.
  • ๐Ÿ› ๏ธ Optimization using Lite applications:

    Replace heavy apps with their lightweight ones version:

    • Facebook Lite instead of the usual Facebook;
    • Messenger Lite instead of Messenger;
    • Google Go instead of Google Chrome.

  • On Galaxy J5 it is also useful to disable interface animation to speed up the system. To do this:

    1. Enable Developer options (as described in the section about ADB).
    2. Find items Window animation scale, Transition animation scale and Animator duration.
    3. Set the value Animation disabled for all three points.

    FAQ: Frequently asked questions about deleting applications on the Samsung Galaxy J5

    Is it possible to remove Google Play Store from the Galaxy J5?

    Technically yes, but without highly not recommended. Without Google Play Market you can't. install or update applications, and also lose access to services Google (for example, Gmail or YouTube). If you need to free up space, it is better to disable automatic application updates in settings Play Market or clear its cache.

    Why, after deleting an application, does it appear again after updating?

    This happens because some system applications (for example, Samsung Internet or Google Duo) are restored when updating the firmware. To avoid this:

    • Disable automatic system updates in Settings โ†’ Software update.
    • Use ADB to remove with the flag --user 0so that the application is not restored for the current user.
    • Install Magisk Module titled Universal Systemless Hostswhich blocks the recovery of deleted packages.
    How to remove viruses that masquerade as system applications?

    If you suspect that there is malware on the phone that does not is removed using standard methods:

    1. Install an antivirus that supports root access (for example, Malwarebytes).
    2. Run a scan in safe mode (press the power button โ†’ Safe Mode).
    3. If the antivirus finds a threat but cannot remove it, use ADB:
      adb shell pm uninstall --user 0 virus_package_name
    4. If a virus is blocking access to settings, perform a reset via TWRP or Odin.

    On Galaxy J5 there are often viruses masquerading as com.android.system or com.google.services. Do not remove these packages - these are system components! data-i="421">or com.data.save or com.system.update.

    Can I remove Samsung Knox if I don't use it?

    Yes, but with reservations:

    • If you have Android 5.1โ€“6.0uninstallation Knox may lead to to malfunctions Secure Folder and some corporate functions (for example, Samsung My Knox).
    • If you Android 7.0, Knox is less critical, and it can be removed via ADB or with root access.
    • After removal, some banking applications (for example Sberbank Business) may stop working because they check integrity Knox.

    To simply disable Knox without deleting, use the command:

    adb shell pm disable-user --user 0 com.sec.knox.seandroid

    How do you know which applications are safe to delete?

    Here are the basic rules:

    • โœ… You can delete:
      • Pre-installed games (Asphalt 8, Candy Crush);
      • Alternative launchers (if you use a third-party one);
      • Branded utilities (Samsung Notes, Samsung Pay