Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucasvcardoso/5d0ef856729a10b146e7d55549c7abae to your computer and use it in GitHub Desktop.
Save lucasvcardoso/5d0ef856729a10b146e7d55549c7abae to your computer and use it in GitHub Desktop.
How to recover unsaved tabs that were closed in Notepad++

Recover unsaved tabs in Notepad++

ATENTION:

Notepad++ saves these temporary files for only a certain amount of time, so there's no guarantee that you will be able to recover your lost tab, specially if it was closed too long before. But it's still worth a shot to avoid losing work.

On Windows:

  • Go to console %APPDATA%\Notepad++\backups

Notes:

  • This is the location that Notepad++ saves, by default, snapshots of the current tabs. If you close one of your tabs without saving, you could recove it from this folder.

  • There's also, in console Settings > Preferences > Backup, some setting that you can tweak so the backup preferences suit your work better.

@lucasvcardoso
Copy link
Author

Any contributions about how to do this in Linux or MacOS are welcome.

@onildoaguiar
Copy link

Nice tip brother!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment