Owners of Samsung smartphones are often faced with a situation where a store is pre-installed on the device Galaxy Apps, which seems redundant in the presence of Google Play Market. This system application takes up memory space and can run in the background, consuming battery resources. Removing such software requires a special approach, since the standard โ€œDeleteโ€ button in the settings is most often inactive or absent altogether.

The process of getting rid of unnecessary software varies depending on the version Android and shell One UI. In this article, we will analyze in detail the safe methods of uninstalling or disabling the service so that you can free up space and speed up the operation of your gadget without the risk of disrupting the system.

Why Galaxy Apps cannot be removed in the usual way

The application Galaxy Store (formerly Galaxy Apps) is integrated into the firmware as a system component. Samsung developers are blocking the ability to completely remove it through the standard interface to protect the integrity of the ecosystem. This is done to ensure that the user does not accidentally deprive the phone of the ability to receive critical driver or firmware updates.

However, for advanced users, there are tools that allow you to bypass these restrictions. Usage ADB (Android Debug Bridge) gives permissions to manage packages at the system level, which is effectively equivalent to a complete removal, although technically the application remains in a hidden partition of memory.

โš ๏ธ Warning: Complete removal of system components may cause errors in other Samsung applications, such as camera or gallery, if they depend on store libraries.

Before Before taking radical measures, it is worth assessing the need for this step. If an application is just getting in the way of your desktop icon, you can simply disable it. This will hide the app from the menu and stop all background processes, which is often a safer solution.

๐Ÿ’ก

If you do not plan to use the functions of the Samsung ecosystem, disabling the application through the settings will give the same visual effect as uninstalling, but without the risk of breaking the system.

Preparing the smartphone for the uninstallation procedure

To perform any manipulations with System software needs to activate developer mode. This is a hidden menu that provides access to USB debugging. Without this step, the computer will not be able to send a command to remove the package.

Go to the phone settings and find the section About phone. Next, open item Software information. You will need to quickly click seven times in a row on the item Build number. After a series of clicks, a notification will appear indicating that developer mode is activated.

Now return to the main settings menu. A new section will appear at the very bottom of the list Developer options. Go into it and find the switch USB debugging. Activate it by confirming the action in the pop-up warning window.

โ˜‘๏ธ Preparing the device

Completed: 0 / 4

It is also recommended to create a backup copy of your important data. Although the procedure of deleting a single application rarely leads to the loss of personal files, any tampering with the system partition carries minimal risks. Use Samsung Cloud or connecting to a PC to save contacts and photos.

Disconnection method through system settings

The easiest and safest way to get rid of an annoying store is to use the built-in disabling function. This method does not require connecting to a computer or installing additional software. It is suitable for most users who just want to clean up the interface.

Go to the menu Settings and select section Applications. Find Galaxy Storein the list. Click on it to open the app information page. If the button Disable is active, feel free to press it.

After confirming the action, the application icon will disappear from the desktop, and the service itself will stop updating and consuming RAM. The system will assume that the application does not exist, although its files will remain unchanged on the system drive.

  • ๐Ÿ“ฑ The method is completely safe and reversible at any time.
  • ๐Ÿšซ The application stops appearing in the search and menu.
  • ๐Ÿ”‹ Saves battery power by stopping background services.

In some regions or on certain models, telecom operators may block the ability to disable pre-installed software. In this case, the button will be gray and inactive. Then you will have to resort to more complex methods via a computer.

๐Ÿ“Š Did you manage to disable the application through the settings?
Yes, the button was active
No, the button is inactive
I did not try
I have a different model Samsung

Removal via ADB without root access

If standard shutdown is not available, a universal tool comes to the rescue ADB. This method allows you to send commands directly to the Android shell. You will need a computer (Windows, macOS or Linux) and an original USB cable.

First, download the package Platform Tools from the official Android developers website. Unpack the archive into a convenient folder. Connect your smartphone to your PC with a cable. A prompt will appear on your phone screen to allow debugging - be sure to check the โ€œAlways Allowโ€ box and click โ€œOK.โ€

