Network scanner occasionally not found on Windows 10

5,360

Solution 1

I have an MG7150 and restarting the Windows 10 service Windows Image Acquisition (WIA) AKA stisvc did the trick. I had to restart it three times, so I guess some randomness is involved. The last time it refused to be stopped and I had to manually kill the process. To kill the correct svchost.exe process, add the Command line column in Task Manager's Details tab and find C:\WINDOWS\system32\svchost.exe -k imgsvc

The solution is really thanks to the comment by Thijs van Dien. Before I found that I had already tried several things. Including moving the printer to the wired network, but I don't think that makes any difference.

Things that did not work:

  • Having the printer on the non-public WiFi network (I would imagine not being on the publi WiFi is a prerequisite, though)
  • Moving the printer to the wired network
  • Reinstalling the printer (which I had to do when switching network and getting a new IP address)
  • Settings -> Printers & scanners -> Manage -> (dropdown) Scanner: MG7100 series _id -> Scanner properties
    • This gave me the Scanners and Cameras dialog with an empty list
    • Add Device... -> WIA Scanner Device seemed promising, but achieved nothing
    • MG7100 series _id showed up automatically after enough stisvc restarts

Solution 2

I have a MG7100 that cannot be found if Windows thinks it is is on a public WiFi network. Removing my 'public' home WiFi network and adding it back as a trusted network fixed it for me.

Solution 3

I had the same issue with an HP scanner and it was an IPv6 / IPv4 problem, try to disable IPv6 on the scanner and see if it works. When my PC tried to connect to the scanner with IPv4 worked fine but when it used IPv6 there was something wrong going on. Rebooting the PC flipped the coin between IPv6 and IPv4 and sometimes worked, sometimes not.

Share:
5,360

Related videos on Youtube

Mark Seemann
Author by

Mark Seemann

Updated on September 18, 2022

Comments

  • Mark Seemann
    Mark Seemann almost 2 years

    I have a WiFi-connected printer and scanner (Canon MG 5700) that I use from Windows 10. One of the nice features of Windows 10 is that I never had to install any drivers or bloatware to get it working. Windows automatically discovered the printer on the network, and it actually works.

    Not only can I print, but I can also scan using the Windows Fax and Scan application.

    Occasionally, however, it stops working. When I try to scan something, I get this error message from Windows Fax and Scan:

    No scanners were detected. If a scanner is installed, make sure that it is powered on and connected to the computer, and then try again.

    This happens even though the scanner is, in fact, powered on, and, according to its own little display, connected to the WiFi.

    If I reboot my Windows 10 laptop, it works again, so I'd suspect that the problem is in Windows, and not with the printer.

    Sometimes, it's a bit of a bother to have to reboot the computer, so I'm looking for a way to resolve the problem that doesn't involve a reboot. I've tried to close and restart the Windows Fax and Scan application, but that doesn't solve the problem. I've also tried to disconnect from, and reconnect to, the WiFi, but that also doesn't help.

    If there's some Windows service or other kind of daemon I could restart, I'd consider that an improvement over rebooting, but I haven't been able to figure out which one to target.

    Is there a (fairly) easy way to 'reset' Windows 10 scan and printing so that it discovers that the scanner is, in fact, online?

  • RandomGuy
    RandomGuy almost 4 years
    Thanks this was the only solution that worked with my Brother all in one laser. I also needed to manually kill the WIA and restart it afterwards in the services. Really thanks a lot, I always needed to restart my computer to fix this. I think I will create a script to do all those steps to fix when this happens. Usually it happens when I start the pc from a hibernation.
  • Rio Wing
    Rio Wing almost 3 years
    You are my hero. Your solution fixed my wireless HP OfficeJet 3830. I had to restart my computer to fix this for months and knew there must be an easier way, and you got it. Thank you.