Back Up Sticky Notes and OneNote Without OneDrive
How to export and back up Windows Sticky Notes and OneNote notebooks locally without relying on cloud sync
Switching machines or moving away from OneDrive doesn't mean you have to lose your Sticky Notes or OneNote data. Both can be backed up locally, but the process isn't obvious. Here's how to save everything without depending on cloud sync.
Sticky Notes
Modern Windows Sticky Notes syncs to your Microsoft account (the notes show up in Outlook.com under Notes). But if you want a local backup or you're signed out, the data lives in a SQLite database on your machine.
Find the database:
The file is called plum.sqlite and it's located at:
%LocalAppData%\Packages\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe\LocalState\
Press Win + R, paste the path above, and press Enter to open the folder.
Back it up:
- Close Sticky Notes completely (check Task Manager and end the process if it's still running in the background)
- Copy
plum.sqliteto a safe location (external drive, USB, another folder) - That's your backup. Copy the entire
LocalStatefolder if you want to be thorough
Restore on another machine:
- Install Sticky Notes on the new machine (it comes pre-installed on Windows 10 and 11)
- Open Sticky Notes once, then close it completely
- Navigate to the same
LocalStatepath on the new machine - Replace
plum.sqlitewith your backup copy - Open Sticky Notes — your notes should appear
If you're signed into a Microsoft account and cloud sync is enabled, the cloud copy can overwrite your local database. To prevent this, keep Sticky Notes signed out before restoring.
Export notes as text:
Sticky Notes has no built-in export feature. Your options:
- Copy and paste manually — open each note and copy the text. Tedious but works for a small number of notes
- Read the SQLite database — open
plum.sqlitewith a free SQLite browser (like DB Browser for SQLite). Your notes are in theNotetable, in theTextcolumn. You can export the entire table to CSV - Third-party tools — apps like Notezilla or various GitHub scripts can parse and export from the Sticky Notes database
OneNote
OneNote export depends heavily on which version you're using. There are two Windows versions with very different capabilities.
Which version do you have?
- OneNote (desktop app) — the full-featured version included with Microsoft 365/Office. Has a ribbon toolbar and a File tab with export options. This is the one you want for backups
- OneNote for Windows 10 (UWP app) — the simplified Store app. No File > Export menu, no
.onepkgsupport, and very limited backup options. Microsoft has deprecated this version
If you only have the UWP version, install the desktop OneNote from Microsoft 365 or the free standalone download. Open the same notebooks there to access export features.
Export a full notebook:
- Open the notebook in OneNote (desktop)
- Go to File > Export
- Under Export Current, select Notebook
- Choose OneNote Package (*.onepkg) as the format
- Click Export and choose where to save it
The .onepkg file contains the entire notebook structure — sections, section groups, and pages — in one portable file. This is the best format for full backups.
Export individual pages or sections:
- Go to File > Export
- Under Export Current, select Page or Section
- Choose a format:
- .one — OneNote's native section format, good for moving between OneNote installations
- PDF — universal, but flat (no editable structure)
- Word Document (.docx) — editable text, but loses some OneNote formatting
Set up automatic local backups:
OneNote (desktop) can back up your notebooks automatically to a local folder:
- Go to File > Options > Save & Backup
- Under Backup, note the Backup Folder path (usually something like
C:\Users\YourName\Documents\OneNote Notebooks\Backup) - Change this to any local or external drive path you prefer
- Set the backup frequency and number of copies to keep
- Click OK
These automatic backups save individual .one section files. They're useful for recovering from accidental deletions or corruption, but for a complete portable backup, use the .onepkg export described above.
Default backup location:
Even without changing settings, OneNote stores automatic backups at:
%LocalAppData%\Microsoft\OneNote\
Inside you'll find version-specific folders with cached notebooks and backup sections.
Restoring a .onepkg backup:
Double-click the .onepkg file on any machine with OneNote installed. You'll be prompted to choose a location for the restored notebook. It creates a fully functional notebook with all your sections and pages intact.
Importing into other apps:
- Evernote — Evernote has a built-in OneNote importer that pulls notebooks directly from your account
- Notion — supports importing from Evernote (so OneNote to Evernote to Notion is a common path), or you can import exported HTML/PDF files
- Other note apps — export as PDF or Word from OneNote, then import those files
short
- Sticky Notes: close the app, copy
plum.sqlitefrom%LocalAppData%\Packages\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe\LocalState\ - OneNote: open the desktop app, go to File > Export > Notebook > OneNote Package (.onepkg)
- Automatic backups: File > Options > Save & Backup to set a local backup folder
Frequently Asked Questions
Can I access Sticky Notes data without Windows?▾
Yes. The plum.sqlite file is a standard SQLite database. You can open it on any operating system using free tools like DB Browser for SQLite. Your notes are stored in the Note table. This is also the only practical way to export notes as plain text.
What's the difference between .one and .onepkg files?▾
A .one file is a single section (or page when exported individually). A .onepkg file is a complete notebook package that includes all sections, section groups, and pages in one file. Use .onepkg when you want a full backup of an entire notebook. Use .one when you just need to move one section somewhere.
I only have the OneNote UWP app and can't find the Export option. What do I do?▾
The OneNote for Windows 10 (UWP) app doesn't have proper export functionality. Install the desktop version of OneNote — it's included with Microsoft 365, or available as a free standalone download from Microsoft. Sign in with the same account, and your cloud-synced notebooks will appear. Then use File > Export from there.
Will my Sticky Notes sync back from the cloud and overwrite my restored backup?▾
They can. If you sign into a Microsoft account in Sticky Notes, cloud sync can overwrite the local plum.sqlite. To safely restore from a backup, keep Sticky Notes signed out while you replace the database file. If you need cloud sync later, sign in after verifying your restored notes look correct.
How do I back up OneNote notebooks that are stored in SharePoint or a shared OneDrive?▾
The same export process works. Open the shared notebook in the desktop OneNote app, then use File > Export > Notebook > OneNote Package. The export pulls from whatever is currently synced to your local cache, regardless of where the notebook is hosted.