Open a command prompt or terminal in the ADB tools folder. Enter the command to check the connection:

adb devices

If the list displays the serial number of your device with status device, then the connection is established. Now you can proceed to deletion. The command to uninstall is as follows:

adb shell pm uninstall -k --user 0 com.samsung.android.app.galaxyfinder

Please note that the package name may vary. For the app store it usually looks like com.samsung.android.app.galaxystore. Using the flag --user 0 removes the application only for the current user, without affecting the system partition, which allows you to return everything back if necessary.

โš ๏ธ Attention: An error in the name of the package may lead to the removal of an important system component. Always double-check the package name before entering the command.

Using third-party uninstallation utilities

For those who do not want to bother with the command line, there are graphical shells for ADB. One of the most popular and reliable is the app Universal Android Debloater. It automatically detects the connected device and shows a list of all installed packages.

The app interface is intuitive: you see a list of applications, divided into system and user ones. Find Galaxy Store or related services in the list. The app will highlight packages that are dangerous for removal in red.

Select the desired application and press the button Uninstall. The utility itself will generate and send the correct ADB command. This reduces the risk of human error when manually entering long package names.

List of Samsung safe packages to remove

com.samsung.android.spay|com.samsung.android.shealth|com.samsung.android.app.spage|com.samsung.android.bixby.agent

Another advantage of such utilities is the ability to restore. If, after deleting, you realize that some function of the phone has stopped working, the app often has a tab Recycle Binfrom where you can restore the deleted package with one button.

Name of the utility Complexity Presence of GUI Error risk
ADB command line High No Medium
Universal Android Debloater Low Yes Low
Samsung Module Disabler Average Partly Average
System App Remover (Root) Low Yes High*

*Note: Applications for removal with root access require unlocking the bootloader, which voids the warranty and can lead to the device being โ€œbrickedโ€ if used carelessly.

Possible consequences and recovery system

After deletion Galaxy Apps you may notice the disappearance of some brand-specific features. For example, weather widgets from Samsung or themes previously downloaded from this store will no longer update.

There may also be problems with applications that depend on the storeโ€™s services to check the license or download additional modules. In rare cases, the system may start throwing errors when loading if a critical dependent package has been removed.

If you encounter problems, do not panic. Since we used the delete method only for the current user (--user 0), the application files physically remained on the system. To restore, just run the command:

adb shell cmd package install-existing com.samsung.android.app.galaxystore
โš ๏ธ Attention: Interfaces and menu names may change with One UI updates. Always check the latest guides for your specific firmware version.

If the phone stops booting normally (stuck on the logo), you will need to enter Recovery mode. From there, you can perform a factory reset (Wipe Data/Factory Reset), which will return all system applications to their original state.

๐Ÿ’ก

Using the --user 0 flag allows you to remove an application for the user while keeping it on the system, making the process completely reversible without flashing it.

Frequently Asked Questions (FAQ)

Will Galaxy Apps return after a system update?

Yes, when installing a major firmware update (for example, moving from Android 13 to 14), the system can automatically restore all standard applications, including the store. You will have to repeat the uninstallation procedure.

Is it safe to uninstall other Samsung applications via ADB?

It is safe to uninstall only those applications whose purpose you are sure of. Removing services like Samsung Pay, Bixby or system launchers can lead to unstable operation of the device.

Are root access needed to remove system applications?

No, the method using ADB and the flag --user 0 does not require root access. This makes the method available to any user without violating the warranty.

What to do if the computer does not see the phone in debugging mode?

Try replacing the USB cable with the original one, installing Samsung USB Drivers on the computer, or switching the USB port. Also check if the phone screen is locked while connected.

Will this application uninstall for all users on the phone?

The command with the flag --user 0 uninstalls the application only for the main user. If additional profiles have been created on the phone, the application may remain visible there, but will not work due to the lack of basic files for the main user.