If you see the above pop-up message when trying to save a file in Notepad++, the reason is it is open with some other application like MS Word, Excel, or you are running a program (Java, Python, C# any code) that is still running and has acquired a lock on this file which is not released.
Solution:
1) Make sure you close the file open in some other program such as MS Excel and now try to save the file.
2) Try to stop the execution of your programming code that has locked this file.
3) If nothing works Copy-Paste the file content in a new tab and save a new copy, restart your system and the lock should be released.
- How to hide toolbar on Notepad++
- Change the default Line Encoding Notepad++ (CR LF)
- Notepad++ is about to exit prompt message
- How to force quit or kill Notepad++ Process
- Add Blank Lines Between Each Lines in Notepad++
- Install Notepad++ silently using Windows Powershell
- Prettify JSON in Notepad++
- Notepad++ Convert text from lower to upper case
- Must have CSV Plugins for Notepad++
- How to lock Notepad++ tabs?
- Column Mode Editing in Notepad++
- How to change background color in Notepad++
- Notepad++ sort by name with example
- How to rename a tab in Notepad++
- [Solved] Notepad++ Menu Bar Missing
- Where are Notepad++ temp unsaved files stored?
- Notepad++: How to add Quotes to CSV File
- How to check about details of Notepad++ text editor
- How to close all tabs of Notepad++?
- How choose alternate Tab Bar icon in Notepad++
- How to copy file name and path to clipboard in Notepad++
- Change default language highlighting in Notepad++
- Add Line Number before each line in Notepad++ using Column Editor
- Go to Line Number option in Windows Notepad
- How to show End of Line Characters in File using Notepad++
- How to update your Mac (macOS) using Terminal Command - MacOS
- 7 Crosh Shell Help Codes and Commands Table - Chrome
- Android Alert Dialog with Checkboxes example - Android
- Eclipse like Auto Import Shortcut in Intelij IDE Android Studio - Android-Studio
- How to install Microsoft Teams on Mac using Terminal (Silently) - Teams
- How to Press a Enter in Cell for New Line on Microsoft Excel on Mac - Windows
- The package must have at least one . separator [Android Studio] - Android-Studio
- Install OpenSSL on Linux/Ubuntu - Linux