How to Make Notepad++ Default in Windows 11
Want to ditch the default Windows Notepad for something more powerful? You can make Notepad++ your go-to text editor in Windows 11.
Notepad++ is a popular, free editor that replaces Windows Notepad for writing code. Notepad++ supports over 50 programming languages and includes advanced features absent in standard Windows Notepad. This editor offers a significant upgrade for individuals working with code or requiring enhanced text editing capabilities.
This means that whenever you open a .txt file or other text documents, Notepad++ will launch automatically instead of the standard Windows Notepad.
Change your default app settings for plain text files. Go to Settings > Apps > Default Apps, find Notepad, and switch the default app for .txt and other text files to Notepad++.
How to install Notepad++ on 🪟 Windows 11
Installing Notepad++ on Windows 11 is simple and lets you replace the basic Windows Notepad with a more powerful tool for coding and text editing.
First, go to the link below to download Notepad++
Once downloaded, go to your Downloads folder and run the executable. Follow the installation wizard to complete the setup.

By default, Notepad++ will install in the C:Program FilesNotepad++ folder. To install in a different folder, click Browse and select another folder.


Next, click Install to finish the installation wizard.

How to make Notepad++ default text editor in 🪟 Windows 11
Now that Notepad++ is installed, let’s get it set as your default text editor.
Windows 11 keeps most of its settings in one place, the System Settings. Here, you can manage everything from system configurations to creating new users and updating Windows.
Windows 11 users access System Settings by pressing the Windows key and the "I" key together. Alternatively, users can click the "Start" button, then select "Settings." This action opens the main configuration area for Windows 11.

Users can find Windows Settings by typing "Settings" into the taskbar's search box. Selecting the "Settings" app from the search results will open the application, allowing users to adjust system preferences. This method provides a quick way to access Windows Settings without navigating through the Start menu.
Your Windows Settings pane should look similar to the image below. In Windows Settings, click Apps, and select Default Apps on the right pane of your screen.

Once the Default Apps settings are open, you can use the search box to find the default app for applications. Type ‘Edge’ here.
Microsoft Edge will appear in the result below. Click on Notepad.

The next screen shows all the file types that currently open with Notepad. You’ll need to select each one and change it to open with Notepad++.

When you select Notepad, a pop-out window will prompt you to choose the app you want to always open this file type.
Click on the More apps link as highlighted below.

Next, select Look for another app on this PC.


Select the Notepad++ app and click Open to always open this file with Notepad++.

Repeat the file association process for every file type, such as .txt, .log, and .ini, until Notepad++ becomes the chosen program to open all these files. This ensures Notepad++ consistently handles your text-based documents.

How to completely make Notepad++ default in 🪟 Windows 11
Setting Notepad++ as the default text editor in Windows 11 makes Notepad++ the program that opens all text files, like .txt or .log files, automatically. This change saves users the effort of picking Notepad++ every time they open a text document, speeding up the process.
First, open the command prompt as administrator. Click the Start menu, search for Command Prompt, right-click, and select Run as administrator.

Once the Command Prompt opens, run the commands below:
REG ADD “HKLMSOFTWAREMicrosoftWindows NTCurrentVersionImage File Execution Optionsnotepad.exe” /v “Debugger” /t REG_SZ /d “”%ProgramFiles%Notepad++notepad++.exe” -notepadStyleCmdline -z” /f
To undo the commands above, run the commands below:
REG DELETE “HKLMSOFTWAREMicrosoftWindows NTCurrentVersionImage File Execution Optionsnotepad.exe” /v “Debugger” /f
That should do it!
Conclusion:
- Notepad++ offers advanced features and support for multiple programming languages, making it an excellent alternative to the default Notepad application in Windows 11.
- The installation process is straightforward, ensuring that users can quickly set up and configure Notepad++ to meet their needs.
- Changing the default text editor to Notepad++ allows for a more efficient workflow, particularly for developers and users handling various file types.
- By following the outlined steps, users can personalize their text editing experience and take full advantage of what Notepad++ has to offer.
- Remember to apply the additional command line steps if you want to ensure Notepad++ fully replaces Notepad in all scenarios.
Enjoy your enhanced text editing experience with Notepad++!
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
Thanks for covering this. I have one issue – that last command if I copy/paste it in a admin window and go to execute it I get “ERROR: Invalid syntax. Type “REG ADD /?” for usage.
I am running windows 11 Pro. Thanks…