July 2026 · Apple Notes Backup

How to Automatically Back Up Apple Notes on Mac

iCloud keeps your notes in sync. It does not keep them safe. Here is how to put a real, hands-off backup in place.

By Ram Velmurugan · Founder & Lead Developer, 1dot.ai

Updated July 2026·11 min read
Short answer: For a truly automatic backup, use two layers. Turn on Time Machine so the Notes database is copied about once an hour, and add a scheduled export that saves each note as a readable file. The free routes are an Apple Shortcut or an AppleScript run by launchd. If you want it to run on a daily, weekly, or monthly schedule without building anything, Apple Notes Exporter Pro handles the export side. Do not rely on iCloud sync alone. It is not a backup.

Disclosure: This guide is published by 1dot.ai, which makes Apple Notes Exporter Pro, a Mac app for exporting and backing up Apple Notes. The free methods below (Time Machine, Shortcuts, and a scheduled AppleScript) are covered first and in full, because they solve this for most people at no cost. The tool is mentioned only where a set-and-forget export genuinely saves you the work.

Most people assume Apple Notes already backs itself up. It syncs to your iPhone and iPad the moment you type, it shows up on iCloud, and Apple is a company you trust with your photos. So the notes must be safe, right?

Not quite. Sync and backup look similar but do opposite jobs. Sync makes sure every device shows the same thing right now. A backup keeps an older copy around precisely so that when the current version goes wrong, you can go back. iCloud gives you the first and almost none of the second. If you delete the wrong note, or a sync glitch mangles a long note you spent an hour on, that damage rides the sync to every device in seconds.

The good news is that a real, automatic backup of Apple Notes is not hard to set up on a Mac, and you have several options depending on how technical you want to get and whether you care about the backup being readable. This guide walks through all of them, starting with the free built-in tools and ending with the fully hands-off approach.

Why iCloud Sync Is Not a Backup

This is the part that catches people out, so it is worth being blunt about it. iCloud is a sync service. Its entire job is to make your notes identical everywhere. That is fantastic for using your notes and useless for protecting them, because the one thing a backup must do is remember a version you have since changed.

Picture the failure that actually happens to people. You are cleaning up your Notes folders on a tired evening, you delete what you think is an old draft, and it turns out to be the note with all your account details. iCloud does not know it was a mistake. It faithfully removes that note from your iPhone, your iPad, and any Mac signed into the same account. Apple Notes does keep a Recently Deleted folder for about 30 days, which saves you if you catch it in time, but that is a short grace period, not an archive.

The same logic applies to a corrupted note, a sync conflict that keeps the wrong copy, or an account you suddenly lose access to. In every one of those cases, sync spreads the problem rather than shielding you from it. A backup is a separate copy that does not move when your live notes move. iCloud is not that. It never claimed to be.

The one-line version
Sync answers “show me the same notes on all my devices.” Backup answers “give me back the note the way it was last Tuesday.” You want both, and iCloud only does the first.

What Time Machine Actually Backs Up

Time Machine is the piece most Mac users already have and forget about, and it does back up Apple Notes. Your notes are stored in a hidden database on the Mac, at ~/Library/Group Containers/group.com.apple.notes/, where the main file is NoteStore.sqlite. Time Machine backs up that folder along with the rest of your Mac, roughly once an hour whenever the backup drive is attached, keeping hourly versions for a day, daily versions for a month, and weekly versions after that.

That gives you a genuinely automatic backup with almost no effort, and it is the right first layer for everyone. It is also the method with the biggest caveat, so be clear about what it is and is not.

Time Machine copies the whole Notes database as a single unit. It does not see your notes as separate files. So when you restore, you are rolling the entire Apple Notes app back to how it looked at a past moment, not lifting out one note. Recover a note you deleted last week and you may lose the three notes you wrote since that backup point. It works, but it is a blunt instrument, and the restored data lands back inside Apple Notes rather than as something you can read on its own.

Good to know
Because the whole database is one file that changes constantly, some people occasionally see a Time Machine warning about NoteStore.sqlite while Notes is mid-write. If that happens, quitting Apple Notes before the backup runs, or letting the next hourly backup catch it, usually clears it.

What an Automatic Backup Should Give You

Before picking a method, it helps to know what a good Apple Notes backup looks like. Three qualities matter, and different methods deliver different ones.

  • Automatic. It runs on a schedule without you remembering. A backup you have to trigger by hand is a backup you will forget.
  • Readable. The result is files you can open without Apple Notes, such as PDF, Markdown, or HTML. That protects you even if you leave Apple Notes, and it makes single notes easy to recover.
  • Separate. The copy lives somewhere other than your live notes, ideally off the Mac, so one dead drive or one bad edit cannot take everything.

Time Machine nails automatic and separate, but not readable. A manual export nails readable, but not automatic. The methods below are really about combining those strengths so you end up with all three.

The Four Methods, Compared

