Windows 10 Home Bits service registration missing or corrupted

Gary Patterson 1 Reputation point
2022-03-24T16:39:34.183+00:00

Updates will not process.

Ran Bits Service troubleshooter and got message "Service registration is missing or corrupt".

Reset Windows 10 twice and updates still will not process.

Do I need to do a reinstall of Windows using thumb drive?

Or can I fix the Bits Service itself?

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

2 answers

Sort by: Most helpful
  1. Kapil Arya 8,461 Reputation points MVP Volunteer Moderator
    2022-03-26T12:30:11.973+00:00

    Hello,

    See if this fix helps you:

    https://www.kapilarya.com/service-registration-is-missing-or-corrupt-in-windows-10

    Let us know if this helps!

    Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.

    0 comments No comments

  2. Limitless Technology 39,931 Reputation points
    2022-03-31T10:56:15.46+00:00

    Hi @Gary Patterson

    To help with your query kindly do the steps one by one in the 3 resolution provided below.

    Resolution 1

    I would suggest you to check if you are able to access Windows Update services and also make sure that the following services are started. If it is not started follow the below mentioned steps:

    a. Press Windows key + R, type "services.msc" (without quotes) in start run box and press Enter.

    b. Locate Windows Update service.

    c. Right click on the Windows Update service and select Properties.

    d. In Start-up type, select Automatic from the list.

    e. Click Start under Service status.

    f. Click OK.

    g. Repeat the steps c to f for the following services also:

    Background Intelligent Transfer Service & Cryptographic Service.

    If these steps do not help to resolve the issue, then you may proceed with the step mentioned below and check.

    Resolution 2

    Step by step instructions to get the issue fixed.

    a) Press Windows key + X and select Command Prompt (Admin).

    b) On the open Command Prompt window copy and paste the commands (all at once)

    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

    c) Wait for the process to complete.

    d) Close the Command Prompt.

    Install Windows Updates again.

    Resolution 3

    Remove a value from registry:

    Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability
    *ThresholdOptedIn

    --
    If the reply is helpful, please Upvote and Accept as answer.

    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.