Forgetting the password from secure notes on a Xiaomi smartphone is a frustrating situation, but it is not a hopeless one. Unlike standard screen locks, where resetting through Mi Account often helps, notes store data locally or in the cloud with separate protection, which means that there is no universal solution: the recovery method depends on the version of MIUI, the device model (Redmi Note 12, POCO X5, Mi 11, etc.) and whether synchronization with the Mi Cloud was enabled.
In this article, weโll look at all the working methods, from simple (account login) to radical (phone reset to factory settings). Importantly, some methods can lead to data loss, so first check if you have a backup of notes in the cloud. If you used third-party encryption applications (such as Notes Lock or Safe Notes), the algorithm of actions will be different, weโll talk about this too.
We warn you right away: on devices with MIUI 14 and newer, Xiaomi has tightened its security policy - it is almost impossible to restore a password to notes without access to the attached Mi Account. If your smartphone runs on old firmware (for example, MIUI 12), the chances of success are higher.
1. Recovery via Mi Account (if notes are synchronized)
The most reliable way to use a linked Mi Account is to use a Mi Account, which works if:
- ๐ You have enabled note synchronization in Settings โ Mi Account โ Mi Cloud โ Notes.
- ๐ฑ The device is connected to the Internet (via mobile network or Wi-Fi).
- ๐ You remember the username and password from Mi Account (or you can restore them via email/SMS).
Instructions:
- Open the Notes app on the main screen.
- Slip on the icon โฎ (three dots) in the upper right corner โ select Settings.
- Scroll down and click Restore Notes or Sync.
- Enter the data from Mi Account and wait for the process to be completed.
If the notes are not displayed, check:
- ๐ Internet connection (synchronization requires a stable connection).
- ๐ Date of last backup in Mi Cloud โ Notes โ History.
- ๐ Free space in the cloud (if the limit is exceeded, sync is blocked).
๐ก
If you don't remember the Mi Account password, restore it through the official account.xiaomi.com. Use the linked email or phone number. Do not use third-party services to "hack" the account - this is fraud!
โ ๏ธ Warning: On devices with MIUI 13+, after resetting the Mi Account password, you may need to confirm via SMS or email, even if you are logging in from the same device. If you do not have access to the linked number, it will be more difficult to restore the account.
2. Reset password through backup (backup)
If sync with Mi Cloud is disabled but you have previously created a local backup, try recovering notes from it.This method is suitable for users who regularly save data through Settings โ Additional โ Backup and Reset.
How to check for backup:
- Go to Settings โ About the phone โ Memory.
- Put it on the backup (or MIUI Backup).
- Look for files marked notes.db or com.miui.notes.
If backup is found:
Make sure your phone has enough memory (the backup can weigh 100+MB)
Connect the device to charge (recovery process takes 5-15 minutes)
Go to Settings โ Additional โ Restore from backup
Select the most recent archive and confirm the restoration
After restarting, check the Notes app-->
Important: when you recover from the backup, all the current data on the phone will be replaced with the data that was in the archive, which means that new notes created after the backup may be lost. If you are not sure which archive to choose, pay attention to the date of its creation.
| Type of backup | Where it's stored | How to repair | Risks. |
|---|---|---|---|
| Local (MIUI Backup) | Internal Memory (/MIUI/backup/AllBackup) | Through Settings โ Recovery | Replace all data on the phone |
| Cloud (Mi Cloud) | Xiaomi servers | Through Mi Cloud โ Notes โ Restore | Requires access to Mi Account |
| Manual (via PC) | Folder on the computer | Transfer notes.db files via ADB or file manager | Difficult for beginners, risk of data corruption |
Yeah, once a week.
Yeah, but less often.
Just before the firmware update
Never did-- >
3.Use ADB to reset password (for advanced users)
If youโre familiar with USB debugging and command prompting, try resetting your note password via ADB (Android Debug Bridge), which doesnโt work on all devices and requires an unlocked bootloader. On new Xiaomi models (like the Redmi Note 13 Pro+), the bootloader is locked by default, and unlocking it erases all data.
Step-by-step:
- Activate Developer Mode: Go to Settings โ About Phone. Tap 7 times on MIUI Version. Go back to Settings โ Additional โ Developer. Turn on USB Debugging.
Connect your phone to your PC through USB-cable (use the original cable for a stable connection).
ADB Tools
cmd
Terminal
adb devicesIf the device appears in the list, do:
adb shell
su
cd /data/data/com.miui.notes/shared_prefs
rm miui_notes_lock.xmlOnce you reboot your phone, the note password should be reset, so if the su command doesn't work, you don't have root permission, and then it won't work.
โ ๏ธ Warning: Using ADB without experience can cause system files to be corrupted or MIUI crashed. If you are not sure about your actions, you should consult other methods. Also remember that unlocking a bootloader on new Xiaomi devices requires waiting 7-15 days (according to company rules).
What if the ADB canโt see the device?
4. Resetting the phone to factory settings (last resort)
If no other method has worked, hard reset will remove all data from the device, including notes, photos, apps and settings, and only use it if:
- ๐ You donโt remember the password from your Mi Account.
- ๐ฑ There is no important data on the phone (or it is stored in the cloud).
- ๐ง Other recovery methods have failed.
How to reset:
- Turn off the phone.
- Press the buttons Power + Volume up at the same time (on some models - Power + Volume down).
- Wait for the Mi logo to appear and release the buttons.
- In the Recovery menu, select Wipe Data (use volume buttons for navigation, power button for confirmation).
- Confirm the reset by selecting Yes.
- After completion, select Reboot.
Once you reboot, the phone will look like new, you'll need to reconfigure it, including the Mi Account login (if you've previously been tied), and you won't be able to recover your notes without a backup.
๐ก
Factory resets are the last chance to make the phone work again, but it's guaranteed to delete all local data. If you have a backup on Mi Cloud or PC, try recovering through it first.
On some Xiaomi models (such as the POCO F5 or Mi 13), a Recovery reset may require you to enter a password from your Mi Account, even if you donโt remember it, in which case you will have to contact the Xiaomi service center with proof of purchase of the device.
5. Recovery through third-party applications (risks and limitations)
On Google Play and on third-party sites, you can find apps that promise to crack the password for Xiaomi notes, most of which are scams or contain malicious code. But there are legal tools for working with Android databases that in theory can help.
Option 1: Use SQLite Editor (requires root rights)
If you have root access, you can try editing the note database:
- Install SQLite Editor from Google Play.
- Open the application and search for the file /data/data/com.miui.notes/databases/notes.db.
- View the note table โ your notes may be stored there in an unencrypted form.
Option 2: Data extraction programs (e.g. Dr.Fone)
Some paid utilities, like Dr.Fone, claim to be able to extract notes even without root rights.
- ๐ฐ The license fee is often higher than 50-100$.
- ๐ There is no guarantee that the program will be able to decrypt Xiaomi notes (they use their own encryption).
- ๐ก๏ธ Risk of virus infection from unofficial sources.
โ ๏ธ Warning: Before using third-party programs, check reviews on independent sites (e.g., XDA Developers or 4PDA). Never enter data from Mi Account into unknown applications - this may lead to account theft.
๐ก
If you do decide to take a risk, first create a full backup of the phone through TWRP (if installed) or ADB backup.
6.A call for Xiaomi: When it's the only way out
If you have tried all the methods, but access to the notes has not been restored, you need to contact official support Xiaomi.
- ๐ You have forgotten your Mi Account password and it is impossible to recover it (no access to email/SMS).
- ๐ฑ Device locked after failed password attempts.
- ๐ง You are not sure about your technical skills and are afraid of damaging your phone.
How to contact support:
- Go to mi.com/global/support.
- Choose your country and device model.
- Write to chat or create a request by specifying: IMEI phone (you can find out through *#06#). Proof of purchase (check, warranty card). Detailed description of the problem (indicate that you forgot the password from notes).
In some cases, support may be requested by:
- ๐ธ Photo of a box from a serial numbered phone.
- ๐ Screenshot of the screen with an error when entering notes.
- ๐ Passport information (if the device is linked to an account from another country).
The application period is 1 to 5 business days, and in rare cases Xiaomi may offer remote unlocking (unless the phone is stolen), but most often you will be advised to contact a service center for resetting through special equipment.
The cost of the service in official Xiaomi services varies from 500 to 2000 rubles, depending on the model and complexity of the work.
7. How to avoid losing access to notes in the future
To avoid having a forgotten password, follow these guidelines:
Enable sync with Mi Cloud (Settings โ Mi Account โ Mi Cloud โ Notes)
Create a manual backup of notes through Settings โ Additional โ Backup
Use a password manager (such as Bitwarden or KeePass) to store a password from notes
Set up two-factor authentication for Mi Account
Regularly export important notes to a text file (via Share) โ Exports in annex "Notes")-->
Also, look for alternative note-taking apps with more flexible security settings:
| Annex | Advantages | Deficiencies |
|---|---|---|
| Google Keep | Automatic sync with Google Account, no device binding | Limited formatting functions |
| Evernote | Advanced tools for organizing notes, history of changes | Paid subscription for full functionality |
| Simple Notes | Local encryption without cloud binding | No automatic synchronization |
If you still prefer the standard Notes app from Xiaomi, set up automatic backup:
- Open the Settings. โ Mi Account โ Mi Cloud.
- Activate the switch opposite the Note.
- Slip on Sync Settings and select Daily.
- Make sure that Settings โ Memory โ Backup enabled automatic backup creation.
Remember, even if youโre sure youโll remember your password, Xiaomi doesnโt provide official tools to recover it without access to your Mi Account, so backing up is your only reliable way to save your data.