How to completely disable PAI on Xiaomi smartphones: all ways of 2026

If you own a Xiaomi, Redmi, or POCO smartphone based on MIUI, you’ve probably encountered PAI (Personal AI Assistant) feature, which is a built-in assistant that analyzes your actions, offers personalized recommendations, and even manages some settings automatically, but not everyone likes the system collecting data about their habits β€” especially when it affects performance or privacy.

In this article, we will discuss all the current ways to disable PAI on Xiaomi in 2026, including hidden settings, ADB commands, and even radical methods for those who want to get rid of the assistant forever. You will learn how to deactivate PAI without losing MIUI functionality, what risks are associated with a complete deletion, and what to do if the system again activates the assistant after an update.

What is PAI in Xiaomi and why they want to disable it

PAI (Personal AI Assistant) is a proprietary development of Xiaomi, integrated into the MIUI shell since version 12.5. According to the manufacturer, the assistant should simplify interaction with the device: automatically sort notifications, offer quick actions depending on the context (for example, launching the navigator when connecting to a Bluetooth magnet), and even optimize battery consumption.

However, in practice, many users face problems:

  • πŸ”‹ Increased battery consumption β€” PAI Works in the background, constantly analyzing sensor data and applications.
  • πŸ›‘οΈ Personal data collection – the assistant needs access to call history, location, application use.
  • 🐒 Slowing down the system on budget models (Redmi) 9A, POCO M3) PAI may cause lag.
  • πŸ“± Incorrect recommendations – for example, offering to turn on mobile data when you specifically disabled it.

In addition, PAI cannot be completely removed by standard means – even after switching off in settings, it can be activated again after the MIUI update.

πŸ“Š You're off. PAI on the Xiaomi?
Yeah, through the settings.
Yes, with ADB.
No, I use it.
I don't know what that is.

Method 1: Disable PAI through standard MIUI settings

The easiest and safest method is to deactivate the assistant in the settings menu, which is suitable for most models (Xiaomi 13, Redmi Note 12, POCO F5, etc.) and does not require superuser rights.

Instructions:

  1. Open the Settings app (cog icon).
  2. Go to the Memory section. β†’ PAI (On some firmware, the path may be different: β†’ PAI).
  3. Turn off the PAI Personal Assistant slider.
  4. In the window that appears, confirm the action by clicking Disconnect.

After that, the basic functions of the assistant will be deactivated, but some services (such as application usage analytics) may continue to work in the background.

  • πŸ” Go to Settings. β†’ Annexes β†’ Application management.
  • πŸ” Find it on the list. PAI Service (or Personal Assistant).
  • πŸ” Click Stop and Disable (if available).

β˜‘οΈ Checking the shutdown PAI

Done: 0 / 4

