How to unlock screenshots in applications on Xiaomi: from MIUI before ADB-team

You try to take a screenshot in a banking app, messenger or game on Xiaomi, but instead of a saved picture, you see a notice saying, โ€œThe app does not allow screenshotsโ€? This problem is familiar to many owners of Redmi, POCO or Mi smartphones โ€” it is related to the security policy of MIUI and the restrictions of the applications themselves. In some cases, blocking is justified (for example, to protect financial data), but often it interferes with legitimate actions โ€“ for example, when you need to save a chat, payment confirmation or game moment.

In this article, we will discuss 7 working ways to circumvent the ban, from simple MIUI settings to advanced methods using ADB and third-party utilities. Importantly, not all methods are universal - some only work on certain versions of firmware or models (for example, Xiaomi 13 Pro or Redmi Note 12).

Why Xiaomi is blocking screenshots in apps?

The ban on screenshots is not a fad of Xiaomi, but a combination of two mechanisms:

  1. Application restrictions: Banking programs (SberBank, Tinkoff), messengers with secret chats (Telegram, WhatsApp) or streaming services (Netflix, Disney)+) Block the ability to create screenshots through the flag FLAG_SECURE It protects sensitive data from leakage.
  2. Politics MIUI. Firmware MIUI (Especially versions 12-14) tightly controls screen access, for example, it can block screenshots even in games if the developer has specified cheating protection (as in the game). PUBG Mobile or Genshin Impact).

Interestingly, on naked Android (like the Google Pixel), many apps allow screenshots, while on Xiaomi, the same programs block this feature, due to the additional layers of security in MIUI, which sometimes work excessively aggressively, even when there is no real threat.

๐Ÿ“Š Which app do you most often have a screenshot problem with?
Banking (Sberbank, Tinkoff)
Messengers (Telegram, WhatsApp)
Games (PUBG, Genshin Impact)
Streaming (Netflix, Disney+)
Other

Method 1: Disable protection in MIUI settings

The easiest way is to check the privacy settings in MIUI, and some firmware versions have an option that allows you to ignore the limitations of the application.

  1. Open Settings โ†’ Applications โ†’ Permissions โ†’ Special Permits.
  2. Find the item โ€œBan screenshotsโ€ (or โ€œPrivacy Protectionโ€ in older versions).
  3. Turn off the slider for the problem app or completely deactivate the option globally.

โš ๏ธ Attention: On Xiaomi with MIUI 14 and later, this item may not be available โ€” the manufacturer has removed it from the interface.

Check the version of MIUI in Settings โ†’ About the phone

Make a backup copy of important data

Battery charge should be >30%

Turn it off. VPN (It can interfere with the system menu)-->

Method 2: Use the Screen Recording function

If you're locked, but you want to save the screen, use the built-in screen recording, which works 90 percent of the time, because apps rarely block video recording.

  1. Call the Quick Settings Panel (swipe down from the top edge of the screen).
  2. Find the Screen Record icon (if not, add it through panel editing).
  3. Start the recording, go to the desired application and stop it through the same panel.
  4. The video will be saved in the gallery - it remains to take a screenshot from the frame or crop the video in any editor.

๐Ÿ’ก Useful advice: In screen recording settings (Settings) โ†’ Special facilities โ†’ Screen recording) enable the โ€œShow Touchโ€ option if you want to save interface interaction (e.g. for instructions).

How to cut the video to a single frame?
Open the video in the standard Gallery app โ†’ click Edit โ†’ select the Crop tool โ†’ set the beginning and end on one frame โ†’ save as an image.

Method 3: ADB-team-up

For advanced users, there is a way to disable FLAG_SECURE through ADB (This will work if the lock is set at the system level, not the application itself!

Instructions:

  1. Activate Developer Mode: Settings โ†’ About Phone โ†’ MIUI version (click 7 times).
  2. Enable USB debugging in Settings โ†’ Additional โ†’ For developers.
  3. Connect your phone to your PC, open the command line and type in: adb shell settings put global. hidden_api_policy 1 Then restart the device.

If that doesn't work, try a more radical command (only for MIUI 12-13):

adb shell pm grant com.miui.securitycenter android.permission.WRITE_SECURE_SETTINGS

โš ๏ธ Warning: These commands can lead to system instability or app crashes.On Xiaomi with HyperOS (2026)+) This method may not work due to a modified security architecture.

๐Ÿ’ก

ADB-The methods are the most powerful, but also the most risky, and use them only if other options have not worked, and you are prepared for possible consequences (for example, resetting your settings).

Method 4: Third-party applications for screenshots