Here is how the realistic options stack up. Pick based on how technical you want to be and whether readable files matter to you.

MethodAutomaticReadable filesEffort to set upCost
iCloud syncNot a backupNoNoneFree
Time MachineYes, hourlyNo, whole databaseLowFree (needs a drive)
Apple ShortcutsSemi, via automationYes, PDFMediumFree
AppleScript + launchdYes, scheduledYesHigh, technicalFree
Scheduled export toolYes, scheduledYes, many formatsLowPaid

Method 1: Time Machine (Turn It On Properly)

Whatever else you do, start here. Time Machine is the safety net under everything, and setting it up is a five-minute job.

  1. Connect an external drive, an SSD, or a network volume you want to use for backups.
  2. Open System Settings, go to General, then Time Machine, and click Add Backup Disk.
  3. Pick your drive and let the first backup finish. After that it runs about every hour on its own.
  4. Leave the drive connected, or reconnect it regularly, so the hourly backups keep happening.

That is the whole setup. From then on your Notes database is captured automatically alongside the rest of your Mac. Apple has a short official guide to Time Machine if you want the exact clicks for your macOS version. Just remember the limitation from earlier: this protects the whole Notes app, not individual readable notes, which is why most people pair it with one of the export methods below.

Method 2: Apple Shortcuts (Free, Readable PDFs)

If you want readable files without spending money, Apple's own Shortcuts app is the friendliest route. You can build a shortcut that walks through every note, turns each one into a PDF, and saves it into a backup folder with the date in the filename.

The core of the shortcut is short. Add a Find Notes action to gather your notes, a Repeat with Each action to loop over them, a Make PDF action inside the loop, and a Save File action that writes each PDF to a folder such as Notes Backup. Adding the note's creation date to the filename keeps versions tidy and sortable.

To make it automatic rather than manual, open the Automation tab in Shortcuts and create a Personal Automation that runs your shortcut on a schedule, for example every day at a set time. On a Mac you can also trigger a shortcut from Calendar or from the command line with the shortcuts run command if you want tighter control. It is not quite as invisible as a background daemon, since automations prefer the Mac to be awake, but for a daily readable backup it does the job at no cost.

Trade-off
Shortcuts is free and truly readable, and PDF is a great archival format. Its limits are that it is PDF-centric, it does not preserve your folder structure as neatly as a dedicated exporter, and scheduled automations run best when the Mac is on and unlocked.

Method 3: Scheduled AppleScript with launchd

For developers and comfortable tinkerers, the most flexible free option is an AppleScript that exports your notes, scheduled by launchd, macOS's built-in job scheduler. This gives you a true set-and-forget backup that even runs when your laptop wakes from sleep.

The AppleScript itself talks to Apple Notes, loops through your notes, and writes each note's body out to a file in a backup folder. Apple Notes exposes the note text as HTML through its scripting interface, so a script can read name and body for each note and save an .html file per note. Keep it simple to start, then refine how you name files and handle folders.

Once your script works when you run it by hand with osascript, you hand the schedule to launchd. Create a small property list in ~/Library/LaunchAgents/ that tells launchd when to run your script:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
  "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>Label</key>
  <string>ai.1dot.notesbackup</string>
  <key>ProgramArguments</key>
  <array>
    <string>/usr/bin/osascript</string>
    <string>/Users/you/Scripts/backup-notes.applescript</string>
  </array>
  <key>StartCalendarInterval</key>
  <dict>
    <key>Hour</key><integer>9</integer>
    <key>Minute</key><integer>0</integer>
  </dict>
</dict>
</plist>

Then load it once so launchd starts honoring the schedule:

launchctl load ~/Library/LaunchAgents/ai.1dot.notesbackup.plist

This example runs the export every day at 9:00 in the morning. The advantage of launchd over old-style cron is that a job set with StartCalendarInterval will fire when the Mac wakes up if it was asleep at the scheduled time, so a closed laptop will not silently skip its backup. The cost is that you are maintaining a script, and if Apple changes the Notes scripting interface you may need to adjust it.

Method 4: Scheduled Exports Without the Scripting

The methods above cover most people for free. The reason a dedicated export tool exists is to give you the AppleScript result, a scheduled export into readable files with folders and attachments intact, without writing or maintaining any code.

This is where Apple Notes Exporter Pro fits. It reads the notes already synced to your Mac and can run scheduled auto-exports on a daily, weekly, or monthly cadence, writing your library out to PDF, Markdown, HTML, Word, JSON, and more. Folder structure and attachments come along, and because it works with the notes already on your Mac, nothing is uploaded anywhere. You set the cadence once, and a fresh, readable copy keeps appearing in your backup folder without you thinking about it.

It is a paid app, so it earns its place only if the convenience of never touching a script, plus format choice and attachment fidelity, is worth it to you. If you back up notes you would genuinely hate to lose, that is usually an easy call. If you just want the occasional PDF, the Shortcuts route is plenty. We wrote a fuller walkthrough of the scheduled-backup workflow in the iCloud Notes Exporter guide.

