How to completely remove sound from the screen on Xiaomi Redmi: from simple ways to hidden chips MIUI

Did you play a video on Xiaomi Redmi in a public place and suddenly the sound went to full volume? Or did the MIUI update lose the volume control and the system sounds are heard even when the media is turned off? Situations when you urgently need to remove the sound from the smartphone screen are familiar to everyone. But in Xiaomi devices with their branded MIUI shell, this is not always done intuitively β€” especially if it is about system sounds, alarms or touch sounds.

In this article, we’ll look at all the ways you can turn off the sound on a Redmi screen, from the basics (volume buttons + runner in the curtain) to the hidden ones (disabling sounds via ADB or engineering menus), and highlight the common bugs that can make the sound β€œreturn” on its own, and give a checklist to diagnose the problem. If your Redmi Note 12, Redmi 10 or other model is behaving inappropriately, here you’ll find a solution.

1. Quickly shutting down the sound with volume buttons

The most obvious, but often ignored, way is to use physical buttons. All Xiaomi Redmi models (from Redmi 9A to Redmi Note 13 Pro+) have a universal combination:

  • πŸ”Š Press the volume button once – the sound of the media (music, video) will be muffled to 0.
  • πŸ”” Twice press the volume button - the smartphone will go into the vibration call (notifications and calls will turn off).
  • 🚫 Press three times – activate a completely silent mode (including vibration).

If the buttons do not respond:

⚠️ Attention: On some firmware MIUI 14+ the switching off of sound by the buttons is blocked if in the Settings β†’ Sound enabled Separate Media and Notification Management. To fix this, deactivate this option.

Also check if the "Do Not Disturb" mode is activated with exceptions.

Make sure the volume buttons are not locked with a case |

Check if the Game mode is on (it blocks the volume change)|

Open the notification curtain – it is possible that the sound is controlled by the widget of another application (for example, YouTube)|

Reboot your smartphone if the buttons don’t respond at all-->

2.Switching off the sound through the notification curtain

The notification curtain in MIUI has quick switches to control sound. Here's how to use them:

  1. Swipe down from the top edge of the screen to open the curtain.
  2. Find a panel with a volume control (usually in the upper right corner).
  3. Touch the speaker icon (πŸ”Š) β€” Open the extended sound menu.
  4. Move the Media slider to the left until it stops (turns off the sound in videos, music, games).
  5. For complete silence, switch to Quiet or No Sound.

If there is no regulator in the curtain:

What to do if there is no volume slider?
This means that the sound control widget is disabled in Settings β†’ Notification panel. To return it: Go to Settings β†’ Notification panel β†’ Control widgets. Find Volume and drag it to the active area. Save the changes and check the curtain again.

On some firmware (e.g. MIUI Global 13.0.5), the volume slider can stick at the same level.

  • πŸ”„ Reboot your smartphone – it will reset temporary system errors.
  • πŸ› οΈ Clear the Settings app cache (Settings) β†’ Annexes β†’ Application management β†’ Settings β†’ Clear the cache).
  • πŸ“± Check if there are third-party launchers (like Nova Launcher) that may conflict with the volume widget.

3. disable system sounds in MIUI settings

If you want to remove the system signals (keyboard, lock screen, notifications) rather than the media sound, you have to dig deeper. In MIUI, these settings are scattered across several menus:

Type of soundPath in settingsHow to turn off
Touch soundsSettings β†’ Sound β†’ System SoundsTurn off the Touch Sound and Lock Sound
keyboardSettings β†’ Additional β†’ Language and input β†’ Gboard keyboard (or other) β†’ Settings β†’ Sound when pressedSwitch the slider to the off position.
NotificationsSettings β†’ Notifications β†’ NotificationsSelect No Sound or reduce the volume to 0
Sound of chargeSettings β†’ Sound β†’ System Sounds β†’ Charging SoundTurn off the option (not available on all models)

