Accidentally deleted an important application? Or did it disappear after resetting the settings? You can restore closed apps on Android in several ways - from simple (via Google Play) to advanced (using ADB or backup copies). The main thing is to act quickly: the less time has passed since deletion, the higher the chances of returning data without loss.

Many users confuse deleted and closed applications. Closed (stopped) apps remain on the system, but do not run in the background. They can be easily restarted through the menu Settings โ†’ Applications. But deleted applications require recovery - especially if they were purchased, contained important data, or are no longer available in Play Market. In this article we will look at all the current methods, including little-known tricks for experienced users.

โš ๏ธ Attention: If the application was deleted along with the account Google (for example, after resetting the phone), first restore access to mail. Without this, it will not be possible to return purchases or licenses - even through backup copies.

1. Restoring through Google Play: the fastest way

If the application was installed from the official store, the easiest way to return it is through Google Play library. This method works even for deleted games or apps that have not been updated for a long time.

Open Play Market, tap the profile icon in the upper right corner and select Manage applications and devices โ†’ Library. All ever installed apps are displayed here, including deleted ones. Find the application you need and click Install. If it was paid, the system will automatically confirm the license - provided that you are logged into the same account Googlefrom which you purchased.

โœ… Pros of the method:

  • ๐Ÿ”น Does not require technical skills
  • ๐Ÿ”น Saves purchase history
  • ๐Ÿ”น Works on any devices with Android 5.0+

โŒ Cons: Not suitable for applications removed from Play Market by the developer (for example, old versions WhatsApp or VK before the redesign). It also does not restore user data (game saves, app settings).

๐Ÿ“Š How often do you delete applications on Android?
Once a week
Once a month
Only if there is a shortage memory
I never delete

2. Using backups: how to return application data

