Many Xiaomi smartphone users experience intrusive voice assistant behavior that is often activated by accident, and this is made worse by the fact that standard integration of Yandex services into the MIUI or HyperOS shell can be very deep. Device owners notice that the assistant starts when they unlock the screen, call a menu, or even accidentally touch the power button.
There are several ways to disable Alice on Xiaomi, but the effectiveness of the method depends on the version of the operating system and regional firmware. In some cases, it is enough to simply change the settings of the application itself, in others you will need deeper intervention with ADB or special utilities. It is important to understand that the complete removal of the system component can affect the operation of search widgets.
In this article, we will cover all the current deactivation methods, from simple menu switches to advanced techniques for power users. You will learn how to prevent accidental launches and remove the assistant from the list of active processes. Follow the instructions carefully so that you do not disrupt other system functions of your smartphone.
Standard settings of the Yandex application
The most obvious and safe way to limit the activity of the assistant is to change its internal parameters. To do this, you need to open the Yandex application or a separate Yandex application with Alice, if it is installed as an independent module. In most modern MIUI firmware, the assistant settings are placed in a separate profile section.
Go to the user profile by tapping the person icon in the corner of the screen, and select Settings. Here you are interested in Voice or Alice. This is where the key switches for voice and button response are located. Turning off the button activation option will prevent you from starting with a long press on the power key or home screen.
โ ๏ธ Note: After updating the application, settings may reset. Periodically check this section to make sure that activation functions remain off.
You should also pay attention to the permission to access the microphone. If you completely forbid the application to use the microphone, Alice will stop hearing the command "Listen, Yandex", but can continue to work in text mode. To completely turn off the sound, find the item "Voice activation" and put the switchboard in an inactive state. This action deactivates listening to the trigger phrase.
๐ก
If you use a desktop search widget, disabling voice activation in the app settings may not affect the widget. Check the widget settings with a long tap on it.
Managing permissions of the Android system
The Android operating system that Xiaomi runs on provides powerful tools for app access control. You can force Yandex to limit its rights, making it impossible for it to function fully as a voice assistant, and this method is effective if standard settings within the application are ignored or reset.
Go to Settings โ Applications โ All apps. In the list, find Yandex or Yandex.Search with Alice. Click on the name of the app to open the page about it. Here, select Application Permissions. You are interested in the category Microphone.
Change permission status from "Allowed" to "Disallowed." Now, even if you accidentally run an assistant, it won't be able to record your voice, but it will also prevent you from using a voice recorder inside a search engine or sending voice messages to ecosystem services, a compromise solution that sacrifices functionality for the sake of silence.
- ๐ฑ Go to the settings of a specific application through the system menu.
- ๐ Find the access rights section and force the microphone to be turned off.
- ๐ซ Use the Stop feature to complete ongoing processes before changing rights.
- ๐ Restart the device so that the changes take effect at the system level.
You can also turn off the display over other windows, which is often used for Alice's pop-up, and look for pop-ups or displays on top of other apps in the permissions, and you can't allow it, and that will remove the assistant's visual presence on the lock screen and other apps.
Disconnection through lock screen settings
A common problem is to run Alice right from a locked screen, which happens when the smartphone is in your pocket or bag, and a random touch activates voice search, and to fix this vulnerability, you need to adjust the lock screen settings in the MIUI shell.
Open Settings โ Lock screen. You should find the item that connects to accessing functions without unlocking. In different versions of the firmware, it can be called Access to Functions on Locked Screen or Swipe Down. If there's a mention of a search or voice assistant, turn off this switch.
Also check the button settings. In Settings โ Additional settings โ Button management (or โButtons and gesturesโ), see what is assigned to the long press of the power button. If it has โCall Voice Assistantโ, change the action to โNothingโ or โSwitch off Menuโ This is guaranteed to remove the start on the button.
โ ๏ธ Note: On some global firmware, the assistant call point may be tightly tied to the power button and have no alternative, in which case only flashing to the Chinese version or using it will help. ADB.
Be sure to check your Pocket Mode settings. Sometimes this feature, which is designed to protect against accidental clicks, instead triggers voice control when you put your phone in your pocket. Try turning off Pocket Mode in the Lock and Protect section if the problem persists.
Using ADB for Deep Deactivation
For advanced users who want to remove the ability to run the system component, there is a method using USB debugging and ADB command line. This method allows you to disable the package responsible for voice search without obtaining root rights.
First, activate the developer mode. To do this, quickly click seven times on the build number in the About Phone section. Then, in the Developer menu, turn on "Debugging USB." Connect the phone to your computer and install Xiaomi drivers and Android platform tools.
adb shell pm disable-user --user 0 com.yandex.searchplugin
adb shell pm disable-user --user 0 com.yandex.ext.servicesThese commands will forcefully shut down and freeze Yandexโs search and advanced services, and once they run, the app icon may disappear and the assistant calls will no longer respond, and itโs important to understand that this action is reversible, but requires reconnecting to the PC to activate it.
โ๏ธ Preparation for ADB-team
If you want to get things back to normal, use the adb shell pm enable com.yandex.searchplugin command. Be careful: disabling system packages can cause weather widgets or news feeds to work unstable if they are tied to the same libraries.
Comparison of methods of disconnecting the assistant
The choice of deactivation method depends on your goals and level of technical training. Below is a table that will help you compare the effectiveness of different approaches to solving the problem with an annoying assistant on Xiaomi devices.
| Method | Difficulty | Efficiency | Risks. |
|---|---|---|---|
| Application settings | Low. | Medium | Minimum |
| Prohibition of permits | Low. | Tall. | Loss of function ๐ Read also How to Download DJI Fly on Xiaomi: Full Instruction Detailed Installation Guide DJI Fly on Xiaomi. Solving installation problems APK, How to restore the shortcut on Xiaomi: 5 ways for Android 2026 Lost the shortcut on the Xiaomi desktop? Learn how to return the app icon through settings, Laun How to disable the subscription of the Movie Search on the Xiaomi TV: Step-by-step Detailed instructions for removing Kinopoisk autopayment through the settings of the Mi TV TV How to delete messages on Xiaomi Redmi: 5 ways (2026) SMS, MMS How to remove YouTube from Xiaomi: 5 ways without root and reset Step-by-step instructions for removing built-in YouTube from phones and TV Xiaomi. Accept document.getElementById('pbMenuBtn')?.addEventListener('click', () => { document.getElementById('pbMainNav')?.classList.toggle('pb-nav-open'); }); // Dropdown menu toggle (click for touch devices) document.querySelectorAll('.pb-dropdown-toggle').forEach(btn => { btn.addEventListener('click', (e) => { e.stopPropagation(); btn.closest('.pb-nav-dropdown').classList.toggle('pb-dd-open'); }); }); document.addEventListener('click', () => { document.querySelectorAll('.pb-nav-dropdown.pb-dd-open').forEach(d => d.classList.remove('pb-dd-open')); }); (function() { const popup = document.getElementById('cookie-consent'); const btn = document.getElementById('cookie-accept'); if (popup && btn &&!localStorage.getItem('cookie-accepted')) { setTimeout(() => popup.classList.add('pb-cookie-visible'), 1500); btn.onclick = () => { localStorage.setItem('cookie-accepted','true'); Ways to do this MIUI 12-14 How to transfer a file to Xiaomi Mi TV Stick: 5 Working methods Full instruction for transfer APK and media on Xiaomi TV Stick. Use. ADB, FTP, USB-storage ๐ฑ XiaoMaster ๐ Reset and release ยท โ๏ธ System setup ยท ๐พ Memory and files ยท ๐ Sound and vibration ยท ๐ธ Camera and photo ยท ๐ก Communication and network Home ยท About the project ยท Contacts ยท Privacy ยฉ XiaoMaster, all rights reserved. (function(d,s){d.getElementById("licnt06C4").src= "https://counter.yadro.ru/hit?t26.5;r"+escape(d.referrer)+ ((typeof(s)=="undefined")?"":";s"+s.width+"*"+s.height+"*"+ (s.colorDepth?s.colorDepth:s.pixelDepth))+";u"+escape(d.URL)+ ";h"+escape(d.title.substring(0,150))+";"+Math.random()})(document,screen) ๐ช We use cookies to improve the operation of the website. popup.classList.remove('pb-cookie-visible'); }; } })(); function pbPollVote(el) { var poll = el.closest('.pb-poll'); if (poll.classList.contains('voted')) return; poll.classList.add('voted'); el.classList.add('selected'); var opts = poll.querySelectorAll('.pb-poll-option'); var n = opts.length; var raw = []; var sum = 0; for (var i = 0; i < n; i++) { var v = Math.random() * 50 + 5; if (opts[i] === el) v += 30; raw.push(v); sum += v; } var pcts = raw.map(function(v) { return Math.round(v / sum * 100); }); var diff = 100 - pcts.reduce(function(a,b){ return a+b; }, 0); pcts[Array.from(opts).indexOf(el)] += diff; setTimeout(function() { opts.forEach(function(opt, i) { opt.querySelector('.pb-poll-bar').style.width = pcts[i] + '%'; opt.querySelector('.pb-poll-pct').textContent = pcts[i] + '%'; }); }, 50); } |