Resetting settings on Xiaomi Redmi 4X This often leads to Factory Reset Protection blocking (FRP) — Google's security mechanism, which requires you to enter the account that was tied to the device before it was cleared, and if you forgot your username/password or bought a used phone with a linked account, this will help you unlock your smartphone without losing functionality. The methods of circumvention depend on the version MIUI (12/13/14) and firmware type (global/Chinese).
In this article, we’ll look at 5 proven ways to bypass FRP on Redmi 4X (codename santoni), including computer-free, ADB-based, Mi Account and alternative loopholes. All instructions are current for 2026 and take into account Google’s latest security updates. If you’re not sure about the MIUI version, it can be found in Volume Up + Power.
1.Why Google is blocked after a reset
FRP (Factory Reset Protection) was introduced by Google in Android 5.1 Lollipop as a protection against theft. On Xiaomi Redmi 4X, it works when:
- 🔄 Complete reset via Settings → Additionally. → Recovery and discharge
- 🛠️ Reset via Recovery Mode (Volume Up button combination) + Power)
- 📱 Delete Google Account Manually Without Disabling Protection in Settings → Accounts. → Google → Delete the account
On Redmi 4X, the lock is manifested after a reboot: the system requires you to enter the email and password of the last associated account. Without this data, the phone turns into a “brick” – you can neither call nor install applications. Xiaomi feature: in addition to a Google account, you may need a Mi Account (if it was linked).
2.Preparing for FRP bypass: What you need to know
Before you start the round, check:
☑️ Preparation for bypassing FRP
Critical moments:
- 🔌 Battery charge: If the charge is below 15%, the phone may shut down in the process, resulting in a hard brick (impossibility to turn on).
- 🌐 Wi-Fi without authorization: if the network requires a login/password on the login page (like in hotels), connect to another point.
- 📱 Version. MIUI: on MIUI 12/13 They work in the same way, MIUI 14 — You can find the version in Fastboot (press Volume Down). + Power).
⚠️ Warning: If the phone was stolen, bypass FRP It can be considered illegal, and we describe methods solely to restore access to our own device.
Method 3: Bypassing Wi-Fi settings (without PC)
This method works on MIUI 12 and some MIUI 13 builds, and it's about exploiting a vulnerability in the Wi-Fi connection menu to access settings.
Step-by-step:
- On the welcome screen, select a language and connect to Wi-Fi.
- Click on the "Other Networks" line (or "Add Network").
- Enter any network name (e.g., 123) and click Save.
- Go back and click on the network you just created, and a window will appear asking you to enter your password.
- Press and hold the password field → select Share (or Share).
- In the menu that opens, select "Settings" (cog icon).
- Go to Settings → About Phone → MIUI version and tap 7 times to activate the developer mode.
- Return to Settings → Additional → For developers and enable “Debugging by USB”.
- Connect your phone to your PC and use ADB to delete your Google account (team below).
adb shell content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1After completing the command, restart the phone – the FRP lock will be removed.
💡
If there is no Settings button in the Share menu, try entering file:///sdcard/ in the password field and clicking Cancel. Sometimes this opens up access to the file manager.
Method 2: Using Mi Account to Unblock
If the Redmi 4X had a Mi Account tied, it can be used to bypass Google’s lock, a formal method that doesn’t require a hack.
Algorithm of action:
- On the Google account input screen, click "Forgot your password?" (or "No account access?").
- Select the “Sign in via Mi Account” option (could be called “Sign in with Xiaomi”).
- Enter the email and password from the Mi Account that was linked to the phone.
- After successful authorization, the system will suggest creating a new Google account or skipping this step.
| Situation | Decision | Note |
|---|---|---|
| Forgot the password from Mi Account | Restore via account.xiaomi.com | You will need access to an email or phone linked to your account |
| Phone purchased with hands, unknown Mi Account | Contact the previous owner to remove | Without this, it is officially impossible to bypass the lock |
| No button "Login through Mi Account" | Use the method with ADB or reset via Fastboot | Relevant for firmware without support for Mi Account |
⚠️ Note: If the previous owner did not untie the Mi Account, the phone can be locked through Find Device even after bypassing. FRP. Check the status of the device on i.mi.com.
5. Method 3: Bypass ADB (PC required)
The most reliable method for MIUI 13/14 is to use ADB (Android Debug Bridge) and require a computer with drivers installed and USB debugging enabled.
Instructions:
- Download and install Google’s Platform Tools.
- Connect Redmi 4X to your PC via USB.
- Open the command line in the adb folder and execute: adb devices If the device doesn’t show up, install Xiaomi drivers manually.
- Follow the commands in turn: adb shell am start -n com.google.android.gsf.login/ adb shell am start -n com.google.android.gsf.login.LoginActivity adb shell content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1
- Reboot the phone. The FRP lock will be removed.
If debugging by USB is disabled, turn it on via emergency mode:
- 🔧 Enter ##4636## on the lock screen (may not work on new versions) MIUI).
- 📱 Connect the phone to the PC and enter into ADB: adb shell settings put global development_settings_enabled 1 adb shell am start -n com.android.settings/.DevelopmentSettings
What if the ADB can’t see the device?
6. Method 4: Reset via Fastboot (for advanced)
If other methods don't work, you can completely reflash your phone through Fastboot, which will delete all the data, but it's guaranteed to remove FRP.
Tools required:
- 🖥️ PC with Mi Flash Tool installed.
- 📁 Fastboot firmware ROM for Redmi 4X (santoni) (download from xiaomifirmwareupdater.com).
- 🔌 Original. USB-cable.
Step-by-step process:
- Turn off your phone and press Volume Down + Power to log into Fastboot.
- Connect the device to the PC.
- Unpack the firmware in a folder without Cyrillic symbols.
- Open the Mi Flash Tool, click "Select" and specify the path to the firmware folder.
- Select the "Clean All" mode.
- Press Flash and wait until it is completed (5-10 minutes).
⚠️ Note: Fastboot firmware deletes all data, including files in internal memory. If your phone had important data, try other methods first.
7. Method 5: Alternative methods (for older versions of MIUI)
MIUI 9/10/11 can exploit vulnerabilities in the interface that are closed in new versions.
Method through "Emergency call":
- On the lock screen, click "Emergency Call".
- Type #4636## (may not work on new versions)
- If the testing menu opens, go to Settings → Restore and Reset and perform a reset.
Method through voice assistant:
- Activate Google’s voice assistant by saying “OK, Google.”
- Say, "Open settings."
- If the assistant opens the settings, go to Accounts → Google and delete the account.
💡
On MIUI 14 and later, these methods don't work -- Google and Xiaomi have closed most of the loopholes. Use ADB or Fastboot.
8. Frequent errors and their solutions
When bypassing FRP, users often face problems. Let's look at the typical cases:
| Mistake. | Reason. | Decision |
|---|---|---|
| ADB does not see the device | No drivers or debugging disabled | Install drivers manually or enable debugging through emergency mode |
| After the reset, the Google account is required again. | FRP has not been completely removed. | Repeat the process or use the Fastboot |
| The phone is stuck on the logo after firmware | Wrong version of firmware | Re-select the firmware for santoni |
| No button "Login through Mi Account" | Firmware without Mi Account support | Use the method with ADB or Fastboot |
If none of these methods worked, maybe there's custom firmware on the phone with extra protection, and then just flashing through the phone will help. EDL-Mode (requires an authorized Xiaomi account and special equipment).