Software⏱️ 4 min read📅 2026-06-15

How to Fix error 14098 Error – How to fix Dism error 14098?

Fix Error 14098 in Windows 10 with DISM tool. Repair corrupted component store and resolve issues.

Quick Answer: Run DISM /Online /Cleanup-Image /RestoreHealth with the correct source file to repair the component store.

The Dism error 14098 is a frustrating issue that affects Windows 10 users who experience corruption on their system installation. This error occurs when the Deployment Image Servicing and Management (DISM) tool fails to scan and repair the component store, leading to a corrupted state of the operating system. The symptom of this error is that the 'Turn Windows Features on or off' option in the Programs and Features window does not load, and WMI queries hang indefinitely.

This issue can be particularly frustrating for users who rely on their Windows 10 installation for work or daily activities. Fortunately, there are several steps you can take to troubleshoot and potentially fix this error.

🔍 Why This Happens

  • The primary cause of Dism error 14098 is a corrupted component store. This occurs when the DISM tool fails to scan and repair the component store, leading to a damaged state of the operating system. The component store contains critical files and settings that are necessary for the proper functioning of Windows 10.
  • Another possible cause of this error is a faulty or corrupted Windows installation media. If the installation media is not valid or has been tampered with, it can lead to corruption on the system installation.

🚀 How to Resolve This Issue

Disabling and Re-enabling Windows Features

  1. Step 1: Step 1: Open the 'Turn Windows Features on or off' window by searching for it in the Start menu or typing `msftws` in the Run dialog box. If the window does not load, proceed to Step 2.
  2. Step 2: Step 2: Press and hold the Shift key while clicking on the 'Turn Windows Features on or off' option. This will disable all features at once. Wait for a few seconds and then release the Shift key. The features should now be disabled.
  3. Step 3: Step 3: Restart your computer to apply the changes. Once your computer boots up, re-enable the features one by one until you find the problematic feature. You can do this by searching for each feature in the 'Turn Windows Features on or off' window and checking the box next to it.

Running DISM /Online /Cleanup-Image /RestoreHealth

  1. Step 1: Step 1: Open a Command Prompt as an administrator. You can do this by right-clicking on the Command Prompt icon in the Start menu and selecting 'Run as administrator'.
  2. Step 2: Step 2: Type `DISM /Online /Cleanup-Image /RestoreHealth` and press Enter. This will start the DISM tool to scan and repair the component store.
  3. Step 3: Step 3: Wait for the process to complete. The DISM log file should be created at C:/windows/logs ixcore.log. If you encounter any errors, refer to the log file for more information.

✨ Wrapping Up

If neither of the above methods resolve the issue, it may be necessary to perform a System File Checker (SFC) scan or reinstall Windows 10. However, these steps should only be taken as a last resort and after attempting all other troubleshooting methods. It is recommended to seek assistance from Microsoft support or a professional IT technician if you are unable to resolve the issue on your own.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions