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 notes and 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 .txt one note at a time, which is inconvenient for large volume.

Instructions for Google Keep:

  1. Go to the website Google Takeout (takeout.google.com) and log into your account.
  2. Uncheck all the boxes except Keep.
  3. Select archive format (.zip or .tgz) and maximum file size (we recommend 2 GB for ease of downloading).
  4. Click Create export and wait for an email notification (may take up to 24 hours).
  5. 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:

  1. Install one of the cloud applications on both devices (Dropbox, OneDrive or Yandex Disk).
  2. 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/
  • Copy the note files to the cloud storage folder (for example, Dropbox/Notes_backup/).
  • On the new device, download files from the cloud and place them in the same folder as on the old one.
  • 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-OTG or PC there may be problems with access rights to folders.

    Google Drive|

    Dropbox|

    OneDrive|

    Yandex Disk|

    I donโ€™t use clouds-->

    โš ๏ธ Attention: If you copy notes via USB cable, turn on the File 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:

    1. Install Evernote on both devices and log in to one account.
    2. On the source device, press โ‹ฎ โ†’ Export notes and select the format .enex (special Evernote format).
    3. Save the file to the cloud or to PC.
    4. 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:

    1. Install ADB on PC (download Platform Tools from the Android developers site).
    2. Enable USB Debugging on Android: Settings โ†’ About phone โ†’ Build number (press 7 times), then Settings โ†’ System โ†’ For developers โ†’ USB debugging.
    3. Connect the device to the PC and run the command:
      adb backup -f notes.ab -app com.samsung.android.app.notes
      

      or for Google Keep:

      adb backup -f keep.ab -app com.google.android.keep

    4. On the device, confirm the creation of a backup copy (password is not required).
    5. Copy the file notes.ab to a new device and restore via:
      adb restore notes.ab

    Method limitations:

    • ๐Ÿ”’ Backup The copy .ab is encrypted - without a password it cannot be restored on another device.
    • ๐Ÿ“ฑ On some firmware (for example, MIUI or EMUI) adb backup it is unstable.
    • ๐Ÿ› ๏ธ For unpacking .ab without 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:

    1. Export notes from Samsung Notes to .pdf (via โ‹ฎ โ†’ Export).
    2. Download the PDF to Google Drive.
    3. Open the file via Google Docs (right click โ†’ Open via โ†’ Google Docs).
    4. 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.
    • ๐Ÿ“ 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 than Charging.
      • 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.
    • ๐Ÿ”’ The notes file does not open on the new device:
      • Check the file extension - it may have changed during copying (for example, .snb.txt instead 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.

    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 .pdf and 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:

    1. Open the web version of Keep (keep.google.com).
    2. In the side menu, select Trash.
    3. 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 account and 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:

    1. Open Samsung Notes.
    2. Go to Settings โ†’ Synchronization.
    3. 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:
      1. Export notes to .pdf or .snb.
      2. Connect your phone to PC in mode MTP.
      3. Copy files from the folder /Phone/Notes/ or /SDCard/Notes/.
  • Custom application:
    1. Find the data folder via File Manager (usually /Android/data/{package_name}/).
    2. Copy the database files (.db or .sqlite) to the PC.
    3. Use utilities like SQLite Browser to view the content.
    4. 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 via USB, Bluetooth or Wi-Fi Direct.
    • Backup via ADB: the method works without Internet, but requires a PC and a USB cable.
    • Transfer via SD card:
      1. Copy note files to the SD card.
      2. Insert the card into a new device.
      3. 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.