top of page

Unsaved Text in Word, Notepad or Notepad++ : How to Recover It — and How to Avoid Losing It


Recovery Tips


You've been working on a Word document for an hour when the PC restarts without warning. Or you close Notepad with a distracted click and hit "Don't Save" before realizing what you just did. Depending on which app you were using, your text may still be there. Here's how to check, case by case.



MICROSOFT WORD : AutoRecover


How it saves


Word automatically creates a temporary copy of your document at regular intervals through a feature called AutoRecover. By default, this copy is made every 10 minutes, stored in a hidden Windows folder as an .asd file.


This feature is different from AutoSave, which saves in real time. AutoSave requires a Microsoft 365 subscription and cloud storage (OneDrive or SharePoint). AutoRecover works locally, on all versions of Word.


First practical tip: reduce the AutoRecover interval to 1 or 2 minutes. This is done in Word via File > Options > Save, by adjusting "Save AutoRecover information every X minutes". Choose a short interval to limit how much text you can lose if something goes wrong.



How to recover


After a crash or accidental closure, reopen Word. In most cases, a document recovery panel appears automatically on the left side of the screen, listing the files saved by AutoRecover. Click on the one you need and save it immediately.


If this panel doesn't appear: in Word, go to File > Info > Manage Document > Recover Unsaved Documents. Word will open a folder containing the available temporary files.

As a last resort, manually search for .asd files: open the Windows search bar, type .asd and press Enter. If you find a matching file, open it directly from Word via File > Open > Browse.




NOTEPAD : It Depends on Your Version of Windows


How it saves


On Windows 11 (from version 11.2307.22.0 onwards), Notepad automatically saves your session state when you close it. In practice: everything you typed in your open tabs is kept in a temporary cache file, even if you never clicked Save. This cache is not a real text file accessible from File Explorer — it is a buffer managed by the application itself.


On Windows 10, this feature does not exist. Notepad content lives in RAM only. A crash or restart wipes it permanently.



How to recover


On Windows 11: simply reopen Notepad. Your tabs and their content reappear exactly as you left them. One important note: if you closed a tab using its small X button, Windows asked whether you wanted to save. If you clicked no, that content is permanently gone and cannot be restored. In that specific case, a tool like UTexSave is the only way to retrieve what you had typed.


On Windows 10: no recovery is possible after a restart or crash. In that case, UTexSave is the same answer: everything you type is recorded continuously, including inside Notepad.




NOTEPAD++ : The Most Reliable of the Three


How it saves


Notepad++ includes a particularly robust automatic backup feature: by default, it saves a copy of all your open documents every 7 seconds, including files you have never manually saved. These copies are stored in a dedicated folder: %AppData%\Notepad++\backup.


How to recover


Open File Explorer, paste %AppData%\Notepad++\backup into the address bar and press Enter. Sort the files by date modified: the most recent file corresponds to your last session. Open it in Notepad++ to check its content, then save it wherever you need it.

With a 7-second interval, losing text is nearly impossible as long as the feature is enabled in the application settings.



Summary

App

Auto-save

Interval

Recovery after crash

Word

Yes (AutoRecover)

10 min (adjustable down to 1 min)

Yes, recovery panel on relaunch

Notepad Win 11

Yes (session cache)

Real time

Yes, on reopen

Notepad Win 10

No

/

No recovery after restart

Notepad++

Yes

7 seconds

Yes, folder %AppData%\Notepad++\backup



What These Apps Don't Cover


Word, Notepad and Notepad++ each protect what happens inside their own window. But these mechanisms don't cover everything: a tab closed without saving, a file accidentally deleted, or any text typed outside these apps (browser, web form, any other application) remains unprotected.


The most robust safety net is to install a text loss prevention tool like UTexSave, which continuously records everything you type on your keyboard regardless of which app is open, and stores it all in a local text file accessible at any time.




FAQ


Can Word recover a file that was never saved?

Yes, in most cases. Word creates AutoRecover files even for documents that were never manually saved. Go to File > Info > Manage Document > Recover Unsaved Documents to access them.


Does Notepad auto-save on Windows 10?

No. On Windows 10, Notepad has no automatic saving feature. A crash or restart permanently erases any content that was not manually saved. This feature only exists on Windows 11 from version 11.2307.22.0 onwards.

Comments


bottom of page