If system methods don't work, try Google Play utilities that bypass the restrictions.

  • ๐Ÿ“ฑ Screen Master โ€“ allows you to take screenshots even in protected applications through the overlay menu.
  • ๐Ÿ–ผ๏ธ Screenshot Touch โ€“ uses an alternative screen capture method (works on 60% of blocked applications).
  • ๐Ÿ” Assistive Touch โ€“ creates a floating button for screenshots that sometimes bypasses FLAG_SECURE.

๐Ÿ’ก Tip: Check reviews before installing โ€“ some apps may contain ads or require unnecessary permissions (e.g. access to a website). SMS). Also note that banking programs can block your phone if they detect such utilities (due to security policies).

Method 5: Resetting the application settings

Sometimes screenshots are blocked due to a failure in the cache or application data. Try resetting it:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Find a problem application (such as SberBank) and open its page.
  3. Click on โ€œStorageโ€ โ†’ โ€œClear Cacheโ€ and โ€œClear Dataโ€.
  4. Restart your phone and check if the restriction has disappeared.

โš ๏ธ Attention: Clearing the data will lead to logging out of the account in the application! save the username / password or data in advance to restore access.

Method 6: Using a second device (screen mirroring)

If neither of these methods worked, the radical option is to mirror the screen on another device and take a screenshot there.

  • ๐Ÿ’ป Miracast (wireless transmission to a TV or PC with Windows 11 support).
  • ๐Ÿ“บ Google Cast (via Chromecast or smart TV).
  • ๐Ÿ–ฅ๏ธ Scrcpy โ€“ a program to display the Android screen on a PC (requires) ADB).

Once connected, take a screenshot on the second device, and minus the method, you need additional technology, but it works 100% of the time.

Method 7: Rooting and Modifying System Files

The most extreme method is to obtain root rights and edit system files that block screenshots, which is only suitable for advanced users, because:

  • ๐Ÿšซ Violates Xiaomiโ€™s Guarantee.
  • ๐Ÿ”“ May cause a blink (inoperability) of the device.
  • ๐Ÿ›ก๏ธ Banking applications will stop working (due to SafetyNet checks).

If youโ€™re ready for the risks, use Magisk for rooting and the XPrivacyLua module, which lets you disable the shutdown. FLAG_SECURE For individual applications, look for detailed instructions on the forums. 4PDA XDA-Developers (specify the phone model!).

๐Ÿ’ก

Before rooting, check if your Xiaomi model is supported on the XDA-Developers site. For example, there are stable methods for the Redmi Note 10 Pro and Xiaomi 12T, and new devices (2023-2026) may require waiting for updates.

Compatibility table with MIUI versions

MethodMIUI 11โ€“12MIUI 13โ€“14HyperOSNeed root?
MIUI settingsโœ… Yes.โŒ No.โŒ No.โŒ No.
Screen recordingโœ… Yes.โœ… Yes.โœ… Yes.โŒ No.
ADB-teamโœ… Partially.โœ… Yes.โŒ No.โŒ No.
Third-party annexesโœ… Yes.โš ๏ธ Limited.โš ๏ธ Limited.โŒ No.
Routingโœ… Yes.โœ… Yes.โš ๏ธ Risky.โœ… Yes.

FAQ: Frequent questions about blocking screenshots on Xiaomi

Can I take a screenshot in Sberbank on Xiaomi without root?
Yes, but only by indirect methods: by screen recording (method 2) or PC mirroring (method 6). Direct screenshot is blocked at the application level, and it is impossible to get around this without rooting. Banks specifically prohibit saving the screen to protect against fraud.
Why After Updating MIUI stopped working ADB-team?
Xiaomi has probably tightened security policies in the new firmware version, such as MIUI 14 and HyperOS, where many system commands have stopped working without a signature, try using alternative commands or regress to the previous version (if possible).
Will Screen Master work on Xiaomi 13 Ultra?
Depending on the MIUI version. On the Xiaomi 13 Ultra with MIUI 14, the app may not bypass the lock due to enhanced protection.Check out the reviews in Google Play for your model or use a trial version.
Can I turn off screenshots permanently?
Only if you are willing to sacrifice security, complete shutdown requires rooting and modifying system files (e.g., deleting) FLAG_SECURE This will disrupt many applications (banks, Google Pay) and can cause crashes.
What to do if none of the methods work?
Two options remain: Use a second device (e.g., take a picture of Xiaomiโ€™s screen on another phone); ask Xiaomi to explain why the lock is not working properly (e.g., in unprotected games); sometimes it helps if the problem is massive.