Accidentally deleting applications on Android is a problem that every third user faces. Itโ€™s especially unpleasant when a app with important data disappears: a messenger with correspondence, a banking application with payment history, or a unique tool that is not available in Google Play. Unlike iOS, where recovery often requires a backup copy, Android offers several ways to recover deleted software - from basic to advanced.

In this article we will look at 5 proven methods restoring applications - from standard (through Play Market and installation history) to technical (using ADB and third-party utilities). We will pay special attention to cases when the application was uninstalled system optimizer (for example, on Xiaomi or Samsung) or after resetting the settings. You will also learn how to prevent repeated data loss and what tools will help automate backup.

Important: the effectiveness of the method depends on whether how exactly the application was removed. If you simply clicked โ€œDeleteโ€ in the menu, the chances of recovery are close to 100%. If the application disappeared after factory reset or the actions of a virus - more complex manipulations will be required.

๐Ÿ“Š How often do you lose applications on Android?
Once a month or more often
Several times a year
Very rarely
Never lost

1. Restoring via Google Play: installation history

The easiest way to return a deleted application is to use installation history v Google Play. This method works even if you donโ€™t remember the name of the app, but previously installed it on the same account Google.

Action algorithm:

  • ๐Ÿ“ฑ Open Google Play Market on your phone.
  • ๐Ÿ‘ค Click on the profile icon in the upper right corner โ†’ select Manage applications and devices.
  • ๐Ÿ” Go to the tab Management โ†’ Installed โ†’ Not installed (or Allif the desired application is not in the first list).
  • ๐Ÿ”„ Find the deleted application and click the button Install.

If the application was paid, it can be restored free โ€”the purchase is linked to the account Google. However, some apps (for example, Netflix or Spotify) may require you to pay for the subscription again.

โš ๏ธ Attention: If you uninstalled the application through system settings (for example, Settings โ†’ Applications โ†’ Uninstall), and not through Play Market, it may not appear in the history. In this case, proceed to the next method.

Make sure that the phone is connected to the Internet

Log in to the same Google account from which you installed the application

Check whether the application is hidden in the Play Market settings (section "Hidden applications")

Update the Play Market to the latest version-->

2. Restoring from a Google Drive backup

