How to find hidden notes on Xiaomi Redmi 8: 5 working ways

Have you ever encountered a situation where an important note suddenly disappears from the Notes app on your Xiaomi Redmi 8? Or suspect someone has hidden the notes from prying eyes? There are several mechanisms in the MIUI operating system that can hide user data, both intentionally (via privacy features) and accidentally (due to synchronization failures). In this article, we will look at all possible places where hidden notes on Redmi 8 can be stored, including system folders, cloud backups, and even deleted files that are not yet overwritten.

The Redmi 8 (M1908C3IG/M1908C3IH) is based on MIUI 11-12 (depending on the firmware version), where the hid-note function is not as obvious as in new models. For example, there is no separate Hidden Notes section in the application menu – you need to search for them through Settings β†’ Privacy or file system. In addition, many users do not know that notes can be automatically archived in the Mi Cloud or duplicated in the /MIUI/Notes/ folder on the internal drive.

Before you start searching, make sure you don’t confuse hidden notes (specifically hidden by the user) with deleted ones (caught in the cart) or unsynchronized ones (staying only on the device).

1. Search through the standard Notes app

Start with the obvious, check if the notes are hidden in the Notes app itself (yellow notebook icon). In MIUI 11/12 for Redmi 8, the concealment function is implemented through password protection or archiving:

  • πŸ” Open the Notes app and tap on the three dots in the upper right corner.
  • πŸ” Select Secure Notes, which is where you store records that are locked with a password or fingerprint. If you haven't set a password, the section will be empty.
  • πŸ“ Check the Archive tab – old notes are automatically moved here (if the option is enabled in the settings).
  • πŸ—‘οΈ Check the Recycle Bin - deleted notes are stored here for up to 30 days, after which they are finally erased.

If you don't find the note in those sections, it may have been exported to a file or synced to another account, for example, MIUI has an option to automatically back up notes in Google Drive or Mi Cloud, which we'll talk about below.

⚠️ Note: If you previously used the Note Export feature (under the β€œMore” menu), files could be saved in.zip or.txt format in the Download or Download folder. MIUI/backup/Notes/. Check these directories through any file manager.

πŸ“Š Have you ever lost your notes on Xiaomi?
Yeah, a few times.
Yeah, but I did.
No, never.
I don't use notes.

2. Check hidden folders through the file manager

MIUI creates hidden directories for storing application data, including notes, and on Redmi 8, they can be in the following ways:

folderWayWhat it keeps.
Notes/storage/emulated/0/MIUI/Notes/Local copies of notes in.json or.db format
backup/storage/emulated/0/MIUI/backup/Notes/Backup copies of notes created by system or manually
Android/data/storage/emulated/0/Android/data/com.miui.notes/Cash and Temporary Files of the Notes app
Download/storage/emulated/0/Download/Exported notes in.txt or.zip format

To see the hidden folders:

  1. Open the file manager (e.g., β€œFiles by Google” or β€œFiles by Explorer”).
  2. Enable the display of hidden files: Settings β†’ Show hidden files.
  3. Follow one of the paths from the table above.
  4. Look for files with.json,.db (note database) or.txt (exported records) extensions.

You can open.db files with applications like DB Browser for SQLite (for PC) or SQLite Editor (for Android). If you are not sure about your actions, you should back up the folder before editing.

πŸ’‘

If you find a note.db file but can’t open it, try copying it to your computer and using the program. DB Browser for SQLite: Note tables store all notes, including deleted ones (field) is_deleted).

3. Recover deleted notes via Mi Cloud

If your notes are missing after resetting or updating MIUI, you can try to recover them from Mi Cloud cloud storage.

  1. Open your Settings β†’ Xiaomi Account β†’ Mi Cloud.
  2. Make sure that Note Sync is enabled. If not, turn it on and wait until the process is complete.
  3. Go to the Notes app and pull the screen down to update the data.
  4. If the notes do not appear, try to log out of the account and log in again.

If sync is disabled but you remember you’ve previously enabled it, try recovering notes via the Mi Cloud web version:

  1. Go to i.mi.com and log in.
  2. Select the Notes section.
  3. Check the Archives and the Recycle Bin folders.

⚠️ Note: If you haven't synced notes with Mi Cloud for a long time, they may have been overwritten with new data, in which case it will not be possible to restore them.

β˜‘οΈ Checking the synchronization of notes

Done: 0 / 4

4.Use of third-party apps to search for notes

