Windows Update error 0x80070003

Anonymous
2013-05-18T06:27:54+00:00

How to troubleshoot windows update error code 0x80070003 ran into a problem?

Windows for home | Windows 11 | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2013-05-18T07:09:13+00:00

Nurifa,

Click Start (Press “Windows Key + Q” to open Charms Bar.)

Type: cmd

Right click on cmd in start menu and select 'Run as Administrator'

Type: net stop wuauserv

Hit Enter

Type: ren c:\windows\SoftwareDistribution softwaredistribution.old

Hit Enter

Type: net start wuauserv

Hit Enter

Type: exit

Hit Enter

Attempt to download updates

Pləase let us know if this did or didn't həlp to resolve your problem.

~

The current time and date right now in California, United States is

12:08 AM

Saturday, May 18, 2013

Pacific Daylight Time (PDT) -0700 UTC

UTC/GMT is 07:08 on Saturday, May 18, 2013

Current Weather Conditions in Los Angeles

Fair62°F / 17°C

Was this answer helpful?

300+ people found this answer helpful.
0 comments No comments

92 additional answers

Sort by: Oldest
  1. Anonymous
    2016-12-27T06:41:45+00:00

    Make sure you "run as administrator" for the update.

    That worked for me

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2016-12-28T09:47:00+00:00

    First check for the error message or error code.

    Disable anti virus.

    1.On the RUN box delete

    Temp  %temp% prefetch

    1. Set to automatic all the services

    -Background Intelligent Transfer service

    -Cryptographic service

    -Windows Update service

    -Windows Module Installer

    -Windows Installer

    -Volume shadow copy

    1. Run the windows update troubleshooter

    Here's the link : http://go.microsoft.com/?linkid=9830262

    1. Reset Windows updates Component

    Here's the link : http://go.microsoft.com/?linkid=9830262

    4: Reset the content of the Catroot2 folder

    To do this, follow these steps:

    1. Open an administrative Command Prompt window.
    2. Type the following commands, and press Enter after each command:
    • net stop cryptsvc
    • md %systemroot%\system32\catroot2.old
    • xcopy %systemroot%\system32\catroot2 %systemroot%\system32\catroot2.old /s
    1. Delete all contents of the catroot2 folder, but do not delete the catroot2 folder.
    2. Type the following command, and then press Enter:
    3. net start cryptsvc 5.Run the reset.bat Step 1.  Open an notepad and copy the code below. Save the file as reset.bat Step 2. Right click the reset.bat and run as administrator. It will reset all the windows components for WU. Step 3. Restart Computer and Run WU. It will download and install the update again.   Code: net stop wuauserv

    net stop bits

    net stop cryptsvc

    net stop trustedinstaller

    sc config cryptsvc start= auto obj= "NT Authority\NetworkService" password= a

    sc config wuauserv start= auto obj= LocalSystem

    sc config bits start= delayed-auto obj= LocalSystem

    Sc config trustedinstaller start= demand obj= LocalSystem

    Sc config eventlog start= auto

    reg add HKLM\SYSTEM\CurrentControlSet\Services\wuauserv\Parameters /v ServiceDll /t REG_EXPAND_SZ /d "%systemroot%\system32\wuaueng.dll" /f

    reg add HKLM\SYSTEM\CurrentControlSet\Services\bits\Parameters /v ServiceDll /t REG_EXPAND_SZ /d "%systemroot%\system32\qmgr.dll" /f

    reg delete HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /f

    reg delete HKLM\COMPONENTS\PendingXmlIdentifier /f

    reg delete HKLM\COMPONENTS\NextQueueEntryIndex /f

    reg delete HKLM\COMPONENTS\AdvancedInstallersNeedResolving /f

    sc sdset wuauserv D:(A;;CCLCSWRPLORC;;;AU)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)S:(AU;FA;CCDCLCSWRPWPDTLOSDRCWDWO;;;WD)

    sc sdset bits D:(A;CI;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;CCLCSWLOCRRC;;;SU)S:(AU;SAFA;WDWO;;;BA)

    sc sdset cryptsvc D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;CCLCSWLOCRRC;;;SU)S:(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD)

    sc sdset trustedinstaller D:(A;CI;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)(A;;CCDCLCSWRPWPDTLOCRRC;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;CCLCSWLOCRRC;;;SU)S:(AU;SAFA;WDWO;;;BA)

    sc sdset eventlog D:(A;;CCLCSWLOCRRC;;;AU)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWRPWPDTLOCRRC;;;SY)S:(AU;SA;DCRPWPDTCRSDWDWO;;;WD)(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD)

    takeown /f %systemroot%\winsxs\pending.xml

    icacls %systemroot%\winsxs\pending.xml /grant Administrators:(F)

    icacls %systemroot%\winsxs\pending.xml /grant Administratörer:(F)

    del /q %systemroot%\winsxs\pending.xml

    ren %systemroot%\System32\Catroot2 oldcatroot2

    ren %systemroot%\SoftwareDistribution SoftwareDistribution.old

    rename \ProgramData\Microsoft\Network\Downloader Downloader.old

    cd /d %windir%\system32

    regsvr32.exe atl.dll /s

    regsvr32.exe urlmon.dll /s

    regsvr32.exe jscript.dll /s

    regsvr32.exe vbscript.dll /s

    regsvr32.exe scrrun.dll /s

    regsvr32.exe msxml3.dll /s

    regsvr32.exe msxml6.dll /s

    regsvr32.exe actxprxy.dll /s

    regsvr32.exe softpub.dll /s

    regsvr32.exe wintrust.dll /s

    regsvr32.exe dssenh.dll /s

    regsvr32.exe rsaenh.dll /s

    regsvr32.exe cryptdlg.dll /s

    regsvr32.exe oleaut32.dll /s

    regsvr32.exe ole32.dll /s

    regsvr32.exe shell32.dll /s

    regsvr32.exe wuapi.dll /s

    regsvr32.exe wuaueng.dll /s

    regsvr32.exe wups.dll /s

    regsvr32.exe wups2.dll /s

    regsvr32.exe qmgrprxy.dll /s

    regsvr32.exe wucltux.dll /s

    regsvr32.exe wuwebv.dll /s

    net start eventlog

    net start cryptsvc

    net start bits

    net start wuauserv

    fsutil resource setautoreset true c:\

    netsh winhttp reset proxy

    bitsadmin /reset /allusers

    wuauclt.exe /resetauthorization /detectnow

    :MESSAGE

    echo+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    echo===========================================================

    echo The commands has been succesfully executed. Hit enter to continue

    echo===========================================================

    echo+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    Pause > Null

    :end

    --------------------------------------------------------------------------------------------
    
    6. Restart the pc in cleanboot and check for updates.If the issue still occur check for malwares'
    

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2017-01-27T14:58:51+00:00

    got a "file access denied" response when trying and a "try again" box but continued to be denied.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2017-03-03T21:05:28+00:00

    "did not work for me, win did not recognize my Admn command cmd.

    Was this answer helpful?

    0 comments No comments