[FIX] Windows Was Unable To Get A List Of Devices From Windows Update

In this post, learn how to fix "Windows was unable to get a list of devices from Windows Update" error while adding printer in Windows 10/8/7.

Kapil Arya
11x Microsoft MVP · Admin
2 min read
Add as a preferred
source on Google

While installing, if your printer require to get list of drivers from Windows Update, and you just can’t get that, this article is for you. Recently, while addling a new printer to Windows 10 Pro running machine, we faced this problem.

In this case, the new printer was not detected automatically from Settings app > Devices > Printers & scanners > Add a printer or scanner. Then we’ve to click The printer that I want isn’t listed. This opens Control Panel‘s Add Printer dialog. We now selected Add a local printer or network printer with manual settings. In the next screen, when we hit Windows Update button, we get “Windows is updating the list of printers. This may take a a few minutes.” message.

FIX Windows Was Unable To Get A List Of Devices From Windows Update Windows 10

Then following error comes out after sometime:

Windows was unable to get a list of devices from Windows Update. Please try again later.

FIX Windows Was Unable To Get A List Of Devices From Windows Update Windows 10

Since this didn’t worked out first time, hence we give it a retry – as suggested by the message itself. However, there was no change in the situation. The error keeps appearing and ultimately, we can’t add the printer at the last. After researching a bit, we found that older Windows Update database is root cause for this problem. Once that database is cleared out, the above mentioned error no longer occurs.

So if you’re also victim of this issue, here is how to fix it.

FIX: ‘Windows Was Unable To Get A List Of Devices From Windows Update’ In Windows 10/8.1/8/7

Open administrative Command Prompt and type following commands one-by-one followed by Enter key.

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

FIX Windows Was Unable To Get A List Of Devices From Windows Update Windows 10

Close the Command Prompt window and reboot the machine.

After restart, retry the process of manually adding the printer and you should be able to get your printer driver from Windows Update. Thus you’ll be able to install the printer successfully, then.

FIX Windows Was Unable To Get A List Of Devices From Windows Update Windows 10

Hope this helps!

Share this article
https://www.kapilarya.com/fix-windows-was-unable-to-get-a-list-of-devices-from-windows-update-windows-10

Shareable URL

Article by

Kapil Arya
11x Microsoft MVP · Admin

Kapil holds Microsoft MVP title in Windows IT Pro expertise, 11-times in a row (2014-2025). He is 8-times Windows Insider MVP as well, and author of 'Windows Group Policy Troubleshooting' book. In 2015, Microsoft India accomplished him as 'Windows 10 Champion'. Being passionate Windows blogger, he loves to help others on fixing their system issues. Kapil has worked with official Microsoft Community Engagement Team (CET) on several community projects. You can subscribe him for news/updates and fixes for Windows.

10 Comments
Charles White

This suggestion did not work for me!

Paulo Ferreira

Dont work

Dan

While it seems several people in 2012 had this issue and this fixed that, it’s not working now.

mahmoud

it didn’t work with me, it always give access is denied

Willodean

Thanks for the info

Kapil Arya Author

^^ Welcome!

Abdul Samad

Don’t work

mm

The Cryptographic Service appears to have a watchdog and it restarts as soon as it’s stopped. Then catroot2 can’t be deleted/renamed because it’s in use. 21H1.

Lars Skjønberg

Everyone is copying each other, this is an old guide that people still peddle as new. It’s the same over the whole web except Microsoft’s guide. But that guide does not work either so i won’t link to it.

Michał

That solution crash my windows and repair was needed.

Leave a Comment

Your email address will not be published. Required fields are marked *