Fix Windows Update Error: This PC Can't Be Upgraded to 24H2

  • Thread Author
Have you ever felt the frustration of a Windows update throwing a wrench in your plans? If you're trying to upgrade to the Windows 24H2 update and encountering the error message “This PC can’t be upgraded to this version of Windows,” you're not alone. This common dilemma can lead to a serious case of unfulfilled expectations. But fear not! Let’s break down why this error happens and how you can resolve it.

Understanding the Error Message​

The Windows 24H2 update error indicates that your device has hit a compatibility wall, essentially meaning there’s a hiccup somewhere in your system. As you might guess, there are a few reasons why this might happen:
  1. Unsupported Hardware: If you've installed a previous version of Windows 11 through unconventional means (let’s just say, bypassing system requirements), it could come back to haunt you when trying to upgrade. Windows 24H2 has strict requirements, and if your hardware doesn’t meet them, you'll likely see this error.
  2. System Misconfigurations: Sometimes, the issue isn't your hardware but various system settings gone awry. These can include insufficient disk space, errant settings, or third-party software that interferes with Windows update processes.
With a clearer understanding of the problem, let's venture into some practical solutions to get your PC upgraded smoothly.

Solution 1: Free Up Disk Space​

Freeing up disk space is a vital first step when facing this update error. Follow these tips to clear out the clutter:
  • Remove Unnecessary Programs: Navigate to the Control Panel, find the Uninstall Programs section, and kick out software and games that no longer serve you.
  • Utilize Storage Sense: Enable and configure Storage Sense from Settings > System > Storage. This built-in feature helps manage your storage by removing temporary files and organizing storage automatically.
  • Disable Hibernation: If you're not a fan of hibernation (the mode that saves your system state and uses disk space), consider disabling it. You can free up to 10GB depending on your system usage. Just open the Command Prompt as an administrator and execute the command:
    Code:
    bash powercfg.exe /hibernate off

Key Takeaway​

Do this step carefully—disabling hibernation can lead to unsaved work if you forget to stash your stuff elsewhere!

Solution 2: Turn Off Fast Startup​

Fast Startup is designed to make booting quicker but can cause conflicts during updates. Here’s how to disable it:
  1. Go to Control Panel and switch to small icons.
  2. Click on Power Options.
  3. Choose Choose what the power button does.
  4. Under the Shutdown settings, uncheck the Turn on fast startup (recommended) option.
This should clear potential hiccups during the update.

Solution 3: Utilize the Windows Update Repair Tool​

Launched with Windows 11 version 23H2, the "Fix problems using Windows Update" feature can help you repair corrupted files. Follow these steps:
  1. Open Settings by pressing Win + I.
  2. Head to Windows Update > Recovery.
  3. Click on Fix problems using Windows Update and hit Reinstall Now.
This action can fix problems without touching your files or settings!

Solution 4: Set Your Target Update Version​

You can control which version of Windows your device stays on by configuring the TargetReleaseVersion in the Registry Editor. This is a more advanced option for users who want stability without unplanned upgrades.
  1. Open Registry Editor (search it in the Start menu).
  2. Navigate to:
    Code:
     HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
  3. Create a DWORD (32-bit) Value named TargetReleaseVersion and set its value to 1.
  4. Next, create a String Value named TargetReleaseVersionInfo and set it to the desired version (like 24H2).

Solution 5: Consider a Factory Reset​

If all else fails and the update refuses to budge, a factory reset may be your knight in shining armor. This option reinstalls Windows but leaves personal files intact (if you choose to keep them) or wipes everything clean.
You can perform this by navigating to:
Settings > Update & Security > Recovery > Reset this PC.

Solution 6: Clean Install Windows​

This ultimate solution is akin to hitting the reset button on all things Windows. If you're willing to part ways with everything on your PC, a clean install may be the answer to your upgrade prayers. Make sure to back everything up!

Final Thoughts​

Facing the “This PC can’t be upgraded to this version of Windows” error can throw a wrench in your digital journey. But with these solutions, you can reclaim the upgrade path to the latest Windows features without losing your mind—or data!
Now, go forth with confidence! Whether you're freeing up disk space or navigating the Registry, each step brings you closer to a smoother Windows experience. If you have any questions or additional tips of your own, let’s hear them in the comments below!

Source: Appuals Fix: This PC Can’t Be Upgraded to This Version of Windows
 


Back
Top