Have you accidentally deleted your favorite game on a Xiaomi smartphone and now you don't know how to get it back? Or after resetting, all the installed apps disappeared? Don't panic - even if the game icon disappeared from the home screen, its files could be saved in the device's memory. In this article, we will discuss all possible ways to find and restore remote games on Redmi, POCO and other models running MIUI.
Itโs important to understand that recovery success depends on how the game was removed. If you just clicked โDeleteโ in the app menu, the chances of returning it are higher than if you completely reset your phone or format memory. Weโll look at methods from the simplest (check the cart and download history) to the most advanced (working with the file system through ADB), and youโll learn how to set up automatic game backups in MIUI to avoid similar problems in the future.
Before you start, make sure your Xiaomi has a developer mode enabled (if you need access to system folders). Go to Settings โ About Phone โ MIUI version and tap this item 7 times. Now you can start!
1. Checking the MIUI cart and download history
Many users do not know that the MIUI There is a built-in bin where deleted files are taken for 30 days, including: APK-To open it up:
- Launch the Files app (the folder icon on the home screen).
- In the lower menu, select the โBasketโ section (dumpster icon).
- Scroll through the list to find files with the.apk extension or the name of the game you want.
- Click on the file and select โRestoreโ.
If the game is not in the cart, check the download history in Google Play:
- ๐ฑ Open the Play Store โ tap on the profile avatar โ ยซApplication and device managementยป.
- ๐ Go to the tab "Installedยป โ Click "All" in the drop-down menu.
- ๐ฎ In the list, find the game and click โInstallโ (if it was purchased, repayment will not be required).
๐ก
If the game was not installed from Google Play (for example, via APK), check the /storage/emulated/0/Download/ folder โ installers often remain there.
Note that in MIUI 14+, the Recycle Bin can be disabled by default. To activate it, go to Settings โ Storage โ Recycle Bin and turn on the option โSave Deleted Filesโ.
2. Search for game remnants of the phone's memory
Even after the game is deleted, its files often remain in the device's memory, and they can take up space in the following folders:
| folder | Way | What's in there? |
|---|---|---|
| Cash games. | /storage/emulated/0/Android/data/[game package]/ | Save, temporary files, settings |
| OBB-file | /storage/emulated/0/Android/obb/[game package]/ | Additional data (graphics, levels) |
| APK-file | /storage/emulated/0/Download/ or /storage/emulated/0/APK/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | Game installer (if saved) |
| Conservation | /storage/emulated/0/games/ or /sdcard/[game name]/ | Player profiles, progress |
To access these folders:
- Use any file manager (e.g., Xiaomi Files or Solid Explorer).
- Enable the display of hidden files in the manager settings.
- Go to the above paths and look for folders with the game name or package (for example, com.supercell.clashofclans for Clash of Clans).
How do I find out the game package?
If you find a folder with game data, but the game itself is not, you can try reinstalling it from Google Play, sometimes the progress is automatically restored. If the game was deleted long ago, the files could have been cleared by the system, in which case the following method will help.
3. Recovery through MIUI backups
MIUI offers a built-in backup feature that can save game data to check for backups:
- Go to Settings โ About Phone โ Backup and Reset โ Local Backup.
- Check the list of backups available. If there's a date there that precedes the game's deletion, select it.
- Click "Restore" and tick the item "Applications and data".
If there are no local backups, check the cloud backup:
- ๐ Go to Settings. โ Xiaomi account โ Mi Cloud โ Backup.
- ๐ Make sure that the Automatic Backup option has been enabled before the game is deleted.
- ๐ Click โRestoreโ and select the desired date.
Important: Recovery from the backup can overwrite current data, if you install other applications after you delete the game, you will have to reconfigure them, and also note that MIUI does not always store game data in the backup, this depends on the policy of the particular application.
โ ๏ธ Note: If you have used a third-party backup program (such as Titanium Backup), do not restore game data through them without first checking compatibility. Some games (especially online multiplayers) may block an account for suspicious changes to files.
4.Use of specialized recovery programs
If standard methods do not help, you can use programs to restore deleted files.
- ๐ง DiskDigger โ Searches for deleted files, including APK and OBB. Requires root rights for deep scanning.
- ๐ EaseUS MobiSaver โ Recovers data from internal memory and microSD cards.
- ๐ ๏ธ Dr.Fone โ supports the recovery of applications and their data (paid).
Instructions for DiskDigger:
- Install the program from Google Play.
- Start and select โFull Scanโ (root required).
- Wait until the process is over and filter the results on the.apk extension.
- Select the found game file and click "Restore".
Without root rights, programs can only find files that have not been overwritten by the new data, and if a long time has passed since the game was deleted, the chances of recovery drop dramatically.
โ๏ธ Preparation for data recovery
โ ๏ธ Warning: Do not install recovery software on the same memory partition where the game was stored. This can overwrite deleted files and make it impossible to recover them. Use a memory card or other phone.
5. Recovery through ADB (for power users)
If youโre familiar with the command line, you can try to find game remnants through Android Debug Bridge (ADB).This method is suitable for power users and requires connecting the phone to a PC.
First, install ADB on your computer:
- Download Platform Tools from the Android website.
- Unpack the archive in any folder (for example, C:\platform-tools\).
- Turn on the phone debugging over USB in Settings โ Additional โ For developers.
Now connect Xiaomi to your PC and execute the commands:
adb devices
adb shell
su
find /storage/emulated/0/ -name "game name"If the command returns paths to the files, they can be copied to the PC to save:
adb pull /storage/emulated/0/Android/obb/com.game.package//path/on/pc/This method requires knowledge of the basics of working with Linux commands and can be dangerous if used incorrectly. If you are not sure about your actions, you should refer to the previous methods.
๐ก
ADB allows you to find even hidden system files, but without root permissions, access to some folders will be limited.
6 How to Prevent Loss of Games in the Future
To avoid the problem of remote games, follow these tips:
- ๐ Enable automatic backup in Settings โ Xiaomi account โ Mi Cloud. Select "Applications and Data" to save.
- ๐ Create local copies APK. After installing the game, copy it. APK-file /data/app/ (You need root or download it again through APK Extractor.
- ๐ฎ Use cloud-based saves. Many games (like Genshin Impact or Call of Duty Mobile) sync progress with servers.
- ๐ฑ Set up a deletion lock. MIUI You can prevent the removal of important applications through Settings โ Annexes โ Blocking removal.
We also recommend checking the folder regularly. /Android/obb/ โ Sometimes after the game is updated, the old game is OBB-files stay and take up space. They can be manually deleted, but only if you're sure they're not being used.
If you often play games through APK (Not from Google Play, create a separate folder on your memory card (e.g., Google Play, /APK_Games/) And you can save all the installers, so you can always quickly reinstall the game without searching the Internet.