You've just updated your firmware on the Xiaomi Pad 6 or installed a new app, and suddenly there are three gray dots in the top right corner of the screen? This mysterious indicator doesn't disappear even after the reboot, distracts from watching videos and interferes with games. What is the reason for its appearance and how to remove three dots on the Xiaomi Pad 6 without resetting to factory settings?
This symbol is not a system failure, but a part of MIUI functionality that signals active processes in the background.
- π Background screen recording (included via notification panel or third-party apps)
- π€ Using a microphone (such as voice assistants or instant messengers)
- π‘ Active. VPN/Proxies (especially if they are always onΒ»)
- π οΈ Debugging functions for developers (for example, ADB or USB-debugging)
In this article, weβll look at all the ways to remove an indicator, from basic settings to hidden commands for power users, and if the points come back after the MIUI update, youβll learn how to block them forever.
1. Check active processes through the notification panel
The quickest way to identify the culprit is to deploy the notification bar and see which apps are using a microphone, camera or screen recording. On the Xiaomi Pad 6 for this:
- Swipe your finger down to open the notification curtain.
- Click on the Active Processes icon** (three dots in a circle) or the text Screen Record/Microphone used.
- In the list, find an app marked βRecordβ or βAccess to the microphoneβ and forcefully close it.
If there's nothing on the list, but the dots remain, the problem goes deeper, perhaps it's a system process or an application with administrator rights.
2. Disable screen and microphone recording in settings
More often than not, three dots appear because of the screen background recording that users accidentally enable through Quick Settings or gestures. On the Xiaomi Pad 6, check out:
- π± Recording Gesture: Go to Settings β Special facilities β Gestures β Record the screen and turn off the option.
- π₯ Streaming Apps: If you use Twitch, YouTube Studio or Screen Recorder, close them through Settings β Annexes β Application management.
- π Voice assistants: Google Assistant or XiaoAI can activate the microphone. β Annexes β All applications β [name] β Permits.
If the dots disappeared after these actions, the problem is solved. If not, move on to the next step.
π‘
On Xiaomi Pad 6, screen recording can automatically turn on when you connect to the device. HDMI-monitor or when using Miracast. check the Wireless Display settings in the Connections and Sharing section.
3. Resetting permissions for applications (without data loss)
Sometimes the dots appear because of permission conflicts, where an application accesses a microphone or camera but doesn't release it after closing, to reset permissions without deleting data:
- Open Settings β Applications β Application Management.
- Slip on the three dots in the top right corner and select Reset Application Permissions.
- Confirm action. The system will automatically disable all permissions for third-party programs.
- Reboot the tablet (power button β Reboot).
After the reboot, check if the dots have disappeared. If so, gradually return permissions to apps to identify the culprit. Start with instant messengers (Telegram, WhatsApp) and social media - they often request access to the microphone for voice messages.
Which apps most often cause permission conflicts?
4. Disable debugging functions (for power users)
If youβve previously turned on developer mode or used ADB, three dots can signal active debugging processes.
- π USB-debugging (Settings) β The phone. β Version. MIUI β 7 taps β For developers β USB-debugging)
- π§ Error logs for developers β Book of errors MIUI)
- π₯οΈ Demonstration of touches (For developers) β Show touch)
To disable these functions:
- Go to Settings β Additional β For developers.
- Find the option βDebug by USBβ and deactivate it.
- Scroll down and turn off the MIUI Error Journal and Show Touch.
- Important: Restart the tablet after that, as some processes may remain active until the reboot.
If the points appear after connecting the tablet to the PC via ADB, execute the command in the terminal:
adb shell settings put global hidden_api_policy 0This command will reset hidden API policies that sometimes conflict with status bar display.
5. Verification of VPN and proxy connections
Many Xiaomi Pad 6 users are facing points because of the VPN-applications that run in the background even after closing:
- π Warp (Cloudflare) β can remain active in Always On modeΒ».
- π ProtonVPN or NordVPN β sometimes not shutting down the tunnel when you exit.
- π‘ Orbot (Tor) β Creates a permanent proxy connection.
To check and disable VPN:
- Open Settings β Connections and Sharing β VPN.
- Remove all saved configurations (slip on VPN β βDeleteβ).
- Go to Settings. β Apps, find them. VPN-Customer and clear the cache (Storage) β Clear the cache).
If you are using a Private DNS (in Settings β Connections β Private DNS), temporarily disable it, as some servers (such as dns.google) may conflict with MIUI.
π‘
VPN-Auto Connect applications often cause three dots. Turn off this option in the settings. VPN or remove the app completely if you do not use it regularly.
6.Reset security settings (last resort)
If none of these methods worked, the problem may lie in the MIUI security settings, in which case only resetting the security settings (without deleting personal data) will help:
- Open Settings β About the phone β Reset settings.
- Select βReset security settingsβ** (not to be confused with a full reset!).
- Enter a password (if required) and confirm the action.
- After rebooting the tablet, the points should disappear.
This method resets:
- π Passwords and fingerprints (they will have to be reconfigured).
- π‘οΈ Application Permits (will need to be confirmed again).
- π± Screen lock settings (if a pattern lock is used).
Warning: Donβt confuse this reset with Factory Resetting β the latter will delete all your data!
Check out MIUI updates in Settings β About Phone β System Update
Remove newly installed applications
Disable all VPNs and proxy
Try to roll back to the previous version of the firmware via Fastboot
-->
7. Manual removal via ADB (for advanced)
If the points appear due to a system failure, they can be removed through ADB-This method requires connecting the tablet to a PC and basic terminal knowledge.
Instructions:
- Install ADB Tools on your computer.
- Turn it on. USB-Debugging on Xiaomi Pad 6 (Settings) β The phone. β Version. MIUI β 7 taps β For developers β USB-debugging).
- Connect the tablet to the PC and perform in the terminal:
adb devices
adb shell settings put global icon_blacklist notification_dotsIf the team doesnβt work, try an alternative:
adb shell pm disable-user --user 0 com.miui.securitycenterβ οΈ Warning: Disabling com.miui.securitycenter may disrupt some functions MIUI, For example, a fingerprint scanner or a face unlocker, use this method only if other methods have not helped!
Table: Causes of points and solutions
| Reason. | How to check | Decision |
|---|---|---|
| Screen recording | Deploy the notification panel β icon πΉ | Disable in Quick Settings or Special Opportunities |
| VPN/proxy | Settings β VPN or Private DNS | Remove configurations, disable autoconnection |
| Microphone used | Notification panel β Β«Microphone activeΒ» | Close applications (voice assistants, messengers) |
| USB debugging | Settings β For developers β USB-debugging | Disable debugging, perform adb kill-server |
| MIUI failure | The points do not disappear after rebooting. | Resetting security settings or rolling back firmware |