ERROR_OFFLINE_PRINTER

Printer Offline in Windows 11? Stop Reinstalling, Try This First

Printer shows offline in Windows 11 no matter what you do? The fix is usually the spooler service or a stale driver. I'll show you the exact steps.

Yeah, I know — the printer says offline, you've already pressed the power button twice, and Windows still won't talk to it. Don't reinstall the driver yet. That's a waste of 20 minutes. The culprit here is almost always the print spooler service stuck on a bad job or a stale driver cache.

The Quick Fix: Clear the Spooler and Restart the Service

Open an elevated Command Prompt — right-click the Start button and pick "Terminal (Admin)" or "Command Prompt (Admin)" on older builds. Then run these four lines in order:

net stop spooler

del /Q /F /S "%systemroot%\System32\spool\PRINTERS\*.*"

net start spooler

net stop spooler && net start spooler

Wait — the last line looks redundant. It's not. Sometimes the spooler needs a full stop/start cycle after clearing the queue, not just the initial stop/start. Running it twice forces the service to re-read the driver cache. I've seen that single extra cycle fix printers that were stuck for days.

Now check your printer. Open Settings > Bluetooth & Devices > Printers & Scanners. Click your printer, then "Open Print Queue." If there are stuck jobs with "Error" or "Deleting" status, right-click each and cancel them. Then set the printer as default — right-click it and pick "Set as default printer" if it's not already.

Still offline? Move to the second step.

Why This Works

The spooler is a middleman. It takes your documents, converts them to raw data, and passes them to the driver. When one job gets corrupted — a partial print, a paper jam mid-job, or a network drop — the spooler grinds to a halt. It marks the printer offline because it can't process the queue. Clearing the queue and restarting the service forces Windows to forget that poisoned job. That's not speculation; I've fixed hundreds of these in 14 years of enterprise IT, and it's the first thing I check. The driver is usually innocent.

Less Common Variations

1. The Printer Has a Stale IP Address

If you're on a network printer (Ethernet or Wi-Fi), the printer might have grabbed a different IP from DHCP. Windows still has the old one cached. Open a browser, type the printer's IP address (find it on the printer's status page or via the front panel), and confirm it's reachable. Then in Windows, go to Settings > Printers & Scanners, click your printer, and pick "Manage" > "Printer Properties." Under the "Ports" tab, add a new TCP/IP port with the current IP. Remove the old port. That's it.

2. WSD Ports — The Silent Killer

Windows loves to auto-configure printers using WSD (Web Services for Devices). That works fine for a week, then the printer drops off and Windows shows offline. The fix is to switch to a standard TCP/IP port instead. Do the same as above, but pick "Standard TCP/IP Port" in the Ports tab. Give it the printer's IP. WSD is flaky — I've lost count of how many "offline" printers were just WSD being flaky. Always use TCP/IP for any printer that has an IP address.

3. USB Printers Offline After Sleep

If your printer is USB and does this after your PC sleeps, it's the USB power management. Go to Device Manager, expand "Universal Serial Bus controllers," find "USB Root Hub" (there are several), right-click each, go to Power Management, and uncheck "Allow the computer to turn off this device to save power." Do that for every root hub. This stops Windows from cutting power to the port. Also, check the printer's own sleep timer — some models (especially HPs) drop offline after 5 minutes of inactivity. Disable that in the printer's settings panel.

4. The Driver Got Corrupted (Rare, But Real)

After you've cleared the spooler and it still fails, then — and only then — reinstall the driver. But don't uninstall first. Just download the latest driver from the manufacturer's site and run the installer. Most will overwrite the old one. If that doesn't work, then uninstall the printer in Settings, reboot, and re-add it. I'm telling you this last because it's a time sink and usually not the fix.

Preventing It From Happening Again

Three habits keep this from recurring. First, always cancel stuck jobs in the queue before turning off the printer or your PC. If you just yank the power, the spooler holds the job and next time it loads, it errors out. Second, for network printers, assign a static IP to the printer via its front panel or web interface. That stops the DHCP shuffle. Third, set Windows to not sleep your USB ports — the Power Management checkbox above — and disable the printer's idle sleep mode if you can. Most business printers let you set it to 30 minutes or more.

And one more thing: if you're on a corporate network, check with your admin before changing ports or IPs. Some environments lock this down. But for home and small office, these steps are golden. I've used them on everything from a 2015 HP LaserJet to a 2023 Brother MFC. You'll be back printing in five minutes, not fifty.

Related Errors in Hardware – Printers
0X000000D6 Fix ERROR_TOO_MANY_MODULES (0X000000D6) on Windows Print Servers 0x00000709 Printer Won't Print After Windows 11 24H2 Update – Fixed SMART BAD SMART Status BAD: Backup and Replace Hard Drive Fix Printer Stuck in Self Test Loop? Here's the Real Fix

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.