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: Newest
  1. Anonymous
    2016-12-07T21:11:20+00:00

    Many thanks. It really worked for me.

    :)

    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

    Does anyone have a way to fix this on windows 10? Clicking on start does not work wit windows 10.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2016-09-19T18:26:29+00:00

    are you kidding? were did you source that instruction? because it smells an awful lot like this...

    https://support.microsoft.com/en-us/kb/971058

    yeah... that should look familiar. and it didn't work.

    im trying to update a win7sp1. its restore image is circa 2011-12. i did this 8 months ago without a catch... why is it bugging up now?

    on a fun note, after applying the "fix" suggested in the link, windows update diagnostic thinks it actually fixes the problem. never mind that it finds the same problem again on successive runs and continues to try the same non fix solution.

    but seriously... why doesnt any one on this thread list the sources of their "fixes"? 

    "oh yeah and try this complicated nonsense. i came up with it all on my own... wink wink nudge nudge say no more. just dont ask me what it does or how it works."

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2016-09-03T23:53:57+00:00

    I had a problem with some updates of Windows Store's Apps. I get this error.

    This solution worked excellent !

    OS Edition: Win 10 Pro x64 Anniversary Update

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2016-08-14T19:18:40+00:00

    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

    3. Delete all contents of the catroot2 folder, but do not delete the catroot2 folder.

    4. Type the following command, and then press Enter:

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


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