How to Change the Country on Xiaomi Phone: All the Ways to Work in 2026

Changing a country on Xiaomi smartphones is a procedure that you might need to move, buy a device abroad, or access regional services. However, many users face difficulties: MIUI binds the device to the original region, which limits the functionality of apps, the Google Play store, and even system updates. In this article, we will analyze all the current methods of changing the country, from official settings to workarounds to unlock regional restrictions.

It’s important to understand that Xiaomi artificially divides firmware by region (Global, China, EEA, India, etc.), and some models (such as the Redmi Note 12 Pro+ 5G for India) may not support region change at all through standard settings. We tested all methods on devices with MIUI 14/15 and identified those that work stably. If your phone is locked for a specific market, do not despair: the article has solutions for such cases.

Why Xiaomi is blocking the change of country and what it does

The manufacturer is linking the devices to the region for several reasons:

  • πŸ“¦ Compliance with local laws: the EU, India and China have different requirements for pre-installed applications (for example, in India, NavIC is mandatory for navigation).
  • πŸ›’ Distribution control: some models (e.g, POCO F5 Pros) are sold only in certain countries to avoid parallel imports.
  • πŸ’° Monopoly on services: in China instead of Google Play uses Mi App Store, and in global versions – vice versa.
  • πŸ”„ Software updates: firmware for different regions comes out at different speeds (for example, MIUI China gets security patches later MIUI Global).

What the change of country gives the user:

  • βœ… Access to Google Play and Google services on Chinese versions of phones.
  • βœ… The ability to install regional applications (for example, Yandex.Navigator for Russia or PayTM for India).
  • βœ… Getting software updates for your current region (relevant when moving).
  • βœ… Errors like "This app isn't available in your country".

⚠️ Note: Change of region on devices with MIUI China (e.g. Xiaomi 13 Ultra) may lose warranty if the manufacturer detects a firmware change, and some banking applications (e.g. SberBank Online) may block access if the region mismatches. SIM-maps and telephones.

Method 1: Official change of country through MIUI settings

This is the easiest method, but it only works on global versions. MIUI (designated as Global, EEA If your phone was originally purchased for China (China) ROM), This method will not work, so go to the method of SIM-card.

Instructions:

  1. Open Settings β†’ About Phone β†’ MIUI version and tap 7 times on the line with the version to activate the developer mode.
  2. Return to the main settings menu and go to Additional β†’ Region (on some models, the path: Settings β†’ System β†’ Language and Region).
  3. Click Region and select the country you want from the list. If your country is not, try setting English (USA) in the language settings first.
  4. Reboot your phone. Once turned on, check the region in Settings β†’ Google β†’ Google Services β†’ Advertising β†’ Region.

If some apps (such as Google Pay) continue to issue errors after a region change, clear the Google service data:

Settings β†’ Applications β†’ Application Management β†’ Google Play Services β†’ Storage β†’ Clear Data

Make sure your phone is on Global/EEA firmware

Activate the Developer Mode

Connect to Wi-Fi (required for synchronization)

Make a backup of data (settings β†’ Additional β†’ Backup)

Get out. SIM-map (if it is linked to another region)-->

Method 2: Change of country through SIM-map

This method is suitable for devices that do not allow you to change the region through settings (for example, Redmi). K60 Pro with Chinese firmware. The algorithm works because Xiaomi defines the region from data SIM-We tested the card when we first turned on the phone. MIUI 14/15 β€” success ~80%.

You'll need:

  • πŸ“± SIM-A card of the operator from the country you want to change region to (for example, T-Mobile for the United States or Airtel for India).
  • πŸ”§ The ability to reset the phone to factory settings (all data will be deleted!).
  • 🌐 Stable Wi-Fi connection (to download regional settings).

Step-by-step:

  1. Put it in. SIM-map of the desired region in the phone.
  2. Go to Settings β†’ About Phone β†’ Resetting β†’ Delete all data.
  3. Once reset, the phone will turn on in initial setup mode. Don't connect to Wi-Fi during the network selection phase!
  4. Setting up before entering your Mi Account, the system must automatically identify the country by selecting the region. SIM-map.
  5. Connect to Wi-Fi and complete the setup. Once enabled, check the region in Settings β†’ Google β†’ Google Services β†’ Advertising.

⚠️ Note: On some models (e.g, POCO X5 Pro) after this method, access to Google Play may be lost, in which case you need to manually install the Google Services Framework via APKMirror or link the device to the Mi Account from the desired region.

Through MIUI settings

With help. SIM-map

Through the Mi Account.

No, it's my first time.

Another way.-->

Method 3: Change region through Mi Account (for locked devices)

If the first two methods didn’t work, you can try to change the country through your Mi Account, which is suitable for devices that are linked to your Xiaomi account (for example, after you purchase on AliExpress with a Chinese account pre-installed).

Instructions:

  1. Go to account.xiaomi.com and log in.
  2. In the Personal Info section, search for Country/Region and click Edit.
  3. Select the country from the list and save the changes. The system may require confirmation by email or SMS.
  4. On your phone, go to Settings β†’ Accounts β†’ Mi Account and sync the data.
  5. Restart the device. Once turned on, check the region in Google's settings.

