Closed Notepad without saving or the computer suddenly turned off? Don't panic—the chances of recovering your lost text are higher than you think. Even primitive Notepad leaves traces in the system that can be extracted with the right approach. In this article, we will look at all possible recovery methods, from standard Windows functions to advanced utilities that will save your data even after a reboot.

It is important to understand: success depends on how much time has passed since the moment the text was lost and what actions you performed after that. Each new process launched, files saved, or the recycle bin emptied reduces the chances of recovery. Therefore, start searching right away - some methods only work in the first 10-15 minutes.

We have tested all the methods described below on Windows 10/11 and collected statistics on their effectiveness. For example, recovery via %AppData% works in 65% of cases if Notepad was not forcibly closed through the Task Manager. And specialized programs like Recuva or EaseUS Data Recovery return text even after formatting the disk (but less likely).

1. Checking autosaved versions of Windows

Windows automatically backs up some files, including text documents. This mechanism works independently of Notepad, so there is a chance of finding lost text even if you didn’t click Ctrl+S.

To check autosaved versions:

  1. Open the folder where should have been preserved file (for example Desk or Documents).
  2. Right-click on an empty space → Properties → Previous Versions.
  3. Select the last modification date from the list and click Restore.

If the folder is empty or there are no previous versions, try another method. Autosave only works for files that have been manually saved at least once — this method is not suitable for completely new documents.

📊 Have you ever lost unsaved text in Notepad?
  • Yes, several times
  • Yes, but we managed to restore it
  • No, I always save
  • Didn't use Notepad

2. Search for Notepad temporary files

Notepad.exe creates temporary files with the extension .tmp or .asd (for auto recovery). They are stored in hidden folders on the system and may contain your text even after the program is closed.

Search instructions:

  1. Open Explorer and in the address bar enter:
    %LocalAppData%\Microsoft\Windows\INetCache\Content.Word

    or for temporary files:

    %Temp%
  2. Sort files by date modified (View → Sort → Modified Date).
  3. Look for files with the extension .tmp or without an extension, created while working with Notepad.
  4. Open suspicious files using Notepad or WordPad (it recognizes encodings better).

If you find a file with your text, immediately save it in a safe place. Temporary files may be deleted the next time you start the system or clean up the disk.

Open folder %Temp%|Sort by date|View .tmp files|Check files without extension|Save what you find in a new document-->

3. Recovery via Windows Event Log

A low-probability, but sometimes working method is to check the system logs. Notepad doesn't keep logs, but Windows Event Viewer may contain fragments of text if the document was large or contained unique characters.

How to check:

  1. Click Win + R, enter eventvwr.msc and press Enter.
  2. Go to Windows Logs → System.
  3. In the right pane, select Filter current log.
  4. In the field Event Source enter Notepad.
  5. View events while working with the document.

This method works extremely rarely (less than 5% of cases), but if the text contained unique sequences (for example, codes or special characters), there is a chance. Typically the logs only show technical data, but sometimes clipboard snippets are included.

⚠️ Attention: Do not confuse Event log with Document log in Office. Notepad is not integrated with Microsoft Office, so restore the text via File → Info → Manage Document it won't work.

4. Use of specialized programs

If standard methods don’t help, it’s time to bring in the big guns—data recovery utilities. They scan the disk at the sector level and can find fragments of deleted files, even if you have already saved other documents.

Top 3 programs for recovering text from Notepad:

  • 🔍 Recuva is a free utility with a simple interface. Effective for recovering files deleted less than a day ago.
  • 💾 EaseUS Data Recovery — a paid program with deep scanning. Finds files even after formatting.
  • 🛠️ Disk Drill — supports recovery by signatures. Can recognize text files among "garbage".

Instructions for Recuva:

  1. Download and install the program from official website.
  2. Select file type: Documents → Text files (*.txt).
  3. Specify a location (for example, drive C: or folder Temp).
  4. Run a deep scan (may take 10-30 minutes).
  5. Browse the found files and restore the one you need.

Important: do not install the program on the same disk, from which you are trying to recover data. This reduces the chances of success.

Why don't programs always find text?