⚠️ Note: On some firmware (for example, MIUI Global for the European market, paragraph PAI It may not be on the menu, in which case try the alternative methods described below.

Method 2: Disconnect via ADB (for power users)

If the PAI does not turn off through settings or is activated again after restarting, you can use the ADB command (Android Debug Bridge), which requires connecting the smartphone to the computer and enabling debugging mode.

Step-by-step:

  1. Activate Developer Mode: Go to Settings β†’ About Phone. Press 7 times on MIUI Version until you become a developer.

USB debugging

Settings β†’ Additional β†’ For Developers

ADB

Minimal ADB and Fastboot

Open the command line (Windows) or terminal (macOS/Linux) and type:

adb shell pm disable-user --user 0 com.miui.personalassistant


adb shell pm uninstall -k --user 0 com.miui.personalassistant

The first command disables PAI for the current user, the second - removes the application updates (the application itself will remain in the system, but will stop working).

ADB Team TeamThe effectReversibility
pm disable-userDisables PAI before manual activationYes (via pm enable)
pm uninstall -kRemove updates, reset to factory versionPartially (requires an update via Play Market)
pm hideHiding the application from the system (requires root)Yes (via pm unhide)

⚠️ Attention: After update MIUI team ADB They can drop, and PAI To avoid this, add a command to the auto-execution script when booting (e.g., via Tasker or MacroDroid).

πŸ’‘

If PAI still works after executing the commands, check for duplicate services: enter the pm list packages | grep pai in ADB and disable all found packages.

Method 3: Completely remove PAI via TWRP (requires unlocking the bootloader)

For those willing to take drastic measures, it is possible to physically remove PAI files from the system.

  • πŸ”“ Unlocked bootloader (bootloader).
  • πŸ“± Established custom recaveri TWRP.
  • πŸ› οΈ Backup of data (procedure may result in resetting).

Instructions:

  1. Download the official ZIP-file-box PAI (for example, Disable_PAI_MIUI.zip for your model).
  2. Reboot the phone to TWRP (clip Power + Volume up).
  3. In the Recovery menu, select Install and specify the path to the downloaded file.
  4. Confirm the installation with a swipe and wait for completion.
  5. Clear the cache (Wipe β†’ Dalvik / ART Cache) and restart the device.

This method removes PAI at the system file level, but has risks:

  • ⚠️ Possible errors in work MIUI (For example, missing tiles in the notification curtain).
  • ⚠️ After the firmware update PAI You may return, you will have to repeat the procedure.
  • ⚠️ Xiaomi warranty will be canceled due to unlocking the bootloader.
List of models with confirmed operability of the method
Xiaomi 11T/11T Pro, Redmi Note 10 Pro, POCO F3, Mi 10/10 Pro. On new devices (Xiaomi 14, Redmi Note 13) may not work due to a changed system partition structure.

Method 4: Disconnecting through file editing build.prop

Another way to deactivate PAI is to change the build.prop system file, which contains the shell configuration, a method less risky than deleting via TWRP, but requires root rights or access to ADB with superuser rights.

How to do this:

  1. Connect your phone to your PC and open ADB Shell:
adb shell


su

  1. Open the build.prop file in a text editor (for example, via nano or vi):
mount -o rw,remount /system


nano /system/build.prop

  1. Add a line to the end of the file:
ro.miui.pai.disabled=1
  1. Save the changes (Ctrl+O, then Ctrl+X to nano).
  2. Reset the device:
reboot

Once you reboot, PAI must be disabled at the system level, and to get it back, you just need to delete the added string from build.prop.

⚠️ Warning: Incorrect editing of build.prop can lead to bootloop ( looped reboot).Before changes, make a backup of the file with the cp command /system/build.prop /sdcard/build.prop.bak.

Alternative methods: what to do if the PAI is not turned off

If none of the above methods worked, try the following options:

  • πŸ”„ Reset to factory settings: Sometimes PAI "It's built into the system so deep that only a complete reset helps you get rid of it. Before that, save your data and your accounts! β†’ The phone. β†’ Resetting settings.
  • πŸ“΅ Firewall Blocking: Applications like NetGuard or AFWall+ Can block access PAI Install a firewall from F-Droid and turn off the Internet for com.miui.personalassistant.
  • πŸ›‘οΈ Use of the Xposed/EdXposed: DisableFlagSecure module or MIUI Optimizations allows you to disable system components, including PAI. Requires root and an installed Xposed framework.
  • πŸ”§ Switching to custom firmware: Firmware like LineageOS, Pixel Experience or HavocOS does not contain PAI And other proprietary components of Xiaomi. MIUI (for example, the themes of design).

πŸ’‘

On devices with MIUI EU (European version), PAI is often disabled by default. If you use global or Chinese firmware, consider switching to MIUI EU via Xiaomi.eu.

Frequent problems and their solutions

When you turn off PAI, you'll see common errors, and here are the most common ones and how to fix them:

Problem.Possible causeDecision
PAI is activated again after the updateMIUI restores system applicationsRepeat the shutdown via ADB or use the Magisk module to lock
Search in settings does not work after disabling PAIPAI is responsible for indexing system dataInstall an alternative launcher (like Nova Launcher) with built-in search
Error: "Com.miui.personalassistant process stopped"Conflict after manual deletion of filesClear the app cache or reset via TWRP
It is impossible to disable PAI in settings (no item)Firmware for the Chinese market (MIUI China)Go to MIUI Global or use ADB

If you notice a performance deterioration or unstable MIUI after disabling the PAI, try:

  1. Clear the system cache: Settings β†’ Memory β†’ Cleaning.
  2. Remove updates to the PAI Service app in the Play Market.
  3. Install a compatibility patch through Magisk (e.g. Universal SafetyNet Fix).
Can I turn off PAI without root and ADB?
Yes, but not completely. Through standard settings (Settings) β†’ PAI) You only deactivate the visible part of the assistant, but the background processes (com.miui.personalassistant) may continue to work. ADB.
PAI eats the battery even after it's turned off.
Check background activity in Settings β†’ Battery β†’ Battery Use. If PAI Service is still consuming the charge, force it to turn off via Settings β†’ Applications β†’ PAI Service β†’ Battery β†’ Background activity (select Limit).
Will MIUI work without PAI?
Yes, the shell will remain functional, but will lose some of the β€œsmart” functions: automatic sorting of notifications, contextual prompts (for example, the suggestion to turn on a flashlight at night), personalized recommendations in the search for MIUI. The basic functions (calls, messages, camera) will not suffer.
How to check if the PAI is actually disabled?
There are several ways: Run ADB command: adb shell dumpsys package com.miui.personalassistant If the output has a line disabled, then PAI is disabled. Check the list of working processes: adb shell ps -A | grep pai Lack of conclusions means that services are not active. Use App Inspector from Play Market to analyze the activity of com.miui.personalassistant.
Can I remove the PAI permanently so it doesn’t come back after the updates?
Technically yes, but it requires profound changes to the system: Deleting the packet through TWRP + Blocking updates with the Disable Magisk module MIUI OTA. Switching to custom firmware without Xiaomi components (like LineageOS). /system/priv-app/PersonalAssistant/PersonalAssistant.apk (Important: These methods can disrupt the work MIUI strip away.