Which Method Should You Use?

You do not have to pick just one, and the best setups layer a couple of these. Here is the honest split.

Most people

Free, low effort
  • Turn on Time Machine as the base layer
  • Add a scheduled Shortcut for readable PDFs
  • Save the PDFs to an iCloud or synced folder
  • Check the Recently Deleted folder before panicking

Heavy Notes users

Readable, hands-off
  • Keep Time Machine running underneath
  • Schedule exports to Markdown or PDF
  • Preserve folders and attachments
  • Automate it so it never depends on memory

The pattern in both cases is the same: one automatic system-level backup for completeness, and one automatic readable export for recovery and portability. Time Machine plus any export method gives you that. Which export method is just a question of budget and how technical you want to be.

How Often Should You Back Up?

Tie the schedule to the pain of losing work, not to a rule someone made up. If Apple Notes is where your daily thinking lives, a daily export plus hourly Time Machine is reasonable, and you will rarely lose more than a few hours of writing. If you only capture the odd list or recipe, a weekly export is more than enough.

The real win from automating is that the frequency stops depending on your discipline. A backup that runs itself every night beats a perfect backup you keep meaning to do. Pick a cadence you are comfortable with, set it once, and let the machine be the reliable one.

Frequently Asked Questions

Does Apple Notes back up automatically?
Not on its own in a way most people mean by backup. If you use iCloud, your notes sync across your devices, but sync is not the same as a backup, because a deletion or a bad edit is copied everywhere too. If you run Time Machine, the Notes database is included in those automatic backups, so you do have an automatic copy, but it is the whole database rather than individual readable notes. To get an automatic backup of separate, readable note files, you need to schedule an export using Shortcuts, an AppleScript, or an export tool.
Is iCloud a backup for Apple Notes?
No. iCloud keeps the same notes in step across your Mac, iPhone, and iPad, which protects you if one device is lost or broken. It does not protect you from yourself. Delete a note by mistake, or let a sync conflict overwrite something, and that change lands on every device within seconds. A real backup is a separate copy that does not change when your live notes change. iCloud is convenience, not insurance.
Does Time Machine back up Apple Notes?
Yes. Apple Notes stores its data in a database at ~/Library/Group Containers/group.com.apple.notes/, and Time Machine backs up that folder along with everything else on your Mac, roughly every hour when the backup drive is connected. The catch is that it backs up the whole NoteStore.sqlite database as one unit, so restoring means rolling the entire Notes app back to an earlier state, not pulling out one note as a file you can read.
How do I back up Apple Notes automatically without iCloud?
Use Time Machine for a hands-off local backup of the whole Notes database, then add a scheduled export for readable files. The free routes are an Apple Shortcut that saves each note as a PDF and can be triggered on a schedule, or an AppleScript run by launchd at a set time each day. If you would rather not build that yourself, Apple Notes Exporter Pro can run scheduled exports on a daily, weekly, or monthly cadence and write standard files you can open anywhere.
Where are Apple Notes stored on a Mac?
Your notes live in a hidden database at ~/Library/Group Containers/group.com.apple.notes/, and the main file is NoteStore.sqlite. That single file holds your note text, folders, and references to attachments. It is not meant to be opened by hand, which is exactly why exporting your notes to normal files matters for a backup you can actually read and search later.
Can I restore a single deleted note?
For a while, yes. Apple Notes keeps deleted notes in a Recently Deleted folder for about 30 days, so check there first. After that window the note is gone from the app. If you have a Time Machine backup from before the deletion you can restore it, but that rolls back the whole Notes database. A scheduled export sidesteps the problem, because each note already exists as its own file in your backup folder.
How often should I back up Apple Notes?
Match the schedule to how much you would hate to lose. If you write in Notes every day, a daily export plus hourly Time Machine is sensible. If you only jot the occasional list, a weekly export is plenty. The point of automating it is that the right answer becomes the one that happens without you thinking about it, so pick a cadence and let it run.
What is the safest way to back up Apple Notes for the long term?
Combine two kinds of backup. Keep Time Machine on for a full, automatic system-level copy, and add a scheduled export to readable files such as PDF or Markdown, ideally saved to a folder that itself gets backed up or synced off the Mac. That way you are covered against both a broken Mac and a bad edit, and your notes stay readable years from now even if you stop using Apple Notes entirely.

Keep going: if you want an offline copy on a drive you control, see how to back up Apple Notes to an external drive. For the export formats themselves, read how to export Apple Notes as Markdown or as PDF, or browse every Apple Notes export and backup guide.

Put Your Apple Notes Backups on Autopilot

Time Machine covers the database. For a scheduled, readable copy of every note, with folders and attachments intact and nothing uploaded, Apple Notes Exporter Pro runs the export for you on a daily, weekly, or monthly schedule.

Explore Notes Exporter ProRead the backup guide