You change your mind about deleting a project database, open Notion's trash to pull it back, and the page you need is already gone. So you go looking for the automatic backup you assumed was quietly running in the background. There isn't one.

No — Notion does not give you an automatic, restorable backup in the sense most people mean: an independent copy of your workspace, on storage you control, that you can roll back to on demand. Notion ships safety nets, and safety nets are not backups.

What Notion actually gives you

Two features get mistaken for backup. Both run on Notion's clock, not yours.

Version history reverses edits on a page you still have. It's per-page undo, and how far back you can reach depends on your plan — a shorter window on Free, longer on higher tiers. Notion changes these numbers, so check their current docs rather than trusting a figure you saw somewhere. It cannot help with a page that no longer exists.

Trash restores a page you deleted, but only for a while. Notion empties trashed content after roughly 30 days, and after that the page is permanently gone: no version history, no support ticket that brings it back. A deleted database row lands in trash as a page you can restore one at a time, which is miserable across hundreds of rows. A row that was overwritten by an edit or an automation was never deleted, so it isn't in trash at all — its old values live only in that page's version history until retention runs out.

FeatureWhat it doesThe catch
Version historyReverses edits on a page you still haveRetention depends on your plan; per-page only
TrashRestores a page you deletedEmptied after ~30 days, then gone for good
Real automatic backupIndependent copy you can restore on demandNotion doesn't ship one; you set it up

This isn't a knock on Notion. Both tools are good at the everyday save: "I pasted over the wrong cell," "I trashed that yesterday by accident." They're just not disaster recovery, and they were never built to be. For the full mechanics and where each one quietly stops helping, see Notion version history and trash limits.

What "automatic backup" would actually require

Call something a backup only if it does three things:

  • Independent copy. It lives outside Notion, on storage you own, so a mistake inside Notion can't reach it.
  • Restorable. You can rebuild the database, not just read a frozen text dump of it.
  • Runs on a schedule you control. It happens whether or not you remember to trigger it.

Version history and trash fail all three. They live inside Notion, they answer to Notion's timers, and neither hands you a copy you actually hold.

But don't admins get workspace exports?

On higher plans, admins can trigger a workspace-level export. That's real, and it's useful, but it's still an export, not a restore. Markdown, CSV, HTML, and PDF save your page text and flat rows while dropping relations (they collapse to plain titles or raw IDs), rollups and formulas (only the frozen value survives), and views, filters, and sorts (gone entirely). Re-importing a CSV creates a brand-new table; it does not reconnect relations, recompute formulas, or rebuild your views. There's no one-click "restore my workspace to Tuesday" button in that flow. The full list of what disappears is in what Notion's export leaves behind.

To get a real automatic backup, you set one up

The good news: it can be free. Automated backups with Restora copy your workspace to storage you own — your Google Drive, any S3-compatible bucket, or a local folder — and nothing is kept on Restora's servers. Backing up is free forever; you only pay if you ever need to restore. Schedule it once from the CLI:

restora schedule --daily 09:00

When you restore, Restora rebuilds databases inside Notion with relations reconnected, rollups and formulas recomputed, and views restored — the structure a plain export throws away.

One honest caveat, because trust is the whole point: a restore creates new Notion pages, so edit history, comments, and creation timestamps reset to the moment you restore. A backup can only bring back what it actually captured, and nothing recovers data already purged from Notion's emptied trash. That's the real lesson: protection has to start before the loss, not after you go looking for a backup that was never running.