How to turn off the camera sound on Xiaomi: all the ways to MIUI 14 and 15

Why Xiaomi smartphones make sound when shooting and can it be removed?

The sound of a camera shutter on Xiaomi, Redmi or POCO is not just a design decision, but a consequence of legal requirements in some countries, such as Japan and South Korea, where manufacturers are required to add a click when taking photos to prevent hidden photography, but for most users in Russia, Europe or the United States, it becomes annoying, especially if you often take photos in quiet places, such as lectures, museums or while a child is sleeping.

In this article, we will discuss all the current ways to turn off the camera sound on Xiaomi smartphones running MIUI 14/15, including official settings, workarounds and technical tricks. Importantly, some methods require superuser rights (root) or work with ADB, so they are suitable only for advanced users. Let’s start with the simplest solutions!

⚠️ Attention: Turning off the camera sound may violate local laws in your country, for example, in some regions of Asia, shooting without audible signal is equivalent to hidden recording.

Method 1: Turning off sound through camera settings (official method)

The safest and most recommended way is to use built-in MIUI options. Unfortunately, on most Xiaomi models (for example, Redmi Note 12 Pro+ or Xiaomi 13T), the shutter sound is hard-stitched into the firmware, but in some versions of MIUI it can be muted or replaced.

Try this algorithm:

  1. Open the Camera app.
  2. Touch the badge. βš™οΈ Settings (usually in the upper right corner).
  3. Scroll down to the section Sounds and vibrations.
  4. Try to turn off the options: πŸ”‡ Shutter sound (if any) 🎡 Sound effects (sometimes responsible for clicking) πŸ“³ Vibration during shooting (does not affect sound, but reduces tactile response)

If you don't have these items in your MIUI version, don't despair. That means the manufacturer has blocked the audio change through the interface, so move on to the following.

β˜‘οΈ What to check before changing the camera sound

Done: 0 / 4

Method 2: Transfer the phone to silent mode (temporary solution)

If you need to take a photo without sound, but you don't have time to figure out the settings, use No Sound mode, which turns off all system sounds, including the click of the camera, and minus the method, you have to go back to it every time you shoot.

How to activate:

  • πŸ“± Press the physical volume button down to the end.
  • πŸ”• Select No Sound mode (bell icon with cross-out).
  • πŸ“Έ Now, when shooting, the shutter sound will not play.

⚠️ Note: In some models (e.g, POCO F5) The sound of the camera is played through a separate channel and can ignore the silent mode. If the click is still heard, try the combination No sound. + Bluetooth-enabled headphone (sound will go into the headphones).

πŸ“Š What Way to Turn Off Camera Sound You Have Tried?
Through camera settings
Silent mode
ADB-team
Root access
I've tried nothing.

Method 3: Using ADB to turn off sound (without root)

If the standard methods do not work, you can use the Android debugging bridge (ADB). It is an official tool from Google that allows you to change hidden settings of the system without obtaining root rights. MIUI 12–15.

Step-by-step:

  1. Turn on USB debugging: Go to Settings β†’ About Phone. Tap 7 times on MIUI to activate Developer Mode. Go back to Settings β†’ Additional β†’ Developer. Activate USB Debugging.

Connect your phone to your PC

Download ADB Tools

Google's official package

Open the command line.

adb.exe

adb shell settings put global camera_shutter_sound_enabled 0

Reboot the phone.

If the team doesn’t work, try an alternative:

adb shell settings put system camera_shutter_sound_enabled 0
What if ADB issues a "device unauthorized" error?
This error means that the phone does not trust your PC. Solution: 1. Disable the USB cable. 2. On the phone go to Settings β†’ For Developers and find "Revoke USB Debugging Permits." 3. Confirm the reset. 4. Reconnect the cable and re-confirm the trust on the phone screen.

⚠️ Attention: After update MIUI settings modified through ADB, To get the sound back, use the same command, replacing 0 with 1.

Method 4: Delete the audio file through root access (for experienced)

If you're willing to take drastic measures and your phone has root rights (like Magisk), you can physically delete a file with the shutter sound. This method is guaranteed to work, but requires caution - wrong actions can cause the camera to crash.

Instructions:

  1. Install any file manager with root access (such as Root Explorer or Solid Explorer).
  2. Cross the path: /system/media/audio/ui/camera_click.ogg or (depending on the model): /system/product/media/audio/ui/camera_shutter.ogg
  3. Delete or rename the file (e.g., in the camera_click.ogg.bak).
  4. Reboot the phone.