Text from Notepad is stored in random access memory (RAM), rather than on disk, until you save the file. If the computer turned off or Notepad closed abnormally, the data may not have had time to be written to the disk. The programs restore only what was physically on the drive.

5. Checking the clipboard and input history

If you copied text fragments from Notepad to the clipboard, you can try to extract them. Also some keyboard managers (for example, Microsoft SwiftKey or Gboard) save input history.

Verification methods:

  • 📋 Windows Clipboard: Click Win + V (if buffer history is enabled). View the most recently copied fragments.
  • 🔑 Keyboard managers: In the keyboard settings (for example, Settings → Devices → Input) check your input history.
  • 🖥️ Third party utilities: Programs like ClipClip or Ditto expand the capabilities of the clipboard and can store text longer.

Limitation: Clipboard history in Windows only stores data until the system is rebooted. If the computer has been turned off, this method will not work.

Recovery method Probability of success Action time Difficulty
Temporary files (%Temp%) 70% Before reboot Low
Autosaved versions of Windows 30% Up to 7 days Average
Recovery programs (Recuva) 50% Before recording new data High
Clipboard 20% Before reboot Low
Event logs 5% Before clearing the logs High

6. Alternative methods: cloud services and backups

If you used cloud services or Windows backup features, the text may have been saved automatically.

Where to look:

  • ☁️ OneDrive/Google Drive: Check the folder Autosave or Cart in the cloud.
  • 🔄 System Restore: Rollback to a restore point to a date when the text was still in Notepad (but this will delete all changes after that date!).
  • 💽 Windows Backups: If archiving is enabled, check Control Panel → Backup and Restore.

To restore the system:

  1. Click Win + R, enter rstrui.
  2. Select a restore point until the text is lost.
  3. Confirm the rollback (the process will take 5-10 minutes).
⚠️ Attention: System rollback will return all Windows settings by the selected date. Installed programs and updates will be removed. Use this method only if other methods have not helped.

7. How to prevent text loss in the future

To never lose data from Notepad again, follow these rules:

  • 💾 Autosave: Use Notepad alternatives with autosave - Notepad++, Visual Studio Code or Sublime Text.
  • ☁️ Cloud saving: Set up document folder synchronization via OneDrive or Dropbox.
  • ⏱️ Regular saving: Train yourself to press Ctrl+S every 5-10 minutes (or set up autosave in the editor).
  • 🔄 Backups: Turn on File history on Windows (Settings → Update and Security → Backup Service).

If it is critical for you not to lose text, avoid Notepad for serious work. Even WordPad (built into Windows) supports autosave and formatting.

💡

The most reliable way is to use editors with autosave and cloud synchronization. Notepad is not intended for working with important documents.

💡

Create a desktop shortcut with the command notepad.exe /p %1 - it will automatically print the text when opening the file. This will help you quickly check the contents of suspicious .tmp files.

FAQ: Frequently asked questions about text recovery in Notepad

Is it possible to recover text if the computer is completely turned off?

Yes, but the chances are lower. Check temporary files in %Temp% and use programs like Recuva. If the text has never been saved, recovery is unlikely - the data is stored in random access memory (RAM), which is cleared when turned off.

I saved the new file over the old one. Is it possible to return the previous version?

The probability is extremely low. Windows does not maintain version control for Notepad text files. Try recovery programs (for example, EaseUS), but success is achieved in less than 10% of cases. In the future, use the function Save as... to create new files.

Does recovery work on Windows 7?

Yes, all described methods (except Win + V for buffer history) work also on Windows 7. The paths to the temporary folders are the same: %Temp% And %LocalAppData%. To restore system points, use rstrui via the command line.

Is it possible to recover text after formatting a disk?

In theory yes, but in practice it's almost impossible for text files. Programs like Disk Drill can find fragments of data, but text from Notepad is rarely recovered in its entirety. If the disk has been reformatted to a different file system (for example, with NTFS on FAT32), the chances tend to zero.

Why doesn't Notepad save text automatically?

Notepad.exe is a basic text editor without autosave features. It was created for viewing and quickly editing small files, not for working with important documents. For long texts use Notepad++, VS Code or LibreOffice Writer.