Welcome Sam to the Q&A forum!
From what you shared, I understand you accidentally overwrote a Sticky Note and are looking for a way to recover it. You found the plum.sqlite file which seems to store backup data, but you’re unsure how to extract the overwritten notes from it.
Please note that the plum.sqlite file is a live database. Every time you edit or overwrite a note in Sticky Notes, the change is immediately saved into that database. That means the database does not keep old versions, it only reflects the current state of your notes.
If you have a backup copy of plum.sqlite from before the overwrite, you can restore your old notes by replacing the current file with that backup. Here's how:
- Close Sticky Notes completely so it doesn’t lock the database.
- Win+R > Copy and paste this:
%LocalAppData%\Packages\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe\LocalState - Locate the existing
plum.sqlitefile and rename it (e.g., plum.sqlite.old) to keep a copy of the current notes. - Copy your
backup plum.sqliteinto this folder. - Restart Sticky Notes, it should now load the notes from the backup file.
If you don’t have a backup, then the overwritten text is gone. Opening plum.sqlite will only show the latest version of your notes.
Another method you can try is converting the SQLite file into a readable format to check whether the overwritten content is still stored:
- Install DB Browser for SQLite
Note: This is a third‑party site run by SQLite, not by Microsoft. The information appears to be safe. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products).
- Create a folder (e.g., C:\SQLite...) and move extracted DB Browser files there.
- Copy
plum.sqliteinto that folder. Then open it in DB Browser. - Go to Browse Data tab > select the Notes table.
- File > Export > Table(s) as CSV files
Open the CSV in Notepad to read the text.
Hope this could help clarify things. Let me know if you have more questions!
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.