Notes on Xiaomi, Redmi or Poco smartphones often contain important information, from work tasks to personal reminders. But what to do if you need to transfer them to another phone, make a backup or just save them in a safe place? In this article, we will analyze all the current ways of downloading notes, from standard MIUI functions to workarounds for complex cases.
The problem is that the manufacturer doesn't always make the process obvious, like the Notes app built-in doesn't have an Export button, and Mi Account sync isn't stable in some regions, so we tested each method on devices with MIUI 12-14 and put together instructions that are guaranteed to work even on budget models like the Redmi 9A or Poco M3.
Important: If you plan to reset your phone to factory settings or sell it, notes that are synced only through the Mi Cloud can be permanently deleted when you delete your account from your device, so itβs best to save them in multiple formats in advance.
Method 1: Export via Mi Cloud (official method)
The most reliable option is to use the Xiaomi cloud, but it requires pre-configuration. If you haven't synced your notes, do it right now:
- Open the Notes app on your phone.
- Slip on the profile icon (or three horizontal lines) β Settings.
- Select Sync with Mi Cloud and turn on the switch.
- Wait for the synchronization to complete (check the indicator in the upper right corner).
Now we move on to the download:
- π Visit i.mi.com from a computer or other phone.
- π Sign in with the same Mi Account as on your smartphone.
- π In the Notes section, select the entries you need and click Export (arrow icon down).
- π The file is saved in.zip format with.txt files inside (one for each note).
β οΈ Note: If you are using Mi Account from China (e.g., on global firmware with a changed region), access to Mi Cloud via your browser may be blocked.
Method 2: Backup through Google Drive
If you prefer the Google ecosystem, you can redirect notes to Google Keep or Google Docs.
- Install the Google Keep app from the Play Market.
- Open the note in the standard Notes app from Xiaomi.
- Click Share (arrow icon) β select Google Keep.
- Keep will retain the note as a new record, and from there it can be exported to Google Docs or downloaded manually.
For mass export:
- π± Use the Mi Mover app (pre-installed on most Xiaomi devices).
π‘
If notes are not displayed in the backup, check if the Notes app is synced in your Google account settings (Settings β Accounts β Google β Data Sync).
Method 3: Locally save through file system
This is a good method if you don't want to use the cloud or you don't have a stable Internet connection, and notes are stored in the system folder, but access to it requires root rights or a workaround:
No root:
- π² Install a file manager with access to system folders, for example FX File Explorer or Solid Explorer.
- π Cross the path: /data/data/com.miui.notes/files/notes/ Here are the notes in.json format.
- π Copy files to any convenient location (for example, to a memory card).
With root rights:
- π οΈ Use Root Explorer or Mixplorer with Superuser Mode enabled.
- π Move to the: /data/data/com.miui.notes/databases/ This is the note.db database, and you can open it through DB Browser for SQLite on PC.
β οΈ Note: Modifying or deleting files in /data/data/ root-free can cause the application to crash Notes.We recommend that you first create a backup of the folder through ADB: adb pull /data/data/com.miui.notes C:\Backup\Notes
How to get root rights to Xiaomi without unlocking the bootloader?
Method 4: Export through ADB (for advanced users)
If you're familiar with ADB (Android Debug Bridge), you can extract notes directly from your phone to your computer, and this method works even without root, but requires USB debugging enabled:
- Activate Developer Mode on your phone: Settings β About Phone β MIUI version (shap 7 times).
- Enable USB debugging in Settings β Additional β For developers.
- Connect your phone to your PC and execute the command: adb backup -f C:\Notes_backup.ab com.miui.notes On the phone, confirm the creation of a backup copy (do not set a password!).
- The resulting.ab file can be unpacked using Android Backup Extractor.
Inside the archive will be files:
| File. | Description | Format |
|---|---|---|
| notes.db | Note database | SQLite |
| media/ | Attachments (photo, audio) | JPG, PNG, MP3 |
| prefs.xml | Application settings | XML |
| thumbnails/ | Preview of images | JPG |
π‘
ADB-method is the only way to extract notes from a phone that doesnβt turn on (for example, after a screen damage) but requires pre-enabled debugging. USB.
Method 5: Party of the application for the transfer of notes
If standard methods don't work, use specialized utilities. We tested the top 3:
- π± NoteSync (Play Market): Sync notes with Google Drive, Dropbox or send by email. MIUI Notes directly.
- π Mi PC Suite (official software from Xiaomi): Allows you to back up notes to your computer via USB. You can download from the official website.
- π§ Send Anywhere: Transfers notes as.txt or.pdf files to another phone over Wi-Fi Direct.
Instructions for NoteSync:
- Install the application and open it.
- Select Xiaomi Notes from the source list.
- Click Sync and select a target (like Google Drive).
- Confirm access to your Google account.
β οΈ Note: Apps like NoteSync require permission to access the Android Accessibility Service. Donβt install them from unverified sources, this can lead to data leakage.
βοΈ Preparation for export of notes
Frequent problems and their solutions
Even with detailed instructions, users face difficulties.
- π« "Failed to sync with Mi Cloud": Check: - Internet connection (disable VPN). β Date and time on the phone (should be current). β Region of the Mi Account (for Russia/Europe, select Global).
- π "I don't see a file. /data/data/": Without root rights, the system folders are hidden. ADB or file manager with support MTK/Qualcomm chips (e.g., chips, MTK Droid Tools).
- π± "Notes are missing after reset": If you haven't made a backup, try to recover data via Dr.Fone or EaseUS MobiSaver. success depends on whether notes have been overwritten with new data.
If none of these methods work, try an alternative method:
- Take screenshots of each note (hold Power + Volume Down).
- Use it. OCR-an application (such as Google Lens) to recognize text from screenshots.