How to completely disable application protection on Xiaomi Redmi 10: safe ways

Application protection feature in Xiaomi smartphones is a built-in security mechanism that blocks access to installed programs without fingerprint confirmation, PIN-a code or pattern lock on Redmi 10 (and other devices with a pattern lock) MIUI 12-14) This feature may interfere with fast access to instant messengers, banking apps or games, especially if you often pass the phone to relatives or colleagues.

However, a complete disabling of protection is not always obvious: in the settings MIUI There's no direct "Switch off everything" button, you'll have to dig deeper, through the security menu, hidden developer settings, or even through the security menu. ADB-In this article, we will discuss all working methods (including circumventing restrictions on system applications), as well as what risks this entails and how to minimize them.

If youโ€™re in a situation where your phone asks for a password every time you open WhatsApp, SberBank Online or Telegram โ€“ this is the guide for you. Weโ€™ve tested the methods on Redmi 10 with MIUI 13.0.8 and 14.0.2 firmware, but they should work on other models of the series (for example, Redmi 10A, 10C or Note 10).

Why Xiaomi is blocking apps and can it be turned off?

Application protection in MIUI is part of the Mi Security ecosystem, which is designed to prevent unauthorized access to personal data.

  • ๐Ÿ“ฑ Messengers (Viber, Telegram, WhatsApp)
  • ๐Ÿ’ณ Banking applications (SberBank, Tinkoff, VTB)
  • ๐Ÿ”’ Payment apps (Google Pay, Apple Pay for Android)
  • ๐ŸŽฎ Shopping games (Genshin Impact, PUBG Mobile)

On the technical side, the protection is implemented through the service com.miui.guardprovider, which is integrated into the system software, which means that you can not simply remove it, only turn it off, Xiaomi does not advertise this process: there is no mention of full deactivation in the official documentation, and in the security menu you can only remove individual applications from the list of protected, but not the function itself.

Can we turn off the protection completely? Yes, but with reservations:

  • โœ… Through security settings โ€“ partially (only for user applications).
  • โœ… Through ADB โ€” Including system limitations).
  • โŒ Without root rights โ€“ you can not turn off protection for pre-installed services (for example, Mi Pay or Mi Home).

Before you start, consider that disabling the protection reduces the security level of the device. If the phone is used by several people (for example, in the family), it is better to configure exceptions for specific applications, rather than deactivating the function entirely.

๐Ÿ“Š You often pass your phone to other people?
Yeah, regularly.
Sometimes, relatives.
No, my phone's mine.
I don't know, I don't.

Method 1: Disable protection through MIUI settings (without ADB)

It's the simplest method that most users can use, which is to remove protection for the selected applications, but not to deactivate the function completely, but for many tasks, it's enough.

Step-by-step:

  1. Open Settings โ†’ Applications โ†’ Permissions โ†’ Application Protection.
  2. Enter the screen lock password (PIN, pattern lock or fingerprint).
  3. Click on the icon. โš™๏ธ (Settings) in upper right corner.
  4. Switch the application protection slider to the off-site position.
  5. Confirm the action by clicking Disable in the dialog box.

If this item is missing or inactive, then your device has a modified firmware installed (for example, the global version of MIUI for the European market), where the application protection function is implemented differently.

Settings โ†’ Memory โ†’ Application Protection

Limitations of the method:

  • ๐Ÿ”„ After updating MIUI settings may reset.
  • ๐Ÿ”’ System applications (Settings, Contacts) will remain secure.
  • ๐Ÿ“ฑ On some firmware (MIUI 14 for Redmi 10) the item may be called "Application Blocking".

โ˜‘๏ธ Preparation for disabling protection

Done: 0 / 4

Method 2: Complete disabling via ADB (for power users)

If you need to completely deactivate application protection, including system restrictions, you will need to use Android Debug Bridge (ADB), a method that works on any MIUI firmware, but requires connecting the phone to your computer.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with Windows/macOS/Linux.
  • ๐Ÿ”Œ USB-cable (preferably original).
  • ๐Ÿ“ฑ Included debugging by USB phone-on.
  • ๐Ÿ› ๏ธ Installed Xiaomi drivers and package ADB Tools.

