9sBlog

Fix Notepad++ When It Won't Update

Notepad++ stuck on an old version? Close the app fully, allow gup.exe through the firewall, run it as admin, or reinstall over the top to fix it.

Lines of code on a computer screen

Notepad++ usually updates itself, so when it refuses, start simple: close every window, reopen it, and run ? > Update Notepad++. The built-in updater cannot replace files while the editor is open, so a running instance is the most common reason the check does nothing. If it still fails, the cause is usually the safety delay, a blocked connection, or missing write permission, and a reinstall over the top clears all three. For the record, this is not a Windows 11 problem — the current 8.9.x builds run on Windows 11 in both 32- and 64-bit forms — so a stalled update is almost always configuration, not compatibility.

Check the “safety delay” first

Notepad++ deliberately holds back auto-update for one to two weeks after a release, so a buggy build never reaches everyone at once. That means “No new version found” can be correct even when the downloads page lists a higher number. The delay affects only the automatic check, never a manual download. Review or turn it off under Settings > Preferences > MISC.

Let the updater actually run

The updater is a separate tool called WinGUp (gup.exe, in the updater folder of your install). It exists only if you used the installer and kept the auto-updater option; the portable zip has none. Close Notepad++ fully before updating; on the portable build, download the new zip.

Match the symptom to the fix

SymptomLikely causeFix
Click Update, nothing happensStill open, maybe in the trayClose every window, then retry
Up to date on an old buildSafety delay, or updater set to offCheck Settings > Preferences > MISC; install manually
Updater opens, then fails quietlygup.exe blocked by firewall or proxyAllow gup.exe outbound in your security software
Download runs but install failsNo admin rights in Program FilesRun Notepad++ or the installer as administrator

When in doubt, reinstall over the top

The reliable fix skips the updater: download the current installer from the official Notepad++ site, pick the 32- or 64-bit build, and run it. Installing over an existing copy keeps your settings and sessions intact. It is the same clean-slate move that clears a driver that refuses to install or Excel that stops responding.

If the download stalls, low disk space is often the culprit; freeing up space on Windows 11 gives the installer the room it needs. Keep the installer afterward, since running it again is the quickest fix next time the check stalls.

Common questions

Why does Notepad++ say “No new version found” when a newer one exists?

Because the automatic updater deliberately holds a release back for a week or two after launch, so a buggy build never reaches everyone at once. The manual download on the official site is not delayed, so you can always grab the newest version by hand.

Is Notepad++ compatible with Windows 11?

Yes. The current 8.9.x releases support Windows 11 in both 32-bit and 64-bit versions, the same as Windows 10. If updating fails on Windows 11, the cause is the built-in updater or permissions, not the operating system.

Why doesn’t the portable version of Notepad++ update itself?

The portable zip ships without the WinGUp updater (gup.exe), which comes only with the installer. To update a portable copy, download the current zip from the official site and replace the files yourself.

Do I lose my settings if I reinstall Notepad++?

No. Installing the current version over your existing one keeps your settings, sessions, and plugins in place. That is why reinstalling over the top is the reliable fix when the updater stalls.

Discussion

    Leave a comment