 {"id":519290,"date":"2024-07-03T10:00:00","date_gmt":"2024-07-03T17:00:00","guid":{"rendered":"https:\/\/jorgep.com\/blog\/?p=519290"},"modified":"2026-02-18T13:02:14","modified_gmt":"2026-02-18T20:02:14","slug":"how-to-back-up-your-onenote-files","status":"publish","type":"post","link":"https:\/\/jorgep.com\/blog\/how-to-back-up-your-onenote-files\/","title":{"rendered":"How to Back Up Your OneNote Files"},"content":{"rendered":"\n<p>Please note that this original blog post was updated on 4\/15\/2025 to reflect some changes on application consolidation.   <\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>Microsoft&#8217;s OneNote application has become an essential tool for organizing information, whether you&#8217;re managing work projects, personal notes, or collaborative ideas. Its seamless integration with cloud services like OneDrive and SharePoint makes it easy to access notebooks from anywhere. But that convenience can lead to a false sense of security. Many users assume their data is safe simply because it&#8217;s stored in the cloud. In reality, backing up your OneNote files is a critical habit that can protect you from data loss, sync errors, and account disruptions.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>See <a href=\"https:\/\/jorgep.com\/blog\/tag\/onenote\/\">other previsouly posted OneNote-Related blogs <\/a>as well<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Side note:<\/h2>\n\n\n\n<p><\/p>\n\n\n\n<p>Starting October 14, 2025, Microsoft will end support for OneNote for Windows 10.. The ONLY officially supported version moving forward is simply called OneNote\u2014no year or edition attached.  More on this on <a href=\"https:\/\/jorgep.com\/blog\/onenote-the-new-old-name\/\">OneNote &#8211; The New Old Name <\/a><\/p>\n\n\n\n<p><strong>OneNote<\/strong>, or sometimes called OneNote desktop app, it\u2019s the only Windows version that will continue receiving updates and feature enhancements beyond the cutoff date.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Why Backing Up OneNote Matters<\/h3>\n\n\n\n<p>Although OneNote syncs your notebooks to the cloud, that doesn&#8217;t mean your data is immune to loss. <\/p>\n\n\n\n<p>Here are a few common risks:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Accidental deletion of pages or entire notebooks<\/li>\n\n\n\n<li>Sync errors that corrupt or overwrite content<\/li>\n\n\n\n<li>Changes or deletions made by collaborators in shared notebooks<\/li>\n\n\n\n<li>Loss of access due to account issues, migrations, or organizational changes<\/li>\n<\/ul>\n\n\n\n<p>If your notes contain valuable information, backing them up ensures you retain control and can recover them independently of Microsoft\u2019s cloud infrastructure.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How OneNote Stores Your Data<\/h3>\n\n\n\n<p>Depending on how you use OneNote, your notebooks may be stored in different locations:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Storage Type<\/th><th>Location Example<\/th><th>Backup Method<\/th><\/tr><\/thead><tbody><tr><td>OneDrive \/ SharePoint<\/td><td><code>https:\/\/company.sharepoint.com\/personal\/username\/...<\/code><\/td><td>Manual export required<\/td><\/tr><tr><td>Local Disk<\/td><td><code>C:\\Users\\YourName\\Documents\\OneNote Notebooks<\/code><\/td><td>File copy or script<\/td><\/tr><tr><td>OneNote Cache<\/td><td><code>C:\\Users\\YourName\\AppData\\Local\\Microsoft\\OneNote<\/code><\/td><td>Scripted backup<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>If you&#8217;re using OneNote for Microsoft 365 or OneNote 2016, you can export entire notebooks as <code>.onepkg<\/code> files. These are self-contained archives that include all sections, pages, embedded files, and formatting.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How to Back Up Your OneNote Notebooks<\/h3>\n\n\n\n<p><strong>Manual Export (Recommended)<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open OneNote desktop (not the web or Windows 10 app).<\/li>\n\n\n\n<li>Go to File \u2192 Export \u2192 Notebook \u2192 OneNote Package (.onepkg)<\/li>\n\n\n\n<li>Save the file to a secure local folder.<\/li>\n<\/ol>\n\n\n\n<p>Once exported, you can use a PowerShell script to archive these files with timestamps for easy restoration.<\/p>\n\n\n\n<p><strong>Backup OneNote Cache<\/strong><br>If your notebooks are synced from SharePoint or OneDrive, OneNote stores a local cache. You can back this up using a script like:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$timestamp = Get-Date -Format \"yyyyMMddHHmmss\"\n$source = \"$env:LOCALAPPDATA\\Microsoft\\OneNote\"\n$target = \"C:\\LocalData\\OneNoteBackup_$timestamp\"\nCopy-Item -Path $source\\* -Destination $target -Recurse -Force<\/code><\/pre>\n\n\n\n<p>Note: Cache files are not readable <code>.one<\/code> files. They are useful for recovery but not direct access.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How to Restore a .onepkg File<\/h3>\n\n\n\n<p>To restore a notebook from a <code>.onepkg<\/code> file:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Double-click the file (requires OneNote desktop).<\/li>\n\n\n\n<li>Choose a location to restore the notebook.<\/li>\n\n\n\n<li>OneNote will recreate the notebook with all its content.<\/li>\n<\/ol>\n\n\n\n<p>This method restores all sections, pages, embedded files, and formatting. However, it does not preserve sharing permissions or sync history.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Limitations to Know<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>.onepkg<\/code> files do not retain sharing permissions. You\u2019ll need to reconfigure sharing manually.<\/li>\n\n\n\n<li>They cannot be opened in the web or Windows 10 version of OneNote.<\/li>\n\n\n\n<li>Microsoft does not offer an automated export API, so regular manual exports are necessary.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Why You Should Back Up Regularly<\/h3>\n\n\n\n<p>Backing up your notebooks weekly or monthly protects against unexpected data loss. If you&#8217;re working on shared notebooks, regular exports give you a personal copy, even if someone else modifies or deletes content. Backups are especially important before major transitions, such as job changes, device upgrades, or account migrations.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Final Thought<\/h3>\n\n\n\n<p>OneNote is a powerful tool, but it&#8217;s not immune to error or loss. A consistent backup routine ensures your notes remain safe, accessible, and under your control. Whether you&#8217;re a student, professional, or creative thinker, protecting your digital notebooks is a smart and simple habit worth adopting.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Resources:<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/support.microsoft.com\/en-us\/office\/what-s-the-difference-between-the-onenote-versions-a624e692-b78b-4c09-b07f-46181958118f\">What&#8217;s the difference between the OneNote versions? &#8211; Microsoft Support<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Please note that this original blog post was updated on 4\/15\/2025 to reflect some changes on application consolidation. Microsoft&#8217;s OneNote application has become an essential tool for organizing information, whether you&#8217;re managing work projects, personal notes, or collaborative ideas. Its seamless integration with cloud services like OneDrive and SharePoint makes it easy to access notebooks&#8230;<\/p>\n","protected":false},"author":2,"featured_media":519298,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","ngg_post_thumbnail":0,"episode_type":"","audio_file":"","podmotor_file_id":"","podmotor_episode_id":"","cover_image":"","cover_image_id":"","duration":"","filesize":"","filesize_raw":"","date_recorded":"","explicit":"","block":"","itunes_episode_number":"","itunes_title":"","itunes_season_number":"","itunes_episode_type":"","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[681,446],"tags":[730,742,747,750,168],"class_list":["post-519290","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-moderneuc2","category-tips-tools-resources","tag-microsoft-365","tag-moderneuc1","tag-office-apps","tag-onenote","tag-tools-tips"],"taxonomy_info":{"category":[{"value":681,"label":"ModernEUC"},{"value":446,"label":"Tips, Tools &amp; Resources"}],"post_tag":[{"value":730,"label":"Microsoft 365"},{"value":742,"label":"ModernEUC"},{"value":747,"label":"Office Apps"},{"value":750,"label":"OneNote"},{"value":168,"label":"Tools &amp; Tips"}]},"featured_image_src_large":["https:\/\/jorgep.com\/blog\/wp-content\/uploads\/Featured-OneNote.jpg",420,300,false],"author_info":{"display_name":"Jorge Pereira","author_link":"https:\/\/jorgep.com\/blog\/author\/jorge\/"},"comment_info":0,"category_info":[{"term_id":681,"name":"ModernEUC","slug":"moderneuc2","term_group":0,"term_taxonomy_id":691,"taxonomy":"category","description":"","parent":0,"count":261,"filter":"raw","cat_ID":681,"category_count":261,"category_description":"","cat_name":"ModernEUC","category_nicename":"moderneuc2","category_parent":0},{"term_id":446,"name":"Tips, Tools &amp; Resources","slug":"tips-tools-resources","term_group":0,"term_taxonomy_id":456,"taxonomy":"category","description":"","parent":0,"count":79,"filter":"raw","cat_ID":446,"category_count":79,"category_description":"","cat_name":"Tips, Tools &amp; Resources","category_nicename":"tips-tools-resources","category_parent":0}],"tag_info":[{"term_id":730,"name":"Microsoft 365","slug":"microsoft-365","term_group":0,"term_taxonomy_id":740,"taxonomy":"post_tag","description":"","parent":0,"count":45,"filter":"raw"},{"term_id":742,"name":"ModernEUC","slug":"moderneuc1","term_group":0,"term_taxonomy_id":752,"taxonomy":"post_tag","description":"","parent":0,"count":284,"filter":"raw"},{"term_id":747,"name":"Office Apps","slug":"office-apps","term_group":0,"term_taxonomy_id":757,"taxonomy":"post_tag","description":"","parent":0,"count":4,"filter":"raw"},{"term_id":750,"name":"OneNote","slug":"onenote","term_group":0,"term_taxonomy_id":760,"taxonomy":"post_tag","description":"","parent":0,"count":6,"filter":"raw"},{"term_id":168,"name":"Tools &amp; Tips","slug":"tools-tips","term_group":0,"term_taxonomy_id":180,"taxonomy":"post_tag","description":"","parent":0,"count":64,"filter":"raw"}],"_links":{"self":[{"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/posts\/519290","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/comments?post=519290"}],"version-history":[{"count":6,"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/posts\/519290\/revisions"}],"predecessor-version":[{"id":519304,"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/posts\/519290\/revisions\/519304"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/media\/519298"}],"wp:attachment":[{"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/media?parent=519290"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/categories?post=519290"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jorgep.com\/blog\/wp-json\/wp\/v2\/tags?post=519290"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}