Windows 10: DISM Error 14098 - Component Store corrupted

Discus and support DISM Error 14098 - Component Store corrupted in Windows 10 Installation and Upgrade to solve the problem; Hello, I was trying to add Hyper-V to Windows 10 but it said that my files were corrupted. I then ran and sfc and DISM checked which said that the... Discussion in 'Windows 10 Installation and Upgrade' started by Ahnafic, Apr 6, 2020.

  1. Ahnafic Win User

    DISM Error 14098 - Component Store corrupted


    Hello,

    I was trying to add Hyper-V to Windows 10 but it said that my files were corrupted.

    I then ran and sfc and DISM checked which said that the component store has been corrupted.


    How do I fix this?

    :)
     
    Ahnafic, Apr 6, 2020
    #1
  2. Intrepid1 Win User

    Component store has been corrupted. (0x80073712) and Error: 14098

    Windows Server 2012R2 Essentials
    RE: StartComponentCleanup Task fails
    DISM giving contradictory results

    My StartComponentCleanup task in Tasks Scheduler was failing with the error:
    Last Run Result: The component store has been corrupted. (0x80073712).

    The task is located in Task Sheduler under Microsoft, Windows, Servicing

    No problem, I thought - over to elevated command prompt and DISM.


    >DISM /Online /Cleanup-Image /ScanHealth
    Deployment Image Servicing and Management tool
    Version: 6.3.9600.17031
    Image Version: 6.3.9600.17031
    [==========================100.0%==========================]
    No component store corruption detected.
    The operation completed successfully.


    OK Great, should be ready to clean.


    >DISM /Online /Cleanup-Image /StartComponentCleanup
    Deployment Image Servicing and Management tool
    Version: 6.3.9600.17031
    Image Version: 6.3.9600.17031
    [==========================100.0%==========================]
    Error: 14098
    The component store has been corrupted.
    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log

    Odd, let’s fix that up.

    >DISM /Online /Cleanup-Image /RestoreHealth
    Deployment Image Servicing and Management tool
    Version: 6.3.9600.17031
    Image Version: 6.3.9600.17031
    [==========================100.0%==========================]
    The restore operation completed successfully. The component store corruption was repaired.
    The operation completed successfully.

    Let’s be safe and re-scan.

    >DISM /Online /Cleanup-Image /ScanHealth
    Deployment Image Servicing and Management tool
    Version: 6.3.9600.17031
    Image Version: 6.3.9600.17031
    [==========================100.0%==========================]
    No component store corruption detected.
    The operation completed successfully.


    And on to cleanup


    >DISM /Online /Cleanup-Image /StartComponentCleanup
    Deployment Image Servicing and Management tool
    Version: 6.3.9600.17031
    Image Version: 6.3.9600.17031
    [==========================100.0%==========================]
    Error: 14098
    The component store has been corrupted.
    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log


    I’m totally at a loss. How can it report as non-corrupted, repaired and corrupted all in quick succession????
    Unsure how to fix. Windows Updates works fine and we have no other symptoms except that the StartComponentCleanup Task always fails as explained above.

    Thank You.


    =========================

    I don't see an obvious solution it the log files. Can anyone help analyze these (short) log files? Thank You!

    I have attached:

    Fresh Log Files generated after this command with corrupt message: DISM /Online /Cleanup-Image /StartComponentCleanup
    CBS [StartComponentCleanup].log Attachment 133651
    dism [StartComponentCleanup].og Attachment 133653

    Fresh Log Files generated after this command with success message: Dism /Online /Cleanup-Image /RestoreHealth
    CBS [RestoreHealth].log Attachment 133650
    dism [RestoreHealth].log Attachment 133652
     
    Intrepid1, Apr 7, 2020
    #2
  3. MARC-NY Win User
    Component store has been corrupted. (0x80073712) and Error: 14098

    Windows Server 2012R2 Essentials

    RE: StartComponentCleanup Task fails

    DISM giving contradictory results

    My StartComponentCleanup task in Tasks Scheduler was failing with the error:

    Last Run Result: The component store has been corrupted. (0x80073712).

    The task is located in Task Sheduler under Microsoft, Windows, Servicing



    No problem, I thought - over to elevated command prompt and DISM.

    >DISM /Online /Cleanup-Image /ScanHealth

    Deployment Image Servicing and Management tool

    Version: 6.3.9600.17031

    Image Version: 6.3.9600.17031

    [==========================100.0%==========================]

    No component store corruption detected.

    The operation completed successfully.

    OK Great, should be ready to clean.

    >DISM /Online /Cleanup-Image /StartComponentCleanup

    Deployment Image Servicing and Management tool

    Version: 6.3.9600.17031

    Image Version: 6.3.9600.17031

    [==========================100.0%==========================]

    Error: 14098

    The component store has been corrupted.

    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log

    Odd, let’s fix that up.

    >DISM /Online /Cleanup-Image /RestoreHealth

    Deployment Image Servicing and Management tool

    Version: 6.3.9600.17031

    Image Version: 6.3.9600.17031

    [==========================100.0%==========================]

    The restore operation completed successfully. The component store corruption was repaired.

    The operation completed successfully.

    Let’s be safe and re-scan.

    >DISM /Online /Cleanup-Image /ScanHealth

    Deployment Image Servicing and Management tool

    Version: 6.3.9600.17031

    Image Version: 6.3.9600.17031

    [==========================100.0%==========================]

    No component store corruption detected.

    The operation completed successfully.

    And on to cleanup

    >DISM /Online /Cleanup-Image /StartComponentCleanup

    Deployment Image Servicing and Management tool

    Version: 6.3.9600.17031

    Image Version: 6.3.9600.17031

    [==========================100.0%==========================]

    Error: 14098

    The component store has been corrupted.

    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log

    I’m totally at a loss. How can it report as non-corrupted, repaired and corrupted all in quick succession????

    Unsure how to fix. Windows Updates works fine and we have no other symptoms except that the StartComponentCleanup Task always fails as explained above.

    Thank You.
     
    MARC-NY, Apr 7, 2020
    #3
  4. Ahnafic Win User

    DISM Error 14098 - Component Store corrupted

    DISM Error 14098 - Component Store corrupted

    Hello,

    I was trying to add Hyper-V to Windows 10 but it said that my files were corrupted.

    I then ran and sfc and DISM checked which said that the component store has been corrupted.

    How do I fix this?
     
    Ahnafic, Apr 7, 2020
    #4
