The DISM tool lets you mount a Windows PE image and add or remove packages, drivers, and language packs in the same way you would any Windows 10 or Windows 11 image using the appropriate driver, package, or international-servicing commands. However, the Windows PE feature has been removed now, but DISM ‘thinks’ that Windows PE is still present, and hence the error occurs. So when you run DISM in Windows PE environment with the /online option i.e.

Dism /Online /Cleanup-Image /CheckHealthDism /Online /Cleanup-Image /ScanHealthDism /Online /Cleanup-Image /RestoreHealth

It gives an error – DISM tool does not support servicing Windows PE with the online option.

DISM does not support servicing Windows PE with the online option, Error 50

As we said that Windows PE is a preinstallation environment that is used to prepare an image, and then deploy it across multiple computers. That image deploys Windows to computers, but it cannot be used as a standard OS. There are two ways to fix it: Remember this will only work if you genuinely have Windows 11/10, but it is being misunderstood as Windows PE.

In Windows PE, there is a specific registry key that can identify Windows PE. When the DISM tool runs, it checks for that registry key. The Key is located at

To fix the error, we will need to delete the key if they are available in the Registry. It will work, but only if your system is not truly Windows PE. The error occurs on a full-fledge OS because of the presence of the Registry key. If you genuinely have Windows PE, you should consider installing a full-fledged OS.

2] Use revertpendingactions with DISM

Create another local admin user account.Boot into Advanced Recovery Mode, and locate the Command Prompt optionEnter the following command: dism.exe /image:C:\ /cleanup-image /revertpendingactionsAfter that, reboot your machine into Safe Mode.In Safe Mode, open an elevated Command Prompt and run the SFC/ scannow commandAgain reboot the computer in normal mode, and execute the DISM with /online option.

The revert option will start rolling back the changes any update was attempting to apply. When you enable this command and reboot, you should see a blue splash screen that shows the updates being reverted. We hope these steps helped you resolve Windows PE issue, and you were able to run the DISM tool with the online option issue.

DISM does not support servicing Windows PE with the online option - 39DISM does not support servicing Windows PE with the online option - 96