How to disable the activation of the browser by gesture on Xiaomi

Modern Xiaomi and Redmi smartphones, which run on the shell of MIUI or the new HyperOS, have many convenient navigation features. One of these features is gesture control, which allows you to run applications or perform actions with a single movement of a finger. However, often users are faced with a situation where a random movement or a specific swipe instead of opening the desktop launches a browser with an advertisement or news feed.

This behavior can be annoying, especially if it happens regularly and interferes with the main use of the device. The browser launch feature is usually built into gesture settings or is part of the manufacturer's advertising integrations. In this article, we will detail why this happens and how to permanently get rid of intrusive opening of web pages.

We're going to look at a few ways to solve this problem, from simple menu settings to deeper changes to system settings. Smartphone owners will find the right instructions to help them regain control of the interface. It's important to understand that the names of items may vary slightly from one firmware to another, but the logic of the actions remains the same.

Causes of Intrusive Browser Launch

Before we start to fix the problem, we need to understand the nature of the problem: most often, the automatic launch of the browser (usually Mi Browser or Google Chrome built-in) is associated with the activated function of “start gestures”. In older versions of the shell, this could be part of the Card system, but now it is often a separate option or the result of the work of advertising modules.

The second common reason is lock screen settings, or "Frequent Use"; the system may interpret double-pressing or long-term retention as a command to quickly access the Internet, and it's also worth considering that some system updates can reset user preferences and return aggressive default settings.

⚠️ Warning: If the browser opens on its own without your actions, check the installed applications. Often the culprits are dubious programs from unverified sources that introduce advertising to the system level.

The third aspect is the so-called hot zones on the lock screen, and swiping to a specific area (e.g., to the left or right of the unlock button) can be reserved by the system to quickly call a search engine or news feed, and understanding how these zones work will help to correctly disable them.

📊 Have you ever encountered a spontaneous launch of applications on Xiaomi?
Yeah, the browser was always opening.
I've had a couple of times, but I didn't care.
No, I'm working normally.
I have another problem with my gestures.

Set up full screen gestures

The main interface management method in modern Xiaomi smartphones is full-screen gestures, and this is where the settings that run additional applications are most often hidden. To find it, you'll need to go to the system settings section. Open Settings and find Additional or Full-screen mode.

Within this menu, look for an option that might be called Gestures and Shortcuts or Quick Start, and it can activate a feature that allows you to run certain applications when you perform specific actions, such as unlocking or swiping from the corner of the screen, and disabling this feature often solves the problem.

  • 📱 Go to Settings. → Additionally. → Full screen mode.
  • 🔍 Find the “Gestural and Shortcuts” or “Gestural Management” section».
  • ❌ Turn off the “Run Apps” option or select “Nothing” to swipe actions.
  • ✅ Check if the browser is assigned to double tapping on the screen.

If you don't have the right settings in the Full Screen Mode menu, check the Special Features section, which can activate pocket dial mode or one-handed control, which also affect touchscreen response. System gestures take precedence over most custom settings, so turning them off is a key step.

☑️ Checking the gesture settings

Done: 0 / 1

Disabling the “Frequent Use” and “Cards” function

MIUI has long had a Frequent apps feature that displayed frequently used program icons on the lock screen or notification curtain, sometimes erroneously classifying the browser as the most used application and trying to run it when unlocked.

To disable this feature, you need to go to the lock screen settings. Find Settings → Lock screen. Here you should look for the option associated with displaying widgets or shortcuts. In some versions of the firmware, this is called Cards or Scripts. Deactivating widgets on the lock screen will prevent accidental launches.

Also, check the settings of the browser itself. Go to Settings → Apps → All apps → find your browser (like Mi Browser). In the Notifications and Permissions section, you can limit its background activity. This does not remove the gesture, but will reduce the likelihood of it spontaneously launching.

⚠️ Warning: Once the system widgets are turned off, the lock screen may look empty. That's OK. You can always return the weather or music widgets, but with manual control of where they are placed.

Another important point is the App Vault, which swipes right on the desktop, and often that's where the News or Search widget is, which can intercept the focus. To remove that, pinch the empty space on your desktop, select Settings, and turn off the Widget Ribbon or Google Discover.

Managing Permits and Advertising Identifiers

