How to completely disable screen recording on Xiaomi: from icons to background processes

Screen recording on Xiaomi, Redmi and POCO smartphones is a useful feature for creating guides, streams or saving important moments. But sometimes it works incorrectly: it spontaneously turns on, hangs in the notification panel or interferes with privacy. Worst of all, when recording is in the background without you knowing it, it not only eats up battery power, but can lead to a leak of personal data.

In this article, we will discuss all the ways to disable screen recording on Xiaomi devices, from basic removal of the icon from the curtain to deep blocking of system processes. Describe the nuances for different versions of MIUI (12 to 14) and models (including Xiaomi 13/14, Redmi Note 12, POCO F5). Also find out why the recording can turn on itself and how to prevent it forever.

Why is screen recording on Xiaomi turned on by itself?

If you notice that the screen recording is activated without your involvement, the reasons may be as follows:

  • ๐Ÿ”„ Failure to work MIUI: After system updates, some functions (including screen recording) may not work well.
  • ๐Ÿค– Permissions applications: games (e.g. Genshin Impact), streaming platforms (Twitch, YouTube) or recording utilities (e.g., Genshin Impact, AZ Screen Recorder can automatically start system recording.
  • ๐Ÿ“ฑ Gestures or hotkeys: on some models (POCO F4 GT, Black Shark โ€“ Screen recording is tied to physical buttons or combinations (e.g., Power) + Volume Down).
  • ๐Ÿ› ๏ธ Viruses or malware: Some Trojans masquerade as system utilities and include a record for spying.

Before you turn off the function, check if it is behaviorally related to a particular application.

  1. Close all active programs through the recent applications.
  2. Restart your phone in Safe Mode (press the power button โ†’ hold off โ€œSwitch offโ€ โ†’ press โ€œOKโ€ on the request for Safe Mode).
  3. If the record does not appear, it is the fault of third-party software. Remove the newly installed applications.

โš ๏ธ Attention: On devices with MIUI 14 and later screen recording can be activated when you connect to Mi Share or Xiaomi Cloud to demonstrate the screen. โ†’ Connection and sharing.

Method 1: Remove the record icon from the notification panel

The easiest method is to hide the screen recording button from the quick menu (curtains).This will not turn off the function completely, but will prevent accidental pressing.

Instructions:

  1. Turn the notification bar (swipe down from the top edge of the screen).
  2. Click on the icon. โš™๏ธ (ยซEdit" or "Configureยป).
  3. Find a Screen Recording tile (usually with a video camera icon or a dot mug).
  4. Drag it to the Unused section (or click on the cross if it appears).
  5. Save the changes.

On some firmware (MIUI 13 Global), the tile may be called Screen Recorder or Screen Recorder, and if it is not listed, the feature is embedded in another menu (see Method 2).

โ˜‘๏ธ What to do if the icon of the record does not disappear

Done: 0 / 4

Method 2: Disabling screen recording in system settings

If the icon is deleted but the recording is still running, it needs to be deactivated at the system level, and depending on the version of MIUI, the path to settings may vary.

For MIUI 12/13/14:

  1. Go to Settings. โ†’ Special facilities.
  2. Select Screen Recorder (or Screen Recorder).
  3. Turn off the slider "Allow screen recording".
  4. In some firmware, you can also remove permissions for applications that use recording.

For MIUI 11 and older:

  1. Open Settings โ†’ Additional โ†’ Screen recording.
  2. Click Disable or uncheck the tick with Allow recording.
MIUI versionThe path to recording settingsAdditional action
MIUI 14Settings โ†’ Special. capabilities โ†’ Screen recordingDisable permissions for applications in the same menu
MIUI 12/13Settings โ†’ Special. features โ†’ Services โ†’ Screen recordingRemove the tile from the curtain (see Method 1)
MIUI 11Settings โ†’ Additional โ†’ Screen recordingReboot the phone after disconnecting
POCO LauncherSettings โ†’ System โ†’ Additional โ†’ Screen recordingDisable gestures to write in buttons and gestures

โš ๏ธ Note: On some devices (Xiaomi) 12T, Redmi K50) The screen recording is tied to the developer mode. If you activate it, check the settings along the Settings path. โ†’ The phone. โ†’ Version. MIUI (Click on the version 5 times, then return to the optional version โ†’ For developers and disable Screen Recording through ADB).

๐Ÿ“Š How often do you use screen recording on Xiaomi?
Every day.
Several times a week
Nearby
Never.

Method 3: Blocking permissions for applications

If the screen recording is started due to third-party programs (games, messengers, launchers), you need to manually deny them access to this function.

How to do this:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Select the app you suspect (e.g. TikTok, Discord, Game Turbo).
  3. Go to Permits. โ†’ Additionally.
  4. Find the option โ€œScreen Recordโ€ or Display over other apps and turn it off.
  5. For full lock, also forbid display over other windows.

List of apps that frequently request screen recording:

  • ๐ŸŽฎ Games: Genshin Impact, PUBG Mobile, Call of Duty (using recording for streaming or replay).
  • ๐Ÿ“น Streaming platforms: Twitch, YouTube Studio, TikTok.
  • ๐Ÿ”ง Utilities: AZ Screen Recorder, DU Recorder, Game Tools (built-in) MIUI gamer).
  • ๐Ÿ’ฌ Messengers: Discord (Go Live function), Telegram (screen broadcasts).

