Many players sooner or later face a situation when they want to completely replay their favorite game or start over from scratch. This may be to test out alternate storylines, correct bugs in character development, or simply to try your luck on another playthrough. However, unlike computer versions, on mobile devices saving management is often hidden from the user's eyes.
There are several effective methods that allow reset progress in the application. The specific method you choose depends on the type of game, the save system used, and whether you have a Google Play Games account. In this article, we will analyze in detail all the available options - from simply clearing the cache to working with system files via a computer.
Before taking radical actions, it is worth considering that some projects use cloud servers to store achievements. In such cases, a local reset may not work without additional manipulations with the account. Next, we will look at step-by-step guide for each scenario.
Clearing data and cache through system settings
The most accessible and safest way to reset the game is to use the built-in tools of the operating system Android. This method does not require installing third-party software or connecting to a computer. It is ideal for offline games that store all data exclusively in the device's memory.
First you need to go to the settings menu of your smartphone. Find the section Applications or Manage applications, depending on the firmware version. In the list that opens, find the game you want and click on it. You will be redirected to the application information screen, where there are control buttons.
Here you will see two important options: “Clear cache” and “Clear data” (or “Erase data”). The difference between them is significant. Clearing the cache only deletes temporary files that speed up loading, but does not affect your progress. But the function Clearing data completely deletes all local files of the game, returning it to the state immediately after installation.
⚠️ Attention: Before clicking the “Clear data” button, make sure that there are no important data in the game achievements that you don't want to lose. This process is irreversible without creating a backup copy.
After confirming the action, the system will delete all configuration and save files. The next time you launch the game, you will be prompted to start training or create a new character, as if you had downloaded it for the first time. This is the fastest way for most simple arcade games and puzzles.
☑️ Check before resetting
Working with Google Play Games cloud saves
Modern mobile projects are often synchronized with the service Google Play Games. This allows progress to be transferred between devices, but creates a problem if you want to start over. If you simply clear the data on your phone, when you log into your account, the game may automatically pull up old saves from the cloud.
To solve this problem, you need to manage cloud data directly. Open the application Google Play Games on your device. Find the game you want in the list and go to its page. In some versions of the interface, you need to click on the three dots in the corner of the screen and select “Delete account and data” or “Delete from Play Games.”
Deleting data from the cloud will break the connection between the current progress and your profile. After that, when you launch the game on a device with cleared data, the system will offer to create a new cloud save instead of loading the old one. It is important to clear local data on your phone at the same time as deleting it from the cloud.
- 🎮 Open the Google Play Games application.
- 🗑️ Find the game in the library and select manage data.
- 🔄 Confirm deleting saves from the cloud.
- 📱 Clear application data in the phone settings.
It is worth noting that not all developers provide the ability to delete data through the Google interface. In such cases, you may need to create a new Google account specifically for a new playthrough, which is a more radical, but guaranteed method.
What to do if the delete button is inactive?
Sometimes developers block the ability to delete progress through Google Play. In this case, try turning off the Internet before starting the game after clearing the data, go through the prologue, and only then connect the network. This can create a new save file that will overwrite the old one when synchronized.
Using third-party cloning applications
If standard methods do not help or you want to have two versions of the game with different progress at the same time, cloner applications come to the rescue. apps like Parallel Space, App Cloner or Island create an isolated environment (sandbox) for running applications.
In such an isolated environment, the game is perceived by the system as a completely new, independent application. It will have its own separate data files, its own cache and its own settings. You can install the main game with your current progress, and launch a copy of it in the cloner and start from scratch.
This solution is especially relevant for online games or projects with a strict connection to the device, where a regular data reset does not work. Cloning allows you to bypass restrictions, since for the game server the cloned application looks like an installation on another device.
| Application name | Type of work | Resource consumption | Account support |
|---|---|---|---|
| Parallel Space | Virtual Wednesday | High | Multi-account |
| App Cloner | APK modification | Low | Independent login |
| Island | Work profile | Average | Profile separation |
| Shelter | Working profile | Average | Open Source |
However, using such apps has its drawbacks. They can consume additional battery power and RAM, as they essentially run a second instance of the system. In addition, some anti-cheat systems in online games may block startup in cloners, considering this a violation of the rules.
Manual deletion of files through the file manager
For advanced users, there is a method for manually deleting save files through the file manager. This method gives more control, but requires an understanding of the file system structure Android. Starting with Android 11, access to some system folders has been limited, but the main directories are still accessible.
You will need any quality file manager, for example Files by Google, Total Commander or FX File Explorer. Go to the root folder of the internal memory. Most often, game data is stored in the directory Android/data or Android/obb.
Locate the folder with the name of the game package (usually looks like com.developer.gamename). Inside this folder there may be subfolders files, cache or specific names like saves. Deleting the contents of these folders is equivalent to clearing data through the settings, but sometimes allows you to delete only specific save files, leaving the texture cache intact.
⚠️ Attention: On new versions of Android (11, 12, 13, 14), direct access to the folder may be blocked for third-party file managers. In this case, use the built-in Files application or connect the phone to a PC.
Android/datamay be blocked for third-party file managers. In this case, use the built-in Files application or connect your phone to your PC.
It is also worth checking the root of the internal memory. Some older games or projects from independent developers create their own folders directly in the main directory. Look for folders with the name of the game or developer and delete their contents manually.
If you cannot find the folder with the game, try searching by the name of the developer or part of the game name in the file manager. This will speed up the process of finding the necessary files.
Reset via computer connection (ADB)
The most powerful tool for managing applications on Android is the debug bridge ADB (Android Debug Bridge). This method requires you to have a computer and enable USB debugging on your smartphone. It allows you to execute commands that are not available through the regular interface.
First, enable developer mode on your phone. Go to Settings → About phone and click 7 times on the build number. Then in the menu that appears For developers activate the item USB debugging. Connect your smartphone to the PC with a cable.
On your computer, open the command line or terminal in the folder with ADB installed. Enter the command to get a list of packages to find out the exact name of your game:
adb shell pm list packages | findstr "name_game"
Knowing the package name, you can run a command to clear application data remotely. This is analogous to clicking the “Erase data” button in the settings, but done programmatically:
adb shell pm clear com.package.name
Replace com.package.name with the real game ID. After executing the command, the phone will instantly clear all data of the specified application. This method is convenient because it can be automated or used if the phone's touch screen is faulty.
Using ADB allows you to reset data even for those applications whose settings buttons are blocked or hidden by the developer.
Reinstalling the game as a last resort
Sometimes the simplest and most reliable solution is a complete reinstallation applications. This method guarantees the removal of all local files if the game does not strictly link to an account or device ID. However, it requires time to download the installation file again.
Before deleting, make sure that you are disconnected from the Internet if you suspect that the game will try to restore progress immediately upon launch after installation. Uninstall the game through settings or long press on the icon. Then download it again from Google Play Store or another reliable source.
When you first start, do not immediately log into your Google Play Games account if the goal is new progress. Play through the early stages of the game locally. Only after making sure that a new save has started can you decide to log into your account, having first deleted the old data from the cloud, as described in the second section.
- 📶 Turn off Wi-Fi and mobile data.
- ❌ Delete the application from the device.
- 📥 Download and install the game again.
- 🚀 Launch the game and start a new playthrough.
This method also helps get rid of possible errors and “garbage” that has accumulated in the game files over a long period of use. A clean installation often solves problems with crashes and stuttering that could occur in old progress.
Is it possible to restore progress after a reset?
If you haven't made a backup in advance and deleted your data from the Google Play cloud, it's almost impossible to restore your progress. Local files are permanently deleted. The only chance is if the game uses its own account server (for example, logging in via Facebook or email), then you can try logging into the old account inside the game.
Does resetting progress affect in-game purchases?
Usually no. Purchase information is stored on Google Play or developer servers and is associated with your account, not save files. After the reset, you will be able to restore purchases through the in-game store menu, but the progress for which they were purchased will be lost.
Why does the game still load the old save after clearing the data?
This happens due to synchronization with the cloud. The game sees your Google account, contacts the server and loads the latest save. To avoid this, you must first delete data from the Google Play Games cloud or turn off the Internet when you first start after cleaning.
Are root access needed to reset progress?
In most cases, root access is not required. Standard data clearing through settings or deleting files in accessible folders is enough for 90% of games. Root may only be needed to access protected system files of specific applications.
Is it safe to use cloner apps?
Popular applications from the official Google Play store are relatively safe. However, you should avoid dubious apps that require unnecessary permissions. Remember that cloners put a strain on the system and can drain the battery faster.