The situation is familiar: you spent hours leveling up your character, reached a dead end, or realized that you chose the wrong development branch, and now your only desire is to erase everything and start a “clean” game. However, simply deleting and then installing an application from Google Play often does not help, since user data can remain in hidden sections of memory or synchronized via the cloud.
On the Android platform, the file and save management system is more complicated than it seems at first glance. To guarantee reset progress, it is necessary not only to uninstall the APK file, but also to forcefully clear the data directories, and sometimes interfere with the operation of system services. In this instruction, we will analyze all the nuances, from standard settings to advanced methods.
Before taking radical measures, it is important to understand the architecture of data storage. Modern titles are often used Google Play Games to backup achievements and saves. If you simply delete the icon from the desktop, when you reinstall the account, it may automatically pull up old data from the cloud, nullifying your efforts.
Preparing the device and checking cloud saves
The first step before any intervention is to disable synchronization. Many users forget that their progress is not tied to the phone, but to a specific one Google account. Go to the settings of your device and find the section responsible for games.
In most shells, this path looks like Settings → Google → Settings for games. Here you need to find a specific application and disable the “Save data in the cloud” or “Sync progress” option. This is a critically important step, without which further actions may be pointless.
It is also worth checking for third-party bindings. Some developers use their own servers or Facebook to store the profile. If you logged into the game via a social network, the data can be restored immediately after authorization, even if the local files were deleted.
⚠️ Attention: Before deleting, make sure that you have not linked the game account to the main email that you use for work or personal purposes, if you do not plan to create a new profile in the Google Play Games service.
If the game supports multiple save slots within the menu itself, try creating a new profile there without deleting the application. This is the safest way to start over.
Standard procedure for deleting and clearing data
The most obvious method is to use a regular application manager. However, it is important to perform the steps in strict sequence. First, you need to forcefully stop the process so that the files are not locked by the system during deletion.
Go to Settings → Applications → [Game name]. Here you will see a Stop button. Click it, and then select “Storage” or “Memory”. In the menu that opens, you need to press the button "Clear data" and "Clear cache".
Only after completing this procedure can you press the “Delete” button. This approach ensures that local configuration files are erased before the APK itself is uninstalled. In some cases, especially on older versions of Android, this is enough for a complete reset.
☑️ Correct procedure
After rebooting the phone, try installing the game again. If you see old progress at startup, it means that the data was not stored in the standard application container, but in a protected area or cloud, which we talked about earlier.
Working with the Google Play Games service
The centralized service from Google often becomes the main obstacle for those who want to start from scratch. Deleting a game does not affect the data stored on the corporation's servers. To break this connection, you need to go to the application itself Google Play Games.
Open the application, find the desired game in the list and click on the three dots in the corner of the screen. From the menu, select “Remove from Play Games” or “Delete game account.” Confirm the action. This action will erase achievements and cloud saves associated with the current profile.
If you want to save achievements but reset level progress, this method may not be suitable, since it deletes everything. In this case, the only way out is to create a new Google account specifically for this session, but this is a last resort.
| Reset method | Deletes local files | Deletes cloud backup | Difficulty |
|---|---|---|---|
| Delete icon | Partially | No | Low |
| Clear data in settings | Yes | No | Low |
| Removal from Google Play Games | No | Yes | Medium |
| Teams ADB | Full | Depends on settings | High |
Advanced method: using ADB for complete removal
For users who are not afraid of the computer and cables, there is a tool Android Debug Bridge (ADB). It allows you to remove the application along with all residual files that are usually protected from the average user. This is the most reliable method for a “clean” installation.
You will need to enable “USB Debugging” in the For developers section on your smartphone. Connect the device to the PC and enter the command to delete the application along with data for the current user:
adb shell pm uninstall -k --user 0 com.name.developer.game
The flag -k in this design usually saves data, but in combination with --user 0 (main user) and the specifics of some shells, this allows you to forcefully unload the application. However, to ensure that data is erased before deleting via ADB, it is better to first run the clear command:
adb shell pm clear com.name.developer.game
After executing the clear command, you can safely delete the application in the standard way or with the same uninstall command without the save flag. This method bypasses many software protections and even deletes files that the application marks as “undeletable” through the normal interface.
⚠️ Attention: Be extremely careful when entering commands into ADB. An error in the package name may result in the removal of a system component or the wrong application. Always check the package name using the command
adb shell pm list packages.
How to find the name of the game package?
Install the App Inspector application or similar from the Play Store. Launch it, find the game you want in the list, and you will see a line like "Package: com.example.game". This is the right name for the ADB commands.
Manual deletion of residual files through the file manager
Even after deleting the application, folders with caches, logs and temporary files often remain in the phone’s memory. They take up space and in rare cases may contain initialization scripts that, when reinstalled, read old parameters.
Use the built-in file manager or an advanced tool like Files by Google or MiXplorer. You need to check two main directories. The first is in the internal storage: Android/data. Find the folder with the name of the game package and delete it entirely.
The second directory is Android/obb. Heavy game cache files (textures, models) are stored here. If you plan to download the game again, this folder must also be cleared, otherwise the installer may try to use old, possibly corrupted files.
Some games create their own folders in the root of the internal storage. Look for the directory with the name of the game or developer. For example, folder Gameloft or Supercell. Deleting these folders is safe if the application has already been uninstalled.
Full cleaning requires deleting folders not only in Android/data, but also in Android/obb, as well as root folders with the name of the developer.
Specifics of games with online servers and anti-cheat
It is important to distinguish between offline projects and online services. If the game requires a constant connection to the Internet and all data is stored on the developer’s server (as in Clash of Clans, PUBG Mobile or Genshin Impact), then local deletion of files will not work.
In such cases, progress is tied to a unique account ID within the game ecosystem. You can reset it only through developer support (which is unlikely) or by creating a new account in the login system (new Google, new Facebook, new Apple ID).
Attempts to replace save files in such projects often lead to account blocking by anti-cheat systems, since the server sees a discrepancy between the local data and the database. Here, “start over” means exclusively registering a new user.
⚠️ Attention: In online games with a strict connection to the server, any manipulation of files via root access or ADB can be regarded as cheating. Use only official methods for creating a new account.
For online games, use the “App Clone” or “Second Space” function if your smartphone has it. This will allow you to launch the game as if on a new device with pure progress, without creating a new account in the Android system.
Frequently asked questions and problem solving
Why, after uninstalling and installing, does the game again offer to continue from level 10?
Most likely, synchronization is active in Google Play Games or you are logged into the same social network account. Go to the settings of Google Play Games and delete the data for a specific game from there before re-installing it.
Is it possible to reset progress without deleting the application?
Yes, if you go to Settings → Applications → [Game] → Storage and click “Clear data”. This will return the game to the state of the first installation without the need for uninstallation.
Removing the game will free up space on the phone?
Yes, but not completely. The main volume is occupied by the APK file, which is deleted. However, folders in Android/obb may remain if you do not clear them manually through the file manager.
How to delete a game if the “Delete” button is inactive?
This system application or game has administrator rights. Go to Settings → Security → Device administrators, uncheck the application, and then the delete button will become active.
Does resetting data affect in-game purchases?
No. Purchase history is stored on Google Play and developer servers. When restoring your account, you can return purchases through the “Restore Purchases” button in the game store, even if the progress is reset.