How to completely disable screen recording on Xiaomi Redmi Note 7: all ways

Screen recording on Xiaomi Redmi Note 7 is a useful feature for creating gameplay, training videos or saving important moments. But sometimes it works incorrectly: spontaneously turn on, slows down the system or writes sensitive data. If you are faced with the fact that the record icon is constantly hanging in the notification panel and videos are saved without your knowledge, this article will help to completely deactivate the function by all available methods.

Depending on the version of MIUI (10-14) and the firmware modification (Global, China, EEA), the ways to turn off may be different. We tested all the options on the Redmi Note 7 (codename lavender) and found nuances that are not written about in the standard instructions, such as why, after the MIUI update, screen recording can be automatically turned on when you connect your headphones or start certain games.

Note: If you use custom firmware like Pixel Experience or LineageOS, some of the methods may not work, and in such cases, you will need to manually edit configuration files, which we will also discuss below.

1. Disable screen recording via standard MIUI settings

The most obvious way is to deactivate the function in the settings menu, but depending on the version of MIUI, the path to the option may change. On the Redmi Note 7 with MIUI 12.5+ firmware, the algorithm is as follows:

  1. Open Settings (the gear icon on the main screen).
  2. Go to the section Additional settings โ†’ Screen recording.
  3. Move the slider Allow screen recording to the off position.
  4. Confirm the action by pressing OK in the window that appears.

On older versions (e.g. MIUI 10/11), the path may look different: Settings โ†’ System and Device โ†’ Additional โ†’ Screen recording.

Close all applications

Reboot your smartphone

Try calling a record through the notification curtain

Make sure the recording icon is gone.-->

โš ๏ธ Note: If after these actions, the screen recording is still activated, check Settings โ†’ Annexes โ†’ Permits โ†’ Special permits โ†’ Screen recording. There may be applications (like Game Turbo or Security) that are allowed to play background recording.

2. Removal of the record label from the notification panel

Even after the feature is disabled in the settings, its icon can remain in the notification curtain, which does not mean that the recording is active, but interferes and takes up space.

  1. Turn the notification bar swipe from top to bottom.
  2. Click on the pencil icon (โœ๏ธ) or edit.
  3. Find the Screen Record tile (usually with a video camera icon) and drag it to Unused or click on the cross.
  4. Save the changes.

If the tile is not removed, it means that it is blocked by the system, in which case resetting the notification panel settings will help:

  1. Go to Settings โ†’ Notifications and Status bar โ†’ Status string.
  2. Select Reset the settings of the notification panel.

๐Ÿ’ก

If it reappears after removing the tile, it is a sign of a MIUI malfunction. Try clearing the Settings app cache through Settings โ†’ Applications โ†’ Application Management โ†’ Settings โ†’ Clear the cache.

3. Disable recording through gestures and button combinations

On the Redmi Note 7, screen recording can be activated not only through the notification panel, but also through gestures or hardware buttons.

  • ๐Ÿ”„ Triple press of the power button (if the function is enabled in Settings) โ†’ Buttons and gestures โ†’ Power button).
  • ๐ŸŽฎ Clutching volume buttons + food (in some of the stains).
  • ๐Ÿ–๏ธ Three finger gesture down (if activated in Settings) โ†’ Additional settings โ†’ Gestures).

To disable these combinations:

  1. Go to Settings โ†’ buttons and gestures.
  2. Check the Power Button, Screen Gestures and Quick Actions sections.
  3. Remove or deactivate all screen recording anchorages.

Through the notification panel

Gestures.

Hot keys.

By Party Annexes

Not using.-->

โš ๏ธ Note: On some custom firmware (e.g. Xiaomi.eu), screen recording can be linked to double-clicking on the back panel.This feature is called Double tap to wake and is configured in Settings โ†’ Display. โ†’ Double tap to wake.

4. Deactivation of the recording for specific applications

Sometimes screen recording is automatically enabled when certain programs are running, such as games (PUBG Mobile, Genshin Impact) or instant messengers (Telegram, WhatsApp), this is due to the work of the Game Turbo or Security App.

To prohibit recording for specific applications:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Select the application you want to disable the recording for (e.g. Game Turbo).
  3. Go to Permits. โ†’ Special permits.
  4. Turn off the screen recording slider.

If the list does not contain the desired application, but the record is still included, check the Game Turbo settings:

  1. Start the game, swipe from left to right to open the Game Turbo panel.
  2. Click on the gear icon (โš™๏ธ) and select the Recording Settings.
  3. Turn off the automatic recording option.
AnnexThe path to recording settingsAdditional action
Game TurboGame Turbo settings โ†’ Screen recordingTurn off Auto Recording for New Games
SecuritySettings โ†’ Memory โ†’ Cleaning โ†’ Settings โ†’ Screen recordingDelete all saved records
Screen Recorder (third-party)Application settings โ†’ Auto-startProhibit auto-start and work in the background

