Where are Sticky Notes Saved in Windows 10 and How To Backup and Restore Them

Since the Anniversary Update, the classic version of Sticky Notes has been replaced with the new Universal app that is tightly integrated with Cortana. Because of this, the underline of the data structure has changed. If you are a Sticky Notes person who loves sticking your notes up on your screen, you may want to know where your notes are and how to properly back them up and restore them when needed.

Where are Sticky Notes stored?

All the notes you took are stored in a file called plum.sqlite located in the following folder in your profile.

%LocalAppData%PackagesMicrosoft.MicrosoftStickyNotes_8wekyb3d8bbweLocalState

As its extension name implies, it’s a database file powered by SQLite, a self-contained, high-reliability, embedded, full-featured, public-domain, SQL database engine.

To back up Sticky Notes

You simply go to the folder mentioned above and copy the plum.sqlite file to another folder or USB flash drive.

To restore

If you need to restore your notes to another computer for whatever reason, you can easily copy the same file you backed up earlier to the same directory on that computer.

Before you copy the file, make sure the Stick Notes app isn’t running. Do a quick check in Task Manager to see if it’s still running, and kill the process there if it does.

If you are still on Windows7

The Sticky Notes file is saved in a file called StickyNotes.snt in the following folder:

%appdata%MicrosoftSticky Notes

You can simply copy the file to another folder or onto a USB flash drive to back up your Sticky Notes.

Wondering what’s in the plum.sqlite file?

Since it’s an SQLite file, we can use an SQLite browser to peek at the file to see what the data structure is behind the scene. Quite interesting, isn’t it?

Source