Printer Offline Error 0X80000010 Fixed
Your printer's showing error 0X80000010 and won't print. Here's how to get it back online fast — three causes, three fixes.
1. The printer's physically offline — check the cable and power
You'd be surprised how often this happens. The real fix for error 0X80000010 is almost always something simple: the printer's not actually connected or powered on. I've seen dozens of tickets where someone spent 30 minutes in software settings, but the printer's power cord was loose.
Here's what to do:
Look at the printer. Is it powered on? You should see a steady green light somewhere — maybe on the power button or display panel. If the screen's dark, it's off.
Check the power cable. Push it firmly into the printer and the wall outlet. Try a different wall outlet if you have one.
For USB printers: unplug the USB cable from both the printer and your computer. Wait 5 seconds, then plug it back in. You should hear Windows make a device connection sound — a short chime.
For network printers: make sure the Ethernet cable is clicked in at both ends, or that your Wi-Fi is working. Check the printer's control panel for a wireless icon — if it's red or blinking, the connection's lost.
After doing this, try printing a test page. Open Notepad, type something, hit File > Print. If it works, you're done.
2. Windows thinks it's offline — clear the printer queue
If the printer's on and connected but still gives error 0X80000010, Windows itself might have marked it offline. This happens when a print job gets stuck — a big document, a corrupted file, or a misconfiguration.
Step-by-step:
- Press Windows + R on your keyboard, type
services.msc, and hit Enter. - Scroll down to Print Spooler. Right-click it and select Stop. The service status should change to Stopped.
- Open File Explorer. In the address bar, paste this path:
C:\Windows\System32\spool\PRINTERS. Press Enter. - Delete every file in that folder. Don't worry — these are just stuck print jobs. If you can't delete a file, close Printer window first.
- Go back to Services. Right-click Print Spooler again and choose Start.
- Wait 10 seconds. Then go to Devices and Printers (search for it in the Start menu). Find your printer. Right-click it and uncheck Use Printer Offline if it's checked.
Try printing again. If you still see the error, the printer might have a paper jam. Open the printer's front cover and look for crumpled paper — even a small piece can trigger the offline state.
3. The printer driver's corrupt — reinstall it clean
This is the least common cause but the most stubborn. A corrupt printer driver makes Windows think the printer is offline even when everything's fine. I've seen this after Windows updates — especially the big ones like 22H2 on Windows 10.
How to fix it:
- Open Devices and Printers.
- Right-click your printer and select Remove device. Confirm if asked.
- Open Settings (Windows key + I). Go to Bluetooth & devices > Printers & scanners.
- If your printer's still listed there, click it and hit Remove.
- Now, unplug the printer from power and your computer. Wait 1 full minute.
- Plug the printer back in. Turn it on. Wait for Windows to detect it — you'll see a notification like Setting up device.
- Windows should install the driver automatically. If it doesn't, go to the printer manufacturer's website (HP, Brother, Canon, etc.) and download the latest driver for your model and Windows version — don't use the driver disc, it's likely out of date.
After the driver installs, restart your computer. Try printing — the error should be gone.
Quick summary table
| Cause | Symptom | Fix |
|---|---|---|
| Printer offline or disconnected | No lights, no response | Check cables, power, Wi-Fi |
| Stuck print job in queue | Printer shows online but won't print | Clear spooler files, restart service |
| Corrupt driver | Error persists after restart | Remove printer, reinstall driver |
Start with cause #1. Nine times out of ten, that's all you need. If you've tried all three and the error's still there, test the printer on another computer. If it works there, the problem's in your Windows profile — a system restore or rebuild might be needed. But for most people, these steps will have you printing again in under 10 minutes.
Was this solution helpful?