Windows 11 Error code: (0x8007000d)

Kelly 0 Reputation points
2025-03-08T15:41:29.8833333+00:00

I just got this computer and i deleted some stuff that i thought I didn't need and now windows update will not work and i have like 6 or 7 updates that i need to do and the updater wont let me do anything. My laptop is a 11th Gen Intel(R) Core(TM) i5-1145G7 @ 2.60GHz 1.50 GHz with windows 11 pro. What can I do?

Thanks in advance.

Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2025-03-10T07:04:27.5033333+00:00

    Hello,

    What did you delete?

    Maybe you deleted some system files causing this problem.

    Here are some basic troubleshooting steps you can try:

    1.Running the update troubleshooter. Select Settings > Update & Security > Troubleshoot > Additional troubleshooters > Windows Update > Run the troubleshooter.

    2.Manually downloading the updates from Microsoft Update Catalog.

    3.Performing a clean boot. This is a way of starting Windows with only the essential services and programs, which can help eliminate any software conflicts that might interfere with the update process. Please refer to this link: How to perform a clean boot in Windows - Microsoft Support

    4.Restarting the update services. You can do this by using the Services tool (services.msc) and stopping and starting the following services: Windows Update, Background Intelligent Transfer Service, Cryptographic Services, Windows Installer.

    5.Manually reset windows update components:

    net stop wuauserv

    net stop cryptsvc

    net stop bits

    net stop msiserver

    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

    ren C: \Windows\System32\catroot2 Catroot2.old

    net start wuauserv

    net start cryptsvc

    net start bits

    net start msiserver

    Best Regards,

    Hania Lian

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

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

  2. CrazyKats 400 Reputation points Volunteer Moderator
    2025-03-10T16:32:21.61+00:00

    In Settings, System, Recovery have you tried either of these options?

    User's image

    Also try in Command Prompt (Admin) this:

    DISM /Online /Cleanup-Image /RestoreHealth.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.