Contents
- Why Standard Methods Don't Always Work
- Method 1: Synchronize with Mi Cloud
- Method 2: Direct transmission by USB-cable
- Method 3: Exporting notes to the mail
- Method 4: Third-party backup applications
- Method 5: ADB-Teams for experienced users
- Note formats and PC compatibility
- Frequent Questions on Post-Transfer Notes
Transferring notes from Xiaomi, Redmi or POCO to a computer seems like a simple task โ until you face the limitations of the standard Notes app. Unlike photos or contacts, text recordings often โhideโ in closed folders of the system, and export is not available for all models. For example, on the Xiaomi Mi 11 with MIUI 14, the path to note files is different from that in MIUI 12 on the Redmi Note 9.
Compounding the problem, Xiaomiโs Notes app does not support direct export to.docx or.txt formats, either through the cloud or manually. MIUI And we're going to focus on preserving formatting (bold text, lists, attachments) and compatibility with older models. Windows/macOS.
Method 1: Synchronize with Mi Cloud
Xiaomiโs official method is synchronizing notes through the Mi Cloud, which works on all devices with MIUI 10 and later, but requires an active Mi Account account and a stable Internet connection, the main advantage is that notes retain the original formatting (colors, highlights, attached images).
To transfer notes to PC:
- Open the Notes app on your phone.
- Tap it on. โฎ โ Settings โ Synchronize and switch on the switch.
- Wait until the synchronization is complete (the cloud icon at the top will turn green).
- Go to i.mi.com and log in to the same account.
- Select the Notes section and all entries will be displayed. To save, click on the Note โ Export (.html or.txt formats are available).
โ ๏ธ Note: If the note contains attachments (photos, audio), they are not exported through the web version of Mi Cloud. USB-cable.
Make sure your phone is on mobile internet or Wi-Fi.
Check the free space in Mi Cloud (free 5GB)
Update the Notes app to the latest version on Google Play
Turn it off. VPN โ It can block synchronization.-->
| Advantages | Deficiencies |
|---|---|
| Save formatting and attachments (when you copy files directly) | Requires a Mi Account account |
| Automatic backup | Limitation on the amount of cloud storage |
| Access from any device | There is no export of investments in the web version |
Method 2: Direct transmission by USB-cable
If cloud sync is not available (e.g., on custom firmware POCO F1), you can copy notes directly via USB. This method works even without root rights, but the path to the folder depends on the version of MIUI:
- ๐ For MIUI 12โ14: /storage/emulated/0/Android/data/com.miui.notes/files/notes/
- ๐ For MIUI 10โ11: /storage/emulated/0/MIUI/Notes/
- ๐ For older versions: /data/data/com.miui.notes/databases/ (root)
Instructions:
- Connect your phone to your PC through USB-cable (select File Transfer Mode).
- Enable the display of hidden folders on your computer (View โ Hidden elements in Windows).
- Follow one of the paths above (depending on the MIUI version).
- Copy files with the.json or.db extension on your PC.
- Use special converters (e.g. MiuiNotesExporter) to read.
โ ๏ธ Note:.db files contain all notes in encrypted form. To read them, you need a password from the Mi Account attached to the phone. If you don't remember it, restore access in advance.
๐ก
If the com.miui.notes folder doesnโt show up, try enabling the developer mode (Settings โ About Phone โ MIUI version โ tap 7 times) and allow debugging over USB.
Method 3: Exporting notes to the mail
The most versatile method is to send notes to yourself by email, which works on all Xiaomi models, including the Redmi 7A or POCO X3 Pro, but has a limitation: you can export only one note at a time, suitable for rare records or a small amount of data.
How to export:
- Open the note in the Notes app.
- Press. โฎ โ Share. โ Email (or other messenger).
- Select your email address and send the letter.
- On your computer, open your mail and save the attachment (usually.txt or.html format).
For package exports, use the selection mode:
- ๐ Hold your finger on any note. โ highlight.
- ๐ Click Share and select an email client.
- ๐ All notes will be sent in one letter (each - a separate attachment).
โ ๏ธ Note: When exporting via email, formatting (bold text, lists, colors) is lost.If it is critical, use Mi Cloud or third-party apps.
How to save formatting when exporting to the post office?
Method 4: Third-party backup applications
If the built-in methods don't work, you can use third-party utilities, which allow you to:
- ๐ Automate backups.
- ๐ Save notes in.pdf,.docx,.md.
- ๐ Bypassing restrictions MIUI file-access.
Top.-3 apps:
| Annex | Export formats | Features |
|---|---|---|
| Notes Backup & Restore | .xml, .txt | It works without root, supports MIUI 12-14 |
| MiXplorer | .json, .db | Requires manual file copying but saves attachments |
| Notepad+ | .md, .pdf | Imports Notes from Xiaomiโs Notes, but needs a setup |
Notes Backup & Restore:
- Install the app from Google Play.
- Run it and select Backup Notes.
- Specify the folder to save (for example, Downloads).
- Connect your phone to your PC and copy the backup file (notes_backup_*.xml).
- For recovery on PC, use Notes Backup Viewer.
โ ๏ธ Note: Some applications (e.g. MiXplorer) require permission to access the device's memory. MIUI Blocks access, go to Settings โ Annexes โ Special access โ Manage all files and enable permission for the utility.
๐ก
Third-party apps are the only way to save notes in Markdown (.md) or PDF format with full formatting.
Method 5: ADB-Teams for experienced users
For users familiar with Android Debug Bridge (ADB), there is a way to extract notes directly from the system database.This method works even on locked phones (if USB debugging is enabled) and is suitable for Xiaomi with any version of MIUI.
What will be required:
- ๐ฅ๏ธ Computer with installed ADB Tools.
- ๐ฑ Included debugging by USB on the phone (Settings) โ The phone. โ Version. MIUI โ 7 taps โ Additionally. โ For developers โ Debugging by USB).
- ๐ Password from Mi Account (if notes are encrypted).
Extract commands:
adb pull /data/data/com.miui.notes/databases/notes.db
adb pull /storage/emulated/0/Android/data/com.miui.notes/files/notes/To decrypt notes.db, use the utility miui-notes-decrypt:
python miui_notes_decrypt.py notes.db < your password from Mi_Account>โ ๏ธ Warning: If the phone has enabled device encryption (in the security settings), note files will be further protected, in which case you will need to unlock the bootloader, which will reset all data on the phone.
Note formats and PC compatibility
When transferring notes, it is important to consider what format they are saved in and how to open them on your computer. Xiaomi uses several types of files:
| Format | Where do you meet? | How to Open on PC | Does the formatting retain |
|---|---|---|---|
| .json | /files/notes/ folder in MIUI 12+ | Any text editor (Notepad++, VS Code) | Yes. JSON-marking) |
| .db | Systemic database | SQLite Browser or miui-notes-decrypt | Yeah (after decryption) |
| .txt | Export via email or Mi Cloud | Notepad, WordPad | No (text only) |
| .html | Export via Mi Cloud (web version) | Any browser | Partially (depending on styles) |
To convert.json or.db to a convenient format (.docx,.pdf) use:
- ๐ Online converters: JSON to CSV (tabular).
- ๐ฆ Local Utilities: MiuiNotesTools (converts to Markdown).
- ๐ Text editors with support JSON: Notepad++ plug-in JSON Viewer.
โ ๏ธ Note:.db files from the folder /data/data/ It contains all the user's notes, including the deleted ones, and when you open it with SQLite Browser, you'll see a note table that stores both current and archived records.