Windows 10: Can't update my pc, and when I check services "BITS" and "wuauserv" says "Failed To Read...

Discus and support Can't update my pc, and when I check services "BITS" and "wuauserv" says "Failed To Read... in Windows 10 Installation and Upgrade to solve the problem; Hey, refer to the title for my main problem.But yes I have not been able to update my computer screenshots belowMy 2 services say error code 2!... Discussion in 'Windows 10 Installation and Upgrade' started by Quinn :, Jun 19, 2024.

  1. Quinn : Win User

    Can't update my pc, and when I check services "BITS" and "wuauserv" says "Failed To Read...


    Hey, refer to the title for my main problem.But yes I have not been able to update my computer screenshots belowMy 2 services say error code 2! screenshots belowPlease someone help me, I have had this problem for a bit now and my PC does not work correctly.Please, please, please somebody help! Thank you, Quinn

    :)
     
    Quinn :, Jun 19, 2024
    #1
  2. AsRock Win User

    Windows Updates failed to instal

    I'm not sure how differant XP media center Edition is but you could clear the history \ cache if these folders are there.

    Step 1 Register DLL files.

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

    By trying this step, we can check if the update engines are working properly.



    1. Close all instances of Internet Explorer.

    2. Click Start and Run, type "Regsvr32 atl.dll" (without quotes) in the Open box and click OK.



    Note: There is a space between regsvr32 and atl.dll



    3. Similarly, one by one, register the files listed below:



    Regsvr32 msxml3.dll

    Regsvr32 wuapi.dll

    Regsvr32 wuaueng.dll

    Regsvr32 wuaueng1.dll

    Regsvr32 wups2.dll

    Regsvr32 wucltui.dll

    Regsvr32 wups.dll

    Regsvr32 wuweb.dll

    Regsvr32 qmgr.dll

    Regsvr32 qmgrprxy.dll

    Regsvr32 jscript.dll



    Note: If you encounter errors while registering any of these files then skip that file and continue with the next one.



    If the issue persists, let's move on to the steps below to verify Windows Update services and temporary folders.



    Step 2 Verify the relevant Windows Update services.

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

    1. Click Start->Run, type "services.msc" (without quotation marks) in the open box and click OK.

    2. Double click the service "Automatic Updates".

    3. Click on the Log On tab, please ensure the option "Local System account" is selected and the option "Allow service to interact with desktop" is unchecked.

    4. Check if this service has been enabled on the listed Hardware Profile. If not, please click the Enable button to enable it.

    5. Click on the tab "General "; make sure the "Startup Type" is "Automatic" or "Manual". Then please click the button "Stop" under "Service Status" to stop the service.

    6. Then please click the button "Start" under "Service Status" to start the service.

    7. Please repeat the above steps with the other services:



    Background Intelligent Transfer Service

    Event Log

    Remote Procedure Call (RPC)



    Note: Event log service is enabled on all of the hardware profiles; this service does not have an option to enable or disable on certain hardware profile.



    If it still does not help, let's proceed to step 3.



    Step 3 Reload the Update temporary folders.

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

    One possible cause is that the temporary folder for Windows Update is containing corrupted files. Let's erase all the files there to get the system clean.



    1. Click Start, Run, type: cmd and press Enter. Please run the following command in the opened window.



    Net stop WuAuServ



    2. Click Start, Run, type: %windir% and press Enter.

    3. In the opened folder, rename the folder SoftwareDistribution to Sdold.

    4. Click Start, Run, type: cmd and press Enter. Please run the following command in the opened window.



    Net start WuAuServ



    Please test the Windows Update website and let me know the result. If the issue persists, to clarify the issue and provide more accurate troubleshooting steps, please assist me in collecting the following information.
     
    AsRock, Jun 19, 2024
    #2
  3. Windows Update fails. BITS service will not start.

    Hi Johnps,

    Thank you for posting your query on Microsoft Community.

    As per the issue description you are unable to start BITS service. The issue could be if you are not logged in as an Administrator or you don't have the admin permission.

    If your computer is connected to any domain network then I would suggest you to
    repost your query on

    TechNet Forum: Windows 10 IT Pro

    If it is not connected to any domain network then you may try the steps provided and see if it helps you to fix the issue.

    Method 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 Enable.

    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.

    Method 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.



    Now, try to install Windows Updates again and check if it helps.

    Hope this would help. If issue still persists post back with current status of your computer and result of the proposed suggestion, we will be happy to assist you.

    Regards,
     
    Ramesh.Kumar, Jun 19, 2024
    #3
  4. Kem Mon Win User

    Can't update my pc, and when I check services "BITS" and "wuauserv" says "Failed To Read...

    Windows Update - Service registration is missing or corrupt

    Hi Nitya,

    Upon analyzing the details and the troubleshooting steps you have done so far, we suggest that you
    manually reset your Windows Update Components
    by following these
    troubleshooting steps:


    • Run
      Command Prompt as Administrator

    • Stop
      BITS, Cryptographic, MSI Installer and Windows Update Services. To do this,
      type the following command:

      • Net stop wuauserv

      • Net stop cryptSvc

      • Net stop bits

      • Net stop msiserver

    • Rename
      SoftwareDistribution
      and
      Catroot2
      folder. To do this, type the following commands:

      • Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

      • Ren C:\Windows\System32\catroot2 Catroot2.old

    • Restart
      BITS, Cryptographic, MSI Installer and Windows Update Services. To do this,
      type the following command:

      • Net start wuauserv

      • Net start cryptSvc

      • Net start bits

      • Net start msiserver

    • Restart
      your computer and try to
      install Windows Update.

    Update us on how it goes.

    Regards
     
    Kem Mon, Jun 19, 2024
    #4
