Many smartphone users are faced with a situation where the internal memory of the device is filled with pre-installed software that cannot be removed using standard methods. This is especially true for Google services, which take up significant space and consume resources in the background. Completely getting rid of these apps requires a deep understanding of Android architecture, but the result is often worth the effort, freeing up space and increasing battery life.

It is important to note right away that most Google applications are system componentsbuilt into the firmware. Regular removal through the settings menu is not available for them, since the developers protect them from accidental uninstallation. However, there are proven ways to bypass these restrictions using superuser rights or special debugging tools.

Before taking drastic measures, it is necessary to assess the risks. Disabling critical services may result in unstable operation operating system or loss of warranty. In this article, we will look at all the available methods - from safe shutdown to complete removal through a computer, so that you can choose the best option for your model.

Differences between shutdown and complete removal

Users often confuse the concepts of โ€œdisableโ€ and โ€œdeleteโ€, although technically these are completely different processes with different consequences for devices. A standard shutdown only hides the application icon and prevents it from starting, but the installation file itself remains in the system memory partition. This is a safe method, reversible at any time through the settings menu.

Full deletion involves erasing the APK file and all associated data from the section /system or /data. This requires either the presence root accessor the use of tools Android Debug Bridge (ADB) via a computer. After such a procedure, you can really free up space significantly, but it will be impossible to return the application back without flashing the phone.

โš ๏ธ Attention: Removing system components of Google Play Services may disrupt the operation of banking applications, cards and push notifications. Proceed with caution.

The choice of method depends on your goals: if you just need to stop background activity, disabling it is enough. If the goal is maximum memory cleaning on a device with a small storage capacity, then a deeper intervention in the phoneโ€™s file system will be required.

๐Ÿ’ก

Before any manipulations, create a full backup copy of the data, since deleting system components may require resetting to factory settings.

Preparing the device for the cleaning procedure

Any tampering with system files requires careful preparation to avoid turning your smartphone into a โ€œbrick.โ€ The first step is to activate developer mode, which is hidden by default in modern Android shells. To do this, you need to go to the settings and find the build number.

Click on the item Build number seven times in a row until a message appears stating that you have become a developer. After this, a new section will appear in the settings menu For developers, where you need to activate USB debugging. Without this function, the computer will not be able to send commands to remove packages.

  • ๐Ÿ”Œ Connect the phone to the computer with an original cable for stable data transfer.
  • ๐Ÿ’ป Install ADB drivers on your PC by downloading them from the official Android website Developers.
  • ๐Ÿ“ฑ Allow debugging on the smartphone screen the first time you connect by clicking "Allow".

It is also recommended to charge the device's battery to at least 60%, since the process of removing system packages should not be interrupted due to low battery. If you plan to use root methods, make sure that the bootloader is unlocked, although this may void the manufacturer's warranty.

โ˜‘๏ธ Ready to uninstall

Done: 0 / 1

Removal through settings without root access

The easiest and safest way to get rid of unnecessary services is to use the built-in Android tools. This method does not require a connection to a computer and does not make changes to the system partition, making it ideal for inexperienced users. However, you should understand that the disk space will only be partially freed up.

Go to the menu Settings โ†’ Applications and find the desired Google service, for example, Google TV or Google News. Click on it and select the button Disable. The system will warn about possible consequences, after which the application will disappear from the menu and stop consuming RAM.

For some applications, a button Uninstall updatesis available, which returns the app to the factory version. This often helps free up several hundred megabytes accumulated during use. After this, the application can be disabled again, minimizing its impact on the system.

โš ๏ธ Attention: The "Uninstall" button may be disabled for critical system services, such as the Google Play Store or Google Play Services.

This approach allows you to safely test the phone's operation without specific services. If you notice malfunctions in the operation of other apps or the system as a whole, you can always go to the settings and press the button Enable, returning everything to its original state in a couple of seconds.

๐Ÿ“Š Which removal method do you prefer?
Standard shutdown in settings:Using ADB through a computer:Obtaining root access and removal by the system:Installing custom firmware

Using ADB to remove system packages

ADB (Android Debug Bridge) toolkit provides a powerful interface for managing the device via the computer command line. This method allows you to remove applications for the current user, effectively hiding them from the system without physically erasing them from the partition /system, which is the golden mean between security and efficiency.

