Watermarks in photos are a signature feature of MIUI firmware that automatically adds the name of the smartphone model (Redmi Note 12 Pro+, POCO X5, etc.) or the Xiaomi logo to the corner of the picture. For some users, this is a convenient way to mark authorship, for others - an annoying detail that spoils the frame. Fortunately, you can remove the inscription from the photo on Xiaomi Redmi in several ways, from standard camera settings to deep interventions in system files.
In this article, we will analyze all current methods - from the simplest (suitable even for beginners) to advanced (requires). ROOT-right ADB). We pay special attention to hidden settings MIUI, Xiaomi doesnโt advertise in the official instructions, but which run on most Redmi models (including the Redmi Note). 10/11/12, Redmi K50, POCO F4 You will also learn how to avoid the watermark reappearing after a firmware update.
Why does Xiaomi add watermarks to the photo?
The manufacturer explains this for several reasons:
- ๐ธ Brand advertising: each shot becomes a โbusiness cardโ of Xiaomi, especially when published in social networks.
- ๐ Authorship protection: Watermark makes it harder to steal photos (though not 100 percent%).
- ๐ฑ Marketing research: the prevalence of watermarked images, the company analyzes the popularity of models.
- ๐ ๏ธ Technical support: when you contact the service center for photography, you can immediately see the model of the device.
But for most users, these arguments are not convincing, and it's particularly annoying that the watermark:
- ๐ผ๏ธ Defaces the composition of the frame (for example, in landscape pictures).
- ๐ค Complicating the processing of photos in graphic editors.
- ๐ Returns after each update MIUI, If you don't turn it off at the system level.
Fortunately, MIUI 12/13/14 has hidden ways to disable this feature.
Method 1: Disabling the watermark in the camera settings (without ROOT)
The simplest method that works on most Redmi models (including the Redmi Note 11 Pro, Redmi K40, POCO X3 Pro, etc.) is suitable for the standard Camera app from Xiaomi:
- Open the Camera app.
- Touch the gears. โ๏ธ in the upper right corner (or swipe to the left if you have a horizontal menu).
- Go to Camera Settings โ Watermark (or Photo Signature in some versions of MIUI).
- Move the slider to the off position.
If there is no such item, then your version of MIUI is hiding this option, in which case try an alternative way:
- In the camera settings, find the Additional or Advanced Settings section.
- Tap on Photo Information โ Tags.
- Turn off the device model or Xiaomi logo option.
โ๏ธ Check before disconnecting the watermark
Important: On some models (e.g. Redmi 9A or POCO M3), this method may not work due to the simplified version of MIUI.
Method 2: Use of the ADB-teams (no teams) ROOT, advanced)
If the camera settings do not have an option to disable the watermark, you can use the ADB-This method doesn't require any teams. ROOT-I'm right, but I'm gonna need a smartphone to connect to a computer:
- Download and install Platform Tools (includes adb.exe).
- On your smartphone, activate Developer Mode: Go to Settings โ About Phone. Tap 7 times on MIUI Version. Go back to Settings โ Additional โ Developer. Turn on USB Debugging.
File transfer
platform-tools
adb devicesThe name of your device should appear.
adb shell settings put global camera_watermark_off 1Reboot your smartphone.
If the team doesnโt work, try an alternative:
adb shell am start -n com.android.camera/.settings.CameraSettings
adb shell input tap 500 1000 # Tap coordinates for opening settings (may differ)
adb shell input text "watermark"
adb shell input keyevent 66 Press EnterWhat if the ADB canโt see the device?
Warning: After the MIUI update, the watermark may return. To avoid this, save the command to a text file and run it after each update.
Method 3: Removing watermark through System File Editing (ROOT)
If you have ROOT-You can remove the watermark permanently by editing system files, which is suitable for experienced users and requires caution!
Instructions:
- Install a file manager with ROOT support (such as Root Explorer or Solid Explorer).
- Go to /system/vendor/overlay/ or (for newer MIUI versions): /product/overlay/
- Find files with names: CameraWatermarkOverlay.apk MiuiCameraWatermarkOverlay.apk com.miui.camera.watermark.overlay.apk
.bak
CameraWatermarkOverlay.apk.bak
Reboot your smartphone.
If the files are not in the specified folders, try searching for the keyword watermark through the file manager.
๐ก
Before editing system files, back up /system/vendor/overlay/ via TWRP or Titanium Backup to help restore the camera to work if something goes wrong.
Attention:
โ ๏ธ Incorrect editing of system files can cause a camera crash or a cyclical smartphone reboot.If the camera stops working after renaming the files, return the original names or restore the backup.
Method 4: Using third-party cameras (bypass)
If none of the above methods worked, you can simply install an alternative application for shooting.
| Annex | Pluses | Cons | Reference |
|---|---|---|---|
| Google Camera (GCam) | โ Absence of watermarksโ Better processing HDRโ Night mode. | โ Requires manual adjustmentโ Not all Redmi models are supported. | Download |
| Open Camera | โ Totally free.โ Supports RAWโ No advertising. | โ Less advanced processingโ The interface is not so comfortable. | Download |
| Footej | โ Professional settingsโ Support 4Kโ No watermarks. | โ Paid (there is a trial version)โ It's hard to set up newcomers | Download |
To install Google Camera on Xiaomi Redmi:
- Download the GCam version optimized for your model (for example, the Redmi Note 10 Pro version from BSG or Wichaya is suitable).
- Install. APK-file (allow installation from unknown sources in security settings).
- Open the app and set the settings: Turn on HDR+ for better color rendering. Turn off WaterMark in the settings (if any). Select the resolution supported by your camera (e.g., 46 MP for the Redmi Note 11 Pro+).
Important: Some versions of the GCam may not support all camera modules (such as ultra-wide-angle or macro).Please check compatibility on the 4PDA or XDA Developers forums before installing.
Method 5: Removal of watermark after shooting (programs and online services)
If you've already added a watermark to your photo, you can remove it with special tools.
- ๐ฅ๏ธ Adobe Photoshop (Platch Tool or Recovery Brush).
- ๐ฑ Snapseed (Healing Hand Function).
- ๐ Online services: Inpaint โ automatically removes watermarks. Remove.bg โ if the sign on a homogeneous background.
- ๐ค Android apps: Remove Watermark (simple interface). Photo Retouch (for point removal).
Step-by-step instructions for Snapseed:
- Open the photo in the app.
- Select the Healing Brush (Plaster Badge) tool.
- Increase the scale and carefully paint over the watermark.
- Click Ready and export the image.
Warning:
โ ๏ธ When you remove a watermark with editors, the image quality in this area will deteriorate (blurred or artifacts may appear). If the photo is important, it is better to retake it without a watermark using methods from the previous sections.
How to prevent a watermark from reappearing after a MIUI update
One of the most common problems is that the watermark comes back after the firmware update.
- ๐ Reverse Automatic Updates: Go to Settings โ The phone. โ Update the system. Slip on the three dots in the top right corner. โ Settings. Turn off Automatic Booting over Wi-Fi.
- ๐ฅ Install updates manually: Download firmware only from the official Xiaomi website. Before updating, back up through Settings โ Additionally. โ Backup and reset.
- ๐ ๏ธ Use Magisk modules (for the purpose of using the ROOT): Install the module. MIUI Watermark Disabler via Magisk Manager. module blocks the addition of a watermark at the system level.
- ๐ Keep the team. ADB: If you have previously used ADB, Save the command to a.bat file and run it after each update.
If the watermark is back, check:
- Did the camera settings reset after the update?
- Is there a new Camera app installed (sometimes Xiaomi releases updates for it separately).
- Have you activated the Professional Mode or Documents (the watermark can be added separately).
๐ก
The most reliable way to avoid watermarking after an update is to use a third-party camera (such as GCam) or disable automatic MIUI updates.