Thema:

Can't update my pc, and when I check services "BITS" and "wuauserv" says "Failed To Read...

Loading...
  1. Can't update my pc, and when I check services "BITS" and "wuauserv" says "Failed To Read... - Similar Threads - Can't update check

  2. Can't update my pc, and when I check services "BITS" and "wuauserv" says "Failed To Read...

    in Windows 10 Gaming
    Can't update my pc, and when I check services "BITS" and "wuauserv" says "Failed To Read...: Hey, refer to the title for my main problem.But yes I have not been able to update my computer screenshots belowMy 2 services say error code 2! screenshots belowPlease someone help me, I have had this problem for a bit now and my PC does not work correctly.Please, please,...
  3. Can't update my pc, and when I check services "BITS" and "wuauserv" says "Failed To Read...

    in Windows 10 Software and Apps
    Can't update my pc, and when I check services "BITS" and "wuauserv" says "Failed To Read...: Hey, refer to the title for my main problem.But yes I have not been able to update my computer screenshots belowMy 2 services say error code 2! screenshots belowPlease someone help me, I have had this problem for a bit now and my PC does not work correctly.Please, please,...
  4. windows update service or wuauserv is missing

    in Windows 10 Gaming
    windows update service or wuauserv is missing: wuauserv is missing from my computer, i can't update my windows,i already tried manually adding the registry and use 3rd party tool the result are the registry dissapeared when i reboot and 3rd party tool did absolutely nothing, usually i don't care about this because didn't...
  5. windows update service or wuauserv is missing

    in Windows 10 Software and Apps
    windows update service or wuauserv is missing: wuauserv is missing from my computer, i can't update my windows,i already tried manually adding the registry and use 3rd party tool the result are the registry dissapeared when i reboot and 3rd party tool did absolutely nothing, usually i don't care about this because didn't...
  6. windows update service or wuauserv is missing

    in Windows 10 Installation and Upgrade
    windows update service or wuauserv is missing: wuauserv is missing from my computer, i can't update my windows,i already tried manually adding the registry and use 3rd party tool the result are the registry dissapeared when i reboot and 3rd party tool did absolutely nothing, usually i don't care about this because didn't...
  7. Windows can't check for updates, says can't connect to update service, Microsoft store...

    in Windows 10 Software and Apps
    Windows can't check for updates, says can't connect to update service, Microsoft store...: Windows attempted to check for updates last week, found some, but in the process of installing something went wrong, i don't know what. Since then it's been from one issue to the other. I currently have the latest version of windows 10 installed via Windows 10 update...
  8. wuauserve service would not restart, PIN login failed

    in Windows 10 Updates and Activation
    wuauserve service would not restart, PIN login failed: Helping an elderly couple via phone to get their new Win10 laptop from Sams Club out of S-mode. what follows is all from a phoncon with 80 yr old user. In Activation settings, Switch to Windows 10 Home > Go to Store link, clicking on Get resulted in failure twice. Read...
  9. Windows Update Service (wuauserv) Access Denied

    in Windows 10 Ask Insider
    Windows Update Service (wuauserv) Access Denied: Hello fellow Redditor, I have recently made an attempt to install the new updates for my Windows 10 Build 1909 system. However, when I went into settings and clicked "check for updates" in the updating section, I received error code 0x80070422. I then ran the Windows Update...
  10. wuauserv ( windows update service) could not be started. Error in starting wuauserv service

    in Windows 10 Installation and Upgrade
    wuauserv ( windows update service) could not be started. Error in starting wuauserv service: I was trying to resolve windows update error 0x80080005 and found a solution which says to stop first the wuauserv service but when i tried to do so in cmd I got : system32>net start wuauserv the wuauserv service could not be started A system error has occured System...