Critical: Some models (e.g. Xiaomi 12S Ultra) have multiple files duplicated the shutter sound. If you have the click left after you delete it, look for alternative paths: /vendor/overlay/... or /product/overlay/....

πŸ’‘

Before deleting files, back them up! Copy the audio files to a memory card or PC - this will help restore them if the camera stops working.

Method 5: Use of third-party cameras (alternative solution)

If all of the above methods have failed or seem too complicated, install a side-by-side shooting app, many of which allow you to turn off the shutter sound regardless of system limitations.

  • πŸ“· Google Camera (GCam) – Ported versions for Xiaomi often have the option to turn off the sound. download only from trusted sources (e.g. Celso Azevedo).
  • πŸŽ₯ Open Camera is open source with flexible settings. Shutter sound is turned off in Settings. β†’ Other settings β†’ Camera sounds.
  • πŸ“Έ Footage – professional application with manual sound control.

The disadvantage of the method: third-party cameras may not support all the functions of the main module (for example, Pro-mode or Pro-mode). AI-Xiaomi processing. Test them before taking responsible shots!

πŸ’‘

The camera side is the most versatile way to turn off the sound, but they may be inferior to the standard app as shots.

Comparison of methods: which one to choose?

To make it easier for you to determine, we have collected the key pros and cons of each method in the table:

MethodDifficultyRequired. root/ADBWorks after the updateRisks.
Camera settings⭐ (simple)❌ No.βœ… Yes.It doesn’t work for most models.
Silent mode⭐ (simple)❌ No.βœ… Yes.A temporary solution doesn’t always work.
ADB-team⭐⭐ (middle-of-the-road)⚠️ ADB (rootless)❌ Resets when updatedIt may not work on new versions of MIUI.
Deletion of the file (root)⭐⭐⭐ (difficult)βœ… Rootβœ… Yes (unless you update the firmware)Risk of damage to system files
Side of the camera⭐ (simple)❌ No.βœ… Yes.The quality of the photo may deteriorate.

Frequent problems and solutions

When you turn off the camera sound on Xiaomi, users face typical difficulties.

  • πŸ”„ The sound is back after the update MIUI β†’ Repeat the procedure with ADB Check if the settings of the third-party camera have been reset.
  • 🚫 ADB fails to find the device β†’ Install Xiaomi drivers for your model (you can download on the official website).
  • πŸ”Š The sound went away, but another system signal appeared. β†’ In some firmware, the click is replaced by the notification sound. Try turning off notification sounds in your phone settings.
  • πŸ“± The camera stopped working after deleting the files. β†’ Restore deleted files from backup or reset the camera settings to Settings β†’ Annexes β†’ Camera. β†’ Warehouse β†’ Clear the data.

If none of these methods worked, check if your model is on the exclusion list. For example, on the Xiaomi Mi A1/A2 (with pure Android One), the shutter sound is turned off by standard Android tools, and on the POCO X3 Pro, the bootloader may need to be unlocked.

❓ Can I turn off the camera sound on Xiaomi without a computer?
Yes, but the choice is limited. Try: Use silent mode (not always working). Install the camera app (like Open Camera) on the side. On some models (like Redmi Note 10 Pro), you can turn off the sound through Settings β†’ Sounds β†’ System sounds, but this is rare.
❓ Why after the sound is turned off ADB He's coming back?
This is due to resetting settings after the update. MIUI. The firmware overwrites the user settings. Solutions: Re-execute. ADB-command after the update. MIUI Use Magisk modules (e.g. Disable Camera Sound) if you have root.
❓ Will the way to work with ADB on POCO F4 GT?
Yes, but with reservations. POCO F4 GT work MIUI 13/14 for POCO, where the settings may differ. If the standard command adb shell settings put global camera_shutter_sound_enabled 0 It is not working, try: adb shell settings put system camera_sound_forced 0 Also check whether anticheat (protection against cheating in games) does not block changes in system parameters.
❓ Is it legal to turn off the sound of the camera in Russia?
There is no direct ban on shuttering in Russia, but there is a federal law. β„– 152-FZ on Personal Data, which regulates the taking of photographs without consent, if you take photographs in public places without the purpose of violating privacy, there are no risks. However, some institutions (banks, museums) may have internal rules that prohibit silent shooting.
❓ Can you turn off the sound only for video, but leave it for the photo?
Unfortunately, on most Xiaomi models, the shutter sound and the video start sound are controlled by one setting, except for some GCam modifications where these settings are spaced. Try: Install Google Camera with support for your model. In GCam settings, find the Audio partition and disable only Video sound.