Are you stuck on a difficult level, made a fatal mistake in the distribution of character characteristics, or just want to try a new gaming experience from scratch? Standard deletion of an application through the smartphone menu often leaves behind “digital trash” and saved progress. When you download the game again, the system automatically loads old data from the cloud or local storage, returning you to the point from which you so wanted to escape.
In order to completely remove the game and start the passage from scratch, it is not enough just to drag the icon into the trash. Modern mobile operating systems, such as Android 13 or Android 14aggressively store user data to improve the experience, synchronizing it with accounts Google Play Games or developer servers. In this article, we will look at all the deep cleaning methods, from simple settings to advanced methods using USB debugging.
We will consider the nuances of working with different types of games: offline projects that store everything on the device, and online shooters, where progress is strictly tied to the server. You will learn how to find hidden folders with configuration files and how to forcefully break the connection with cloud storage to get a completely clean installation of the application.
Standard data clearing through system settings
The most accessible and safe method, which does not require connecting to a computer or installing third-party software, lies in the depths of the system menu. Many users limit themselves to simply deleting the shortcut, ignoring the ability to reset the application to factory settings. To do this, you need to go to Settings → Applications → All applications and find the desired game in the list.
After selecting an application, a screen with detailed information will open, where we are interested in the section Storage. This is where local data management mechanisms are hidden. By clicking the button Clear data or Reset, you forcefully delete all local saves, management settings and cached resources. This action is equivalent to launching the game for the first time immediately after installation, but without the need to reinstall it.
However, it is worth considering that this method only works effectively for games that do not use cloud synchronization or use it passively. If the game immediately prompts you to “Restore progress from the cloud” upon startup, simply resetting the data will not be enough - the system will see your link to your account and offer to load an old save.
- 📱 Go to the smartphone settings and find the application management section.
- 🗑️ Select a specific game and press the force stop button before clearing.
- 💾 Use the "Clear Data" function rather than just "Clear Cache" to delete saves.
- 🔄 After resetting, launch the game - it should welcome you as a new player.
⚠️ Warning: Clearing data is an irreversible procedure for local files. Make sure that you really want to lose all current progress, since it will be impossible to restore it without special backups.
☑️ Complete application reset
Working with Google Play Games cloud saves
The main obstacle to an honest “restart” in modern realities is the service Google Play Games. This platform automatically backs up your progress to the cloud, linking it to your Google account. Even if you clear your phone's local data, the next time you log into the game under the same account, the system will offer to synchronize old achievements and levels.
To bypass this limitation, you need to manage saves directly in the Google Play service interface. Open the application Play Games on your device, go to the menu (three dots in the corner) and select Settings. In the "Your Data" section, you can find the option to delete data for specific games. This action will break the connection between your account and old saves on Google servers.
An alternative, more radical method is to create a new Google account specifically for testing or starting a new game. This guarantees 100% isolation from previous progress, but requires unnecessary steps to register and switch profiles in the app store. For most users, it is enough to simply disable synchronization for a specific title before clearing local data.
Why does the game still offer to restore progress?
Even after clearing the data, if you have not deleted the cloud save in Google Play, the server will see your ID when you first start it and will send a request to restore it. You must first delete data in the cloud, then on the phone.
It is important to understand the difference between application data and account data. Deleting a game does not remove its profile from your Google Game Center. Manual deletion Progress records in the account management center are a key step for those who want to cheat the system and start over from scratch.
Deleting residual files through a file manager
Some developers, especially those creating large projects with large graphics, store additional resources and configuration files in shared directories of internal memory, rather than in a protected area of the application. The standard deletion procedure often leaves these folders untouched, which can affect the game's performance when reinstalled or take up valuable space.
For deep cleaning, use the built-in file manager or a third-party solution, for example Files by Google or Solid Explorer. You need to go to the root directory of the internal memory and find the folder Android. Inside it we are interested in two subdirectories: data and obb. This is where the “tails” of deleted games often hide.
In the folder Android/data look for a directory with a name corresponding to the package name of the game (for example, com.supercell.clashofclans). Similarly, check the folder Android/obbwhere cached assets are stored. Deleting these folders ensures that when you install a new game, the game will download fresh resources and not use old, possibly corrupted or modified files.
| Folder Type | Location Path | What is Stored | Deletion Security |
|---|---|---|---|
| Application data | /Android/data/ |
Logs, temporary files, configs | Safe after uninstalling the game |
| Resource cache | /Android/obb/ |
Textures, music, models | Safe, will take up space on disk |
| Saves (old) | /Games/ or root |
Save files (.sav, .dat) | Title verification required |
Use search by name developer in the file manager to quickly find all related folders, even if they are located in non-standard directories.
Be extremely careful when working with a directory Android. Deleting other people's folders may result in data loss in other installed applications. Always check the name of the package of the game you are deleting with the name of the folder. If you are not sure, it is better to skip this step or make a backup copy before cleaning.
Resetting progress in online games and social networks
The situation changes dramatically when it comes to full-fledged online projects, such as PUBG Mobile, Genshin Impact or games from King. In such cases, all progress is stored not on your device, but on the developer’s remote servers. Local data clearing or reinstalling the game are powerless here - as soon as you enter your login, the server will return your character with all the inventory to you.
The only way to start over in such projects is to change the account within the game itself or use the “Delete account” function in the profile settings. Many games allow you to link progress to different services: Facebook, VK ID, Apple ID or the developer’s own ID. By unlinking your current account and linking a new one (or a guest one), you can create a new character.
In some cases, for example in games from Supercell, there is a strict policy: one Supercell ID account per device for active play. To start over, you have to either create a new Supercell ID to a different email, or use the account recovery function with a request to reset progress to the support service, which is a long and not always successful process.
⚠️ Attention: In multi-user projects, an attempt to bypass a ban or manipulate an account by resetting data may be regarded by the anti-cheat system as suspicious activity. Act only through the official profile settings.
It is also worth considering the developers' policies. Some studios prohibit re-registration from the same IP address or device for a certain time after deleting your account. This is a measure to combat bots and cheaters. Before deleting your account permanently, read the terms of use of the service.
Using ADB for advanced deletion
For users who are not afraid of the command line and want to gain maximum control over the system, there is a tool Android Debug Bridge (ADB). This method allows you to remove applications and their data for the current user without requiring superuser (Root) rights. This is especially useful for removing system games or applications that are not removed in the standard way.
First you need to activate Developer mode on your smartphone. Go to Settings → About phone and quickly click 7 times on the item Build number. After the message “You have become a developer” appears, return to the main settings menu, find the new section For developers and turn on the toggle switch USB debugging.
Connect your smartphone to the computer with a cable and open the command line or terminal on the PC. Enter the command to test the connection:
adb devices
A request for debugging permission will appear on the phone screen - confirm it. Now, to completely remove the application along with all data for the current user (user 0), use the following construction, replacing package.name with the real name of the game package:
adb shell pm uninstall -k --user 0 package.name
The flag -k indicates saving the cache and data (which in this case we do not need for complete cleaning, but is sometimes useful for resetting settings without deleting the APK), however, in the context of complete removal and subsequent installation again, it is better to use the command without the save flag, or manually clear the data after that. More aggressive command for complete demolition:
adb shell pm uninstall --user 0 package.name
ADB commands allow you to remove applications “for the user”, leaving them in the system. This means that you can get the game back by simply installing the APK without having to download it from the store.
This method is effective because it ignores some of the limitations imposed by the Android GUI. However, it requires care: removing system components can lead to unstable operation of the device. Always double-check the package name before entering the command.
Cleaning nuances on different versions of Android
The interface and data management capabilities vary significantly depending on the version of the operating system and the manufacturer's shell. Owners of devices based on Android 11 and higher are faced with a tightening of the folder access policy. Android/data. Standard file managers now often hide the contents of this directory or prohibit editing it for security reasons.
On smartphones Samsung with shell One UI or Xiaomi with MIUI/HyperOS there may be additional built-in tools cleaning. For example, Samsung's app menu has a "Free up space" feature that automatically finds and prompts you to delete unused game files. However, for a targeted progress reset, it is better to use the classic path through application settings, since automatic cleaners may skip save files.
If you have a device based on Android 14, access to files via a computer via the MTP protocol may also be limited for system folders. In this case, the only way to remove the remains of games from the folder Android is to use the built-in file manager with special permissions or use ADB, which we talked about above.
⚠️ Attention: Settings interfaces may differ depending on the phone model and firmware version. If you do not find the specified button, use the search inside the settings menu for “Applications” or “Storage”.
Why on Android 13 I do not see files in the data folder?
Google has restricted access to this folder for third-party applications. Use the official Files file manager from Google or connect your phone to a PC, although access there may be partially blocked.
Owners of older devices on Android 9 or 10 are luckier - there the file system is more open, and cleaning residual files occurs in a couple of clicks without additional permissions. However, the principle of working with cloud saves remains the same for all versions of the system.
Frequently asked questions (FAQ)
Will resetting the phone to factory settings delete the entire game history?
Yes, a hard reset will delete absolutely all data from the device, including installed games, their saves, accounts and files in memory. However, if the progress was synchronized with the cloud (Google Play, Facebook), then after entering the account data on the reset phone, the progress may be restored.
Is it possible to start over in an online game without creating a new account?
In most serious online projects this is impossible. Progress is stored on the server and is strictly tied to your unique ID. The only option is to contact the game's technical support and ask to reset your progress manually, but they rarely do this without compelling reasons.
Where can I find the name of the game package for use in ADB?
The package name usually looks like com.developer.name. You can find it by installing the application App Inspector from the Play Market, or by looking at the link to the game in the web version of Google Play - the package name will be at the end of the URL after id=.
Is it safe to delete files from the Android/obb folder?
Deleting files from this folder is safe only for those games that you have already deleted or are planning to reinstall. If you delete the OBB files of a running game, it will stop launching or require gigabytes of data to be downloaded again at startup.
Why does it still take up memory space after deleting the game?
Most likely, there are files left in the folder Android/data or Android/obbthat the system did not delete automatically. Also check the “Downloads” folder or the root of the internal memory, where some games save screenshots or logs.