Many users are faced with a situation where an application appears on the device that is difficult to remove using standard methods. This often happens after an accidental installation or pre-installation by the manufacturer. SHAREit is one of these cases, since the app is often integrated deep into the system or disguised as system processes.
Simply clicking the "Uninstall" button on the desktop may not produce results, especially if you are faced with a modified version or a clone virus. In this case, it is necessary to use more advanced cleaning methods, including working with administrator rights and system files.
In this material we will analyze all the available uninstallation methods, from standard to using special tools. You will learn how to find hidden remnants and prevent the re-installation of malware.
Standard uninstallation through system settings
The first step should always be to try to uninstall using standard operating system tools. This is the safest method and does not require the installation of additional software. First, you need to go to the Settings section of your smartphone.
Next you should find the application management menu. In different versions Android it may be called differently: โApplicationsโ, โApplication Managerโ or โAll Applicationsโ. Find it in the list SHAREit and click on it.
If the delete button is active, just click it and confirm the action. However, if the button is inactive (gray), this means that the application has device administrator rights or is a system one.
- ๐ฑ Open settings and go to the applications section.
- ๐ Find SHAREit in the list and open its properties.
- ๐๏ธ Click the "Delete" button and confirm operation.
- โ Check the desktop for the missing icon.
โ ๏ธ Attention: If the delete button is inactive, do not try to force close the application through the task manager - this will not delete its files, but will only temporarily stop the process.
In some cases, the system may request confirmation of data deletion before the procedure itself. Agree to this to clear the cache and user settings.
Disabling device administrator rights
Often the reason for the inability to uninstall is that the application has advanced access rights. SHAREit or its modifications may request administrator rights to speed up file transfers, but use them to block deletion.
To check this, go to the security settings of your device. The path usually looks like Settings โ Security โ Device Administrators or Settings โ Biometrics and Security โ Other security settings.
In the list that opens, find the suspicious application. If you see there SHAREit or an application with a similar name and icon, uncheck it. The system will warn you about the consequences - confirm the shutdown.
Settings โ Security โ Device administrators โ Uncheck SHAREit โ Disable
After removing administrator rights, return to the applications menu and try to uninstall the app in the standard way. Now the button should become active.
Before disabling administrator rights, make sure that it is SHAREit, and not a system service from Google or the manufacturer, the removal of which will disrupt the operation of the phone.
Using Safe Boot Mode
If the application behaves like a virus and does not allow you to work calmly with the phone, safe mode will help. In this mode, only system services are loaded, and third-party software, including SHAREit
To enter safe mode, you usually need to hold down the power button on the screen, and then long press the "Shutdown" or "Reboot" button that appears. On some models Samsung or Xiaomi you need to hold down the volume button when turning it on.
After the reboot, the words โSafe Modeโ will appear in the corner of the screen. Now try uninstalling the application through settings. In this mode, malicious processes are not running, which allows you to easily delete files.
- ๐ Reboot the phone by holding the power button.
- ๐ก๏ธ Activate safe mode by long pressing "Turn off".
- ๐ฒ Remove SHAREit through the standard menu applications.
- ๐ Restart the device in normal mode.
It is important to understand that after exiting safe mode, the application should not be restored. If this happens, it means it has a hidden installer or is built into the firmware.
โ๏ธ Check before deleting
Removal via ADB for advanced users
If standard methods did not help, you can use the tool ADB (Android Debug Bridge). This method requires connecting the phone to the computer and having drivers, but it allows you to remove even system applications.
First you need to activate developer mode. To do this, click on the build number seven times in the About phonesection. Then enable "USB Debugging" in the developer menu that appears.
Connect your phone to the PC, open the command line in the ADB folder and enter the command to search for the package:
adb shell pm list packages | grep shareit
Find the exact name of the package (for example, com.lenovo.anyshare.gps) and use the command to remove:
adb shell pm uninstall -k --user 0 com.lenovo.anyshare.gps
โ ๏ธ Warning: Be extremely careful when entering ADB commands. Removing system packages that are not related to SHAREit may lead to the smartphone not working (bootloop).
This method is effective for removing โunremovableโ versions, which are often found on Chinese versions of firmware. After executing the command, the application will disappear for the current user.
What to do if the computer does not see the phone?
Make sure that the ADB Interface driver is installed. Try replacing the USB cable as some cables only support charging. Also check if the connection is allowed on the smartphone screen (a request to confirm debugging will appear).
Search and delete residual files
Even after successful uninstallation, folders with temporary files that took up valuable space may remain on the device. SHAREit is known for creating many copies of transferred files.
Use any file manager (for example Files by Google or built-in explorer) to search for leftovers. Pay attention to the root folder and folder Android/media.
| Path to folder | Description of contents | Can I delete |
|---|---|---|
| /SHAREit/ | Main folder with received files | Yes |
| /Android/data/com.lenovo.anyshare/ | Cache and application data | Yes (after uninstallation) |
| /Android/obb/com.lenovo.anyshare/ | Additional resources | Yes |
| /Download/SHAREit/ | Copied downloads | Yes |
Deleting these folders will free up gigabytes of space if you actively used the app to transfer videos and photos.
It is also recommended to check folder Downloads (Download), since users often forget where the files were saved.
Complete removal of the application does not guarantee clearing of junk files - always check the storage manually after uninstallation.
Protection against re-installation and clones
There is a risk of malware getting onto the device again. Often SHAREit is installed in (bundled with) other free apps from unverified sources.
To protect your device, prohibit the installation of applications from unknown sources. In modern versions Android this is configured for each application separately in the accessibility section.
- ๐ซ Disable installation from unknown sources in the browser settings.
- ๐ก๏ธ Install a virus scanner to check APK files.
- ๐ฅ Download applications only from the official Google Play.
- ๐ Carefully read the permissions when installing new software.
If you notice that the application installs itself, check the list of recently installed apps. Often the virus is hidden under the name "Flashlight", "Cleaner" or "System Update".
Why is SHAREit not completely removed?
This is often due to the fact that the application has Device Admin rights or is part of the manufacturer's system shell (bloatware). In the latter case, complete removal is possible only with root access.
Is it safe to remove SHAREit using system tools?
Yes, if it is a user version. If it is a system application, deleting it via ADB may lead to errors in the operation of some data transfer functions, but will not affect the main functions of the phone.
What alternatives are there to SHAREit for transferring files?
The best alternative is Google's Quick Share feature built into Android. You can also use NearMe, Send Anywhere, or simply transfer via Google Drive and Telegram ("Saved Messages" function).
Do you need root access to delete?
For regular versions - no. root access is required only if SHAREit is built into the firmware by the manufacturer as a system application and is not disabled through standard settings.