Hi Sank M,
The error you’re seeing is fairly common when the servicing stack update (SSU) becomes corrupted or mismatched with the cumulative update you’re trying to apply. Since SSUs are designed to be permanent, they cannot be uninstalled, which is why you’re blocked from removing it.
The first step I recommend is checking that your servers are fully aligned with the latest servicing stack update for Windows Server. Sometimes the SSU needs to be installed manually before cumulative updates can succeed. You can download the latest SSU directly from the Microsoft Update Catalog and apply it offline.
If that doesn’t resolve the issue, another option is to perform a component store repair using a known good source. Mount a Windows Server ISO that matches your current build and run: DISM /Online /Cleanup-Image /RestoreHealth /Source:D:\Sources\install.wim /LimitAccess (replace D: with the mounted ISO drive). This forces DISM to use the local image instead of Windows Update.
If the servicing stack is too damaged, the most reliable fix is an in-place upgrade repair using the latest installation media. This reinstalls the OS components while keeping your roles and data intact, and it usually clears out stubborn SSU issues.
In short, you can’t remove the servicing stack, but you can repair or refresh it using the Update Catalog or ISO source. I hope the response provided some helpful insight. If it clarified the issue for you, please consider marking it as Accept Answer so others with the same issue can find the solution. Feel free to leave a comment if you need further information.
Jason.