Resetting an Android smartphone to factory settings is a radical, but sometimes necessary step to solve system problems, remove viruses, or prepare the device for sale. However, many users are faced with an unpleasant consequence: disappearance of important notesthat were not synchronized or saved to the cloud. Unlike photos or contacts, notes are often stored locally in applications like Google Keep, Samsung Notes or ColorNote, and their recovery requires a special approach.
In this article we will analyze all possible ways to recover deleted notes - from standard methods through backup copies to advanced techniques using ADB and specialized software. We will pay special attention to the nuances for different manufacturers (Samsung, Xiaomi, Huawei), since their branded note-taking applications work differently. You will also learn what to do if there is no backup, and the notes were deleted along with your Google account.
Before you begin, check one thing: whether your notes were left on another device (tablet, laptop) where you logged in under the same account. Sometimes the problem is solved by simple synchronization.
1. Recovery via Google Drive (for standard notes)
If you used Google Keep or other applications linked to your Google account, the chances of recovery are as high as possible. The system automatically synchronizes data, but only when the backup function is enabled.
To return notes:
- ๐ Login to the same Google accountthat was linked to the phone before the reset. Use the same email and password.
- ๐ฑ Install the Google Keep application from Play Market (if it is not pre-installed).
- โ๏ธ Wait for automatic synchronization. This usually takes 5-10 minutes with a stable Internet.
- ๐ Check the archive: in Google Keep open the menu (three lines) โ โArchiveโ. Sometimes notes get there after a reset.
If the notes do not appear, check the backup settings:
- Go to
Settings โ Google โ Backup. - Make sure that the "Backup application data" option is enabled.
- Look at the date of the last backup - if it is older than the date the notes were deleted, restoration is impossible.
โ ๏ธ Attention: If you deleted your Google account before resetting or changed your passwordthe data could be lost forever. In this case, proceed to method No. 4 (recovery via ADB).
2. Specific methods for branded applications
Smartphone manufacturers often install their own notes apps that don't sync with Google. Let's look at the recovery features for popular brands.
| Brand | Notes application | Recovery method | Account required |
|---|---|---|---|
| Samsung | Samsung Notes | Synchronization via Samsung Cloud or Smart Switch | Yes (Samsung Account) |
| Xiaomi | Mi Notes or Notes | Recovery via Mi Cloud (only if synchronization was enabled) | Yes (Mi Account) |
| Huawei | Huawei Notes | Use Huawei Cloud or local backup (files .hnote) |
Yes (Huawei ID) |
| OnePlus/Oppo | OnePlus Notes or Oppo Notes | Recovery via Oppo Cloud (only for the latest models) | Yes (manufacturer account) |
For Samsung Notes:
- Install the application Samsung Notes from Galaxy Store (not from Play Market!).
- Login your Samsung Account.
- Open the menu (three dots) โ โSettingsโ โ โSynchronize notes.โ
- If the notes do not appear, try restoring them via Smart Switch (you need a backup on your PC).
For Xiaomi Mi Notes:
- ๐ Go to
Settings โ Mi Account โ Mi Cloud โ Notes. - ๐ Turn on synchronization and wait for the data to load.
- ๐ If the notes were in text file format, check the folder
MIUI/Noteson the internal memory (via file manager).
โ ๏ธ Attention: Branded cloud services (Samsung Cloud, Mi Cloud) often have restrictions on the storage time of backups. For example, Samsung stores backups only for 15 days after deleting the device from the account.
Login to the manufacturer's account (Samsung/Mi/Huawei)
Install the original application for notes (not an analogue from the Play Market)
Check the Internet (synchronization requires a network)
Connect the charger (the process may take time)-->
3. Restoring from a local backup (without the cloud)
If synchronization with the cloud has been disabled, there is still hope for local backups. Many note-taking apps automatically save data in hidden folders on the internal memory or SD card.
Where to look for backups:
- ๐ For Google Keep: folder
/data/data/com.google.android.keep/files(access only via root or ADB). - ๐ For Samsung Notes:
/sdcard/Samsung/Notesor/data/com.samsung.android.app.notes. - ๐ For ColorNote:
/sdcard/ColorNote(files with the extension.clnote). - ๐ For Mi Notes:
/MIUI/Notes(files.mnt).
How to restore from a local backup:
- Connect the phone to the PC via USB (in file transfer mode).
- Use a file manager (for example, Total Commander or FX File Explorer) to search for the folders specified above.
- Copy the found files to your computer.
- Install the notes application again and import the data through the "Import" menu (if such an option exists).
If there are no folders or they are empty, try using data recovery apps (about them in the next section).
What to do if the backup folder is empty?
This means that the application did not create local copies. In this case, there are two left. option:
1. Check trash in the notes application itself (sometimes deleted entries are stored there for 7-30 days).
2. Use specialized recovery software (section No. 4).
4. apps for recovering deleted data
If standard methods do not work, they will come to the rescue professional utilities, capable of scanning the device memory at the file system level. They are effective even if the notes were deleted along with the application.
The best apps for Android:
- ๐ ๏ธ DiskDigger โrecovers text files, photos and documents. There is a free version with limitations.
- ๐ ๏ธ EaseUS MobiSaver - supports recovery of notes from Google Keep, Samsung Notes and other applications.
- ๐ ๏ธ Dr.Fone (Wondershare) - paid software with a high percentage of successful recovery, but requires root access.
- ๐ ๏ธ Recuva (for PC) - if you connect your phone as an external drive.
Step-by-step guide for DiskDigger:
- Download and install DiskDigger from Play Market.
- Launch the application and select the file type:
Text documentsorOther files. - Click โStart analysisโ and wait for scanning to complete (may take up to an hour).
- In the results, look for files with extensions
.txt,.json(for Google Keep) or specific to your application. - Select the required files and click โRecoverโ. Save them to your PC or to the cloud.
For Dr.Fone or EaseUS MobiSaver you will need to connect your phone to your computer. These apps scan the memory deeper, but often require disabling the OEM lock and enabling USB debugging.
โ ๏ธ Attention: Do not install recovery apps on the same memory partition where the notes were stored! This may overwrite deleted data. Use an SD card or external storage.
If the phone is not detected by the app, try enabling the MTP (Media Transfer Protocol) mode in the developer settings. To do this, click 7 times on Build number in Settings โ About phone.
5. Recovery via ADB (for advanced users)
If you have developer rights enabled USB debugging, you can try to extract notes via Android Debug Bridge (ADB). This method is suitable if the notes application stored data in its folder, but it was not physically deleted.
What you will need:
- ๐ฅ๏ธ A computer with installed ADB drivers and Platform Tools.
- ๐ฑ Phone with USB debugging enabled (
Settings โ For developers โ USB debugging). - ๐ USB cable (preferably original).
Instructions:
- Connect your phone to the PC and open the command line (or Terminal on Mac/Linux).
- Check the connection command:
adb devicesThe name of your device should appear.
- Get rights root (if the phone is rooted):
adb root - Find the folder with notes for Google Keep:
adb pull /data/data/com.google.android.keep/files/ C:\KeepBackup\For Samsung Notes:
adb pull /data/data/com.samsung.android.app.notes/ C:\SamsungNotesBackup\ - Scan the downloaded files for notes (usually
.dbor.jsonfiles).
If the phone is not rooted, try extracting data from a folder on the SD card (if there is one):
adb pull /sdcard/ C:\SDCardBackup\
To analyze the extracted files use text editors (Notepad++) or specialized utilities like SQLite Browser (for .db files).
โ ๏ธ Attention: ADB commands can damage the system if entered incorrectly. Do not change files in folders/data/or/system/without understanding the consequences.
ADB is the most powerful recovery tool, but requires technical knowledge. If you are not sure of your actions, it is better to contact a specialist or use apps with a graphical interface (section No. 4).
6. Restoring via Titanium Backup (for rooted devices)
If your phone had root access before the reset, and you used Titanium Backup, the chances of recovering your notes are extremely high. This application creates complete backups of user data, including notes.
How to restore:
- Install Titanium Backup from Play Market and provide root access.
- Go to the โBackupsโ tab.
- Find the notes application in the list (for example, Google Keep or Samsung Notes).
- Tap on it and select โRestore.โ
- Confirm data recovery (not system files!).
If the backup was stored on an SD card or in the cloud:
- ๐ Connect the SD card to the phone or download the backup from the cloud (for example, Dropbox or Google Drive).
- ๐ Titanium Backup click menu โ โSpecial actionsโ โ โImport backup from folder.โ
- ๐ Specify the path to the backup folder and select the desired application.
Important: Titanium Backup restores the data to the state it was at the time the backup was created. If you made changes after the backup, they will be lost.
7. What NOT to do: common mistakes
When trying to recover notes, many users take actions that only worsen the situation. Here's what absolutely cannot be done on your phone after a reset. This may overwrite memory sectors where deleted notes were stored.:
- ๐ซ Install new applications to the phone after reset. This may overwrite memory sectors where deleted notes were stored.
- ๐ซ Format the SD card or internal memory. Even if you donโt see the files, they can be recovered with specialized software.
- ๐ซ Restore notes to the same devicewhere they were lost (without prior backup). Itโs better to save them on your PC.
- ๐ซ Use memory cleaners (for example, Clean Master). They delete temporary files that could help in recovery.
- ๐ซ Update the firmware after a reset. A new version of Android may change the data storage structure.
Also avoid:
- ๐ Discharge the phone to 0% during recovery. An unexpected shutdown can interrupt the process and damage files.
- ๐ Change Google account on the device until all recovery attempts are completed.
- ๐ฑ Reset settings again hoping for a โcleanโ result. This will permanently remove any chance of recovery.
If you've already made one of these mistakes, don't panic. Try the methods from section No. 4 (recovery apps) or contact the service center.
FAQ: Frequently asked questions about restoring notes
Is it possible to recover notes if the phone was reset a year ago?
The chances are extremely low. Cloud services (Google Drive, Samsung Cloud) store backups for a limited time (usually up to 60 days). Local files may have been overwritten by new data. Try apps like DiskDigger, but don't expect success.
I donโt remember what application I used for notes. How to find out?
Check:
- Folders on internal memory:
/sdcard/ColorNote,/MIUI/Notesetc. - List of installed applications in Google Play (section "Library").
- Email - you may have received notifications from the notes application.
If nothing is found, try to recover data using all the methods in this article - one of them will work.
Will recovery work if I reset the phone via Fastboot (by command fastboot erase userdata)?
Unfortunately, no. The command fastboot erase userdata performs a partition with user data, which makes recovery almost impossible. In this case, only a backup copy in the cloud or on another device will help. low-level formatting partition with user data, which makes recovery almost impossible. In this case, only a backup in the cloud or on another device will help.
Is it possible to recover notes from a broken screen?
Yes, if the phone turns on and responds to touches (even if the screen is not visible). Connect the device to the PC and use:
- ADB (section No. 5) to extract data.
- apps like Vysor to control the phone from the computer.
- USB debugging + voice assistant (for example, Google Assistant to launch applications).
If the screen is completely dead, you will need repairs or contact a service center to remove the memory.
How to protect notes from being lost in future?
Follow these rules:
- ๐ Enable automatic synchronization in the notes application settings.
- โ๏ธ Create backups manually (for example, export notes to
.txtor.pdf). - ๐ฑ Use cloud services (Google Drive, Dropbox) to store copies.
- ๐ Link notes to your account, rather than storing them locally.
- ๐ก Check your backups periodicallyby opening them on another device.
For critical notes (passwords, documents) use encrypted containers type Cryptomator or VeraCrypt.