Xiaomi Redmi Go is one of the brand's most popular budget smartphones, but even it isn't immune to lock-in issues.Forgotten pattern lock, PIN-A code or Mi Account can turn a device into a brick in seconds. Unlike flagship models, Redmi Go runs on Android Go Edition, which imposes restrictions on standard unlock methods.
In this article, we will discuss all the current ways of unlocking β from official (via Mi Account and reset) to technical (using ADB and Fastboot), paying special attention to the unique feature of Redmi Go: the lack of support for unlocking the bootloader through the standard Mi Unlock Tool, which makes some methods useless, and you will learn how to avoid data loss and what to do if the smartphone requires confirmation after reset.
1 Unlocking through Mi Account (official method)
If Redmi Go had a Mi Account attached, itβs the easiest and safest way to get back access, and it works even after resetting if the device has been synced to Xiaomiβs servers.
Conditions for successful unlocking:
- π± Smartphone connected to the Internet (Wi-Fi or mobile network).
- π Remember the username and password from Mi Account.
- π‘ Find the device (in the security settings).
Instructions:
- On the lock screen, click Forgot Password? (or Forgot Password).
- Select the option to Sign in via Mi Account.
- Enter your email/phone and password from your account.
- Confirm your login via SMS or email (if two-factor authentication is enabled).
- Create a new one. PIN-code.
β οΈ Note: If the smartphone is not connected to the network, the system will not be able to verify the account data, in which case you will need to reset via Recovery (see next section).
2.Reset to factory settings via Recovery Mode
If Mi Account is not tied or you donβt remember the login details, the only official way is to hard reset. On Redmi Go, this is done via Recovery Mode, but there are nuances: after the reset, you may need to confirm your Mi Account (if the Device Protection function has been activated).
How to log in to Recovery:
- Turn off your smartphone (press the power button for 10 seconds).
- Press the Power button + Volume up at the same time and hold for 5-7 seconds.
- Release the buttons when the Mi logo appears.
- Use volume buttons for navigation and power button for selection.
From the Recovery menu, select:
Wipe Data β Wipe All Data β Confirmβ οΈ Note: Redmi Go may have a Mi Account request after a reset, even if you haven't tied it to it.This is due to Xiaomi's policy for Android Go devices. ADB.
Disable your Google account (if possible)
Check the battery (minimum 50%)
Download drivers for PC (if you plan to use ADB)
Prepare original USB-cable
-->
3. Unlock through ADB (for power users)
This is a rare case if Redmi Go has been enabled to debug USB before locking, but if you activated it earlier, the chances of getting access back without losing data are high.
What you need:
- π₯οΈ Computer with Windows/Linux.
- π Original. USB-cable.
- π οΈ Installed drivers ADB and Fastboot.
- π± Included debugging by USB (Settings β The phone. β Version. MIUI β 7 times to activate the developer mode).
Instructions:
- Connect your smartphone to your PC.
- Open the command line (Win + R β cmd).
- Enter the command to check the connection: adb devices If the device is displayed, proceed to the next step.
- Delete the file with the password: adb shell rm /data/system/gesture.key or PIN-code: adb shell rm /data/system/password.key
- Reboot the device: adb reboot
After the reboot, the lock screen will disappear. USB It wasn't activated in advance, it won't work.
What if the ADB canβt see the device?
4.Mi Account protection bypass after reset
If you need to enter Mi Account data after resetting via Recovery Redmi Go and you donβt remember it, there are a few workarounds. Importantly, these methods may violate Xiaomiβs user agreement and use them at your own risk.
Method 1: Test Menu (EDL Mode)
- π§ You will need a firmware box (such as a UFi Box or EasyJTAG).
- π₯ Need an official firmware for Redmi Go (version) MSA-47 or newer).
- β‘ The risk of turning a device into a βbrickβ in case of an error.
Method 2: Through a service center
Official Xiaomi service centers can remove the account binding on the purchase document (check or warranty card). The cost of the service is from 500 to 1500 rubles. Minus: not all centers work with Redmi Go due to its age (released in 2019).
| Bypass method | Difficulty | Risks. | Cost |
|---|---|---|---|
| Through EDL Mode | ββββ | Tall (brick) | 1000β3000 β½ (boxing) |
| Service centre | β | Low. | 500β1500 β½ |
| Buying an account | ββ | Medium (fraud) | 300β800 β½ |
π‘
If you buy Redmi Go with your hands, always ask the seller to unplug Mi Account with you. Go to Settings β Accounts β Mi Account β Delete your account.
5 Unlock via Fastboot (if the bootloader is blocked)
The Redmi Go bootloader is locked by default, and Xiaomi does not provide an official tool to unlock it (unlike other Redmi series models).However, there are unofficial methods that can help.
What you need:
- π₯οΈ PC with Fastboot installed and drivers.
- π₯ Firmware for Redmi Go (for example, tiare_global_images_...).
- π§ Mi Flash Tool Programming.
Instructions:
- Turn off your smartphone.
- Press Volume Down + Power to Enter Fastboot.
- Connect the device to the PC.
- Check the connection in the command line: fastboot devices
- Unlock the bootloader (if possible): fastboot oem unlock Note: on Redmi Go, this command often returns the FAILED (remote: unknown command) error.
- If unlocking fails, run the device through the Mi Flash Tool (select clean all).
β οΈ Note: Fastboot firmware deletes all data, including files in internal memory. IMEI, if you use unofficial firmware.
6. Alternative methods (if nothing helps)
If all of these methods have failed, radical measures remain, and should be considered only as a last resort.
Method 1: Flashing through SP Flash Tool
Suitable for Redmi Go on Qualcomm Snapdragon 425 processor.
- π₯ Firmware in.mbn or.img format.
- π οΈ Programme SP Flash Tool.
- π Cable with support EDL Mode (for example, with the closure of contacts).
Method 2: Replacement of the motherboard
If the smartphone is critical and unlocking is impossible, the board is replaced, costing between 2,000 and 4,000 rubles (depending on the condition of the device), and important: once the IMEI is replaced, the serial number will change, which can cause network problems.
π‘
On Redmi Go, due to the limitations of Android Go, many standard unlock methods (such as the Mi Unlock Tool) don't work. Always start with the safest ways: Mi Account β Recovery β ADB β Fastboot.