Windows 11, version 25H2 (repair version) is Presenting Itself for a Third Reinstallation

Graeme Macdonald 10 Reputation points
2026-05-21T11:20:15.7466667+00:00

I have Wihdows 11 Home on a Microsoft Surface Go 3, from 2021. I installed Version 25H2 (repair version) update in January. It presented itself again and so I reinstalled it (the repair version). But afterwards, my PC began to uninstall this repair version.

So now, when Windows Update presented version 25H2 (repair version) for a third time, I hesitated. However I followed up an answer given somewhere else on Microsoft: I went to Settings--System--Recovery and clicked the Reinstall Now button under "Fix problems with Windows Updates". Windows Update then presented me with all the available updates, INCLUDING the 25H2 repair version which I had wanted to avoid. It's currently downloading all 4 updates. Is there any way to avoid this vicious circle, as regards the version 25H2 (repair version) Update?

Windows for home | Windows 11 | Windows update

5 answers

Sort by: Most helpful
  1. AI answer

    2026-05-21T11:20:31.02+00:00

    Windows 11, version 25H2 is a feature update that is designed to install once and then remain in place, with later quality and security updates layered on top. When it repeatedly appears, installs, and then seems to uninstall or re-offer itself, the underlying issue is typically a corrupted or incomplete installation of the feature update or a general Windows Update component problem.

    From similar Windows 11 25H2 update issues, the durable way to break this loop is to perform an in-place repair/upgrade of Windows 11 using installation media (ISO) rather than relying only on Windows Update. This keeps personal files and apps while refreshing the system files and update components so that 25H2 is fully and cleanly installed.

    A typical resolution path for repeated 25H2 failures is:

    1. Download the current Windows 11 ISO from the official download page.
    2. Mount the ISO in Windows (double-click it) and run Setup.exe from the mounted drive.
    3. In Setup, choose to keep personal files and apps.
    4. Complete the in-place upgrade.
    5. After the upgrade, run Windows Update again to pick up any remaining quality updates.

    This approach has been used successfully in cases where:

    • Windows 11 25H2 would not install or kept failing with errors.
    • Security or cumulative updates for 25H2 repeatedly failed and re-offered.
    • Outlook and other apps were affected after a problematic 25H2-related update, and an in-place reinstall restored normal behavior.

    Once the in-place repair/upgrade completes, Windows Update should recognize the system as properly on the current Windows 11 build, and the specific “25H2 (repair version)” offer should stop looping.

    If, after the in-place upgrade, Windows Update still behaves unexpectedly, using the built-in recovery options to uninstall the last update (from the advanced startup/troubleshoot flow) has also resolved post-update instability in some cases, but that is usually a secondary step if the in-place repair does not stabilize updates.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

    1 person found this answer helpful.
  2. Thomas4-N 18,965 Reputation points Microsoft External Staff Moderator
    2026-05-25T12:06:54.25+00:00

    Hello Graeme Macdonald, thanks for the extra detail.

    Both installs really did complete: 25H2 on 13 Oct 2025 and the repair version on 29 Jan 2026 both show Successfully installed, and Windows Update wouldn't mark them that way unless the install committed. A flaky coffee-shop hotspot would have left a Failed entry, not a false success, so you can set that worry aside.

    What's happening now is a separate, more recent event. The repair version was offered again, you downloaded it, and the install itself didn't finish because the hotspot dropped partway through. Windows Update is simply re-staging the same package because the last attempt didn't complete — that's normal retry behaviour rather than a loop, and since you never clicked Reinstall now under Recovery, nothing on your side is re-triggering it.

    To actually finish it off, you've got two options.

    The lighter one is to let Windows Update try again on a stable wired or home connection so the install can complete without the link dropping. If WU still chokes on it, reset the update components first from Command Prompt (Admin):

    • net stop wuauserv
    • net stop cryptsvc
    • net stop bits
    • ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    • ren C:\Windows\System32\catroot2 catroot2.old
    • net start bits
    • net start cryptsvc
    • net start wuauserv

    Then reboot and check Windows Update again.

    The cleaner option, and the one I'd lean toward given WU has now failed once on this, is to skip Windows Update for this entirely and do an in-place repair upgrade from the ISO. On your question about installation media — yes, it's the full Windows 11, a single ISO file of around 5–6 GB from microsoft.com/software-download/windows11. You don't wipe anything to use it:

    • Download the ISO
    • Double-click it in File Explorer so Windows mounts it as a virtual drive
    • Run Setup.exe from inside that drive
    • Choose Keep personal files and apps when prompted

    That reinstalls Windows cleanly over the top of your existing install, keeping your files, programs, and settings intact, and once it's done Windows Update should stop offering the repair version because the system has been freshly serviced.

    Between the two, if you'd rather give WU one more try on a stable connection, the reset is the right step first. If you'd rather just be done with it, the ISO route is the more reliable finish.

    Was this answer helpful?


  3. Graeme Macdonald 10 Reputation points
    2026-05-23T14:23:50.0233333+00:00

    The AI answer says "for similar Windows 11 25H2 update issues, the durable way to break this loop is to perform an in-place repair/upgrade of Windows 11 using installation media (ISO) rather than relying only on Windows Update". Is this installation media, the whole of Windows 11?

    Was this answer helpful?


  4. Thomas4-N 18,965 Reputation points Microsoft External Staff Moderator
    2026-05-23T09:54:15.7766667+00:00

    Hello Graeme Macdonald,

    The key thing to pin down is whether the repair version is failing to install or completing but being re-offered, because the fix differs. Could you open Settings > Windows Update > Update history and look for the entries for "Windows 11, version 25H2 (repair version)"? Specifically, for each attempt:

    • Does it say Successfully installed or Failed, and on what dates?
    • A screenshot of those entries would be ideal.

    Once you share what Update history shows, the next step splits two ways:

    • If those attempts show Failed, that's a stuck repair install. We'd run sfc /scannow and DISM /Online /Cleanup-Image /RestoreHealth from an elevated terminal, then do a proper in-place repair upgrade by mounting a Windows 11 ISO from microsoft.com/software-download/windows11, running Setup.exe from inside the mounted ISO, and choosing Keep personal files and apps. That tends to durably resolve the loop.
    • If those attempts show Successfully installed and WU keeps surfacing it anyway, we'd reset the update component cache (stop Windows Update service, clear C:\Windows\SoftwareDistribution, restart the service) so WU re-scans cleanly.

    Let me know if you have any other questions.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".  

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. 

    Was this answer helpful?


  5. Graeme Macdonald 10 Reputation points
    2026-05-21T11:24:56.7733333+00:00

    Sorry, my headline for this question should have said "Windows 11 update 25H2 (repair version)". I had already installed "Windows 11 25H2".

    Was this answer helpful?

    0 comments No comments

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.