On devices with MIUI 14 and HyperOS, some system applications (such as Mi Video or Xiaomi Community) can automatically access the screen recording. To fix this, reset permissions for all applications through Settings โ†’ Apps โ†’ Reset application permissions.

๐Ÿ’ก

If you canโ€™t find a suspicious app, use Settings โ†’ Battery โ†’ Battery Use and check which programs are actively consuming charge while recording the screen.

Method 4: Disconnect via ADB (for power users)

If standard methods do not help, you can block the recording of the screen at the system level using the ADB-This method is suitable for users who are ready to work with Android Debug Bridge.

Step-by-step:

  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 and open the command line (Windows) or terminal (macOS/Linux).
  4. Enter the command to check the connection: adb devices (the name of your device should appear).
  5. Run the command to turn off screen recording: adb shell pm disable-user --user 0 com.miui.screenrecorder
  6. Reboot the phone.

To return the function back, use the command:

adb shell pm enable com.miui.screenrecorder

โš ๏ธ Warning: Disabling the com.miui.screenrecorder system application may cause malfunctions MIUI, firmware-in-chief MIUI 13/14. Before executing commands, make a backup copy through Settings โ†’ Additionally. โ†’ Backup and reset.

What if the ADB does not recognize the device?
1.Install Xiaomi drivers USB Drivers from the official website. 2. Try another one. USB-cable (original from Xiaomi). 3. Enable debugging by USB (security parameters) and Unlocking OEM. 4.Reboot the PC and phone.

Method 5: Resetting settings to factory (extreme case)

If the screen recording doesn't turn off either way, and the problem interferes with the work, you're left resetting to factory settings, which is a radical method that will delete all the data from the phone, so use it only as a last resort.

How to reset your settings:

  1. Back up important data (photos, contacts, messages) through Settings โ†’ Additional โ†’ Backup and Reset or Mi Cloud.
  2. Open Settings โ†’ About the phone โ†’ Reset settings.
  3. Choose to erase all data (or Factory Reset).
  4. Enter your password (if required) and confirm the reset.
  5. After restarting, set your phone as new.

After resetting, the screen recording will be disabled by default.

  • ๐Ÿ”„ All applications and data will be deleted.
  • ๐Ÿ”’ Mi Account will remain tied to the device (unless you untie it in advance).
  • ๐Ÿ“ฑ On some models (Xiaomi 13 Ultra, Redmi) K60 Pro) re-activation may be required after discharge.

๐Ÿ’ก

Resetting to factory settings is the last chance to get rid of the problem. Before you do, be sure to check all previous methods and make sure that it is the screen recording that is to blame, not a virus or hardware failure.

Additional tips: how to prevent spontaneous recording

To prevent screen recording from turning on without your knowledge, follow these guidelines:

  • ๐Ÿ”’ Turn off auto-update apps in Google Play and Mi App Store โ€“ sometimes updates bring screen recording bugs.
  • ๐Ÿ›ก๏ธ Install an antivirus (such as Malwarebytes or Bitdefender) and check your phone for malware.
  • ๐Ÿ“ต Stop background activity for suspicious apps in Settings โ†’ Battery โ†’ Battery consumption management.
  • ๐Ÿ”„ Update regularly MIUI โ€” in new versions, fix screen recording bugs (especially relevant for MIUI 14.0.5+).
  • ๐Ÿ” Check the permissions of new apps before installing (especially if they request access to Screen Records or Special Features).

If the problem only occurs in certain applications (such as games), try:

  • Disable the built-in recording (usually in the graphics or broadcast settings).
  • Use the game mode without recording: Settings โ†’ Special features โ†’ Game Turbo โ†’ Disable recording.
  • Install an alternative launcher (e.g., Nova Launcher) that does not conflict with system functions.

FAQ: Frequent questions about screen recording on Xiaomi

๐Ÿ” Why does it still appear in the curtain after the screen recording is turned off?
This may be due to the system cache. Try: Clear the cache for Settings and Launcher in Settings โ†’ Apps โ†’ App Management. Reboot the phone. If it doesn't help, reset the notification panel settings (Settings โ†’ Notifications โ†’ Additional โ†’ Reset).
๐ŸŽฎ How to turn off screen recording in games on Xiaomi?
In games, the recording can be triggered via Game Turbo. To disable: Open the game and swipe left to call the Game Turbo panel (โš™๏ธ) โ†’ Record settings. Turn off the slider Auto Record. Also disable recording in the game settings (usually in the Broadcast or Graphics Settings section).
๐Ÿ“ฑ Can screen recording be disabled only for specific applications?
Yes, MIUI 13/14 does this by going to Settings โ†’ Special Options โ†’ Screen Record. Click on Application Permissions. Select an app from the list and disable the entry for it. If there is no such item, use Method 3 from this article (manual permission lock).
๐Ÿ”ง What to do if after turning off the screen recording, some functions stopped working?
This can happen if you disable the system application via ADB (see Method 4). To get it back: Connect your phone to your PC and execute the command: adb shell pm enable com.miui.screenrecorder Reboot your device. If the problem persists, reset your settings through Settings โ†’ Additional โ†’ Reset (without deleting data).
๐Ÿ› ๏ธ Are there any alternative apps for recording screen without bugs?
If the system recording on Xiaomi is unstable, try third-party utilities: AZ Screen Recorder (without advertising, supports MIUI), DU Recorder (there is a video editor, but a lot of advertising), Mobizen (works well on POCO and Redmi).