If the function was enabled on the phone automatic backup (Settings โ†’ Google โ†’ Backup, the chances of returning not only the application itself, but also its data (for example, progress in games or settings) are much higher. Android saves backup copies once a day when connected to Wi-Fi and charging.

To restore data:

  1. Install the application again (via Google Play or APKfile).
  2. When At the first start, the system will offer to restore data from a backup copy. Confirm the action.
  3. If the offer does not appear, go to Settings โ†’ System โ†’ Recovery and reset โ†’ Restore data and select the desired copy.

โš ๏ธ Attention: Backups Android do not save application cache (for example, downloaded maps in Google Maps or media files in Telegram). This data will have to be downloaded again.

Make sure that the phone is connected to Wi-Fi

Charge the battery to at least 50%

Log in to the same Google account as when creating the copy

Free up enough memory space-->

๐Ÿ’ก Tip: To check what data is backed up, go to page Google Drive โ†’ Backups (login required). The dates the copies were created and the space they occupy are displayed here.

3. Recovery via APK files: for applications deleted from the Play Market

If the application was deleted from Play Market (for example, Terraria up to 1.4.4 or older versions YouTube), it can be installed manually via APK-file. To do this:

  1. Download APK from a reliable source (for example, APKMirror or APKPure).
  2. Allow installation from unknown sources: Settings โ†’ Security โ†’ Unknown sources (on Android 8.0+ this is done for each browser separately).
  3. Run the downloaded file and follow the instructions.

โš ๏ธ Attention: Installation APK from unverified sources may lead to virus infection. Always check the hash file (SHA-1) on the developerโ€™s website or through services like VirusTotal.

๐Ÿ” Where to look for APK:

  • ๐Ÿ“ฑ APKMirror โ€” official versions without modifications
  • ๐Ÿ›ก๏ธ APKPure โ€” checks files for viruses. data-i="123">", try:
  • ๐Ÿ’พ Archives on 4PDA or XDA Developers (for rare applications)
What to do if the APK does not install?

If an error appears during installation "The application is not installed", try:

1. Delete the remnants of the old version via Settings โ†’ Applications.

2. Enable USB debugging and install via ADB (instructions in the next section).

3. Check the compatibility of the APK with your version of Android (for example, the application for Android 10 will not launch on Android 7).

4. Advanced methods: ADB and root access

If the standard methods did not help, you can use developer tools. For example, Android Debug Bridge (ADB) allows you to restore deleted applications, even if they are not displayed in Play Market.

๐Ÿ› ๏ธ Instructions for recovery via ADB:

  1. Install ADB on your computer (you can download from official website).
  2. Connect your phone to the PC and enable USB Debugging (Settings โ†’ About phone โ†’ Build number - press 7 times, then return to Settings โ†’ System โ†’ For Developers).
  3. Open the command line and enter:
    adb shell
    

    pm list packages -u

    All deleted applications will be displayed here (marked uninstalled).

  4. To restore the application, use the command:
    adb shell cmd package install-existing

    For example: adb shell cmd package install-existing com.whatsapp.

โš ๏ธ Attention: Commands ADB require caution. Incorrect use may result in system malfunctions. If you are not sure, it is better to contact a specialist.

๐Ÿ”ง For users with root access:

  • ๐Ÿ“‚ Use Root Explorer or Titanium Backupto find the remains of a deleted application in folder /data/app/.
  • ๐Ÿ”„ Restore data from a backup copy Titanium Backup (if it was created previously).
  • ๐Ÿšจ Be careful: changes to system folders may disrupt operation Android.
๐Ÿ’ก

Before using ADB, create a full backup of your phone via adb backup or TWRP. This will help roll back changes if something goes wrong.

5. Restoring through Google purchase history

If the application was paid, you can return it via purchase history in your account Google. This method is suitable even for apps removed from Play Market, but provided that they did not violate the store rules (for example, they were not blocked for piracy).

๐Ÿ“‹ How to check your purchase history:

  1. Go to page play.google.com/store/account.
  2. In the section Orders and subscriptions find the desired application.
  3. Click Install โ€”the system will confirm the license and download the latest available version.

๐Ÿ’ฐ What to do if the application is no longer available:

  • ๐Ÿ“ง Write to support Google Play with a request to provide APK (indicate the order number).
  • ๐Ÿ” Check your email - when purchasing, you might have received a APKfile (valid for old orders before 2018).
  • ๐Ÿ›’ If the application was purchased through a third-party store (for example, Samsung Galaxy Store), check your order history there.

Important: Google may block access to an application if it violated the store's rules (for example, contained malicious code). In this case, it will not be possible to return it - even through support.

6. How to prevent the loss of applications in the future

To avoid the problem of deleted applications, follow these simple rules:

  • ๐Ÿ”„ Create backups regularly through Settings โ†’ Google โ†’ Backup.
  • ๐Ÿ“ Use Titanium Backup (required root) to save application data.
  • ๐Ÿ“‹ Keep a list of important apps in Google Keep or Notion.
  • ๐Ÿšซ Do not delete system applications unless absolutely necessary - this may disrupt operation Android.

๐Ÿ“Š Comparison of backup methods:

Method Requires root Saves data Restores purchases
Google Backup โŒ No โœ… Partially โœ… Yes
Titanium Backup โœ… Yes โœ… Completely โœ… Yes
APK + Cloud (Dropbox) โŒ No โŒ No โŒ No
ADB Backup โŒ No โœ… Completely โŒ No

โš ๏ธ Attention: On devices with Android 11+ some backup methods (for example Titanium Backup) may not work due to restrictions Scoped Storage. In this case, use alternatives like Swift Backup (required root or Shizuku).

๐Ÿ’ก

The most reliable way to save applications is a combination of automatic Google backup + manual saving of APK files of important apps to the cloud.

FAQ: Frequently asked questions about restoring applications

Is it possible to restore a deleted application without a Google account?

No. If the application was installed via Play Market, to restore it you need access to the account from which it was purchased/installed. The exception is installation. via APK, but in this case the license will not be confirmed (for paid apps).

What to do if the application has been removed from the Play Market?

Try to find APK on APKMirror or in archives 4PDA. If the application was paid, check your purchase history in your account Google - sometimes you can download it from there. You can also write to the developer asking for the latest version.

Are game saves restored when reinstalled?

Depends on the game. (for example, Genshin Impact or Clash of Clans) synchronize progress with the developer's servers or Google Play Games. In this case, saves will be restored automatically. For offline games (for example, Minecraft), you need a backup via Titanium Backup or manually. (folder /Android/obb/).

Is it possible to return a system application deleted without root?

No. System applications (for example, Google Chrome or Samsung Knox) are deleted only from root access. Without them, they can only be disabled (Settings โ†’ Applications โ†’ Disable). To restore, you will need to flash the phone's firmware or manually install APK + OBBfiles.

How to find out if backups were created on your phone?

Go to Settings โ†’ Google โ†’ Backup. The date of the last save is displayed here. Also check Google Drive in the section Backups โ€”application, SMS and settings data is stored there.