Pay special attention to MIUI sounds, which often remain active even in silent mode, for example, the sound of a charging connection or a fingerprint error can be heard at full volume, to turn them off:

  1. Go to Settings β†’ Sound β†’ System Sounds.
  2. Scroll down and turn off all unnecessary sounds (e.g., Charging Connection Sound, Error Sound).
  3. For Redmi Note 11/12 models, you may need to turn off MIUI Sounds in Settings β†’ Additional β†’ Special Features β†’ System Sounds.

Screen lock/unlock sound |

Keyboard sounds |

System notifications (SMS, mail)|

Sound of charging connection |

Sound in games/video |

Another (write in the comments)-->

4.Do Not Disturb and Exceptions

If you need to completely remove all sounds (including alarm clocks and bells), use Do Not Disturb mode. But be careful: it can block important notifications.

How to set up:

  1. Open the settings β†’ Sound β†’ Do not disturb.
  2. Activate the mode by selecting: πŸ•’ For a time (for example, 1 hour), πŸ”„ Until manually disabled, πŸ“… Scheduled (good for sleeping).

Exceptions

Alarm clocks

Repeated calls

⚠️ Attention: Redmi with MIUI 14 and newer Do Not Disturb mode can automatically shut down after a reboot or update.To avoid this, fasten it in the notification curtain as a quick switch.

If the regime is not working:

  • πŸ” Check if apps (such as WhatsApp or Telegram) are added to the exclusion list.
  • πŸ“΅ Make sure that the β€œOn the plane” mode is not activated – it covers Do not disturb.
  • πŸ”„ Reboot your smartphone if the mode spontaneously shuts down.

5. Resetting the sound settings to factory

If the sound behaves unpredictable (it disappears, it appears on its own), the cause may be a failure in the settings of MIUI.

  1. Go to Settings β†’ System and device β†’ Resetting.
  2. Select Reset sound settings (on some models this item is called Reset all settings - then the sound will reset along with other parameters).
  3. Confirm the action and wait for the reboot.

Once reset, all custom ringtones, notification volumes, and system sounds will return to factory values, a method that is particularly effective if the problem has occurred after a MIUI update or custom firmware installation.

⚠️ Note: On Redmi with the unlocked bootloader, the sound reset may result in the loss of root rights if they were obtained through Magisk.

If the reset didn’t work, try a more radical method – clearing the /system partition cache via Recovery:

1. Turn off the smartphone.


2. Press the power button + volume increase to enter Recovery.




3. Select Wipe & Reset β†’ Wipe Cache.




4. Reset the device.

6.Switching off sound via ADB (for advanced)

If standard methods don’t work (for example, due to a MIUI failure or a virus), you can turn off the sound via ADB, an Android debugging tool that works for Redmi models on any version of MIUI, but requires a computer.

Instructions:

  1. Download and install ADB Tools on PC.
  2. On your smartphone, activate Debugging via USB (Settings β†’ About Phone β†’ MIUI version – tap 7 times, then go back to Settings β†’ Additional β†’ For Developers β†’ Debugging by USB).
  3. Connect Redmi to your PC and type in the command line: adb shell settings put global volume_music 0 adb shell settings put global volume_alarm 0 adb shell settings put global volume_notification 0 adb shell settings put global volume_system 0 adb shell settings put global volume_voice 0
  4. Reboot your smartphone.

These commands will force the volume to zero for all types of sounds, and to return the sound, replace 0 with a value of 1 to 15 (maximum).

⚠️ Attention: Use ADB It can disrupt some applications (such as Google Assistant or Mi Video) if they depend on system audio settings. β†’ System and device β†’ Backup.

For Redmi models with MIUI 14+, you may need an additional command to reset the sound policy:

adb shell cmd audio set-master-mute 1

7.Sound problems after MIUI update