If standard methods don't work, you can use third-party tools to scan the device's memory.

  • πŸ”Ž DiskDigger scans internal memory for deleted files, including notes in.txt or.db format.
  • πŸ“± GT Recovery – specializes in recovering data from apps including Notes and Mi Cloud.
  • πŸ“‚ ES Explorer – allows you to view system folders and hidden files (root rights required for full access).

Example of working with DiskDigger:

  1. Install the app from Google Play.
  2. Select Full Scan (requires root rights for maximum efficiency).
  3. Mark the file types: Text documents and databases.
  4. After scanning, look for files with notes names, miui_notes or extension of.db.

Note that without root access, apps will only scan a fraction of the memory, and if you're not ready to root, try connecting your phone to your computer and using programs like Recuva or EaseUS Data Recovery.

What if the application requires root rights?
If you don’t want to root, try alternative methods: connect your phone to your PC and scan the memory through 7-Data Recovery (works without root, but with limitations), and try to recover notes from a Mi Cloud backup or Google Drive, if they are stored there.

5. Search for notes via ADB (for advanced users)

If you're familiar with the command line, you can try extracting notes directly from system files using ADB (Android Debug Bridge), a method that works if the notes aren't synchronized with the cloud and aren't visible in file managers.

Instructions:

  1. Turn on Developer Mode on your phone: Settings β†’ About Phone β†’ MIUI version (shap 7 times).
  2. Activate USB Debugging in Settings β†’ Additional β†’ For developers.
  3. Connect your phone to your computer and open the command prompt (Windows) or terminal (macOS/Linux).
  4. Enter the command to copy the note database: adb pull /data/data/com.miui.notes/databases/notes.db
  5. Open the copied note.db file with the SQLite browser.

In the note table you will find all notes, including deleted (fields). is_deleted=1). To recover a deleted note, change the value is_deleted on 0 And save the file. Then return it to the phone:

adb push notes.db /data/data/com.miui.notes/databases/

⚠️ Attention: Working with ADB Incorrect commands can cause the Notes app to crash. Before changing files, back them up.

πŸ’‘

Use ADB only if other methods have failed, and it is the most effective way to recover notes that have been deleted long ago, but requires technical skills.

6. Alternative storage locations for notes

Sometimes the notes are not saved where you expect them to be.

  • πŸ“ Google Keep – If you’ve ever exported notes to this app, they could have stayed there.
  • πŸ“§ Email - some users send themselves notes by email. Check the folder sent to Gmail or Mi Mail.
  • πŸ’¬ Messages - in MIUI There is a function of Quick notes in messengers (for example, in the SMS Telegram Saved Messages or Telegram Saved Messages).
  • πŸ–₯️ Computer – if you connected your phone to a PC, notes could be saved in the auto-save folder (e.g. My Computer\Redmi) 8\Internal memory\Notes\).

It’s also worth checking out apps for notebooks you may have installed before (such as ColorNote, Evernote, or Simplenote) that sometimes users create notes in one app and search in another.

If you use a second Xiaomi account on your device, notes may have been saved underneath. Switch between profiles to Settings β†’ Accounts and check the Notes app for each.

FAQ: Frequent questions about hidden notes on Redmi 8

Can I recover notes if I dropped my phone to factory settings?
Yes, but only if they've been synced to Mi Cloud or Google Drive. If sync is disabled, chances are minimal - the data is erased irrevocably. Try scanning the memory through DiskDigger immediately after resetting before the files are overwritten.
Why do some notes appear in gray and not open?
The gray color means that the note is locked with a password or archived. Try: Enter a password (if you set it), click on the note and select Unarchivate, check if Incognito is enabled in the application settings.
Can I transfer notes from Redmi 8 to another phone?
Yes, there are several ways: Through Mi Cloud: sync notes and log in to the same account on a new device. Through export: in Notes app, select More β†’ Export and save a file.txt or.zip. Through Google Drive: back up to Settings β†’ Google β†’ Backup. On a new phone, import files through the same Notes app.
Why do I lose my notes after the MIUI update?
This is a common problem when upgrading from MIUI 11 to MIUI 12. Causes: Mi Cloud sync failure. Change in the structure of the note database. Application cache conflict. Solution: Clear the Notes app cache into Settings β†’ Apps β†’ Notes β†’ Storage. Forced sync in Mi Cloud. If notes don't return, try rolling back to the previous version of MIUI (bootloader unlock required).
How to protect your notes from accidental deletion?
To avoid data loss: Enable automatic sync with Mi Cloud or Google Drive. Regularly export notes to the file via Still β†’ Export. Use password protection for important records (they will be stored in the Secure Notes section). Install a third-party backup application, such as Swift Backup (requires root).