<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Updated NP++ and now lost my previous notes]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">So I just updated yesterday &amp; now my notes aren’t the most recent ones &amp; I’ve lost a lot of data.</p>
<p dir="auto">I am positive I had auto save checked off &amp; I had them saved to a specific folder (not the default).</p>
<p dir="auto">If that wasn’t working, where can I find the previous saved notes?</p>
<p dir="auto">Thanks</p>
<hr />
<p dir="auto">Notepad++ v8.9.6.4   (64-bit)<br />
Build time: Jun  3 2026 - 23:47:49<br />
Scintilla/Lexilla included: 5.6.2/5.4.9<br />
Boost Regex included: 1_90<br />
pugixml included: 1.15<br />
nlohmann JSON included: 3.12.0<br />
Path: C:\Program Files\Notepad++\notepad++.exe<br />
Command Line:<br />
Admin mode: ON<br />
Local Conf mode: OFF<br />
Cloud Config: OFF<br />
WinGUp: present<br />
disableNppAutoUpdate.xml: absent<br />
Periodic Backup: ON<br />
Placeholders: ON<br />
Scintilla Rendering Mode: SC_TECHNOLOGY_DIRECTWRITE (1)<br />
Multi-instance Mode: monoInst<br />
asNotepad: OFF<br />
File Status Auto-Detection: cdEnabledNew (for current file/tab only)<br />
Dark Mode: OFF<br />
Display Info:<br />
primary monitor: 1920x1080, scaling 100%<br />
visible monitors count: 1<br />
installed Display Class adapters:<br />
0000: Description - NVIDIA GeForce GT 710<br />
0000: DriverVersion - 25.21.14.1917<br />
0002: Description - Radeon RX 580 Series<br />
0002: DriverVersion - 27.20.20913.2000<br />
OS Name: Windows 7 Ultimate (64-bit)<br />
OS Build: 7601.24546<br />
Current ANSI codepage: 1252<br />
Plugins:<br />
AutoSave (2)<br />
DSpellCheck (1.5)<br />
mimeTools (3.1)<br />
NppConverter (4.7)<br />
NppExport (0.4)</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/27619/updated-np-and-now-lost-my-previous-notes</link><generator>RSS for Node</generator><lastBuildDate>Sat, 01 Aug 2026 23:58:11 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/27619.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 01 Aug 2026 21:26:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Updated NP++ and now lost my previous notes on Sat, 01 Aug 2026 22:24:29 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">So I just updated yesterday &amp; now my notes aren’t the most recent ones &amp; I’ve lost a lot of data.</p>
</blockquote>
<p dir="auto">Bummer.  To fully understand the rest of my reply, I highly recommend reading and understanding our <a href="/topic/21782">Backup FAQ</a>.</p>
<p dir="auto">If your last run before the update was as Admin, it might not have saved your session file and/or backups in the expected manner, because of permission conflict.  With modern Notepad++, you can edit protected files, and it will just ask Windows to ask you for UAC permission when you try to save, so you never have to run Notepad++ as admin for infrequent protected-file edits.  (If you are frequently editing protected files, the frequent UAC might get annoying… but that would be the only situation under which I would ever even think about running Notepad++ as Admin in the modern era.)</p>
<blockquote>
<p dir="auto">I am positive I had auto save checked off &amp; I had them saved to a specific folder (not the default).</p>
</blockquote>
<p dir="auto">There is no “auto save” option native to Notepad++.  You’ll have to be more specific about the <em>actual</em> preference name, to give us a better understanding of how your Notepad++ is configured.  (My original <em>guess</em> was that you meant you had “session snapshot and periodic backup” off, but see below…)</p>
<blockquote>
<p dir="auto">If that wasn’t working, where can I find the previous saved notes?</p>
</blockquote>
<p dir="auto">Your saved files are exactly where you saved them.  If you don’t know where that is, no one here can search your computer for you.</p>
<p dir="auto">As described in the FAQ, if you have “enable session snapshot and periodic backup” turned on , then the copies of files that have unsaved changes would be saved in <code>%AppData%\Notepad++\backup</code>.  If your session file was corrupted, maybe you’ll be lucky and your unsaved-file-snapshots will still be in that backup directory.</p>
<p dir="auto">Actually, you might want to try your <code>%AppData%\Notepad++\session.xml.inCaseOfCorruption.bak</code> file:</p>
<ul>
<li>Exit Notepad++</li>
<li>Windows Explorer, go to <code>%AppData%\Notepad++</code></li>
<li>Rename <code>session.xml</code> to <code>session.xml--keep</code></li>
<li>Copy <code>session.xml.inCaseOfCorruption.bak</code> to <code>session.xml</code></li>
<li>Run Notepad++</li>
<li>→ If it’s now showing the right copy of your files, great!</li>
<li>If not, exit Notepad++, delete <code>session.xml</code>, and rename <code>session.xml--keep</code> back to <code>session.xml</code></li>
</ul>
<p dir="auto">If the session experiment didn’t work, then look in the <code>%AppData%\Notepad++\backup</code> folder, and open those files directly in Notepad++.  If any of them are the most recent versions of your files, great, save them to the right location under the right name, and look into version control and/or external backup so you don’t lose important data again.</p>
<p dir="auto">(<em>update: I added that procedure as a third section in the <a href="/post/106003">backup FAQ</a> for easy reference going forward</em>)</p>
<blockquote>
<hr />
<p dir="auto">Admin mode: ON</p>
</blockquote>
<p dir="auto">Running with Admin mode will sometimes mess up saved preferences, etc.  No one’s found a cause, but my theory is the different ways that Windows OS treats %AppData% (where the config files are stored) when you’re the normal user vs the admin user.</p>
<blockquote>
<p dir="auto">Periodic Backup: ON</p>
</blockquote>
<p dir="auto">This contradicts my guess as to what you meant when you said “auto save checked off”.  My answers above do explain things to check, assuming that you had Periodic Backup turned on before your update, too.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/106002</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/106002</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Sat, 01 Aug 2026 22:24:29 GMT</pubDate></item></channel></rss>