Share via

How to restore the overwritten Sticky Notes using plum.sqlite ?

Sam-3895 0 Reputation points
2026-02-22T20:56:44.6166667+00:00

i wanna ask, i was overwrote my notes at 1 Sticky Note not on purpose

i found that there's some kinda backup data stored at plum.sqlite

but, how to restore the data from that file..?

still can't figure out how to restore it

anyone knows how to do it..?

Windows for home | Windows 10 | Apps
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Norah-L 3,940 Reputation points Microsoft External Staff Moderator
    2026-02-23T04:46:16.11+00:00

    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:

    1. Close Sticky Notes completely so it doesn’t lock the database.
    2. Win+R > Copy and paste this: %LocalAppData%\Packages\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe\LocalState
    3. Locate the existing plum.sqlite file and rename it (e.g., plum.sqlite.old) to keep a copy of the current notes.
    4. Copy your backup plum.sqlite into this folder.
    5. 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:

    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).

    1. Create a folder (e.g., C:\SQLite...) and move extracted DB Browser files there.
    2. Copy plum.sqlite into that folder. Then open it in DB Browser.
    3. Go to Browse Data tab > select the Notes table.
    4. 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.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.