Instructions:

  1. Activate Developer Mode: Go to Settings โ†’ About Phone. Press 7 times on MIUI Version. Return to Settings โ†’ Additional โ†’ Developer. Enable USB Debugging and confirm permission.

Redmi 10

File transfer

cmd

Terminal

adb devices

Make sure the device is identified (serial number should appear).

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

Reboot the phone.

What to do if the team does not work?

  • ๐Ÿ”„ Try the alternative command: adb shell pm disable-user --user 0 com.miui.guardprovider
  • ๐Ÿ“ฑ Make sure the debugging is done USB Allowed for your computer (a request will appear on your phone).
  • ๐Ÿ”ง If there is a device unauthorized error, reconnect the cable and confirm trust in the PC on the phone screen.

โš ๏ธ Note: Disabling com.miui.guardprovider may cause some system functions to function unstable, such as a fingerprint scanner or face unlock!

How to Recover Application Protection After ADB-team?
To restore protection, follow the command: adb shell pm install-existing --user 0 com.miui.guardprovider or reflash the phone via Fastboot (this will reset all settings).

Method 3: Bypassing protection through third-party launchers

If the first two methods don't work (e.g., no access to a computer), you can go around using an alternative launcher that ignores the limitations of MIUI. This method does not disable the protection completely, but bypasses it for selected applications.

How it works:

  1. Install a launcher with app hide-out support (like Nova Launcher, Apex Launcher, or Microsoft Launcher).
  2. In the launcher settings, find the "Hidden Applications" or "Protection" section.
  3. Add the required programs to the list of exceptions.
  4. Run them through the launcher โ€“ the MIUI system will not require a password.

Pros and cons of the method:

