How to Safely Extract Windows 11 ‘Sticky Notes Database’ (Recover Deleted Notes)

The Windows 11 Sticky Notes app is a fantastic place to quickly jot down phone numbers, grocery lists, or sudden ideas. However, if you accidentally click the tiny ‘X’ and then click “Delete” on the confirmation prompt, your note vanishes instantly. It does not go to the standard Windows Recycle Bin.

If you don’t use a Microsoft account to sync your notes to the cloud, you might assume that deleted note is gone forever. Fortunately, Windows keeps a hidden, localized SQLite database file on your hard drive. If you act quickly, you can extract your text directly from the raw database code.

How to Safely Extract the Windows 11 Sticky Notes Database

You must navigate into the hidden AppData folder to find the raw `.sqlite` file.

  1. Close the Sticky Notes application completely if it is open.
  2. Open File Explorer (press Windows Key + E).
  3. Click inside the main address bar at the top of the window, copy and paste the following exact file path, and press Enter: %LocalAppData%\Packages\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe\LocalState
  4. You will see a file named plum.sqlite. This is your entire Sticky Notes database.
  5. Right-click plum.sqlite, select Copy, and then Paste it onto your Desktop so you don’t accidentally corrupt the original file.
  6. You cannot open this file by double-clicking it. Instead, right-click the copy on your Desktop and select Open with, then choose Notepad (or WordPad).
  7. The file will look like an absolute mess of broken computer code and random symbols. Ignore the garbage text.
  8. Press Ctrl + F to open the “Find” box.
  9. Type a keyword you remember from your deleted note (like “groceries” or a specific phone number) and click Find Next.

Notepad will highlight your keyword buried inside the messy database code. Your entire deleted sentence will usually be visible right next to it in plain text, allowing you to highlight it, copy it, and safely save your lost information.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.