When I run Windows Update, I get error code 0x80070002

0

When I open windows update, it just says error, with the code 0x80070002 I try to check for new updates and it just stops at downloading 0%, and says error.
I am a new to computers what do i do. Thankyou

windows
windows-10
windows-update
asked on Super User Nov 24, 2020 by djbritt • edited Nov 26, 2020 by mic84

1 Answer

1

I worked with microsoft support, and they said these directions were on their internal documentation. These steps fixed this error for me.

Open cmd as administrator

Run these commands, make sure it says service stopped successfully, or not started.

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

Run these commands, make sure it says service started successfully.

net start wuauserv
net start cryptSvc
net start bits
net start msiserver

Restart, then try windows update again

That worked great for me.

answered on Super User Nov 24, 2020 by djbritt

User contributions licensed under CC BY-SA 3.0