Installing Notepad++ on Windows 11¶
Overview¶
This guide covers installing Notepad++, a lightweight and extensible text/code editor for Windows.
What you'll do
- Download and install the latest Notepad++ release
- Enable useful plugins for development and administration
- Verify the installation
Before you start
Take a VM snapshot before installing new tools.
Prerequisites¶
- Windows 11 VM running
- Internet access
- Administrator permissions
Helpful links
Steps¶
1. Download Notepad++¶
- Open a browser in the VM.
- Visit the official site: https://notepad-plus-plus.org/downloads/
- Download the latest 64-bit installer (.exe)
- Example:
npp.8.x.x.Installer.x64.exe
2. Install Notepad++¶
- Run the downloaded installer.
- Accept the license and defaults unless you want a custom install path.
- Finish the installation wizard.
Caution
Ensure you select the 64-bit version for compatibility with modern plugins.
3. Install Plugins (via Plugins Admin)¶
- Launch Notepad++.
- Go to Plugins → Plugins Admin…
- Recommended plugins for your lab:
- ✅ NppExec → run scripts inside Notepad++
- ✅ Compare → side-by-side file comparison
- ✅ XML Tools → pretty-print and validate XML
- ✅ MarkdownViewer++ → preview Markdown notes
- ✅ JSON Viewer → parse and format JSON
- Select plugins → click Install → restart Notepad++ if prompted.
4. (Optional) Set as Default Editor¶
- Right-click a
.txt
file → Open with → Choose another app - Select Notepad++
- Tick Always use this app → OK
Verification¶
- Launch Notepad++ from the Start Menu
- Check Plugins → Plugins Admin → confirm chosen plugins are installed
- Right-click a file → confirm Edit with Notepad++ appears in the context menu
It worked if…
- Notepad++ launches without errors
- Plugins install successfully
- Files open in Notepad++ by default (if configured)
Troubleshooting¶
- Plugins Admin missing → install the 64-bit version (older 32-bit builds may lack it)
- Plugin install fails → run Notepad++ as Administrator, then retry
- File associations don’t stick → reset defaults via Windows Settings → Apps → Default apps
Common issues
- Wrong installer used → uninstall/reinstall correct 64-bit build
- Plugins missing → check Plugin Manager log
References¶
- Notepad++ Official Website
- Notepad++ GitHub Repository
- Internal:
[[Installing Sysinternals Suite on Windows 11]]