Thema:

DISM Error 14098 - Component Store corrupted

Loading...
  1. DISM Error 14098 - Component Store corrupted - Similar Threads - DISM Error 14098

  2. DISM error 14098 and Windows update failing to install KB5012599

    in Windows 10 Gaming
    DISM error 14098 and Windows update failing to install KB5012599: Hello,as specified in the title, I'm having issues with my install of windows being unable to install the KB5012599 update error 0x80073712, while at the same time I'm unable to run SFC and DISM commands as they always end in an error “Component Store has been corrupted” for...
  3. DISM error 14098 and Windows update failing to install KB5012599

    in Windows 10 Installation and Upgrade
    DISM error 14098 and Windows update failing to install KB5012599: Hello,as specified in the title, I'm having issues with my install of windows being unable to install the KB5012599 update error 0x80073712, while at the same time I'm unable to run SFC and DISM commands as they always end in an error “Component Store has been corrupted” for...
  4. Error for corrupted component

    in Windows 10 Customization
    Error for corrupted component: C:\WINDOWS\system32>Dism /Online /Cleanup-Image /RestoreHealth /Source:esd:E:\Sources\Install.esd:1 /limitaccess Deployment Image Servicing and Management tool Version: 10.0.19041.572 Image Version: 10.0.19042.630 [== 3.8%...
  5. Error: 14098 The component store has been corrupted. When attempting to repair Windows 10...

    in Windows 10 BSOD Crashes and Debugging
    Error: 14098 The component store has been corrupted. When attempting to repair Windows 10...: C:\Windows\system32>Dism /Online /Cleanup-Image /RestoreHealth /Source:g:\sources\boot.wim /LimitAccess Deployment Image Servicing and Management tool Version: 10.0.19041.329 Image Version: 10.0.19041.450 [== 3.8% ] Error:...
  6. The component store is corrupted.

    in Windows 10 Ask Insider
    The component store is corrupted.: Hello everyone, I'm experiencing a problem where I can't download any DirectX, NET Framework, etc. because of the Component Store being corrupted with an Error 0x80073712. I tried running DISM /Online /Cleanup-Image /CheckHealth, and it said that the Component Store is...
  7. DISM error 14098

    in Windows 10 Installation and Upgrade
    DISM error 14098: [ATTACH] Dear sir, Please help me with the DISM error code 14098. I can't update my system on Windows 10 Version 1909 for x64-based Systems KB4551762. everytime i got Error code: 0x80073712. I tried approximately 17 times within a month....
  8. DISM Error 14098, The component store has been corrupted

    in Windows 10 News
    DISM Error 14098, The component store has been corrupted: [ATTACH] [ATTACH]DISM is a powerful utility in Windows 10. It can be used with the Command Prompt command line for a variety of purposes. At the time, after trying to execute a command, it may throw up an error. One such [...] This post DISM Error 14098, The component store...
  9. dism the component store has been corrupted

    in Windows 10 Installation and Upgrade
    dism the component store has been corrupted: system32>dism.exe /online /Cleanup-Image /RestoreHealth Het onderdeelarchief is beschadigd https://answers.microsoft.com/en-us/windows/forum/all/dism-the-component-store-has-been-corrupted/3437e59c-805b-48c0-a52b-bccece6756aa
  10. Component store has been corrupted. (0x80073712) and Error: 14098

    in Windows 10 Performance & Maintenance
    Component store has been corrupted. (0x80073712) and Error: 14098: Windows Server 2012R2 Essentials RE: StartComponentCleanup Task fails DISM giving contradictory results My StartComponentCleanup task in Tasks Scheduler was failing with the error: Last Run Result: The component store has been corrupted. (0x80073712). The task is...

Users found this page by searching for:

  1. dism remove-package error 14098