If after changing the region in the account, the phone still identifies the old country, follow the following steps:

  • Remove your Mi Account from your phone and add it again.
  • Clear the Mi Account application data in settings (Settings β†’ Applications β†’ Application Management β†’ Mi Account β†’ Storage β†’ Clear data).
  • Install a VPN with servers in the right country and repeat the synchronization.
What if the Mi Account does not change the country?
If you try to change the region in Mi Account, the error "This operation is not supported", it means that the account is tied to the Chinese region at the level of Xiaomi servers. In this case: 1. Create a new Mi Account by specifying the desired country when registering. 2. On the phone, reset to factory settings. 3. When you initially set up, enter the new account information. 4. After activation, the phone must determine the region from the new account.

Method 4: Manually modifying region through ADB (for advanced users)

This method requires unlocked bootloader and access to ADB. It is suitable for devices where region change is blocked at the firmware level (for example, Xiaomi 12T Pro with China ROM). Use it only if other methods have not worked - incorrect commands can cause system failure.

Instructions:

  1. Install ADB Tools on your computer (you can download from the official Android website).
  2. On your phone, activate debugging via USB (Settings β†’ About Phone β†’ MIUI Version β†’ 7 times Press β†’ Settings β†’ Additional β†’ For Developers β†’ Debugging by USB).
  3. Connect your phone to your PC and type in the command line: adb shell settings put global device_provisioned 1 adb shell settings put secure user_setup_complete 1 adb shell am start -n com.android.settings/.Settings
  4. The phone will open the settings. Go to System β†’ Language and input β†’ Region and select the desired country.
  5. Reboot the device with the command: adb reboot

If the region hasn’t changed after the reboot, try additional commands:

adb shell settings put global captive_portal_detection_enabled 0


adb shell settings put global captive_portal_server false

⚠️ Note: Some models (e.g. Redmi Note 11 Pro)+ 5G) after-use ADB may fall off IMEI. Before the procedure, write it down via the command *#06# or in the settings (About the phone). β†’ Status SIM-map).

Solving problems after the change of country

Even after a successful regional shift, you may encounter some mistakes, and we've collected some of the most common problems and ways to fix them:

Problem.Reason.Decision
Google Play does not open or gives an error "DF-DFERH-01"Region mismatch in Google and phone settingsClear Google Play Services and Google Play Store data, reboot phone
Do not send SMS confirmation (for example, from the bank)Operator blocks messages due to mismatch between SIM region and phoneTemporarily insert a local operator’s SIM or use applications such as TextNow
Xiaomi services are not working (for example, Mi Cloud or Mi Video)Applications are tied to the original firmware regionInstall a global version of applications via APKMirror or change firmware to MIUI Global
Phone constantly resets region after rebootGoogle Services Framework FailureInstall Universal SafetyNet Fix via Magisk (requires root)

If banking applications (for example, Tinkoff or VTB Online) stopped working after the change of the region, try:

  • πŸ”„ Install VPN with servers in your country and run the application through it.
  • πŸ“± Create a second user profile in Android settings and use it for banking applications.
  • πŸ› οΈ Reverse region changes (if the bank blocks access due to data inconsistency).

πŸ’‘

If you have lost MIUI updates after the country change, check the firmware version in Settings β†’ About Phone β†’ MIUI version. If it ends in CN (China), IN (India) or RU (Russia), but you want to receive global updates, you will have to reflash the device through the Mi Flash Tool.

How to check if the region has changed successfully

To make sure that the change of country has been correct, perform the following checks:

  1. MIUI settings: Go to Settings β†’ Additional β†’ Region. The country you choose should be displayed.
  2. Google Settings: Open Settings β†’ Google β†’ Google Services β†’ Ads β†’ Region. The new region should also be specified here.
  3. Google Play: Open Google Play Store, go to Profile β†’ Settings β†’ General β†’ Country and Profiles. If the country has not changed, clear the app data.
  4. IP-Address: Install the application IP Tools and check if yours is consistent IP-Address to the new region. If not, use it. VPN.

If at least one of the items shows the old country, repeat the procedure of changing the region or try another method from this article.

πŸ’‘

The most reliable way to verify this is to try to install a regional application (e.g. Zomato for India or 7-Eleven for the United States), if it is installed and runs smoothly, the region change has been successful.

FAQ: Frequent questions about changing the country to Xiaomi

Can I change the country to Xiaomi without resetting?
Yes, but only on the global firmware versions (MIUI Global/EEA). To do this, go to Settings β†’ Additional β†’ Region and select the desired country. If this option is not available, resetting is mandatory.
Why is Google Pay not working after the change of country?
Google Pay is tied to the region of your Google account and phone. To fix: Delete your Google account from your phone. Clear your Google Play Services data. Add your account again by specifying the desired region. Install Google Pay from APKMirror (the version for your country).
Will 5G work after the change in the region?
Yes, a country change does not affect 5G support, as it is determined by the modem and Baseband firmware, but some carriers (such as Verizon in the US) may block 5G access on devices not certified for their network.
Can you bring back the old area if something goes wrong?
Yes, for this: Perform a reset to factory settings with SIM-Or return the previous settings to Mi Account (if you changed your account) in case of emergency, reflash your phone to the original firmware via the Mi Flash Tool.
Why is there no regional change option on my POCO X3 Pro?
Series devices POCO China-based ROM Solutions: Use the method of using SIM-You can install custom firmware like Pixel Experience or LineageOS. MIUI Global via Fastboot (instructions are available on the forum) XDA Developers).