Dates and timestamps on a Xiaomi Redmi Note 7 photo can ruin even the best shot β especially if you want to share or print it on social media. Unlike flagship models, where this feature is easily disabled in camera settings, on budget smartphones (including Redmi Note 7) the option is often hidden or absent. The problem is complicated by the fact that the tags are sewn directly into the EXIF- data or over the image at the firmware level.
In this article, weβll break down 5 proven ways to remove date from photos, from standard tools MIUI to third-party editors and manual tampering with system files. You will learn why tags appear even when the function is disabled, how to avoid them in the future, and which applications will cope with the task without losing quality. Special attention will be paid to the method using ADB - it is the only guaranteed to remove the date from photos taken in the "Document" or "Professional" mode, where the tags are sewn into the image itself.
Why the date appears in the photo and whether it can be turned off in the settings
On the Xiaomi Redmi Note 7, time stamps are added automatically in three cases:
- πΈ Document mode (Chamber) β More. β Document β here the date and time are sewn into the image as part of the functionality for scanning documents.
- βοΈ Watermark settings β In some versions of MIUI (especially on Chinese firmware), the option is enabled by default in Camera β Settings β Watermark.
- π Firmware updates β after MIUI 12+ updates, tags begin to appear on some devices even in standard shooting mode.
The problem is that the Redmi Note 7 doesnβt have a direct date-off option in the camera menu (unlike the Redmi Note 10 or POCO X3). Even if you disable watermarks, tags can remain on photos taken in Document or Professional modes. This is because the firmware automatically adds EXIF- tags, which some applications (such as βGalleryβ) display as text.
β οΈ Warning: If the date only appears when you view a photo in the standard Gallery MIUI, but is not available when you open it through other apps (e.g. Google Photos), the problem lies in the metadata display settings, in which case it is enough to clear the Gallery cache or use an alternative viewer.
Before you start removing the labels, check:
Open a photo in Google Photos or another third-party app β is the date visible?
See the file properties (click βMoreβ in the Gallery) β is there a line with a date/time?
Take a test shot in the mode βOrdinaryβ and βDocumentβ β where exactly do the tags appear?
Check the camera settings for the βWatermarkβ or βTime Marksβ itemΒ»-->
Method 1: Disabling watermarks in camera settings
The easiest method is to deactivate the built-in watermark function, which is sometimes responsible for the date overlay, but on the Redmi Note 7, this item may be missing or hidden:
- Open the Camera app.
- Put it on the icon. βοΈ Settings (or swipe from the right edge of the screen).
- Scroll down to the Watermark section (English version).
- Turn off the slider or uncheck the date and time item.
If the item "Watermark" is not:
- π Check the version MIUI in Settings β About Phone. On firmware older than MIUI 12, the option can be called "Time Marks" or "Signatures."
- π Install a global firmware version (if you have Chinese) β this setting is more common.
- π± Update the Camera app via Google Play (if available for your region).
β οΈ Warning: On some versions of MIUI for the Redmi Note 7, the watermarks are reset after the system update.
If the method doesnβt work, move on to the next method β the problem goes deeper than just customizing the interface.
Method 2: Delete date through editing in the MIUI Gallery
The standard Gallery app on Xiaomi has a built-in editor that in some cases allows you to remove overlay text (including date) This method works if the tag is added as a separate layer rather than sewn into the EXIF:
- Open the photo in the Gallery, where you need to remove the date.
- Slip on the icon βοΈ Edit in the bottom menu.
- Select the Crop tool and try to trim the edge with the date (if the label is located on the corner).
- If the trimming doesnβt work, go to the Effects or Settings section and look for the Remove Objects option (available on not all versions of MIUI).
- Manually circle the date with your finger β the system will try to mask it with surrounding pixels.
Limitations of the method:
- β Does not work for tags sewn into EXIF (they are displayed as part of the image).
- β May leave artifacts on monochromatic backgrounds (e.g., sky or walls).
- β Suitable for dates added as a separate text layer (more commonly found in screenshots).
If your version of Gallery does not have a Remove Objects tool, use third-party editors (see Method 4).
Method 3: Using ADB to disable system tags (advanced method)
This is a way for users who have a date stitched into firmware and even when watermarks are turned off. We will edit system settings via ADB (Android Debug Bridge), the only method that is guaranteed to remove the date from photos taken in Document mode on the Xiaomi Redmi Note 7.
You'll need:
- π₯οΈ Computer with installed ADB-tool.
- π± Included debugging by USB on the phone (Settings) β The phone. β Version. MIUI β 7 times tap to unlock the developer mode, then Settings β Additionally. β For developers β Debugging by USB).
- π USB-cable (preferably original).
Step-by-step:
- Connect the phone to the PC and confirm the debugging permission.
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with adb.exe.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Execute the command to disable watermarks: adb shell settings put global watermark_enabled 0
- Reboot your phone: adb reboot
If the team doesnβt work, try an alternative:
adb shell am start -n com.android.camera/.settings.WatermarkSettingsActivityThis command must open a hidden menu of watermark settings (does not work on all firmware).
| ADB Team Team | Description | Application |
|---|---|---|
| watermark_enabled 0 | Turns off watermarks globally | For all modes of photography |
| persist.camera.watermark.enable 0 | Turns off camera-level tags | Requires root rights |
| am force-stop com.android.camera | Forcedly stops the camera | After the settings change |
β οΈ Warning: Using ADB can cause the camera to run unstable if you type in the wrong commands. Before experimenting, back up your data via Settings β Additional β Backup and Reset.
If the ADB- method didnβt help, there are two options: upgrade the firmware to the latest version of MIUI (where the problem can be fixed) or use third-party editors for post-processing.
Method 4: Third-Party Date Deletion Applications
If the system methods didnβt work, specialized editors will come to the rescue, and we tested 5 apps and selected the ones that best cope with the dates in the photo with the Xiaomi Redmi Note 7:
- π¨ Snapseed (Google) β Healing is a great tool for masking dates on homogeneous backgrounds. Free, no ads.
- βοΈ Adobe Lightroom β The Healing Brush feature allows you to accurately remove text without traces.
- πΌοΈ TouchRetouch specializes in removing objects, including tags. paid (β200β½), but there is a trial version.
- π± Photo Editor by Aviary is a simple interface with the Remove tool.
- π EXIF Eraser - deletes metadata (including date) but does not touch the visual part.
Step-by-step instructions for Snapseed:
- Open the photo in Snapseed and tap on the Tools icon.
- Select a replacement (Healing).
- zoom in and circle the date with your finger, and the app will automatically fill the area with surrounding pixels.
- If the result is not perfect, use the brush tool for manual correction.
- Save the image in the Gallery (select Export without loss of quality).
For complex backgrounds (for example, if the date is superimposed on the text of the document):
π‘
Before deleting the date, duplicate the layer (the βLayersβ icon β βDuplicateβ) in Snapseed. This will allow you to cancel the changes if the result does not suit you.
If the tag is stitched into EXIF and displayed as part of the image, no editor can remove it without a trace, in which case only Method 3 (ADB) or flashing the device will help.
Method 5: Manual editing of EXIF- data (for power users)
Sometimes the date is not part of the image, but is stored in the file metadata (EXIF), which is not visible when viewed in most applications, but can be displayed in the MIUI Gallery or when printed.
- Install the EXIF Eraser app or Photo Exif Editor from Google Play.
- Open the photo in the app and find the fields with the date/time (for example, DateTimeOriginal, DateTimeDigitized).
- Clear these fields or replace them with arbitrary values (for example, 0000:00:00:00:00:00).
- Save the changes β this will create a new copy of the photo without metadata.
Alternative method for PC:
- π₯οΈ Connect your phone to your computer and copy the photo.
- Use the ExifTool (free) program or the online service exif.tools.
- Run the command to remove all EXIF- tags: exiftool -all= your photo.jpg
- Transfer the processed photo back to your phone.
β οΈ Warning: Deleting EXIF- data erases not only the date, but also other useful information: camera model, shooting settings, geolocation. If you care about that data, save the original photo.
This method will not help if the date is visually superimposed on the image (as in the βDocumentβ mode), in which case combine it with editing in Snapseed or Lightroom.
How to Prevent Date from Appearing in New Photos
To avoid problems in the future, follow these guidelines:
- π΅ Do not use Document mode for normal photos β it is designed to scan and always adds tags.
- π Update the firmware to the latest version MIUI. In new builds (starting with MIUI 13), the date problem is partially solved.
- π± Install an alternative camera, like Google Camera (GCam) β no time stamps added. Open Camera is open source, no watermarks.
- π§ Check your camera settings regularly after updates β sometimes they get reset.
If you often take pictures of documents and do not want to lose the functionality of tags, try:
How to save the date in the photo, but remove it when printing?
For users who often encounter a problem, we recommend combining the ADB- method (to disable system tags) and GCam (for shooting without watermarks).
π‘
On the Redmi Note 7 with MIUI 12.5+ firmware, the date problem in Document mode is partially solved - labels are added only when the Watermark function is enabled in the settings.