After connecting your phone and setting up ADB, open the command line on your computer and enter the command to test the connection: adb devices. If the serial number of your device is displayed in the list, then the connection is established correctly and you can proceed with removal.

adb shell pm uninstall -k --user 0 package name

The key difficulty is to find out the exact name of the application package. For example, YouTube may have the name com.google.android.youtube, and Maps may have the name com.google.android.apps.maps. To search for names, you can use third-party utilities on your phone, such as App Inspector, or the command adb shell pm list packages.

Command with flag --user 0 removes the application only for the main user, without affecting the system partition. This means that when resetting to factory settings, the applications will return, but in everyday use they will be completely absent and will not take up space in the user data section.

List of packages safe to remove

com.google.android.videos (Google Movies), com.google.android.apps.tachyon (Google Duo), com.google.android.apps.magazines (Google News). Removing these packages will not disrupt the operation of the system.

Removal via root access and system managers

For those who want to free up space as efficiently as possible, obtaining superuser rights (Root) gives access to full control over the file system. With the help of specialized managers, such as System App Remover or Titanium Backup, you can erase applications directly from the system partition.

The process is as follows: after gaining root access, you install the uninstall manager, grant it rights and see a complete list of all apps, including hidden system ones. Selecting the desired application and clicking the "Delete" button physically erases it from the drive.

Application name Package name Deletion security Space occupied
Google Movies com.google.android.videos High ~50 MB
Google Music com.google.android.music High ~40 MB
Google Services Play com.google.android.gms Critical important ~300 MB
Google Play Market com.android.vending Not recommended ~20 MB

The main advantage of this method is real release of space in the partition /system, which is not available to the user under normal conditions. However, an error in selecting a package may result in the phone stopping loading, and the device will need to be reflashed.

โš ๏ธ Attention: Removing the com.google.android.gms package (Google Play Services) will make it impossible for most third-party applications that require authorization to work.

Use this method only if you know exactly the purpose of each component to be removed. You should not delete applications whose names contain the words โ€œFrameworkโ€, โ€œProviderโ€ or โ€œServiceโ€ if you are not 100% sure of their function.

๐Ÿ’ก

The method with root access gives the maximum result in clearing memory, but carries the highest risk of system malfunction in case of an error.

Restoring deleted applications and solution problems

If, after deleting, you encounter problems with the operation of your smartphone or realize that you have deleted unnecessary things, the situation can be corrected. If you use the ADB method without root access, restoration occurs with a simple reinstall command, which returns the package to the user.

To restore applications deleted via ADB, enter the command: adb shell cmd package install-existing package name. This will instantly return the application to the system with all its data, unless it was forcibly erased. This is a huge advantage of the ADB method over complete removal via root.

If the application was physically removed through the root manager, the only way to return is to install the factory firmware or update the system over the air (OTA), which will overwrite the system partition with original files from the manufacturer.

In some cases, after removing Google services, notifications in instant messengers may stop working. This is because push notifications on Android often go through Google's infrastructure. In such a situation, you will have to either return services or switch to alternative application stores, such as Huawei AppGallery or F-Droid.

What to do if the phone does not turn on?

If, after deleting system files, the device freezes on the logo, you need to go into Recovery mode (usually volume up + power button) and perform Wipe Data/Factory Reset. This will delete all data, but will restore system functionality.

Frequently asked questions

Is it safe to delete Google Play Services?

No, it is not safe for the average user. Google Play Services responsible for the operation of cards, authorization in applications, contact synchronization and push notifications. Removing them will lead to the inoperability of many apps, including banking clients and instant messengers.

Will deleted applications return after resetting the settings?

Yes, when performing a full reset to factory settings (Factory Reset) phone cleans the user partition and restores the system partition to its original state. All pre-installed Google applications will return to their places in the form in which they were when you purchased the device.

Is it possible to delete the Google Play Store?

Technically this is possible through ADB or root access, but it is highly not recommended. Without the Market, you will not be able to conveniently update applications and install new apps from trusted sources. Alternative stores may not have the software you need or may be less secure.

Will memory space be freed up when you disable the application?

During a normal shutdown, only the space occupied by updates and the application cache is freed. The basic installation file itself remains on the system partition, which is not writable by the user. To actually free up space, you need to remove it via ADB or Root.

Do you need a computer to remove system applications?

For the method using ADB, a computer is required. However, if you have root access, you can use special manager applications directly on your smartphone to remove system software without connecting to a PC.