How to Root on Xiaomi Poco X3 Pro: from unlock to Magisk

Getting root rights to Xiaomi Poco X3 Pro (codenamed vayu) opens up access to hidden Android features, but requires careful attention. This Snapdragon 860 smartphone with factory MIUI firmware has a secure bootloader, so the process consists of several mandatory steps: unlocking the bootloader through the Mi Unlock Tool, installing a custom TWRP receivable and Magisk firmware for root rights management.

Many users experience unblocking errors due to mislinked Mi accounts or an outdated version of tools. This article provides an up-to-date guide for MIUI 14/15 firmware based on Android 12/13, taking into account the latest changes in Xiaomi’s bootloader unlock policy. We will also explore alternative methods for devices with locked bootloader status after the updates.

⚠️ Warning: The process voids Xiaomi's warranty and can result in a blink (inoperability) of the device when errors occur. PC Suite is required – internal memory will be formatted!

1.Preparation: What to do before unlocking

Before you start, check the MIUI version in the Settings β†’ About Phone menu. For the Poco X3 Pro, it is critical to use firmware no older than MIUI 15.0.4 (Android 13) - new versions can block vulnerabilities used to circumvent restrictions. If your version is newer, consider rolling back via Fastboot.

List of required tools and files:

  • πŸ“± Smartphone with battery charge β‰₯70% (to avoid disconnection during the process).
  • πŸ’» Computer on Windows 10/11 Windows Defender disabled (it can block adb).
  • πŸ”Œ Original. USB-cable (cheap cables often don’t transmit data to Fastboot).
  • πŸ“ Archive with tools: Mi Unlock Tool (version) 5.5.224.30 Platform Tools (from Google), TWRP for vayu (e.g. for vayu, twrp-3.7.0_12-vayu.img).
  • πŸ”‘ Mi Account with a linked phone number (required to unlock).

⚠️ Note: If you previously use Mi Account from China, create a new account from Russia/Europe. Chinese accounts have restrictions on unlocking downloaders for global devices.

πŸ“Š What is your experience with unlocking Xiaomi?
First time.
I've already unlocked other models.
I tried, but there were mistakes.
I prefer not to risk it.

2 Unlock the bootloader through the Mi Unlock Tool

This stage is the longest – Xiaomi requires a wait of 168 hours (7 days) after linking the account to the device.

  1. Activate Developer Mode: Go to Settings β†’ About Phone and 7 times click on the MIUI Version. Return to the main settings, the Developer Item will appear.
  2. In the Developer Menu, turn on: πŸ”“ Unlocking OEM (may require input PIN-code). πŸ”Œ Debugging by USB.

Connect your phone to your PC, select File Transfer mode, and confirm access for adb on your smartphone screen.

Launch the Mi Unlock Tool, log in to the same Mi Account as your phone, and the program will show you a waiting message. Don't disconnect your device from your PC for 7 days!

After the expiration of the period:

  1. Reboot your phone in Fastboot: Turn off the device, then press Volume Down + Power before the Fastboot logo appears.
  2. In Mi Unlock Tool, press Unlock. It takes 1-2 minutes. Upon completion, the phone automatically reboots with reset settings.

Linked to the Mi Account phone | USB | Installed drivers ADB| Downloaded Mi Unlock Tool 5.5.224.30+| Battery charge β‰₯70%-->

3. Installation of custom TWRP Recovery

TWRP (Team Win Recovery Project) is an alternative recovery that allows you to flash files with root rights. For Poco X3 Pro, use version 3.7.0 or later, adapted for vayu. The wrong version can lead to soft-brick (cyclical reboot).

Installation instructions:

  1. Download. twrp-3.7.0_12-vayu.img and rename the file to recovery.img Put it in the platform-tools folder on your PC.
  2. Restart your phone to Fastboot (as in the previous section) and connect to your PC.
  3. Open the command line in the platform-tools folder (press Shift + PCM β†’ Open the PowerShell window here) and execute: fastboot devices Make sure the device is determined (serial number should appear).
  4. TWRP: Fastboot flash recovery recovery.img
  5. Immediately after the firmware reboot to TWRP, holding Volume up + Power. If you skip this step, the system will rewrite the Recovery to stock!

⚠️ Note: If after rebooting the TWRP The screen flashes or an error appears "No" OS "installed" means firmware MIUI In this case, you need to reflash the phone through the Fastboot with the official firmware before you try again.

What to do if TWRP does not start?
If the device does not load after the fastboot flash recovery command TWRP, try: 1. Repeat the firmware with another version of the.img file (for example, twrp-3.6.2_vayu). 2. Use the command fastboot boot recovery.img free-load. 3. Check file integrity (MD5-The hash must match the official hash on the website. TWRP).

4. Magisk firmware for root rights

Magisk is a root rights management tool that masks them from apps (like banking or gaming).The latest stable version as of 2026 is Magisk v26.4. Download the file only from the official GitHub repository.

Step-by-step:

  1. Download Magisk-v26.4.zip and transfer it to your phone (e.g., a memory card).
  2. Boot to TWRP (hold Volume Up + Power when turned on).
  3. In the main TWRP menu, select Install, find the Magisk-v26.4.zip file, and confirm the swipe installation.
  4. Once complete, press Reboot System.The first run can take up to 10 minutes.

Remember: With root rights, you lose support. OTA-To update, you'll have to manually flash through new versions. MIUI through TWRP, Pre-deleting Magisk (fastboot flash boot command) stock_boot.img).

8. Frequently Asked Questions (FAQ)

❓ Can I get a rout on Poco? X3 Pro without unlocking the loader?
No, Xiaomi blocks modifications to the system partition without unlocking. The only workaround is exploits, but they only work on older versions of MIUI (up to 12.0) and are unstable.
❓ Why Mi Unlock Tool is 50% and doesn’t go any further?
This means that Mi is not tied to the device or 168 hours have passed. Check: Settings menu β†’ Mi Account displays your profile. The phone has mobile internet or Wi-Fi enabled (to sync latency).
❓ How to return the guarantee after receiving the root?
Technically, no way. But you can hide the root trail: Remove Magisk through TWRP (smear the original boot.img). Return stock recovery with the fastboot flash recovery team stock_recovery.img. Reset the settings to factory (Settings) β†’ Additionally. β†’ However, Xiaomi can check the status of the bootloader by serial number, so this does not give a full guarantee.
❓ What applications should be installed after receiving the root?
Useful utilities for root: πŸ“± Titanium Backup – Backup of applications and data. πŸ”§ FX File Explorer - Access to System Files. 🎡 ViPER4Android β€” pitch-tuning. πŸ”‹ AccuBattery – monitoring the status of the battery.
❓ Can I update you? MIUI root-righted?
Yes, but manually: Download the full vayu firmware (.zip) from MIUI Downloads. Sweat it through TWRP (no Wipes!). After the update, re-sweep Magisk.zip. Automatic update (OTA) from the root will result in loss of rights or a blink!