Error 0x800f0922 for 2020-01 Cumulative Update for Windows 10 Version 1909 for x64-based Systems (KB4532695)

Anonymous
2020-01-31T22:50:04+00:00

Install attempt fails with error 0x800f0922 whether I run Windows Update  to install this update or run windows10.0-kb4532695-x64_a85fd28af075ebfd8b0753d2c2aca244e926c3ce.msu

Running WIndows 10 Pro Ver. 1909 build 18363.592

I have tried every suggestion by HiltonOishi in https://answers.microsoft.com/en-us/windows/forum/all/failed-install-attempt-error-code-0x800f0922/c5eb31d7-f04f-4ff8-9d6f-f39e4f03944b

After the update installs I restart the computer and when it reboots it gets to 93% in "Working on Updates" then I get "We couldn't complete the updates Undoing changes"

Windows Update says this is an optional update. Should I just ignore the problem till the next update?

Windows for home | Windows 10 | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

133 answers

Sort by: Oldest
  1. Anonymous
    2020-07-19T05:48:07+00:00

    Thank you for your suggestion but I think it is a little drastic for an update that Microsoft says is optional. I will wait for the next update and see.

    Thanks again for your help.

    I thought the same.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2020-09-11T11:37:57+00:00

    Microsoft Windows [Version 10.0.18363.900]

    (c) 2019 Microsoft Corporation. All rights reserved.

    C:\WINDOWS\system32>diskpart

    Microsoft DiskPart version 10.0.18362.1

    Copyright (C) Microsoft Corporation.

    On computer: GARYS-DESKTOP

    DISKPART> select disk 0

    Disk 0 is now the selected disk.

    DISKPART> list part

    Partition ###  Type              Size     Offset

    -------------  ----------------  -------  -------

    Partition 1    Primary            360 MB  1024 KB

    Partition 2    Reserved           128 MB   361 MB

    Partition 3    Primary            911 GB   489 MB

    Partition 4    Recovery           849 MB   911 GB

    Partition 5    Recovery            18 GB   912 GB

    DISKPART> select part 1

    Partition 1 is now the selected partition.

    DISKPART> detail part

    Partition 1

    Type    : ebd0a0a2-b9e5-4433-87c0-68b6b72699c7

    Hidden  : No

    Required: No

    Attrib  : 0X8000000000000000

    Offset in Bytes: 1048576

    Volume ###  Ltr  Label        Fs     Type        Size     Status     Info

    ----------  ---  -----------  -----  ----------  -------  ---------  --------

    * Volume 1         SYSTEM       FAT32  Partition    360 MB  Healthy    System

    DISKPART>

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2020-09-11T23:18:00+00:00

    Your EFI partition has lost its proper ID. Restore it this way at an Administrator Command Prompt...

    DiskPart                                                                                      <<<Start DiskPart

    Select  Disk  0                                                                             <<<Select drive 0

    Select  Part  1                                                                              <<<Select the EFI partition

    Detail  Part                                                                                  <<<Show improper ID

    Set ID=c12a7328-f81f-11d2-ba4b-00a0c93ec93b  Override     <<<Give it proper ID

    Detail  Part                                                                                  <<<Show proper ID

    Exit                                                                                              <<<Leave DiskPart

    Best reboot afterward to be sure it registers.

    That should do it. If it solves the problem, both helzayat & crackshot91 also deserve credit.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2020-10-25T16:52:03+00:00

    DISKPART> list part

    Partition ###  Type              Size     Offset

    -------------  ----------------  -------  -------

    Partition 1    Recovery           499 MB  1024 KB

    * Partition 2    System             100 MB   500 MB

    Partition 3    Reserved            16 MB   600 MB

    Partition 4    Primary            930 GB   616 MB

    Partition 5    Recovery           563 MB   930 GB

    DISKPART> select part 2

    Partition 2 is now the selected partition.

    DISKPART> detail part

    Partition 2

    Type    : c12a7328-f81f-11d2-ba4b-00a0c93ec93b

    Hidden  : Yes

    Required: No

    Attrib  : 0X8000000000000000

    Offset in Bytes: 524288000

    Volume ###  Ltr  Label        Fs     Type        Size     Status     Info

    ----------  ---  -----------  -----  ----------  -------  ---------  --------

    * Volume 2                      FAT32  Partition    100 MB  Healthy    System

    Min has different Ltr, Label and Offsett in Bytes. Does this cause problem as I also have this nonstop updating and Undoing updates with the error code 0x800f0922?

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2020-10-25T21:22:58+00:00

    Everything looks fine with that, though partition 1 is probably empty & useless. It was replaced with partition 5 during an upgrade, as I'm sure your "ReagentC /Info" will show.

    (1) Your EFI partition has no letter -- which is the normal condition.

    (2) It also has no label which is OK. If you want one...

    DiskPart <<<Enter DiskPart

    Select  Disk  0<<<Presuming that was Disk 0 you showed

    Select  Part  2<<<Select your EFI partition

    Assign  Letter=S <<<Give it letter S

    Exit   <<<Exit DiskPart

    Label  S:  ESP                <<<Give EFI the label "ESP" (EFI System Partition)

    DiskPart<<<Enter DiskPart

    List  Vol <<<Should show the label "ESP" now (with the letter "S")

    Select  Vol=S<<<Select EFI by its letter

    Remove  Letter=S<<<Remove the letter S

    Exit<<<Exit DiskPart

    That is probably worthwhile to do, but it won't solve the current problem.

    (3) Let me see the rest of what you've got per what I posted to Smelltastic on page 2.

    Was this answer helpful?

    0 comments No comments