Recording screens in the background on Xiaomi smartphones is one of the most controversial features of MIUI, which raises questions among users. On the one hand, it is a useful tool for debugging, creating guides or saving important points. On the other hand, a potential threat to privacy if the recording is conducted without your knowledge. In this article, we will understand how the background recording works on Redmi, POCO and Mi devices, what applications can activate it, and most importantly, how to completely disable this process, including hidden system services.
The problem is complicated by the fact that in MIUI, screen recording can be run not only through the standard Screen recording application, but also through third-party utilities, system debuggers (for example, Game Turbo or Security), as well as malware. We will consider all possible scenarios: from obvious settings to profound changes in ADB and Developer Options. Particular attention will be paid to models on MIUI 14/15, where the logic of the background processes has changed.
1. Checking active screen recording: where to look?
Before you turn off the recording, you need to make sure it's actually being done, and there are a few places in MIUI where you can check the activity of this process:
- ๐ฑ Notification panel: Swipe down and look for the record icon (usually a red dot or video camera icon) and on some firmware it may be hidden under the button.
- โ๏ธ Settings โ Special facilities โ Screen recording: All active sessions, including system sessions, are displayed here.
- ๐ Task Manager: Open with a long press on the recent button and check the list of running processes for the presence of com.miui.screenrecorder.
- ๐ Explorer: Recorded files are usually saved in a folder Movies/ScreenRecords or DCIM/Screenshots (If the recording is done through screenshots).
If there's no badge in the notifications, but you suspect the record, check the hidden processes.
- Go to Settings โ About phone and tap the MIUI version 5 times to activate Developer Mode.
- Return to Settings โ Additional โ For developers and turn on Do not turn off the screen when connecting to ADB.
- Connect the phone to your PC and type the command: adb shell dumpsys media.projection If the answer has a line mCurrentProjectionToken with a value of not null, then the record is active.
2. disable standard screen recording in MIUI
If you're recording through the built-in Screen recording app (the camera icon in the Quick Settings panel), you can turn it off with standard means.
- ๐ Through the notification bar: swipe down and tap the record icon (if any) this will terminate the current session, but does not guarantee that the record will not start again.
- โ Deletion of the annex: in MIUI Screen Recorder system application cannot be removed without root rights, but you can disable: Go to Settings โ Annexes โ Application management. Find Screen Recorder (or Screen Recorder!).
- ๐ง Quick access settings: Remove the record button from the notification bar to avoid accidentally activating it: Swipe down twice to open the full panel. Tap the pencil icon (Edit). Find the screen entry and drag it to Unused.
Important: Even after turning off, the application can be launched via hotkeys (e.g. Volume up + Power on some models) to prevent this:
- Go to Settings โ Buttons and gestures โ Quick keys.
- Find the combination to record the screen and turn it off.
โ๏ธ Verification of deactivation of the standard record
3. System services that can record the screen
MIUI has several built-in services that can record screens without you knowing them, and they are harder to detect because they donโt always appear in the notification panel.
| Service | What is used for | How to turn off |
|---|---|---|
| Game Turbo | Recording gameplay, optimizing performance in games | Go to Settings โ Special Features โ Game Turbo and turn off Screen Recording. |
| Security (Security) | Monitoring of activity (including recording of suspicious activity) | In Settings โ Security โ Settings, turn off Screen Recording for analysis. |
| MIUI Optimization | Data collection to improve firmware (may include screencasts) | Only through ADB: adb shell pm uninstall -k --user 0 com.miui.optimization |
| Accessibility Suite | Special features (can record the screen for voice control) | Disable unnecessary services in Settings โ Special features โ Installed services. |
On Xiaomi 13/14 models with MIUI 15, Game Turbo recording can be activated automatically when running games from the โoptimizedโ list (e.g. Genshin Impact or PUBG).
- Open the Game Turbo from the notification panel (gamepad icon).
- Go to Settings โ Screen recording.
- Turn off the Auto Recording and Sound Recording options.
- Remove games from the list of optimized in Settings โ Applications โ Battery Management โ Applications selection.
๐ก
If you still record after you turn off Game Turbo, check the settings of a particular game. Some titles (like Call of Duty Mobile) have a built-in recording feature that works independently of system settings.
4. Search and remove third-party spy apps
If you're recording a screen without your consent, malware may be the culprit, and in MIUI, these apps are often disguised as:
- ๐ "Battery Optimizers (e.g. Battery Doctor, DU Battery Saver).
- ๐ฑ "Launchersโ (fake versions) MIUI Launcher or Nova Launcher).
- ๐ฎ "Cheats for games (e.g. GameGuardian, Lucky Patcher).
- ๐ "VPN-Customers" (especially unknown, such as Turbo" VPN or SuperVPN).
To find and remove such applications:
- Check for special features: Go to Settings โ Special features โ Installed services. Disable permissions for suspicious applications (especially those that request Screen capture or Action Watch).
- Use built-in antivirus: Open Security โ Scan. Run Deep Verification (not fast!) Delete anything labeled RiskWare or Spyware.
- Check Autoboot: In Settings โ Apps โ Autoboot Disable Autostart for Unknown Apps.
List of well-known spy apps for Xiaomi (2023-2026):
- ๐จ Clean Master (up to 7.4.10) โ Records screen for performance analysis".
- ๐จ ES File Explorer (versions 4.2.0.1โ4.2.0.5) โ contains a screencasting module.
- ๐จ UC Browser (in some regional builds) โ can record activity in the browser.
- ๐จ SHAREit (up to 6.0) - transfers not only files, but screenshots.
How to check the application for hidden recording?
5.Deep Cleanup: ADB and Developer Options
If standard methods don't work, you'll have to use a developer tool, which is a good way for power users, and requires a PC connection.
Step 1: Disable media projection through ADB:
- Install ADB Tools on your PC.
- Connect the phone to your computer and allow debugging over USB.
- Enter commands in order: adb shell su pm revoke com.miui.screenrecorder android.permission.MEDIA_PROJECTION pm revoke com.miui.securitycenter android.permission.MEDIA_PROJECTION pm revoke com.miui.optimization android.permission.CAPTURE_VIDEO_OUTPUT
Step 2: Blocking through Developer Options:
- Activate Developer Mode (as described above).
- Go to Settings โ Additional โ For developers.
- Find and Disable: Debug over USB (security settings) Allow screen capture Allow action monitoring
Network settings
Sending error reports
Step 3: Resetting special features settings (if recorded through them):
- Go to Settings. โ Special facilities.
- Slip on the three dots in the upper right corner and select Reset.
- Confirm the action. This will remove all permissions for third-party services.
๐ก
Disabling via ADB is the most reliable way, but requires re-execution after resetting settings or updating MIUI.
Hardware methods: what to do if the recording is conducted at the firmware level
On some Xiaomi models (especially corporate or Chinese), the screen recording can be sewn into firmware.
- ๐ฑ Xiaomi Mi 10T Pro (versions for China with the MIUI CN).
- ๐ฑ Redmi K40 Gaming Edition (has a built-in gaming recorder).
- ๐ฑ POCO F3 GT (firmware MIUI 13.0.4).
- ๐ฑ Black Shark (all models - recorded in Shark Space).
In such cases, only:
- Download the official firmware for your model from en.miui.com. Use the Mi Flash Tool for installation (instructions on Xiaomi.eu).
- Install custom recavator (TWRP) and uninstall system applications: Unlock the bootloader through the Mi Unlock Tool. Install TWRP and delete folders through it: /system/priv-app/ScreenRecorder /system/priv-app/GameTurbo
- Magisk modules: Install Magisk and Disable Screen Recording module (available on XDA).
โ ๏ธ Warning: Flashing and unlocking the bootloader resets all data and can result in a Mi Account lock for 7 days. On models with Anti-Rollback (for example, Xiaomi 12 Pro), the wrong firmware turns the phone into a brick".
7. How to prevent the recording from being re-enacted
Even after the screen is turned off, the screen recording can be activated again after the MIUI update or new applications are installed.
- ๐ Turn off automatic updates MIUI: Go to Settings. โ The phone. โ Update the system. โ Settings โ Turn off Automatic Booting.
- ๐ก๏ธ Use firewall to block suspicious processes: Install NetGuard or AFWall+ (Block Internet access for com.miui.screenrecorder and com.miui.optimization.
- ๐ฆ Control the installation of applications: C Settings โ Security โ Settings enable Installation Check for Unknown Applications. Disable Installation APK browser-based.
- ๐ Check active processes regularly: Use Simple Task Manager (from F-Droid) to monitor background tasks. Pay attention to processes called media.projection, screenrecord, or capture.
List of applications for monitoring screen activity:
| Annex | Functional | Reference |
|---|---|---|
| GlassWire | Monitoring network activity (helps find applications transmitting recording) | Google Play |
| AppOps | Viewing and managing application permissions (including screen recording) | GitHub |
| PCAPdroid | Traffic analysis (record transfers can be detected) | Google Play |
8 What to do if nothing helps?
If youโve tried all the ways, but the screen recording continues, itโs possible:
- ๐ต๏ธโโ๏ธ Device hacked (installed spyware at kernel level).
- ๐ข This is a forced-record corporate phone (e.g., via MobileIron or VMware Workspace). ONE).
- ๐ง Hardware malfunction (for example, chip failure) DSP, video-processing).