Share via

Update Windows 11Pro

Martineac Stefan 20 Reputation points
2026-04-14T17:11:26.1233333+00:00

Good evening. I have a DELL all in one, i5 14 generation , 32gb memory - Windows 11 Pro. I can't get past version 26200.7171, after that it doesn't update, nor does it install standalone ( for example the following 26200.7309 ). Thank you !

Windows for home | Windows 11 | Windows update
0 comments No comments

Answer accepted by question author
  1. Ivan B 107.9K Reputation points Independent Advisor
    2026-04-14T17:47:07.9333333+00:00

    Hi,

    Are you on build 25h2 or 24h2?

    Go to Start > Settings > System > About and tell me which Windows 11 build you are on.

    Or

    Are you trying to upgrade from Windows 11 Home to Pro?

    Follow the procedure below:

    Open the command prompt (admin) and run the commands: sfc /scannow and dism /online /cleanup-image /restorehealth, wait for the process to finish and restart the computer.

    Then perform a clean boot and uninstall applications that you do not use if you want.

    https://support.microsoft.com/en-us/topic/how-to-execute-a-simple-boot-start-in-windows-da2f9573-6eec-00ad-2f8a-a97a1807f3dd

    Thanks


1 additional answer

Sort by: Most helpful
  1. Q&A Assist
    2026-04-14T17:11:39.3633333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    On a Windows 11 Pro PC that is already on build 26200.7171 and will not move to a newer build (such as 26200.7309), use a manual installation path and, if needed, an in‑place repair upgrade.

    1. Try installing the standalone MSU correctly
      • Go to the Microsoft Update Catalog page for KB5068861.
      • Download all MSU files listed for the update that corresponds to your architecture (for example, x64) into a single folder, such as C:\Packages.
      • Open an elevated Command Prompt (Run as administrator).
      • Run:
             DISM /Online /Add-Package /PackagePath:C:\Packages\Windows11.0-KB5068861-x64.msu
        
        DISM will automatically detect and install any prerequisite MSU files in that folder in the correct order.
      • Alternatively, in an elevated PowerShell window, run:
             Add-WindowsPackage -Online -PackagePath "C:\Packages\Windows11.0-KB5068861-x64.msu"
        
      • If preferred, each MSU can be installed individually using DISM or Windows Update Standalone Installer in the documented order.
    2. If the update still fails, perform an in‑place repair/upgrade
      • Download the latest Windows 11 ISO that matches the current edition and language.
      • In Windows, double‑click the ISO to mount it, then run setup.exe from the mounted drive.
      • When prompted, choose to keep personal files and apps so that data, apps, and settings are preserved.
      • Complete setup and then check Settings > Windows Update again.
    3. If Windows will not boot or is unstable after failed updates
      • Boot into Windows Recovery Environment (WinRE) by interrupting startup three times (power on, wait for logo, then hold the power button to force off; repeat three times).
      • In WinRE, go to Troubleshoot > Advanced options and try Startup Repair or System Restore.
      • If those do not resolve the issue, use Troubleshoot > Reset this PC and choose either “Keep my files” or “Remove everything,” then proceed with local reinstall.

    Before performing any in‑place upgrade or reset, back up important files to external storage to avoid data loss.


    References:

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.