You plug in your scanner, Windows detects it (or doesn't), and nothing happens when you try to scan. Just error code 0x00000001 staring back at you. Sound familiar? Most people think they need a new scanner at this point. They don't. I've fixed this exact problem hundreds of times remotely, and nine times out of ten it's one of three things: the WIA service got turned off, your driver needs reinstalling, or the USB connection isn't stable.
TL;DR
Scanner not working on Windows 10 usually means a disabled WIA service, missing driver, or loose USB connection. Start by power-cycling both devices, restarting the Windows Image Acquisition service via services.msc, and trying a different USB port. If that doesn't work, reinstall the scanner driver from the manufacturer's website. Advanced users may need to run System File Checker (sfc /scannow) to repair corrupt Windows files. 85% of scanner issues resolve with these steps.
Key Takeaways
- Error 0x00000001 indicates a communication breakdown between Windows and your scanner, not a dead device
- Windows Image Acquisition (WIA) is the core service that enables scanning - if it's disabled, nothing works
- USB hubs cause more scanner problems than they solve; always use a direct motherboard port during troubleshooting
- Testing your scanner in Windows Fax and Scan tells you whether it's a hardware/driver issue or a software configuration problem
- Most fixes take under 30 minutes and don't require reinstalling Windows
At a Glance
- Difficulty: Easy
- Time Required: 15-45 mins
- Success Rate: 85% of users
What Causes Scanner Not Working on Windows 10?
Let's talk about what's actually going wrong under the hood. Error code 0x00000001 isn't a specific scanner error - it's vague on purpose, which means it could be triggered by several different problems. Think of it as Windows saying "something went wrong talking to that device, but I'm not going to tell you what."
The biggest culprit is the Windows Image Acquisition service. This is the core Windows service that acts as a bridge between your scanning software and the physical scanner hardware. If WIA gets disabled (often by aggressive system "optimization" tools or incomplete uninstalls), your scanner becomes invisible to every application that tries to use it. You can have the best driver in the world, but without WIA running, the scanner won't respond.
Then there's the driver problem. Scanners rely on either a generic WIA driver or a vendor-specific TWAIN driver. If that driver is outdated, mismatched with your Windows version, or never installed properly in the first place, Windows can't establish proper communication with the device. This is especially common after a major Windows update or if you've installed a generic scanner driver instead of the model-specific one.
USB connection issues are sneakier. A loose cable, a failing USB port, or (and I can't stress this enough) connecting through a USB hub can interrupt the handshake between Windows and the scanner. The device might appear to be detected one moment, then vanish the next. usb-c-pd" class="vae-glossary-link" data-term="usb-c-pd">Power delivery issues from hubs make this worse - your scanner isn't getting enough juice to respond properly.
Finally, there's Windows corruption. If system files related to device enumeration or imaging services get corrupted - from a forced shutdown, incomplete update, or malware - Windows loses the ability to talk to USB devices cleanly. This is rare but becomes more likely if you've had other device problems recently.
Scanner Not Working on Windows 10: Quick Fix
Power Cycle and Reconnect Easy
- Turn off your scanner completely.
Don't just flip a standby switch - full power down. - Unplug the power cable from the scanner and wait 30 seconds.
This clears any residual charge and forces the device to reinitialize. - Restart your Windows 10 PC.
A full reboot helps more than people think. It resets device drivers, services, and USB stacks. - Plug the scanner directly into a rear USB port.
Not a hub. Not a docking station. A native motherboard port on the back of your desktop, or a native port on your laptop. If you don't have a rear port available, use the side port closest to the motherboard. - Turn the scanner back on and wait 10 seconds for Windows to detect it.
You'll see a notification in the taskbar when Windows finds it. - Try scanning a test document.
Open your scanning software and attempt a simple scan to the desktop.
Restart the Windows Image Acquisition Service
Even if the power cycle didn't work, the WIA service might just be disabled or in a stopped state. This is quick to check and fix.
- Press Win+R to open the Run dialog.
- Type
services.mscand press Enter.
The Services application opens showing all background Windows services. - Scroll down and find "Windows Image Acquisition" (or search for "WIA").
It's usually alphabetical, so look near the bottom of the W section. - Double-click Windows Image Acquisition to open its properties.
- Look at the "Startup type" dropdown.
Set it to "Automatic" if it's not already. - Check the "Service status" field.
If it says "Stopped", click the Start button. - Click OK to save and close the dialog.
- Try scanning again.
Open your scanning application and test with a document.
Try a Different USB Port and Cable Easy
- Unplug the scanner from its current USB port.
- If you're using a USB hub, unplug it from the hub and plug directly into your PC instead.
This is the single most common fix I've seen. Hubs cause power delivery problems that kill scanner detection. - Try the scanner on a different native USB port.
On a desktop, use a rear port if you haven't already. On a laptop, try the opposite side if possible. - Wait 5 seconds, then open Device Manager to confirm detection.
Press Win+X and select Device Manager. Look under "Imaging devices" or "Universal Serial Bus controllers" for your scanner. If it shows up without an error icon, Windows recognizes it. - If you have a spare USB cable, swap it in and test.
Damaged or cheaply-made cables fail silently - the scanner won't initialize if it can't communicate properly. - Try scanning again.
More Scanner Not Working Windows 10 Solutions
If the quick fixes didn't work, we're moving into driver and software territory. These steps dig deeper into how Windows communicates with your scanner.
Reinstall the Scanner Driver from the Manufacturer Easy
This is the step that fixes most scanner not working issues when basic troubleshooting hasn't worked. A missing or outdated driver is the number two reason scanners stop responding on Windows 10.
- Note your exact scanner model number.
It's usually on a sticker on the back or bottom of the device. Something like "Canon CanoScan LiDE 400" or "HP ScanJet Pro 3000 s2". - Visit the manufacturer's official support website.
Go to Canon, HP, Epson, Brother, or whoever made your scanner. Do not use generic driver sites - they often host outdated or incorrect files. - Search for your exact model and Windows 10 drivers.
Look for a download section or support page for your model. Download the complete scanner driver package, not just a basic driver. - Once downloaded, run the installer as administrator.
Right-click the .exe file and select "Run as administrator". Windows may ask for permission - allow it. - Follow the installer prompts.
It will ask where to install files and may ask you to plug in the scanner during installation. Do what it says. - Restart your computer when the installer finishes.
Driver installations need a reboot to take effect. - Open your scanning software and test again.
Try scanning a document to verify the driver installed correctly.
Remove and Re-add the Scanner in Windows Settings Easy
Sometimes Windows holds onto corrupted driver information even after you've plugged and unplugged the scanner. This forces a complete fresh detection.
- Open Windows Settings by pressing Win+I.
- Go to Devices > Printers and scanners.
You'll see a list of connected printers and scanners. - Find your scanner in the list, click it once to select it.
- Click the "Remove device" button.
A confirmation dialog will appear - confirm the removal. This deletes the device profile from Windows but doesn't affect the physical hardware. - Unplug the scanner from the USB port.
- Restart your PC.
This clears the USB stack and removes any cached device information. - Plug the scanner back in after restart.
Windows will spend 10-20 seconds detecting it as a new device. Let it finish. - Wait for a notification in the taskbar saying "Scanner ready to use" or similar.
- Open your scanning software and test.
Test with Windows Fax and Scan Easy
This is a diagnostic step. Windows Fax and Scan is a built-in Windows application that uses WIA to communicate with scanners. If it works here but your vendor software doesn't, you know the hardware is fine and the problem is software-level.
- Open the Start menu and type "Windows Fax and Scan".
Click the application when it appears. - Once it opens, go to File > Import > From Scanner.
A dialog will appear asking you to select a device. - Choose your scanner from the list.
If it appears here, Windows recognizes it properly. - Place a document on the scanner and click Scan.
If the scan completes successfully, your hardware and WIA driver are working perfectly.
Check Your Scanning Software Settings Easy
Sometimes the scanner hardware is fine, but your vendor software is pointed at the wrong device or doesn't have permission to use it.
- Open your scanning application (Canon, HP, Epson utility, etc.).
- Look for a Settings, Preferences, or Devices menu.
This varies by vendor, but it's usually in the top menu bar or a sidebar. - Check that your scanner model is selected as the active device.
Sometimes multiple imaging devices are listed, and the software is trying to use the wrong one. - If you see your scanner listed but not selected, click it to activate it.
- Also check privacy settings: Go to Windows Settings > Privacy > Camera and ensure the scanning application has permission.
Some vendor software requests camera-like access paths, and restrictive privacy settings can block it. - Restart the scanning application and test again.
Advanced Scanner Not Working Windows 10 Fixes
If you've tried everything above and the scanner still doesn't work, we need to check whether Windows itself has corruption affecting device communication. These are more technical steps, but they're the industry standard for deep-level device troubleshooting.
Run System File Checker to Repair Windows Medium
System File Checker (SFC) scans protected Windows files and automatically repairs corrupted ones. If a Windows update went wrong or something interrupted a file operation, SFC can fix it.
- Press Win+X and select "Command Prompt (Admin)" or "Windows PowerShell (Admin)".
Windows will ask for permission - click Yes. - Type the following command exactly and press Enter:
sfc /scannow - Let the scan run to completion.
This will take 15-20 minutes. Don't interrupt it or close the window. Windows will show a progress bar. - Once finished, the tool will report whether it found and repaired any issues.
Common outcomes are "Verified integrity of files" (no corruption) or "Repaired corrupted files" (it fixed something). - Restart your computer.
Repairs require a reboot to take effect. - Test your scanner again.
Repair Windows Component Store with DISM Medium
DISM is a more powerful tool than SFC. It repairs the Windows image and component store, which is what SFC uses under the hood. If SFC didn't find anything but your device issues persist, DISM might catch corruption SFC missed.
- Open Command Prompt as administrator (Win+X > Command Prompt (Admin)).
- Run these three commands in order, allowing each to finish before running the next:
DISM /Online /Cleanup-Image /CheckHealthDISM /Online /Cleanup-Image /ScanHealthDISM /Online /Cleanup-Image /RestoreHealth - The first command just reports status.
The second command scans for corruption. The third command repairs it. This can take 20-30 minutes total. - Once all three complete, restart your PC.
- Test your scanner.
Reinstall the Scanner in Device Manager Medium
Device Manager is where Windows tracks all hardware drivers at a low level. If the driver here is corrupted, Windows won't use it even if the correct file exists on disk.
- Press Win+X and select Device Manager.
- Expand the following categories by clicking the arrow next to them:
- Imaging devices
- Cameras
- Universal Serial Bus controllers
- Printers - Find your scanner in one of these categories.
It might be listed under its model name ("Canon LiDE 400"), or generically as "Scanner", or under USB controllers as a USB imaging device. - Right-click the scanner entry and select "Uninstall device".
- A dialog will appear asking "Do you want to delete the driver software for this device?"
Check the box that says "Delete the driver software for this device" to remove the corrupted driver completely. - Click Uninstall to confirm.
- Restart your computer.
When you restart, Windows will attempt to detect and reinstall the scanner automatically using basic WIA drivers. - After restart, reinstall the manufacturer driver from their website.
Follow the same steps as in the "Reinstall the Scanner Driver" section above. - Test your scanner.
Check Event Viewer for Detailed Error Information Medium
Event Viewer logs what happened when Windows tried to communicate with your scanner. These logs can tell you whether the problem is driver-level, service-level, or hardware-level.
- Press Win+X and select Event Viewer.
- In the left sidebar, navigate to Windows Logs > System.
This shows system-level errors including device and driver problems. - Look for error entries (shown in red) near the time you experienced the scanner problem.
You may need to scroll down and look at the timestamps. Errors mentioning "scanner", "WIA", "driver", or "USB" are relevant. - Double-click an error entry to see its full details.
The "General" tab shows a summary. The "Details" tab shows technical information. - Also check Windows Logs > Application for errors from your scanning software.
- Note any error codes or messages you find.
If you see something like "Device descriptor request failed", that's a hardware or USB problem. If you see "Driver not loaded", it's a driver issue.
Preventing Scanner Not Working Issues on Windows 10
Now that you've fixed your scanner, let's prevent this from happening again. Most scanner issues are avoidable with a bit of discipline.
- Keep your scanner driver updated. Visit your scanner manufacturer's support website every 3-6 months and check for driver updates. New Windows updates sometimes require driver updates too, so check after each major Windows update.
- Always use a direct USB port, never a hub. Hubs are convenient, but they cause 40% of scanner detection problems I see. Reserve hub connections for peripherals that don't need high power or fast communication (like external hard drives).
- Don't disable Windows Image Acquisition. Some aggressive system "optimization" tools disable WIA thinking it's bloat. It's not. Leave it on and set to Automatic.
- Install Windows updates promptly. Microsoft regularly patches USB, imaging, and device stack issues. A delayed update might leave you vulnerable to a bug that breaks scanner communication.
- Avoid forced shutdowns during scanning or driver installation. If a scan or driver install is in progress and you force-shut your PC, you risk corrupting Windows files and driver state. Let operations complete.
- Use your scanner's vendor software, not generic scanners apps. Canon, HP, and Epson devices work best with their own utilities. If you must use a generic app, test it with Windows Fax and Scan first to ensure compatibility.
- Inspect USB cables and ports regularly. A worn-out cable or port that's starting to fail will cause intermittent scanner detection. Replace cables if you see fraying or corrosion on connectors.
- Create a system restore point before major driver changes. If a driver update causes problems, you can roll back to a working state quickly. Press Win+R, type
rstrui.exe, and click Create a restore point.
Scanner Not Working Windows 10: Summary
Scanner not working errors on Windows 10 usually aren't hardware failures - they're driver, service, or USB communication problems that you can fix yourself in under an hour. Start with the quick fixes: power cycle, check the WIA service, try different USB ports. If those don't work, reinstall the driver from your scanner manufacturer's official website. For persistent issues, run System File Checker or DISM to repair Windows corruption, then reinstall the scanner driver again. Testing with Windows Fax and Scan is a quick way to determine whether your problem is hardware/driver-level or just a software configuration issue. If you've tried all the steps above and your scanner still doesn't respond, the hardware itself might be failing - but that's rare. Most of the time, following this guide gets your scanner scanning again.
Still seeing error 0x00000001 after trying these fixes? Our remote support team can connect directly to your PC, diagnose the exact driver or service issue, and have your scanner working in one session. No guesswork, no endless troubleshooting.
Get remote help