If the function was enabled on your device automatic backup (Settings โ†’ Google โ†’ Backup, the chances of returning deleted applications along with their data are much higher. This method is especially useful for restoring messages in messengers, game progress or application settings.

How to restore:

  1. Go to Settings โ†’ Google โ†’ Backup.
  2. Make sure the function Upload to Google Drive active and last copy created before deleting the application.
  3. Perform reset settings (Settings โ†’ System โ†’ Reset settings).
  4. When setting up the device for the first time, select Restore from Google Drive backup and specify the required backup.

Minus of the method: all current data on the phone will be erased. Therefore, first save important files (photos, contacts) to an external drive or to the cloud.

Data type Recoverable? Notes
List of installed applications โœ… Yes Only those that were in Google Play are restored
Application data (messages, settings) โš ๏ธ Partially Depends on backup support by the application itself
APK files of third-party applications โŒ No Manual installation required
Widgets and shortcuts โŒ No Desktop settings are not saved
โš ๏ธ Attention: On some firmwares (for example, MIUI on Xiaomi or One UI on Samsung) backup may work differently. Check the settings in the section Advanced โ†’ Backup and reset.

3. Using a file manager to search for APK

If the application was recently uninstalled, it APK file may remain in the device memory. This is especially true for system applicationswhich are often not completely removed, but only โ€œdisabledโ€.

Search instructions:

  • ๐Ÿ“ Install a file manager with support root access (for example, Solid Explorer or FX File Explorer).
  • ๐Ÿ” Go to the folder /data/app/ or /data/app-private/ (for system applications).
  • ๐Ÿ”Ž Look for files with the extension .apk by the name of the remote application.
  • ๐Ÿ“ฒ If the file is found, install it manually (permission to install from unknown sources may be required).

For root-users a deeper search is available through Terminal Emulator:

su

find /data -name "application_name.apk"

If the APK file is not found, try looking for it in the folder /sdcard/Android/data/ - sometimes temporary installer files remain there.

๐Ÿ’ก

If you often delete and restore applications, create a folder APK_Backup on your memory card and copy APK files there before deleting. This will save time in the future.

4. Recovery via ADB (for experienced users)

If standard methods do not help, you can try restoring the application using Android Debug Bridge (ADB). This method is suitable for system applicationsthat were disabled or deleted by mistake (for example, Google Camera on Pixel or Samsung Knox on Galaxy).

Procedure:

  1. Install ADB Tools on your computer (you can download from official Android website).
  2. Enable USB debugging on phone (Settings โ†’ About phone โ†’ Build number (press 7 times) โ†’ Developer settings โ†’ Debugging USB).
  3. Connect your phone to the PC and run the command to check the connection:
    adb devices
  4. To see a list of all installed (including disabled) applications, enter:
    adb shell pm list packages -f
  5. To restore a disabled system application, use:
    adb shell cmd package install-existing

Example: to return Google Camera to Pixel, the command would look like this:

adb shell cmd package install-existing com.google.android.GoogleCamera

โš ๏ธ Warning: Incorrect use ADB may lead to unstable operation of the system. Do not delete or restore packages whose purpose you do not know.
What to do if ADB does not see the device?

1. Check if the drivers are installed for your phone model (download from the manufacturer's website, for example Samsung USB Drivers or Xiaomi USB Drivers).

2. Try another USB cable (preferably original).

3. Restart your phone and PC.

4. Turn on the mode File transfer (MTP) when connecting.

5. If you use macOS or Linux, check the rights to the port: lsusb i sudo chmod 777 /dev/bus/usb//.

5. Third-party data recovery utilities

If none of the previous methods worked, you can use specialized data recovery apps. They scan the deviceโ€™s memory for deleted files, including APK and application data:

  • ๐Ÿ› ๏ธ Dr.Fone โ€” Data Recovery (Android) (paid, supported. 6000+ models).
  • ๐Ÿ”ง EaseUS MobiSaver for Android (free version with limitations).
  • ๐Ÿ“ฑ DiskDigger (works without root, but with limitations).

How to use (for example Dr.Fone):

  1. Install the app on your PC and connect your phone via USB.
  2. Select the type of data to recover (Applications or APK files).
  3. Run a scan (may take from 10 minutes to several hours).
  4. After When finished, select the required files and click Recover.

Important: do not install the recovered data. APK files over existing applications - this may lead to conflicts. Also avoid saving the recovered data to the same drive from which it was deleted (for example, to the internal memory of the phone).

app Requires root? Recovers APK? Recovers application data?
Dr.Fone โš ๏ธ Desirable โœ… Yes โœ… Yes
EaseUS MobiSaver โŒ No โœ… Yes โš ๏ธ Partially
DiskDigger โŒ No (but with root there are more chances) โœ… Yes โŒ No
Undeleter โœ… Yes โœ… Yes โœ… Yes

6. Prevention: how to avoid losing applications in the future

To avoid encountering the problem of deleted applications again, follow these recommendations:

  • ๐Ÿ”’ Disable automatic cleaning in settings (on Xiaomi: Settings โ†’ Applications โ†’ Cleaning; on Samsung: Settings โ†’ Device maintenance).
  • ๐Ÿ“ฆ Create APK backups using APK Extractor or App Backup & Restore.
  • ๐Ÿ”„ Use cloud services to synchronize data (for example, Google Drive for documents, Telegram Cloud for media).
  • ๐Ÿ›ก๏ธ Set a password for settingsto avoid accidental deletion (on some firmware there is an option Application protection).

For system applications (for example, Google Play Services or Samsung Health), you can use the command ADB for uninstall locks:

adb shell pm uninstall -k --user 0

This command does not completely uninstall the application, but only hides it for the current user, which makes it easy to restore it later.

๐Ÿ’ก

Regular backups (at least once a month) reduces the risk of permanent data loss by 90%. Use a combination of cloud services and local backups for maximum reliability.

FAQ: Frequently asked questions about application recovery

Is it possible to restore a deleted application without the Internet?

Yes, if you have it saved APK file on your phone or memory card. Try to find it through the file manager in the folders /data/app/ or /sdcard/Download/. You can also use apps like APK Extractorif the application was installed previously.

Why are some applications not restored through the Play Market?

This can happen for several reasons:

  • The application was removed by the developer from Play Market.
  • You are using another Google accountthan the one from which you installed the application.
  • The application was system and is not recognized as installed through Play Market.
  • On your device incompatible Android version for this application.

In such cases, try restoring the application via APK file or ADB.

How to recover data within an application (for example, correspondence in Telegram)?

Application data is restored only from backup. For most instant messengers (for example, Telegram, WhatsApp) there are built-in backup functions:

  • ๐Ÿ”„ Telegram: Settings โ†’ Data and memory โ†’ Chat export (manual export).
  • โ˜๏ธ WhatsApp: Settings โ†’ Chat โ†’ Backup (automatic backup in Google Drive).

If there is no backup, try apps like Dr.Fone or EaseUS MobiSaver, but the chances of success low.

What to do if the application deleted a virus?

If applications disappeared after the action of malware:

  1. Install an antivirus (for example, Malwarebytes or Kaspersky) and scan the device.
  2. Check the list of installed applications through ADB:
    adb shell pm list packages
  3. If a virus blocks the installation of new apps, run reset settings and restore the data from the backup.

After removing the virus, restore applications via Play Market or APK.

Is it possible to restore an application that was deleted several years ago?

The chances are extremely low, but you can try:

  • ๐Ÿ” Check archive letters in your mail - perhaps there is a letter confirming installation or purchase saved there.
  • ๐Ÿ’พ If you have an old backup (for example, on Google Drive or Titanium Backup), try restoring it.
  • ๐ŸŒ Search APK file on specialized sites (for example APKMirror), but be careful - download only proven versions.