Advertising (Advertising) Identification ID) Android is a unique code that is used by apps and ad networks to track your activity. POCO This identifier may affect targeted advertising in MIUI, Google Play and Third Party Services. Advertising Reset ID allows you to reset your tracking history, improve privacy, or eliminate problems with displaying ads.
In this article, we will analyze all the current ways to reset the advertising ID on Xiaomi devices โ from standard settings. MIUI through ADB. You will learn how to verify your current identifier, why it might not work the first time, and what to do if the option is hidden in your firmware version. 13/14, Redmi Note 12, POCO F5 and others on the base MIUI 12โ14.
Important: Resetting Advertising ID It doesn't delete accounts or affect the way apps work, but it can temporarily increase the amount of ads you see, because the system will collect data again. If your goal is to completely disable targeted ads, then you can also look at the settings. MIUI Optimization and Google Ads.
What is an Advertising Identifier and Why You Should Reset It
Advertising (Advertising) Identification ID or GAID โ Google Advertising ID) โ This is an anonymous code that is assigned to every Android device:
- ๐ฑ Personalization of advertising in apps (for example, on Facebook, Instagram, games).
- ๐ Collecting statistics on impressions and clicks on ads.
- ๐ Synchronize your ad preferences between devices (if you are logged in to a Google account).
On Xiaomi smartphones, this identifier can also be used by system services. MIUI to display ads in standard applications (e.g. Browser, Weather or Themes). ID useful in the following cases:
- ๐ก๏ธ Privacy Protection โ Resetting Tracking History.
- ๐ Removing Advertising Bugs (for example, if the Advertising is not in Your Interest).
- ๐ฑ Preparing the device for sale or transfer to another user.
- ๐ Testing of advertising campaigns (for developers).
It is important to understand that resetting Advertising ID It doesn't delete the identity itself, it's just regenerated, it doesn't block the ads completely, and it requires additional information to completely disable targeted ads:
- Disable personalization in Google Settings โ Advertising.
- Delete your advertising preferences in your Google account.
- Use ad blockers (such as AdGuard or Blokada).
โ ๏ธ Note: Some Xiaomi firmware (especially Chinese versions) MIUI) Resetting option ID It can be hidden or blocked, and it will be necessary to use it. ADB third-party.
How to check your current advertising ID on Xiaomi
Before resetting, it is useful to know the current Advertising ID, You can do this in two ways to make sure that the procedure is successful:
Method 1: Through Google Settings
The easiest way to do this is to use the Google account menu:
- Open Settings โ Google โ Advertising.
- Click on Reset Advertising ID.
- In the window you will see the current Advertising ID (number-line).
Method 2: Using the Developer Options app
If you have the developer mode enabled, you can use the hidden menu:
- Activate Developer Mode by tapping 7 times on the MIUI version in Settings โ About Phone.
- Back to Settings โ Additionally. โ For developers.
- Find the Debugging section and select View Advertising ID.
If none of these methods work, then your version is MIUI Restricts access to Advertising ID. In this case, you can use third-party applications, such as AppBrain Ad Detector or Device, to check for the test. ID (available on Google Play).
Resetting the advertising identifier through settings MIUI
On most Xiaomi smartphones with global or European firmware, Advertising reset ID available through the standard menu. MIUI 12โ14:
- Open Settings โ Google โ Advertising.
- Click on Reset Advertising ID.
- Confirm the action in the dialog window.
- Restart the device (optional, but recommended for changes).
If Google's points โ Advertising is not in the settings, try an alternative way:
- Open Settings โ Applications โ Application Management.
- Find Google Play Services and open its settings.
- Go to the Warehouse. โ Management of space โ Reset the advertising ID.
On some versions MIUI (For example, Chinese, this section can be hidden, and only the method of using the ADB (described below).
โ๏ธ Preparing for Advertising Reset ID
โ ๏ธ Note: After resetting Advertising ID Some apps (like ad games) may ask for new permissions or show more ads in the first few days.
Resetting Advertising ID through ADB (power-user)
If the standard method does not work (for example, on Xiaomiโs Chinese firmware), you can reset the identifier through the ADB (Android Debug Bridge: This method requires connecting a smartphone to a computer.
Step 1: Preparation
You'll need:
- ๐ฅ๏ธ A computer with installed Xiaomi drivers and ADB.
- ๐ฑ Xiaomi smartphone with enabled debugging USB.
- ๐ USB-cable (preferably original).
How to turn on the debugging USB:
- Activate Developer Mode (7 times click on the MIUI version in Settings โ About Phone).
- Back to Settings โ Additionally. โ For developers.
- Turn on USB debugging and confirm the permission.
Step 2: Connecting and Executing a Command
Connect your smartphone to your computer and execute the following commands at the terminal (CMD or PowerShell):
adb devices(This command checks the deviceโs connection. If the list is empty, install the drivers or allow debugging on the phone.)
adb shell settings put global advertising_id [new identifier]To generate a new random identifier, use:
adb shell settings put global advertising_id $(uuidgen)For complete reset (zero) perform:
adb shell settings put global advertising_id 00000000-0000-0000-0000-000000000000
adb shell settings put global limit_ad_tracking 1Once you have completed the commands, restart the device. To check the new identifier, use:
adb shell settings get global advertising_id๐ก
If the uuidgen command does not work on Windows, download the utility UUID Generator or use an online service to generate an identifier.
Step 3: Checking the Results
After the reboot, check out the new Advertising ID via Google Settings or Device App ID. If the ID has not changed, repeat the procedure or check the rights. ADB.
| Problem. | Possible cause | Decision |
|---|---|---|
| Command not executed | Absent. ADB driver | Install Minimal. ADB and Fastboot or Platform Tools |
| Device not defined | No debugging or locking enabled USB | Allow debugging on your phone and check the cable |
| Identifier didn't drop off. | Firmware restrictions (Chinese) MIUI) | Use alternative methods (see below) |
| limit_ad_tracking not applied | Systemic constraints | Try to reset through Safe Mode |
Alternative ways to reset Advertising ID
If standard methods donโt work, try one of the alternatives:
Method 1: Through Safe Mode
Sometimes system applications block Advertising changes ID. Running in Safe Mode disables third-party services:
- Press the Power button and hold the Power Off until a request for Safe Mode appears.
- Confirm the transition and reset via Google Settings.
- Restart the device in normal mode.
Method 2: Using applications
Some utilities allow you to reset Advertising ID without ADB:
- ๐ฑ AppBrain Ad Detector โ Shows and Resets the Identifier.
- ๐ฑ Reset Advertising ID (Requires root rights on some devices).
- ๐ฑ XprivacyLua (for advanced users, blocks tracking).
Be careful when using third-party apps โ some may ask for unnecessary permissions or contain malicious code. Check reviews and rankings on Google Play before installing.
Method 3: Complete resetting of settings
The last resort is to reset the device to factory settings, which will delete all data, including Advertising. ID, but also:
- ๐ฑ Installed applications and their data.
- ๐ Files in internal memory (photos, videos, documents).
- ๐ Accounts and settings.
To make the discharge:
- Go to Settings โ About the phone โ Reset settings.
- Choose to erase all data and confirm.
- After restarting, set the device as new.
โ ๏ธ Note: Some Xiaomi models (e.g. Redmi Note 10 Pro with Chinese firmware) reset Advertising ID This is a temporary restriction, but it is worth considering if you are actively using Gmail, YouTube or Play Market.
What to do if the reset does not work?
How to turn off personalized ads on Xiaomi
Resetting Advertising ID โ To minimize the amount of targeted advertising, you need to make additional adjustments:
1.In Google's settings
- Open Settings โ Google โ Advertising.
- Activate the option to disable advertising personalization.
- Click Reset Advertising ID (if available).
2. In the settings MIUI
On Xiaomi smartphones, additional advertising settings are hidden in:
- Settings โ Special facilities โ Services MIUI โ turn off the recommendations MIUI.
- Settings โ Annexes โ Application management โ find msa (MIUI System Ads and turn it off.
3. In the browser and applications
Turn off personalization in frequently used services:
- ๐ Google Chrome: Settings โ Confidentiality โ Disable personalization of advertising.
- ๐ Facebook/Instagram: Settings โ Advertising โ Advertising settings โ Interest data.
- ๐ฎ Games: Turn off targeted ads in your account settings (for example, in Play Games).
It is also recommended to regularly clean the cache of advertising services:
- Go to Settings โ Applications โ Application Management.
- Find Google Play Services and clear the cache.
- Repeat to Google Play Store and MIUI System Ads.
๐ก
Even after personalization is disabled, ads will be displayed, but they will become less relevant, and you can only completely remove ads using blockers (for example, AdGuard) or root rights.
Frequent mistakes and their solutions
When resetting Advertising ID Xiaomi users often face problems. Consider the most common ones:
| Mistake. | Reason. | Decision |
|---|---|---|
| There is no โAdvertisingโ item in Googleโs settings | Restrictions of Chinese firmware | Use it. ADB Or re-flash the device to the global MIUI |
| After the reset, the identifier has not changed. | Google Cache Services Not Cleared | Clear the cache of Google Play Services and restart the device |
| ADB is an error in the read-only file system. | Access to system files is blocked | Get root rights or use Magisk to bypass restrictions |
| The device is not defined in ADB | No drivers or locks installed USB | Set up Mi. PC Suite and allow debugging on the phone |
| After the reset, the number of advertisements increased | The system collects data again | Wait 2-3 days or turn off personalization manually |
If you use Xiaomi with customized firmware (e.g. xiaomi.eu or LineageOS), some system restrictions may not be present. ID usually without problems.
More radical methods can be used for root-righted devices, such as freezing tracking services through Titanium Backup or editing a file. /data/data/com.google.android.gms/shared_prefs/adid_settings.xml. However, this requires technical knowledge and can lead to unstable system operation.