Transferring notes from one Android device to another or creating a backup copy of them is a task faced by millions of users. Unlike photos or contacts, notes are often stored in different applications (Google Keep, Samsung Notes, ColorNote), and there is no universal solution for copying them. Errors during export can lead to the loss of formatting, attachments, or even the texts themselves.
In this article we will analyze 5 proven ways to copy notes โfrom built-in Android tools to third-party services. You will learn how to save text files, images and checklists without loss, as well as what hidden synchronization settings affect a successful transfer. We will pay special attention to problems with encoding and limitations of free cloud services.
1. Copying notes via Google Keep (the most reliable method)
Google Keep is a standard note-taking application on most Android devices. Its main advantage is automatic synchronization with your Google account. However, even here there are nuances that few people know about.
To copy notes through Keep, follow these steps:
- ๐ฑ Open the app Google Keep on the source device and make sure you're signed in to the correct Google account. You can check this in the menu
Settings โ Account. - โ๏ธ Enable synchronization: go to
Settings โ Sync notesand activate the switch. Without this, the notes will remain only on the device! - ๐ Wait until the synchronization is complete (the indicator in the upper right corner should disappear). On slow connections, the process may take up to 10 minutes.
- ๐ฒ On the new device, install Google Keep iz Play Market, sign in to the same Google account and wait for the notes to download.
Important: if the notes do not appear on the new device, check application permissions. Keep requires access to Contacts and Storage to work correctly. Also make sure that both devices have latest version of the application installed - in older versions there were bugs with exporting checklists.
Login to the same Google account on both devices|
Enable synchronization in Keep settings|
Update the application to the latest version|
Check the stability of the Internet connection-->
โ ๏ธ Attention: If you used Google Keep offline mode, notes could only be saved locally. To transfer them, first connect to the Internet and wait for synchronization (the cloud icon is in the โReadyโ status).
2. Exporting notes to a file (for backup)
If you want to back up your notes or transfer them to another application, the best way is to export to a file. Most note-taking apps support the format .txt or .json, but there are important limitations:
- ๐ Google Keep allows you to export notes only through Google Takeout (Google data archiving service). This takes from several hours to a day!
- ๐ Samsung Notes exports notes to
.snb(native format) or.pdf, but without the possibility of mass export. - ๐จ ColorNote supports export to
.txtone note at a time, which is inconvenient for large volume.
Instructions for Google Keep:
- Go to the website Google Takeout (takeout.google.com) and log into your account.
- Uncheck all the boxes except
Keep. - Select archive format (
.zipor.tgz) and maximum file size (we recommend2 GBfor ease of downloading). - Click
Create exportand wait for an email notification (may take up to 24 hours). - Download the archive and unpack it. The notes will be in the folder
Keep/in the format.json.
To import notes from .json to another application (for example, Notion or Evernote), conversion will be required. Use online services like json-csv.com or scripts on Python.
If you need to quickly export a single note from Google Keep, open it in your browser (keep.google.com), click โฎ โ Copy to Google Docs. This way you will save formatting and attachments.
| Application | Export format | Restrictions | Time export |
|---|---|---|---|
| Google Keep | .json (via Takeout) |
No mass export from the application, only through the web version | From 1 hour to a day |
| Samsung Notes | .snb, .pdf |
PDF loses checklist formatting | Instantly |
| ColorNote | .txt |
Only one note at a time, no attachments | Instantly |
| Notion | .csv, .pdf, .markdown |
Free export is limited to 5 MB | 1-5 minutes |
3. Transferring notes through cloud services (Dropbox, OneDrive, Yandex Disk)
Cloud storage is convenient for copying notes if they are saved as files (.txt, .md, .pdf). This method is suitable for applications like Markor or Simplenotethat store data locally.
Action algorithm:
- Install one of the cloud applications on both devices (Dropbox, OneDrive or Yandex Disk).
- On the original device, find the folder with notes. Typically this is:
/storage/emulated/0/Notes/(for ColorNote)/storage/emulated/0/Documents/Simplenote//sdcard/Markor/
Dropbox/Notes_backup/).The advantage of this method is saving the folder structure the ability to select formats. However, there are risks:
- ๐ซ Some applications (for example, Samsung Notes) encrypt local files - they cannot simply be copied.
- ๐ Files
.snb(Samsung Notes) require special software to open on other devices. - ๐ฑ When copying via
USB-OTGorPCthere may be problems with access rights to folders.
Google Drive|
Dropbox|
OneDrive|
Yandex Disk|
I donโt use clouds-->
โ ๏ธ Attention: If you copy notes viaUSB cable, turn on theFile transfer (MTP)notification curtain mode on Android. Otherwise, folders with notes may not appear on the PC.
4. Synchronization through third-party applications (Evernote, Notion, OneNote)
If you use cross-platform services like Evernote or Notion, transferring notes comes down to account synchronization. But there are pitfalls here:
- ๐ฑ Evernote limited free account 60 MB per month - this is enough for ~300 text notes without attachments.
- ๐ Notion does not have an official Android application for export/import - you will have to use the web version.
- ๐ Microsoft OneNote automatically synchronizes with OneDrivebut may conflict with local notes on Samsung.
Instructions for Evernote:
- Install Evernote on both devices and log in to one account.
- On the source device, press
โฎ โ Export notesand select the format.enex(special Evernote format). - Save the file to the cloud or to PC.
- On a new device, import the file via
Settings โ Import.
For Notion the process is more complicated:
How to transfer notes from Notion to a new device?
1. Open the web version of Notion (notion.so) on your PC and export the workspace to .csv or .markdown.
2. On the new device, create a new workspace and import the file via Settings โ Import.
3. When importing .markdown table and database structures may be broken - check the result!
The main disadvantage of third-party services is link to their ecosystem. For example, notes from Evernote are difficult to transfer back to Google Keep without loss of formatting.
5. Copying notes via ADB (for advanced users)
If standard methods do not work (for example, if the screen is broken or you donโt have access to your Google account), you can extract notes via Android Debug Bridge (ADB). This method requires command line skills, but gives access to all local application dataincluding remote notes.
Instructions:
- Install ADB on PC (download Platform Tools from the Android developers site).
- Enable
USB Debuggingon Android:Settings โ About phone โ Build number(press 7 times), thenSettings โ System โ For developers โ USB debugging. - Connect the device to the PC and run the command:
adb backup -f notes.ab -app com.samsung.android.app.notesor for Google Keep:
adb backup -f keep.ab -app com.google.android.keep - On the device, confirm the creation of a backup copy (password is not required).
- Copy the file
notes.abto a new device and restore via:adb restore notes.ab
Method limitations:
- ๐ Backup The copy
.abis encrypted - without a password it cannot be restored on another device. - ๐ฑ On some firmware (for example, MIUI or EMUI)
adb backupit is unstable. - ๐ ๏ธ For unpacking
.abwithout ADB you will need third-party utilities like abe (Android Backup Extractor).
ADB is the only way to extract notes from a device that does not have a screen or sensor. However, without root access you will not be able to read the data of some applications (for example, Samsung Notes in new versions).
6. notes between different brands (Samsung โ Google, Xiaomi โ Huawei)
The most difficult task is copying notes between devices from different manufacturers. For example, Samsung Notes does not have direct synchronization with Google Keep, but Huawei Notes uses its own cloud. Here are the working workarounds:
| Source application | Destination application | Migration method |
|---|---|---|
| Samsung Notes | Google Keep | Export to .pdf โ Convert to .txt via online services โ Import to Keep |
| Huawei Notes | Samsung Notes | Export to .hnote โ Open via Huawei Cloud on a PC โ Copy text manually |
| ColorNote | Evernote | Export to .txt โ Import via Evernote Web Clipper |
| Mi Notes (Xiaomi) | OneNote | Synchronization with Mi Cloud โ Export to .pdf โ Upload to OneDrive |
For transfer between Samsung Notes and Google Keep there is a semi-automatic method:
- Export notes from Samsung Notes to
.pdf(viaโฎ โ Export). - Download the PDF to Google Drive.
- Open the file via Google Docs (right click โ
Open via โ Google Docs). - Copy text from Docs and paste into Google Keep.
Unfortunately, automatic transfer between different ecosystems is not possible due to closed formats. For example, Samsung does not provide an API for exporting notes to other services.
โ ๏ธ Attention: When manually copying notes from PDF to another service formatting is lost (markers, highlighting, attachments). For important notes, we recommend saving the original PDF file.
Common mistakes and how to avoid them
Even with Following the instructions, users encounter problems. Here are the most common errors and their solutions:
- ๐ Notes are not synchronized in Google Keep:
- Check that Google account synchronization is enabled on your device (
Settings โ Accounts โ Google โ Synchronization). - Delete the Keep application cache (
Settings โ Applications โ Keep โ Storage โ Clear cache). - Update Google Play Services โthis component is responsible for synchronization.
- Check that Google account synchronization is enabled on your device (
- ๐ I donโt see the folder with notes when connected to a PC:
- Make sure the mode is selected on the phone
File transfer (MTP)rather thanCharging. - Enable the display of hidden files in Windows Explorer (
View โ Hidden items). - Some applications (for example, Samsung Notes) store data in a protected folder
/data/data/accessible only through root.
- Make sure the mode is selected on the phone
- ๐ The notes file does not open on the new device:
- Check the file extension - it may have changed during copying (for example,
.snb.txtinstead of.snb). - Use the original application to open (for example, Samsung Notes for
.snb). - If the file is damaged, try restoring it through Recuva or DiskDigger.
- Check the file extension - it may have changed during copying (for example,
If you use custom firmware (for example, LineageOS), check the compatibility of note-taking applications. Some services (like Samsung Notes) refuse to work on unofficial builds of Android.
FAQ: Answers to frequently asked questions
Is it possible to transfer notes from Android to iPhone?
Yes, but with limitations:
- For Google Keep: install Keep on iPhone and sign in to the same account Google.
- For Samsung Notes: export notes to
.pdfand upload them to Apple Notes via iCloud. - For Evernote/Notion: use cross-platform applications - they synchronize automatically.
The main problem is that Apple's Notes app does not import from other services. You'll have to copy the text manually or use workarounds through Apple's Notes app. How to recover deleted notes in Google Keep? data-i="293">. To restore: Google Docs.
How to recover deleted notes in Google Keep?
Deleted notes in Google Keep stored in the basket 7 days. To restore:
- Open the web version of Keep (keep.google.com).
- In the side menu, select
Trash. - Find the note you need and click
Restore.
If more than 7 days have passed, try:
- Check Google Drive - sometimes notes are saved there in the form of documents.
- Use Google Takeout for archiving data for past periods.
For Samsung Notes the storage period in the basket is 15 days, for Evernote โdepends on the type of account (free - 30 days).
Why don't notes in Samsung Notes sync with the cloud?
Synchronization problems Samsung Notes usually associated with:
- Lack of a Samsung account: go to
Settings โ Accounts โ Samsung accountand check authorization. - Traffic limitation: data saving mode can be enabled in the Samsung Cloud settings.
- Old version of the application: update Samsung Notes i Samsung Cloud to Galaxy Store.
- Regional restrictions: Samsung Cloud operates with restrictions in some countries.
To force synchronization:
- Open Samsung Notes.
- Go to
Settings โ Synchronization. - Click
Sync now.
How to copy notes from your phone to your computer?
Methods depend on the application:
- Google Keep: use Google Takeout (described above) or manually copy the text from the web version (keep.google.com).
- Samsung Notes:
- Export notes to
.pdfor.snb. - Connect your phone to PC in mode
MTP. - Copy files from the folder
/Phone/Notes/or/SDCard/Notes/.
- Export notes to
- Find the data folder via File Manager (usually
/Android/data/{package_name}/). - Copy the database files (
.dbor.sqlite) to the PC. - Use utilities like SQLite Browser to view the content.
For automation, you can use scripts on Python with the library android-backup, but this requires programming skills.
Is it possible to transfer notes without the Internet?
Yes, but with reservations:
- Local file copying: if notes are stored as files (
.txt,.md), copy them viaUSB,BluetoothorWi-Fi Direct. - Backup via ADB: the method works without Internet, but requires a PC and a USB cable.
- Transfer via SD card:
- Copy note files to the SD card.
- Insert the card into a new device.
- Import data through a file manager.
Limitations:
- Without the Internet not allowed synchronize notes via cloud services (Keep, Evernote).
- Some applications (for example, Samsung Notes) block access to local files without root access.