At times while working on Notepad++ text/code editor, it may so happen that you close a tab for a file by mistake, or after closing a file you realize that you wanted to take a look at it again.
In such scenarios, it is possible to open the recently closed file back in Notepad++ using either the menu option or keyboard shortcut, let us take a look at both of them.
Restore closed file using Menu Option
- Be on Notepad++ Application.
- Now click on the Menu option File (or press Alt+F)
- Now select the option "Restore Recent Closed File"
- The last closed file will get loaded back as a tab.

Restore closed file using Keyboard shortcut
- Be on Notepad++ Application.
- Now press the keys: Ctrl+ Shift+ T
- The will load the last closed file again.

-
Have Questions? Post them here!
More Posts related to NotepadPlusPlus,
- Notepad++ Editor alternatives for macOS
- How to add or remove bookmark on a line in Notepad++
- Notepad++ do not show CRLF characters
- Reduce the size of Tabs on Notepad++
- Delete blank lines in a file using Notepad++
- Fix: Notepad++ bottom status bar not visible
- Notepad++ Hex Editor
- How to show End of Line Characters in File using Notepad++
- [Tutorial] Write And Run Python Code In Notepad++ Editor
- How to install XML Tools Plugin Notepad++
- Customizing Notepad++ New Document Line Encoding: CR/LF/CR LF
- How to remove blank lines from a file using Notepad++
- Column Mode Editing in Notepad++
- Convert text to random case using Notepad++
- How to recover unsaved notepad file Windows 10
- How to delete all text after a character or string in Notepad++
- Setting up Cloud feature with Notepad++
- Install Notepad++ silently using Windows Powershell
- Using Document Map in Notepad++
- Enabling Notepad++ Dark Theme
- [Fix] Notepad++ tab not visible (hidden)
- Where are Notepad++ macros stored?
- Multiple line editing in Notepad++
- Alternatives for Notepad++ on Mac in 2021
- [Nopepad++] How to add text at end of each line
More Posts:
- Display Era details (AD BC) in Java Date using SimpleDateFormat - Java
- The Android Virtual Device is currently running in an emulator and cannot be deleted - Android
- How to wrap column text in SharePoint Online Modern List Grid View using JSON formatting - SharePoint
- Quick way to setup AWS DynamoDB locally on macOS - AWS
- How to Sync iPhone with iPad - iOS
- Adding Jackson dependency to Java Gradle Project - Gradle
- How to install python pip on Ubuntu using apt command - Linux
- Android SecurityException: Need BLUETOOTH ADMIN permissicacheNameAndAddresson: Neither user 10123 nor current process has android.permission.BLUETOOTH_ADMIN - Android