Smartphone owners often encounter intrusive software that appears on the device without the user’s knowledge. If you are wondering how to remove an application from Android get apps, it means that your gadget has been captured by an aggressive advertising module or a system process that blocks standard uninstallation methods. GetApps (formerly known as the App Market) is the official application store from the company Xiaomi, which is often embedded in firmware MIUI i HyperOS.
However, the problem does not always concern only the products of the Chinese giant. Such processes can be disguised as system services or implemented together with other free apps. In this article, we will look at all possible ways to clean a device: from simple methods through settings to using computer tools for advanced users. The key feature of such applications is their ability to hide the icon or restore themselves after deletion, if you do not disable root access rights.
Do not panic if the standard “Delete” button is inactive or hidden. The operating system Android has several levels of protection and package management, which allows you to completely get rid of unwanted software even in the most complex cases. We will look at action algorithms that will help free up memory and speed up your smartphone.
Analysis of the source of the problem and diagnostics
Before taking decisive action, it is necessary to accurately identify the culprit. Often, users see the name “get apps” in notifications or the list of processes, but there is no corresponding icon on the desktop. This could be a system component GetApps, which is part of the shell MIUI, or a malicious virus disguised as legitimate software.
First, you should go to the device settings and carefully study the list of all installed apps. Pay attention to applications without icons or with empty names, which are often hidden at the end of the list. It is these hidden objects that can generate advertising traffic and require removal through special procedures.
- 🔍 Open the menu
Settings → Applications → All applicationsand look for suspicious entries. - 📉 Check the "Data Usage" section to find apps with high traffic consumption in the background.
- 🛡️ Scan your device with a built-in antivirus or service Google Play Protect.
If you find a process that is consuming resources, but cannot find its shortcut, most likely it is a system application with limited access rights for a regular user. In such cases, the standard removal method by long pressing the icon will not work, since the button will be gray or absent.
⚠️ Attention: Some system processes Android may have names similar to malicious ones. Before deleting, make sure that you are not deleting a critical system component, which could lead to unstable operation of the phone.
It is important to understand the difference between a user application and a system one. User software can be removed in one click, while system software requires increased access rights or the use of special debugging tools. Incorrect identification can lead to the loss of important functions of the smartphone.
Standard removal methods through settings
The safest and easiest way to get rid of unwanted software is to use the built-in application management interface. This method is suitable if the application does not have deep system privileges or is not protected by device administrator rights. First, find the application in the general list and click on it.
If the “Delete” button is active, simply confirm the action. However, if you see a Disable button, it means that the application is a system application and the OS does not allow you to completely erase its files, but can stop it from working. Disabling is an effective alternative that hides the application and prevents it from launching.
☑️ Check before deleting
In some cases, especially on Xiaomi or Redmidevices, the application GetApps may be hidden in the "Tools" folder. If you can't find it in the general list, try searching through the search bar in the application menu. It is also worth checking whether any apps have administrator rights.
Go to the section Settings → Password and security → Privacy → Special access → Device administrators. If a suspicious application is on this list, uncheck it. After that, it will lose protection and you can delete it in the standard way through the app menu.
- 📱 Go to
Settings → Applicationsand find the desired object. - 🔒 Check administrator rights in the security section.
- 🗑️ Click “Delete” and confirm the action.
It often happens that an application is not uninstalled due to a running process. In this case, you must first click the “Stop” or “Force Stop” button, and only then try uninstallation. This frees up files that may be locked by the system right now.
Removing GetApps system applications on Xiaomi and Redmi
Brand devices Xiaomi are notorious for their intrusive software built into the shell MIUI. The application GetApps there is a system one, and it cannot be removed using conventional methods. To solve this problem, you will need a computer and a utility Xiaomi ADB/Fastboot Tools or similar software for working with a package manager.
The essence of the method is to connect the smartphone to the PC in USB debugging mode. This allows you to send commands directly to the operating system, bypassing the GUI. You will need to enable developer mode by making a few quick clicks on the build number in the “About phone” section.
⚠️ Attention: The developer menu interface and item names may vary depending on the version MIUI or HyperOS. Always check the current screenshots for your model so as not to get confused in the settings.
After enabling USB debugging (Settings → About phone → 7 clicks on MIUI version → Advanced settings → USB debugging), connect the phone to the computer. On your PC, run the app to remove system applications, find the package in the list com.xiaomi.mipicks (this is the technical name of GetApps) and perform the removal.
Safe list to remove Xiaomi packages
com.xiaomi.mipicks (GetApps)|com.miui.systemAdSolution (MSA)|com.android.browser (Mi Browser)|com.miui.videoplayer (Mi Video)|com.miui.player (Mi Music)
An alternative method for advanced users is to use the command line ADB. If you do not want to install third-party software, you can use platform tools. The uninstall command looks like adb shell pm uninstall -k --user 0 com.xiaomi.mipicks.
- 💻 Connect the smartphone to the PC with installed ADB.
- ⌨️ Enter the command to uninstall the package GetApps.
- ✅ Restart your device to apply the changes.
For example, without GetApps some system applications or themes may stop updating. However, for most users this is not critical, since the main store Google Play remains functional.
Using ADB to remove uninstallable software
Method ADB (Android Debug Bridge) is a universal solution for any Android model, be it Samsung, Huawei or Sony. It allows you to control the device from the code level, which makes it possible to delete even those applications that do not have a delete button in the interface. To work, you will need drivers for your phone and a package Platform-Tools.
The process begins by connecting the device in debugging mode. After connecting to the computer, you need to authorize the connection on the smartphone screen. Then enter the command adb devicesin the command line on the PC to make sure that the computer sees the phone.
adb shell pm list packages | findstr"getapps"
This command will help you find the exact package name if you are not sure about it. Once you have a name (for example com.getapps.store or similar), use the uninstall command. If the application is part of the system, it will be deleted only for the current user, but will no longer run and take up space in the user section.
It is worth noting that after updating the firmware, applications deleted via ADB may return, since the system partition is not modified, but only hidden for the user. In this case, the procedure will have to be repeated. This is the price for using closed systems without superuser rights (Root).
For those who are afraid of the command line, there are graphical shells for ADB, such as Universal Android Debloater. They visualize a list of packages and allow you to remove them with a mouse click, which greatly simplifies the process and reduces the risk of errors when entering a command.
- 📥 Download and install drivers for your smartphone.
- 🔌 Connect your phone and enable USB debugging.
- 🖥️ Launch ADB and enter the command to remove the package.
⚠️ Warning: Be extremely careful when removing packages through ADB. Removing critical system components (for example, those associated with the phone or keyboard) can lead to the “bricking” of the device or an endless reboot.
Cleaning from viruses and adware
If “get apps” is not a system store, but a virus, then the methods above may not help, since malicious code will constantly restore its files. In this case, you need to act as if you were fighting a malware threat. The first step should be to switch to safe mode.
Safe mode loads Android only with system applications, blocking all third-party software. To enter it, you usually need to hold down the power button on the screen, and then hold your finger on the “Shut down” or “Reboot” item for a long time until the corresponding request appears. In this mode, the virus will not start, and you can safely remove it.
| Threat type | Symptoms | Removal method |
|---|---|---|
| Advertising module | Pop-up advertising on the desktop table | Search for an application without an icon in the list |
| Trojan | Write off money, screen lock | Safe mode + antivirus |
| Hidden miner | Strong heating, fast discharge | Factory Reset |
| System bloatware | Intrusive store notifications | Disable via settings or ADB |
After deleting a suspicious file in safe mode, be sure to restart your phone in normal mode and check the result. If the advertisement disappears, it means the source was found correctly. If the problem persists, it is possible that the virus has managed to penetrate deeper or there are several of them.
Install a reliable antivirus, for example, Malwarebytes or Kaspersky, to conduct a deep scan after manually deleting suspicious files.
It is also worth checking the list of applications with permission to “display on top of other windows”. Often it is this resolution that allows advertising banners to overlap the interface of other apps. Disable this access for all suspicious or unknown applications.
Prevention and protection of the device
To ensure that the question “how to remove an application from Android get apps” no longer arises, you must maintain digital hygiene. First of all, avoid installing applications from unknown sources. Download software only from official stores: Google Play, AppGallery or proven alternatives like F-Droid.
Carefully read the permissions that the application requests during installation. If a simple calculator asks for access to contacts, SMS and location, this is a clear red flag. Modern versions Android allow you to manage permissions more flexibly, allowing access only to what is really needed for work.
- 🚫 Do not install APK files from dubious sites.
- 👀 Carefully read reviews about applications before installing.
- 🔄 Regularly update the operating system to close vulnerabilities.
Periodic revision of installed software helps keep the system clean. Every couple of months, go through your list of apps and delete what you don't use. This will not only free up memory, but also increase the security of your device.
The best protection against viruses and intrusive software is the user’s attentiveness when installing new apps and refusal of hacked versions of paid content.
It is also recommended to disable automatic application installation if your browser or download manager has such a feature. This will prevent accidental installation of advertising modules along with downloaded files.
Frequently asked questions (FAQ)
Is it possible to remove GetApps without a computer?
It is impossible to completely remove the GetApps system application on Xiaomi devices without root access or a computer (ADB). However, it can be disabled in the settings, which will hide the icon and prevent it from working, but it will continue to take up space in the system partition.
Is it safe to delete system applications via ADB?
It is safe if you delete only packages that you know (for example, the application store or browser). Removing unknown system components can lead to errors in the interface or loss of communication.
Why does the GetApps application appear again after removal?
This happens after updating the firmware or system components of Google Services. The system restores its standard applications. To avoid this, you need to block updates to a specific package or use modified firmware.
Do you need Root to remove get apps?
To completely remove system files, root access is not required, ADB rights (USB debugging) are sufficient. However, Root gives deeper access and allows you to delete any files directly from the file system.
Does deleting GetApps affect the warranty?
Using debugging mode (ADB) in itself does not void the warranty, as this is a native Android feature for developers. However, if you damage the system through inept actions, the service center may refuse free repair.