Many Xiaomi Redmi users experience sound bugs after updating the firmware.

  • πŸ”‡ The sound disappears on its own and returns only after a reboot.
  • πŸ”Š The volume regulator in the curtain does not respond to changes.
  • 🎡 Music is playing, but there are no system sounds (notifications, calls.

How to fix it:

Problem.Reason.Decision
The sound disappears after the screen is blocked.MediaSession service crashes after updateClear the Settings cache and Google Play Services
Volume control is not workingConflict with a sound control application (e.g. Volume Booster)Remove third-party applications for sound
System sounds play at full volume despite settingsResetting audio access rights after updateExecute the command adb shell pm grant android.permission.MODIFY_AUDIO_SETTINGS

If the problem has occurred after the upgrade to MIUI 14/15, try retracing to the previous version via Fastboot:

How to roll back MIUI via Fastboot?
Download the desired firmware version from the official Xiaomi website (choose Fastboot) ROM). Unpack the archive in a folder from fastboot on your PC. Connect Redmi in Fastboot mode. + Turn it down when you turn it on. Run the command: fastboot flash all (or fastboot update). rom.zip, If the firmware is in.zip format). ⚠️ The rollback will reset all data on the smartphone!

If a rollback is not an option, wait for a patch from Xiaomi or use ADB for a manual fix (see previous section).

FAQ: Frequent questions about the sound on Xiaomi Redmi

πŸ”‡ Why my Redmi Note 10 is turning on the sound at full volume?
It's a famous bug. MIUI 12.5–13, associated with MediaSession.Solution: Clear the Settings app cache. Turn off Adaptive Sound in Settings β†’ Update the firmware to the latest version (in) MIUI 14 bug fixed).
🎧 How to turn off the sound in headphones, but leave it on the speakers?
There's no direct setup in MIUI for this, but you can use a workaround: Connect your headphones. Turn down the volume to 0 with buttons (this will only affect the headphones). Turn off the headphones - the volume of the speakers will remain the same. For permanent separate control, install the SoundAssistant app from Google Play.
πŸ”Š After the firmware, the sound disappeared completely?
This is a typical problem when installing custom firmware (for example, LineageOS or Pixel Experience). Check: Is the vendor section stitched correctly (for Redmi on Snapdragon you need a separate file). vendor.img). Does the firmware match your Redmi model (e.g., the firmware for Redmi Note) 11 Pro is not suitable for Redmi Note 11 Pro+). Are audio drivers activated (check Settings) β†’ The phone. β†’ The kernel version β€” if there is a bug, the firmware curve. If the sound is lost after the official update, reset via Recovery (Wipe Data).
πŸ“± Can I turn off the camera sound on Redmi?
On most Redmi models, the camera shutter sound turns off like this: Open the Camera app. βš™οΈ Settings β†’ Shutter sound. Select No sound. If you don't have an option (relevant to Redmi on the phone) MIUI For India/Russia, the shutter sound is only switched off through the ADB: adb shell settings put global camera_shutter_sound_enabled 0
πŸ”„ Sound goes away, it comes out?
Causes of unstable sound on Xiaomi Redmi: Application conflict: Remove programs like Volume Booster, Equalizer or Dolby Atmos (if they are not from Xiaomi). Bluetooth failure: If the problem occurs when connecting to the speaker / headphones, reset Bluetooth settings (Settings) β†’ Connections β†’ Bluetooth β†’ βš™οΈ β†’ Reset settings. Battery savings: In Ultra-saving mode (MIUI 14+) The system can mute the sound to save energy. Turn off this mode. 3.5mm damaged connector: On models with an audio jack. 9A, Redmi 10C) Check it for dust or oxidation.

πŸ’‘

If the sound on Xiaomi Redmi is unpredictable, start by clearing the cache of the Settings app and checking for conflicting programs, which solves the problem 80% of the time without complex manipulation.

If none of these methods worked, the problem may lie in a hardware malfunction, such as damage to the plume of the speaker or microphone (relevant to Redmi after falls or moisture). In this case, contact the Xiaomi service center - self-repair without experience can aggravate the breakdown.