5. Resetting to factory settings (last resort)

If none of these things worked, and the screen recording is still working, you may have had a system file failure, and then you might want to reset to factory settings, but remember, this will delete all the data from the device!

Before discharge:

  • ๐Ÿ“ฑ Backup important files through Settings โ†’ Additionally. โ†’ Backup and reset.
  • ๐Ÿ” Make sure you know the username and password from your Mi Account (required to unlock after resetting).
  • ๐Ÿ”‹ The battery charge must be at least 50%.

Resetting instructions:

  1. Go to Settings โ†’ About the phone โ†’ Reset settings.
  2. Select Reset All Settings (not to be confused with Network Resettings!).
  3. Confirm the action by entering PIN-code.
  4. Wait for the process to be completed (it will take 5-10 minutes).
What if the screen recording turned on again after reset?
This means that the problem lies in the firmware. Try: 1. Update MIUI to the latest version via Settings โ†’ System Update. 2. Install an alternative firmware (e.g. Xiaomi.eu or Pixel Experience). 3. Contact the service center - the motherboard may be faulty (the MSM region is responsible for processing multimedia).

โš ๏ธ Warning: After reset, some devices may have a "This device is locked" error (if the bootloader was previously unlocked.

6.Use ADB for deep shutdown (for advanced)

If standard methods did not work, and screen recording interferes with work, you can turn it off through the ADB (Android Debug Bridge.This method is suitable for users with an unlocked bootloader and drivers installed ADB/Fastboot.

Instructions:

  1. Connect Redmi Note 7 to your PC via USB (enable USB Debugging in Settings โ†’ About Phone โ†’ MIUI Version โ†’ 7 times click on version, then go back to Additional Settings โ†’ For Developers).
  2. Open the command line (Windows) or terminal (macOS/Linux) and type: adb shell pm uninstall -k --user 0 com.miui.screenrecorder
  3. Reset the device.

This command will remove the system screen recording application for the current user. To return it back, do:

adb shell cmd package install-existing com.miui.screenrecorder

๐Ÿ’ก

Using ADB can lead to unstable operation of the system if you enter incorrect commands. It is recommended to create backup copies before any manipulation through debugging.

7. Alternative solutions: third-party applications and firmware

If you need not just to disable the screen recording, but completely remove its ability - consider the following options:

  • ๐Ÿ› ๏ธ Install custom firmware (such as LineageOS or ArrowOS) where there is no built-in recorder. MIUI (For example, the Game Turbo or Second Space).
  • ๐Ÿ”’ Using Magisk - Disable Screen Recording (available in the Magisk repository) only works on rooted devices.
  • ๐Ÿ“ฑ Blocking apps like App Ops or Bloatware Remover that can disable system recording services.

โš ๏ธ Note: Installing custom firmware or modifying system files through Magisk is warranty-free and can lead to brick. Before experimenting, explore thematic forums (4PDA, XDA-Developers for your model.

FAQ: Frequent questions about screen recording on Redmi Note 7

Why does the screen recording turn on on on its own?
This may be due to: Game Turbo malfunction (check auto-record settings for games); virus or malware (scan your device via Security App or Malwarebytes); power button failure (if recording is enabled by clicking); Solution: disable auto-run for suspicious applications in Settings โ†’ Apps โ†’ Auto-Run.
How to delete all saved screen recordings?
Video recordings are stored in the DCIM โ†’ ScreenRecords or Movies โ†’ ScreenRecords. To delete them: Connect your phone to your PC and manually delete files. Or use a file manager (like Mi File Manager), find the folder and clean it. To automatically clean: Settings โ†’ Memory โ†’ Cleanup โ†’ Scrap files โ†’ Scrap videos.
Can I turn off screen recording without root rights?
Yes, in 90% of cases, standard methods (MIUI settings, deletion of the shortcut, reset) are enough. Root or ADB is required only if: Recording is activated at the kernel level (for example, due to custom firmware).
Why did screen recording work differently after the MIUI update?
Xiaomi regularly changes the logic of how screen recording works. For example: MIUI 12 added an internal sound recording, but there were bugs with spontaneous inclusion. MIUI 13/14 moved the recording settings to Additional settings โ†’ Special features. Solution: after updating, reset the Screen Recorder application settings through Settings โ†’ Screen Recorder Applications โ†’ Screen Recorder โ†’ Storage โ†’ Clear data.
How to record a screen without a built-in recorder?
If you have disabled a standard recording, but sometimes you still need it, use third-party applications: AZ Screen Recorder (without root, but with watermarks in the free version); DU Recorder (supports recording from a webcam); Mobizen (there are streaming functions); Minus: third-party applications can not record internal sound without root on MIUI.