Often the reason for intrusive behavior of the browser is not so much a gesture as the advertising policy of the manufacturer. The system can use an advertising ID (MAA - MIUI Ads) for targeted advertising that masquerades as system notifications or actions. Disabling advertising is an important step in the setup of any Xiaomi device.

Go to Settings → Passwords and Security → Access to Personal Data (or “Privacy”). Find “msa” (MIUI System Ads) and turn off the slider. The system will ask you to wait 10 seconds before confirming. This action will significantly reduce the number of ad integrations that can simulate system gestures.

Next, you need to clear the browser data to reset possible erroneous settings that could have been fixed after the updates.

Settings → Apps → All Apps → Mi Browser (or Chrome) → Clean → Clean all data

After this procedure, the browser will return to the "as after purchase" state, which is guaranteed to remove any scripts or start pages that could have started automatically.Data reset is a safe operation, but it will delete the history and cache, so passwords are better saved in your Google account in advance.

What is MSA and why should it be turned off?
MSA (MIUI System Ads) is a system service that displays ads in the MIUI interface, analyzes your actions and can run advertising pages or applications, and disabling it does not disrupt the phone, but only removes advertising debris.

Comparison of methods of disabling obsessive functions

There are many ways to combat unwanted system behavior, but not all of them are equally effective for different versions of Android and MIUI. Below is a table that will help you choose the most suitable method depending on your situation and firmware version.

MethodEfficiencyDifficultyImpact on the system
Disabling gestures on the menuTall.Low.Minimum
Clearing browser dataMediumLow.Cache removal
Disabling MSA (Advertising)Tall.MediumTakes down the adverts.
Resetting (Hard Reset)MaximumTall.Complete deletion of data

As you can see from the table, the safest and most effective method is to manually adjust gestures in combination with disabling advertising services. Complete reset should only be used in extreme cases when the software glitch cannot be eliminated by other means. Always start with the least invasive methods.

If none of the software methods worked, it may be the touchscreen hardware or third-party launcher conflict that is why you should check your phone at a service center or try installing a third-party launcher, such as Nova Launcher, which will completely replace the standard gesture control system.

💡

Expert advice: After disabling all advertising functions and gestures, restart your phone, which is necessary to ensure that system services completely update their configuration files and stop initiating old processes.

Additional measures: removal of system applications

For advanced users who want to get rid of the built-in Mi Browser browser, there is the possibility of removing it or freezing it. Standard system means you can not remove it, because it is part of the firmware. ADB (Android Debug Bridge for secure removal of system components.

For this you will need a computer, USB-cable and on-line debugging USB This method requires caution: deleting critical system files can cause the device to function in an unstable manner.

  • 🔌 Connect the phone to the PC with debugging enabled USB.
  • 💻 Run the command line on your computer and type in: adb shell.
  • 🗑️ Use the command to delete the packet: pm uninstall -k --user 0 com.mi.globalbrowser.
  • 🔄 Restart the device to apply changes.

⚠️ Attention: Use ADB-commands to remove system applications can cancel the warranty or lead to a “brick” of the phone if the name of the package is mistaken.

The alternative to completely removing is to install another browser by default. Go to Settings → Apps → App Management → three dots in the corner → Default apps. Select Chrome or any other preferred browser. This will redirect all system requests to open links to a secure application.

What to do if the gesture still works?
If you still have a problem after all the settings, try checking for system updates, sometimes interface bugs get fixed in new security patches, and check if you have a memory cleaner app or antivirus that may have its own gesture settings that conflict with the system.
Can I completely disable all gestures on Xiaomi?
You can’t completely disable gesture navigation, as this is the main way to control modern versions of Android. However, you can switch to the classic three-button management (Back, Home, Menu). To do this, go to Settings → Additional → Full-screen mode and select Buttons.
Why does the browser open when the screen is unlocked?
This is most often due to the Quick Start function or the erroneous interpretation of touches by the lock screen, also due to virus software or aggressive advertising embedded in the system, and it is recommended to check the list of installed applications for suspicious software.

💡

Comprehensive approach to setting up: The combination of disabling advertising services (msa), customizing gestures and selecting applications by default gives a 100% guarantee of getting rid of intrusive browser launch.