Where to Find Remote Games on Xiaomi Phone: A Complete 2026 Guide

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:

  1. Launch the Files app (the folder icon on the home screen).
  2. In the lower menu, select the โ€œBasketโ€ section (dumpster icon).
  3. Scroll through the list to find files with the.apk extension or the name of the game you want.
  4. 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:

folderWayWhat'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:

  1. Use any file manager (e.g., Xiaomi Files or Solid Explorer).
  2. Enable the display of hidden files in the manager settings.
  3. 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?
Open the game page on Google Play โ€“ the package is listed in the address bar after id= (e.g. https://play.google.com/store/apps/details?id=com.mojang.minecraftpe).

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:

  1. Go to Settings โ†’ About Phone โ†’ Backup and Reset โ†’ Local Backup.
  2. Check the list of backups available. If there's a date there that precedes the game's deletion, select it.
  3. 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.
๐Ÿ“Š You regularly back up your data on Xiaomi?
Yes, through Mi Cloud.
Yes, locally on the phone.
Sometimes.
Never.
I don't know how to do that.

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:

  1. Install the program from Google Play.
  2. Start and select โ€œFull Scanโ€ (root required).
  3. Wait until the process is over and filter the results on the.apk extension.
  4. 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

Done: 0 / 5

โš ๏ธ 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:

  1. Download Platform Tools from the Android website.
  2. Unpack the archive in any folder (for example, C:\platform-tools\).
  3. 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.

FAQ: Frequent questions about restoring games on Xiaomi

Can I restore the game progress if I reinstall the game but save files are still there?
Yes, in most cases. If there are files left in the /Android/data/[game packet]/ or /Android/obb/[game packet]/ folder, reinstalling the game from Google Play should automatically pick up the old data. Some games (such as Minecraft) may need to manually copy the saves to a new folder.
I deleted the game, but it's not in the MIUI basket.
Check: Folder /Download/ โ€” They can stay there. APK-files, folder /MIUI/backup/AllBackup/ โ€” sometimes backups are stored there. Download history in the browser (if downloaded) APK If the game was installed through Google Play, check the library in your account, you can install it again without paying.
What if the game was deleted after resetting the phone to factory settings?
In this case, the chances of recovery are minimal, since the reset removes all data from internal memory. Try: Restore from Mi Cloud if the backup was made before the reset. Check the memory card (if it was not formatted). Contact the game for support - some developers can restore an account by linked email. In the future, save important data to your PC or to the cloud before reset.
Can I restore a remote game without root rights?
Yes, but with limitations. Without root, you can: Restore the game from the basket. MIUI Or Google Play stories. Find the rest. APK/OBB-Restore files in accessible folders. Restore from the backup of Mi Cloud. Programs like DiskDigger also work without root, but only show files that have not been overwritten.
Why does the backup game not start after it is restored?
This can happen for several reasons: Version incompatibility โ€” the backup was made for the old version of the game and you restored it to the new one; damaged files โ€” the backup could have been created with errors; Lack of rights โ€” some games require additional permissions after recovery. Try: Reinstall the game on top of the restored one; Clear the game's cache to Settings โ†’ Apps. Contact the game's support to reset account data.