How to Fix Get the Newer Version of Windows to Stay Up to Date Error

This annoying error message is common for systems running older versions of Windows 10 or early Windows 11 builds. For instance, Windows 11 users with versions like 21H2 or even the latest 24H2 may see this message when Microsoft phases out older updates. Not upgrading can lead to security vulnerabilities and software compatibility issues. So what can you do about it? Here are the solutions.

How to Fix Get the Newer Version of Windows to Stay Up to Date Error

Windows has a built-in troubleshooter that might be able to fix this problem for you so go through the following steps. Just remember that once certain versions of Windows hit end of life it might be impossible to get rid of this error message.

Verify Windows Update Settings

Check to see if you are actually getting Windows updates.

Free Up Disk Space

If you don't have enough storage space on your computer you might not be able to install the latest updates.

Reset Windows Update Components

Corrupted update components can prevent installations. Resetting them resolves such issues.

net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver

Rename update folders by entering:

ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

ren C:\Windows\System32\catroot2 Catroot2.old

(If Windows is installed on another drive, replace "C" accordingly.)

Restart update services:

net start wuauserv
net start cryptSvc
net start bits
net start msiserver

Manually Install the Update

If updates fail automatically, manually downloading them can help.

Perform an In-Place Upgrade

If all else fails, reinstalling Windows while keeping your files can resolve persistent update problems.

Comments