AdvantagesDeficiencies
โœ… No, he doesn't. ADB ortho.โŒ It does not work with all applications (banking services can block the launch through the launcher).
โœ… Maintains system protection for other programs.โŒ You need to set up each launcher separately.
โœ… You can quickly return the standard launcher.โŒ Certain functions MIUI (For example, gestures may not work properly.

For banking applications (SberBank, Tinkoff), this method may not work due to additional security checks, in which case you will have to use ADB or put up with password entry.

๐Ÿ’ก

If after installing the alternative launcher, the icons of system applications (for example, Camera or Phone) disappear, return them through the launcher settings in the Hidden Applications section โ†’ Show Everything.

What to do if application protection itself is turned on

Some Redmi 10 users are faced with the fact that after a reboot or update to MIUI, application protection automatically activates again, this is due to the operation of the system service com.miui.securitycenter, which resets security settings to factory.

Reasons for spontaneous inclusion:

  • ๐Ÿ”„ Update of firmware (even minor).
  • ๐Ÿ“ฑ Resetting settings through Settings โ†’ System system โ†’ Resetting settings.
  • ๐Ÿ”ง Antivirus conflict (e.g., Avast or Dr.Web).
  • ๐Ÿ”’ Activation of the โ€œData Protectionโ€ function in the Mi Account.

How to prevent automatic activation:

  1. Turn off automatic updates MIUI: Settings โ†’ The phone. โ†’ Updating the system โ†’ โš™๏ธ โ†’ Auto-update โ†’ Off.
  2. Freeze the Security system app (root required): Use Titanium Backup or Lucky Patcher. search com.miui.securitycenter and select Freeze.

Mi Account

Settings โ†’ Accounts โ†’ Mi Account โ†’ Delete the account

โš ๏ธ Note: This will disable data synchronization (contacts, notes, backups) and access to Xiaomi services (e.g. Mi Cloud or Mi Home).

If the problem persists, check your phone for viruses or suspicious apps that may change your security settings.

Settings โ†’ Applications โ†’ Scanning for viruses

The Risks of Disabling Application Protection: What You Lose

Deactivating application protection completely on Redmi 10 gives you freedom, but it deprives you of several important security features.

What's gonna stop working:

FunctionEffects of disconnection
Imprint lockingApplications will not request a fingerprint scan when opened, even if it is configured in the system.
Screenshot protectionAny application will be able to take screenshots of the screen (the risk of data leakage from banking programs).
Launch controlThe outsiders will not see a notification about the attempt to access the protected application.
Cache encryptionApplication data (e.g. chat history) will be stored in the open.

Who should not turn off the protection:

  • ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Parents who give their children a phone.
  • ๐Ÿ’ผ Business owners who keep confidential information.
  • ๐Ÿ“ฑ Users who frequently lose or transfer their phone to others.

If you decide to turn off the protection, follow the safe use rules:

  • ๐Ÿ” Set a strong password for locking the screen (at least 8 characters).
  • ๐Ÿ“ฑ Regularly check the list of installed applications for suspicious ones.
  • ๐Ÿ”„ Enable two-factor authentication for critical services (banks, mail).

๐Ÿ’ก

Disabling application protection does not affect the encryption of data at the Android level (File-Based Encryption), however, this makes the device more vulnerable to physical access (for example, if the phone is stolen).

Alternatives: How to live with app protection without discomfort

If a complete shutdown seems risky, but constantly entering a password is annoying, try optimizing your security settings to reduce inconvenience:

5 Ways to Make Protection Less Intrusive:

  1. Use a fingerprint instead of a fingerprint. PIN-Code settings: โ†’ Password and security โ†’ Fingerprint This Will Speed Up Unlocking Apps.
  2. Set up "Secure Apps": Add instant messengers and games to the exceptions, leaving protection for banking programs. โ†’ Annexes โ†’ Application protection โ†’ โš™๏ธ โ†’ Secure applications.
  3. Activate "Face Unlock": Settings โ†’ Password and security โ†’ Unlocking the face is faster than entering PIN-code, but less reliable.
  4. Set lock timeout: Settings โ†’ Lock screen โ†’ Autolock โ†’ 30 seconds Applications will not be blocked immediately after folding.
  5. Use Secure Folder (for select applications): Create a secure folder through Settings โ†’ Password and Security โ†’ Secure Folder. Move only the most critical applications (such as banking).

For users who often pass the phone to colleagues or relatives, the best solution is to create a second user in Android:

Settings โ†’ System โ†’ Multiple users โ†’ Add a user

The guest profile will not protect the applications, and your personal data will remain secure.

FAQ: Frequent questions about app protection on Redmi 10

โ“ Why After Updating MIUI Application protection is activated by itself?
This is standard MIUI behavior โ€” after major updates (e.g., MIUI 13 to 14), some security settings are reset. To avoid this, before updating: Back up through Settings โ†’ Additional โ†’ Backup. Remember the list of applications that have been disabled. After updating manually return the settings (see Method 1 in the article).
โ“ Can you turn off protection for only one application?
Yes, it is done through: Settings โ†’ Applications โ†’ Application Protection โ†’ [select app] โ†’ Remove from the list For system applications (such as Settings or Messages), this method does not work โ€“ you will need an ADB.
โ“ Will the payments work (NFC, Google Pay after the protection is disabled?
Payment services are still active, but: ๐Ÿ’ณ Google Pay may require re-assignment of the card. ๐Ÿ“ฑ Mi Pay will stop asking for confirmation when opening (the risk of unauthorized payments!). ๐Ÿ”’ For NFC You will still need to enter PIN for amounts greater than 1,000โ‚ฝ (banker).
โ“ How to return application protection if I disabled it through ADB?
Follow the command: adb shell cmd package install-existing com.miui.guardprovider If this doesn't work, try: Reboot your phone. Enable protection manually through Settings โ†’ Applications โ†’ Application Protection. At the very least, reset (Settings โ†’ System โ†’ Reset).
โ“ Why some apps still ask for a password, even though the protection is disabled?
This is due to the internal protection of the applications themselves (e.g. SberBank or VTB have their own lock mechanisms). Solutions: Check the security settings inside the application itself. Update the program to the latest version. Contact the bank for support - some applications block work on devices with MIUI protection disabled.