The “Don’t close the speaker area” warning is one of the most annoying features of MIUI firmware that Xiaomi, Redmi and POCO smartphone owners encounter. A message pops up every time you accidentally cover the top speaker with your hand while talking or listening to music, interrupting the sound playback for 2-3 seconds. While the feature is designed to protect the device from overheating and damage to the membrane, in practice it often interferes with rather than helps — especially if you use a high-sided case or hold the phone in a horizontal position.
In this article, we will discuss 5 working ways to disable the warning, from simple settings in the MIUI menu to editing system files (for advanced users). All methods have been tested on devices with MIUI 12-14 and Android 10-14, including the Xiaomi 13/14 series, Redmi Note 12/11 and POCO F5/X5 models. Importantly, some solutions require root rights or install third-party utilities - we will specify the risks and alternatives for each case.
Why is there a warning and can it be ignored?
The message “Do not close the speaker area”** is triggered by two sensors:
- 🔊 Approximation sensor – detects when you hold your phone to your ear (used to turn off the screen during a call).
- 🌡️ Thermistor - Controls the temperature of the speaker, if it exceeds 45-50°C, the system forcibly lowers the volume or blocks the sound.
According to Xiaomi, the function should prevent:
- 🔥 Overheating and deformation of the membrane dynamics (especially in budget models with plastic housings).
- 📵 Loss of sound quality due to dust or moisture holes.
- 🚫 False alarms of the proximity sensor (for example, in the pocket).
In practice, however, the system often gives false alarms when using thick-sided covers, while playing horizontally or when connected to Bluetooth headphones. Moreover, in the POCO F4 GT and Redmi K50 Gaming models, the warning can appear even at minimum volume due to aggressive cooling settings.
⚠️ Warning: Disabling the speaker's protection completely can cause physical damage to the speaker when playing sound at maximum volume for a long time. If you notice that the speaker is beginning to "hritter" or distort the sound, immediately return the default settings!
Method 1: Disconnect via hidden MIUI settings (no root)
The safest method is to use an engineering menu. MIUI, This is available on most devices without any additional rights. MIUI 12–14:
- Open the Phone app and enter the combination: ##36446337## (this is the code for accessing the CIT - Customization Interface Test).
- Select Hardware Testing → Audio → Loud Speaker.
- Find Speaker Protection (or Dynamic Protection) and set Disable.
- Save the changes and restart the phone.
If the code doesn’t work, try an alternative:
- 📱 Go to Settings. → About the phone and 5 times click on the version MIUI, activate the developer mode.
- Return to Settings → Additional → For developers and enable USB debugging.
- Connect your phone to your PC, install Android SDK Platform-Tools and follow the command: adb shell settings put global speaker_protection_enabled 0
⚠️ Attention: After update MIUI The settings in the engineering menu may reset. Repeat the procedure if the warning appears again.
☑️ Preparation for switching off the protection of the speaker
Method 2: Use the Activity Launcher app
If the engineering menu is not available, you can bypass the restrictions with a third-party application called Activity Launcher (available on Google Play), which does not require root rights, but does not work on all models.
Instructions:
- Install and open Activity Launcher.
- In the search box, enter CIT or Engineering Mode.
- Select Activity with com.android.settings/.TestingSettings (or similar).
- In the menu that opens, look for Audio → Speaker Protection and turn off the option.
If the Speaker Protection section is missing, try an alternative path:
- 🔍 In Activity Launcher, find com.miui.player (Music app»**).
- Open activity.settings.SoundSettingsActivity.
- Scroll down and find the hidden option Disable Speaker Warning (may be called otherwise).
On some firmware (e.g. Xiaomi.eu), this method allows you to turn off the warning permanently, but on official versions of MIUI, the effect can be temporary.
What if Activity Launcher doesn’t find CIT?
Method 3: Edit the build.prop file (root required)
For users with an unlocked bootloader and installed Magisk, a method of editing the system file build.prop is available. This will turn off the warning at the firmware level, but requires caution - incorrect changes can lead to a bootloop ( looped boot).
Step-by-step:
- Install a file manager with root support (such as Solid Explorer or FX File Explorer).
- Go to /system/build.prop and back up the file.
- Open build.prop in the text editor and add the line at the end: persist.speaker.protection.disable=1
- Save the file, set the rights to 644 (r-w-r--r---) and restart the device.
If the warning remains after the reboot, try adding another line:
ro.vendor.audio.speaker.protection=false⚠️ Note: Before editing build.prop, make sure you have custom recaveri (e.g, TWRP) To restore the system in case of an error, also make sure that the file does not contain duplicate lines, which can cause conflicts.
💡
If the phone stopped loading after building.prop editing, go to TWRP, mount /system partition and delete the added lines.
Method 4: Remove system APK (for advanced users)
The most radical method is to remove the system application responsible for monitoring the speaker, which is only suitable for root-righted devices and can cause the sound subsystem to function unstable, and we recommend it only if other methods have not worked.
Instructions:
- Install Root Explorer or Titanium Backup.
- Go to /system/priv-app/ or /system/app/.
- Find a file called MiuiSoundRecorder.apk (on older versions of MIUI), AudioMonitor.apk (on new firmware), SpeakerProtection.apk (on some POCOs).
.bak
AudioMonitor.apk.bak
Reset the device.
If you have any problems with sound after deleting (for example, the sound in the calls is lost), return the file back or restore it from the backup.
| Xiaomi model | Name APK | Risk of instability |
|---|---|---|
| Xiaomi 13/14 Pro | AudioMonitor.apk | Medium (the sound may disappear in the calls) |
| Redmi Note 12 | MiuiSoundRecorder.apk | Low. |
| POCO F5 | SpeakerProtection.apk | High (possible lags in games) |
| Xiaomi 12T | AudioEffect.apk | Medium (may reset after update) |
💡
Removing system APKs is a last resort, and if you’re not sure what you’re doing, use Methods 1-3 or go to custom firmware (e.g. Xiaomi.eu) where it’s disabled by default.
Method 5: Install custom firmware (for enthusiasts)
If you are annoyed not only by dynamic warnings, but also by other limitations of MIUI, consider installing an alternative firmware.
- 🌍 Xiaomi.eu – modified version MIUI without Chinese services and with unnecessary warnings disabled.
- 🤖 LineageOS or Pixel Experience – firmware based on pure Android without branded “chips” Xiaomi.
- ⚡ ArrowOS – optimized firmware with advanced sound settings.
The installation process shall include:
- Unlock the bootloader via Mi Unlock Tool (requires a Mi Account binding and a wait of 7-14 days).
- Installation of custom recavery (TWRP or OrangeFox).
- Flash (firmware) of the selected assembly through the recaveri.
Advantages of custom firmware:
- ✅ No Dynamic Warnings and Other Intrusive Notifications.
- ✅ Possibility of fine tuning of sound (for example, through ViPER4Android).
- ✅ Lack of advertising and unnecessary system applications.
Disadvantages:
- ❌ Loss of warranty (if the device is under warranty).
- ❌ The risk of “bricking” with incorrect firmware.
- ❌ There may be bugs with the camera or sensors (on some models).
Before installing, be sure to check firmware compatibility with your model on the XDA Developers or 4PDA forums.
What do you do if nothing helps?
If you’ve tried all of these methods, but the “Do not close the speaker area” warning continues to appear, check out the following:
- 🔄 Update. MIUI up to the latest version – in new builds, Xiaomi sometimes fixes bugs with false alarms of sensors.
- 🛠️ Check the speaker for physical damage – if the membrane is deformed, the system can mistakenly fire even without locking the holes.
- 📱 Reset the settings to factory (in Settings) → Additionally. → Recovery and resetting.This will help if the problem is caused by an application conflict.
- 🔊 Turn off all sound effects in Settings → Sound. → Sound effects – sometimes they interfere with the correct operation of sensors.
If the problem persists, it may be a hardware defect, in which case contact Xiaomi service center — especially if the phone is warranty. Tell the wizard that the warning appears even when the speaker is open and the volume is low — this will help to more accurately diagnose the problem.
💡
On some models (e.g., the POCO X3 Pro), the warning may be due to a microphone malfunction, rather than a speaker.