Forum Discussion

Jauhar's avatar
Jauhar
Iron Contributor
Apr 14, 2021

Cumulative update KB5001330 fails to install

Hello Everyone ! I am getting an error for installing update KB5001330 Windows 10 version 20H2. I have no idea how to fix the issue. I have troubleshooted windows update but it wasn't helpful. I have made 4 back to back attempts to install KB5001330 but failed every time. I am looking for your kind help. The latest update has the same issue we had been facing with KB5000842 in the last two weeks

171 Replies

  • whiteboyjohn's avatar
    whiteboyjohn
    Copper Contributor
    To everyone having this problem with KB5001330, I spoke with a Microsoft support agent last night after a day of trying various different file checking solutions. I have been getting this error (0x8007000d) which basically means that there are corrupted files within the update. The agent said, in response to me listing a number of the solutions i've tried, that I should reset windows on my computer. Basically I think it just uninstalls a bunch of updates so you can add them back in their original state (I am not great with computers, bear with me) I notice we all seem to have different error codes, but I am going to attempt the reset in about an hour I will report back if it works. You can keep all your personal data they just recommend you make a recovery drive to back up a couple system files so I'm going to get a USB. I will keep yall posted.
    • Dflynn0030's avatar
      Dflynn0030
      Copper Contributor
      I had serious issues with this update. Used keyboard to uninstall it.
      • mroset's avatar
        mroset
        Copper Contributor

        Hi all, just wanted to share with you all that I've also experienced these issues with installing both KB5000842 as well as KB5001330. However, Microsoft released a new update called KB5001391 that did the trick for me. It was simply detected and installed automatically through Windows Update today. After a restart, the update was installed. A new search through Windows Update informed me that my laptop was fully up-to-date again.
        So for me personally, it's case closed :-)).
        Hope this information helps anyone.

    • Ken94110's avatar
      Ken94110
      Copper Contributor
      John
      I reset my PC to factory OEM reset on 4/10 and still get the errors. Microsoft and their support staff and even volunteers on their community sites are very dismissive and always assume it's us and not them! The updates have turned into an endless cat & mouse chase. There are numerous articles in major media venues about these issues and Microsoft is still not acknowledging that it's them, simply because the updates have worked for a few but not the rest of us.
  • Ken94110's avatar
    Ken94110
    Copper Contributor
    I'm on Win10Home 20H2 (build 19042.685 Windows Feature Experience Pack 120.2212.551.0) and having update issues since Jan 2021 too. Many updates failed; some tried repeatedly to update, re-downloaded, and failed again wasting my bandwidth! And some of the same failed updates, mysteriously disappeared after a few tries! Not sure if Microsoft finally recalled them and that's why they disappeared?! e.g. Update KB5000842 tried for almost 2 weeks and it failed and as of yesterday, it mysteriously disappeared, but now I'm having the same issues as you with KB5001330, it says, Failed to install on ‎4/‎15/‎2021 - 0x800f0984!
  • Johnny_Kim's avatar
    Johnny_Kim
    Copper Contributor

    Jauhar I was suffer with exact same situation.

    It happens if you're using UEFI and your OS disk doesn't have EFI and MSR partition.

    You have to recreate both of partition.

    before you create it, you have to secure at lease 500MB from OS disk.

     

    Open command>

    diskpart

    select disk 0(your OS installed disk)

    create partition efi size=300
    format quick fs=fat32 label="system"
    create partition msr size=128

     

    hope it will help

     

     

     

     

     

    • theonet11's avatar
      theonet11
      Copper Contributor

      Hi, Johnny_Kim ,

       

      I tried to use Your way and  got the following : 

      DISKPART> create partition efi size=300

      No usable free extent could be found. It may be that there is insufficient
      free space to create a partition at the specified size and offset. Specify
      different size and offset values or don't specify either to create the
      maximum sized partition. It may be that the disk is partitioned using the MBR disk
      partitioning format and the disk contains either 4 primary partitions, (no
      more partitions may be created), or 3 primary partitions and one extended
      partition, (only logical drives may be created).

       

      What's wrong ? 

       

      Thank You in advance

      • MarkOlberd's avatar
        MarkOlberd
        Copper Contributor

        "DISKPART" it's low level OS utility and should be used only by person who understand disk partitioning and the OS on administrative level, otherwise it can be harmful. You may accidentally damage your partitions and lose all your data. I suggest stay away.

    • kr0tki's avatar
      kr0tki
      Copper Contributor

      Johnny_KimYour answer pointed me in the right direction to fix the error by myself.

      In my case, the KB5001330 was installing successfully, then the computer restarted, then at 96% the update failed and rolled itself back, and after another restart i went to Windows Update to see the error number 0x800f0922. In my case, the reason for the failure was that my EFI partition was missing some files.

       

      So, TL;DR: I fixed the error by replacing the \EFI\Microsoft\Boot directory on the EFI partition with the contents of C:\Windows\Boot\EFI.

       

      The long story:

       

      DISCLAIMER: this is technical, I do not take any responsibility, etc.

       

      The EFI partition should contains the following directories:

      \EFI\Boot

      \EFI\Microsoft\Boot

      \EFI\Microsoft\Recovery

      ... and if you dual-boot it may contain other directories, but that's irrelevant.

       

      In my case the problem was, my EFI partition has got corrupted a month ago, and Windows, in its attempt to fix it, has broken it even more, the result being:

      - some files and directories in \EFI\Microsoft\Boot went missing,

      - in the root directory of the partition, several hundred files with randomly-numbered names have appeared.

       

      This was preventing the KB5001330 update from installing.

       

      So, first I assigned the drive letter to the EFI partition - it is normaly not assigned. I opened the cmd shell in administrator mode and entered "mountvol p: /s" (see https://superuser.com/questions/965751/how-to-access-efi-partition-on-windows-10 for details). The EFI partition became visible as the P: drive.

       

      Then I removed all the randomly-named files from the root directory of P:\

       

      Then I removed all the contents of the P:\EFI\Microsoft\Boot directory. Some of the files there were protected from deletion (in particular,BCD and BCD.log), so I just left them intact.

       

      Then I copied the contents of the C:\Windows\Boot\EFI directory to P:\EFI\Microsoft\Boot. This way I restored the correct contents of the EFI partition.

       

      Then I rebooted, to verify that the system still runs properly. (By the way, you do not need to unassign that drive letter P: - it disappearsafter reboot.)

       

      Then I went to Windows update and proceeded to install KB5001330 again. This time it went smooth.

       

      Note that the size of my EFI partition is 100MB; the standard size as created when installing Windows 10 from scratch. The size was not an issue in my case - I have 73 MB free on the EFI partition and it was enough to install KB5001330.

       

      To reach my success, I used some information about restoring the EFI partition from http://woshub.com/how-to-repair-deleted-efi-partition-in-windows-7/. In my case it was not necessary to restore the whole partition from scratch, but if my solution does not help some of you, you might want to do the full restoration as described in that article.

      • zenshade's avatar
        zenshade
        Copper Contributor

        kr0tki had most of the answer I needed.  In my case, shortly after buying my current laptop about a year ago with Windows 10 Home pre-installed, I played around with dual booting a few different flavors of Linux before finally settling on using vmWare to run Linux Mint as a virtual guest OS.  Pop_OS! for some reason left behind a 72MB EFI folder, which left NO free space on my system/EFI partition.  I removed the Pop_OS! folder, following most of @kr0tki's instructions, and after that the update finished without any issues.  Hope that helps someone else get past this time consuming irritation quickly.

         

        Edit: My error code was  0x800f0922, which I think primarily indicates a problem with the EFI partition not being big enough (or lacking free space) for the update.

    • Ken94110's avatar
      Ken94110
      Copper Contributor
      Hi Johnny
      I'm having the same issue and wonder if I need to do the same. In your above command, what're the size 300 & 128 in, KB, MB, GB? Thanks.

      Below is the output of my Diskpart info, please tell me if you observe the issue too:

      Microsoft Windows [Version 10.0.19042.685]
      (c) 2020 Microsoft Corporation. All rights reserved.

      C:\WINDOWS\system32>diskpart

      Microsoft DiskPart version 10.0.19041.610

      Copyright (C) Microsoft Corporation.
      On computer: STAR

      DISKPART> list disk

      Disk ### Status Size Free Dyn Gpt
      -------- ------------- ------- ------- --- ---
      Disk 0 Online 931 GB 0 B *
      Disk 1 Online 57 GB 0 B

      DISKPART> select disk 0

      Disk 0 is now the selected disk.

      DISKPART> list volume

      Volume ### Ltr Label Fs Type Size Status Info
      ---------- --- ----------- ----- ---------- ------- --------- --------
      Volume 0 D DVD-ROM 0 B No Media
      Volume 1 C Windows NTFS Partition 909 GB Healthy Boot
      Volume 2 SYSTEM FAT32 Partition 260 MB Healthy System
      Volume 3 WinRE_DRV NTFS Partition 1000 MB Healthy Hidden
      Volume 4 LENOVO_PART NTFS Partition 20 GB Healthy Hidden
      Volume 5 E DBAN-1_0_7 FAT32 Removable 57 GB Healthy

      • Johnny_Kim's avatar
        Johnny_Kim
        Copper Contributor

        Hi Ken
        It's MB. Here is my Disk Status.

        DISKPART> select disk 0

        Disk 0 is now the selected disk.

        DISKPART> list partition

        Partition ###   Type                   Size          Offset
        -------------     ----------------   --------    --------
        Partition 1        Primary              953 GB       32 KB
        Partition 2        System              300 MB     953 GB --> EFI Partition
        Partition 3        Reserved           128 MB     953 GB --> MSR Partition

        it works your partition style should be GPT.
        you can find out your partition style from input 'Get-Disk | ft -auto' in Windows PowerShell.


  • h2hjastermereel's avatar
    h2hjastermereel
    Copper Contributor
    Same issue here (with both updates). It just keeps rolling it back. What I have tried:
    -Making sure all drivers are up to date
    -Running DriverStoreExplorer and removing all old drivers.
    -Removing the MS update SoftwareDistribution folder and retrying.
    -Turning off all none-MS services and apps on boot-up

    I always get the error: 0x800f0922
  • CNDPmaster's avatar
    CNDPmaster
    Copper Contributor

    Jauhar same issue here on 19042.844 (20H2).
    Updates KB5001330 & KB5000842 fail to install.

    Moreover my windows indsider program keeps telling me that it has to "fix a problem" and is unable to do so.

    So no more updates installing and no more build incoming... nice move.

     

  • LarsNotenboom's avatar
    LarsNotenboom
    Copper Contributor
    I believe those are the Windows Updates that concern printing problems. Haven't they put those updates on hold until they are fixed?
    • h2hjastermereel's avatar
      h2hjastermereel
      Copper Contributor
      No this new one is the 04-2021 cumulative security patch. The older one was to remove Adobe Flash support.
  • Nazil76's avatar
    Nazil76
    Copper Contributor
    i got the same problem like you, both version (KB5001330) with error code : 0x800f0984 & (KB5000842) with error code : 0x800f081f

    i wish Microsoft will notice
  • GuiSaba's avatar
    GuiSaba
    Copper Contributor
    I'm having the same error, and I also had that with KB5000842. Currently on a 21H1 install in the Beta Channel on Windows Insider Program.

Resources