Notepad++ Not Responding On Windows: Fix

Learn to restore the app to proper functionality

Reading time icon 4 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

Key notes

  • Having your Notepad ++ show the not responding error implies that you won't be able to use this app.
  • To resolve this problem, start by running the software in compatibility mode, and then follow the next suggestions.
Troubleshoot Notepad++

Notepad++ is a free text and source code editor for Windows systems. Additional plugin support from third-party developers has made it a popular code editor for programmers. That said, several users have reported the Notepad++ not responding issue when using the code editor.

Your Notepad++ may stop responding if a third-party plugin is causing an issue. However, the issue can also be due to previous sessions.

Notepad++ developers recommend using the two-line argument that allows you to start Notepad++ without loading the previous session or plugins, making it easier to determine the cause of the problem with Notepad++.

In this article, we take a look at the best solutions to fix the Notepad++ not responding issue on Windows.


What to do if Notepad++ is not responding?

1. Start Notepad++ without plugin and previous sessions

Notepad++ not responding

Add line argument to Notepad++ shortcut

  1. Right-click on the Notepad++ shortcut on your desktop.
  2. Select Properties.
  3. Open the Shortcut tab in the Properties window.
  4. In the Target field, add the following line arguments:
    -nosession
    -noPlugins
  5. Click Apply and OK to save the changes.

-Nosession โ€“ This command-line argument starts Notepad++ without loading the previous session. So, if you think Notepad++ is crashing due to the previous session, try loading the tool without the previous sessions.

-noplugins โ€“ This command-line argument will start Notepad++ without loading any plugins. If the code editor is crashing due to a corrupt plugin, you can uninstall the plugin by loading without plugins.

Add command-line arguments via the Run dialogue box

Notepad++ not responding
  1. Press Windows Key + R to open Run.
  2. Type the path of the program that looks something like this:
    C:Program FilesNotepad++notepad++.exe
  3. Next, add one of the following command-line arguments:
    -nosession
    -noPlugins
  4. After adding the path and command-line argument, it should look something like this:
    C:Program FilesNotepad++notepad++.exe -nosession
  5. Click OK to start Notepad++ without the plugins or loading previous sessions.

You can remove the command line argument from the shortcut once you have resolved the issue with Notepad++.

Using the command line arguments can also help you determine the cause of Notepad++ crashing quickly. Simply use one of the above-given line argument to start Notepad++.

If the code editor does not crash when using -nosession command-line argument, it means a previous session is causing the tool to crash. If not, try -noplugins to see if there is third-party plugins conflict.


2. Notepad++ not responding on startup

Notepad++ not responding

Check Debug info

  1. Open Notepad++.
  2. Click on the Question? mark icon.
  3. Select Debug info.
  4. A pop-up window will appear showing the Notepad++ details.

Before deleting the plugins, check Notepad++ debug info to see if you find any hints to work with the plugins. Begin with deactivating or deleting the plugins shown on the Debug Info page.

Delete Notepad++ plugins

If you discover the crashes to have occurred due to a plugin conflict, consider deleting the plugin to see if that helps you resolve the issue.

Notepad++ not responding
  1. Open Notepad++.
  2. Click on Plugins.
  3. Select Plugins Admins.
  4. Open the Installed tab.
  5. If you know which plugin is causing the error, select it from the list.
  6. Click Remove.
  7. If you are not sure which plugin is causing the issue, select the most recently installed plugin and then click Remove.
  8. Relaunch Notepad++ with plugins enabled and check for any improvements.
  9. You may have to repeat the steps until you find the corrupt plugin.

3. Delete session.xml file

Notepad++ not responding
  1. Open File Explorer.
  2. Navigate to the following location:
    C:Usersyour usernameAppDataRoamingNotepad++
  3. Locate the session.xml file.
  4. Right-click on the session.xml file and select Delete.
  5. Close File Explorer and relaunch Notepad++ to see if the error is resolved.

Run in compatibility mode

Troubleshoot Notepad++
  1. Right-click on your Notepad++ shortcut.
  2. Select Properties.
  3. Open the Compatibility tab.
  4. Check the โ€œRun this program in compatible forโ€ box.
  5. Select Windows 7.
  6. Click Apply and OK to save the changes.
  7. Relaunch Notepad++ and check for any improvements.

4. Notepad++ not responding when opening or save

Troubleshoot Notepad++
  1. Download the older zipped version of Notepad++.
  2. Extract the zip file to where you like to run it.
  3. Run the Notepad++.exe file.
  4. Do not install any plugins for this version of Notepad++.
  5. Open the file that is causing Notepad++ to crash or freeze.

If the file opens without any issues, it is an incompatible third-party plugin causing the issue.  Make sure to remove the incompatible plugin to see if that helps you resolve the issue.


6. Notepad++ not responding large files

Notepad++ not responding
  1. Open Notepad++.
  2. Click on Plugins.
  3. Select Plugin admins.
  4. Open the Installed tab.
  5. Check if you have installed the Location Navigate plugin.
  6. Select Location Navigate.
  7. Click on Remove.
  8. Relaunch Notepad++ and check for any improvements.

The Notepad++ not responding issue usually occurs due to incompatible or corrupt plugins. Try deleting the plugins to see if that helps resolve the issue.

If the problem persists, try installing the older version of Notepad++ or reinstall the latest version.