WaaSMedicSvc – Failed to Read Description – Error Code 2

In your Windows 11 computer, when you open the Services console, the Windows Update Medic Service may be missing from the list. When you scroll the services list, you may note that it is listed as WaaSMedicSvc instead of its actual display name — Windows Update Medic Service.

Also, the description column for WaasMedicSvc may show the following error:

<Failed to Read Description. Error Code: 2 >

waasmedicsvc error 2 description

(or)

<Failed to Read Description. Error Code: 15100 >

waasmedicsvc error 15100 description

Cause

Error 2 means ERROR_FILE_NOT_FOUND. Error 15100 means the DLL doesn’t have the specific string resource embedded into it.

The Windows Update Medic Service’s “DisplayName” and the “Description” registry values point to WaaSMedicSvcImpl.dll. In Windows 11 22H2, the module may not exist in most systems.



"Description"="@WaaSMedicSvcImpl.dll,-101"
"DisplayName"="@WaaSMedicSvcImpl.dll,-100"

Even if you manually restore the missing WassMedicSvcImpl.dll module or by running SFC, you’ll see the error code 15100 for WaasMedicSvc. This is because the DLL doesn’t have the specific string resource (100 and 101) embedded into it.

Another example → McpManagementService Error Code: 15100 – Failed to Read Description.

Resolution

To fix the display name and description for the WaasMedicSvc service, follow these steps:

  1. Launch the Registry Editor by running regedit.exe
  2. Go to the following branch in the Registry Editor.
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc
  3. Double-click “Description” and type in the following description:
    Enables remediation and protection of Windows Update components.
  4. Double-click “DisplayName” and type the following:
    Windows Update Medic Service
  5. Exit the Registry Editor.
  6. Restart Windows for the changes to take effect.

This fixes the display name and description for the Windows Update Medic Service.


One small request: If you liked this post, please share this?

One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:
  • Pin it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!
So thank you so much for your support. It won't take more than 10 seconds of your time. The share buttons are right below. :)

Ramesh Srinivasan is passionate about Microsoft technologies and he has been a consecutive ten-time recipient of the Microsoft Most Valuable Professional award in the Windows Shell/Desktop Experience category, from 2003 to 2012. He loves to troubleshoot and write about Windows. Ramesh founded Winhelponline.com in 2005.

1 thought on “WaaSMedicSvc – Failed to Read Description – Error Code 2”

Leave a Comment