Printer Offline? Fix It in 30 Seconds or 15 Minutes

Printer stuck offline? Start with the quick fix, then work up. I've seen this a thousand times — here's what actually works.

Quick Fix (30 Seconds) — Check the Obvious

You'd be surprised how often this is just a power or connection issue. I've walked into server rooms where the 'offline' printer was literally unplugged.

  1. Check the power cable — is the printer actually on? Some have a standby mode that looks off.
  2. Check the USB or network cable — reseat both ends. A loose cable is a classic culprit.
  3. Print a test page directly from the printer — use the panel buttons. If it prints, the printer itself is fine.

If you're on Wi-Fi, make sure the printer is still connected to the same network. Move your laptop or phone close to the printer and try again.

Still offline? Move to the next step.

Moderate Fix (5 Minutes) — Restart and Reset the Spooler

This one clears 80% of my tickets. The print spooler on your computer gets stuck, and a restart fixes it.

  1. Press Win + R, type services.msc, and hit Enter.
  2. Scroll to Print Spooler. Right-click and choose Restart.
  3. While you're there, also restart Print Broker Service if it exists (Windows 10/11).

If the spooler won't restart, clear the queue first:

net stop spooler
del %systemroot%\System32\spool\PRINTERS\*.* /q
net start spooler

Run that in an elevated Command Prompt. Then check if your printer shows online.

Also, check the printer status on your computer:

  • Go to Settings > Devices > Printers & scanners.
  • Click your printer, then Open Queue. Clear any stuck jobs by right-clicking and selecting Cancel.
  • If the printer still shows offline, click Printer > Use Printer Online (uncheck it).

That's the manual override. Some printers have a 'Set as Default' toggle that messes with this — make sure your printer is the default.

Still dead? Go advanced.

Advanced Fix (15+ Minutes) — The Registry and Driver Reset

When the spooler trick fails, the culprit is usually a corrupted driver or a Windows update that killed the connection. Don't bother reinstalling the driver yet — first, try the registry fix.

Registry Fix for Offline Status

Windows has an internal flag that forces a printer offline. Sometimes it flips on its own and never turns off. Here's how to kill it:

  1. Press Win + R, type regedit, hit Enter.
  2. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print.
  3. Right-click the Print key, choose New > DWORD (32-bit) Value.
  4. Name it DisableOfflineFeature.
  5. Set the value to 1.
  6. Close regedit and restart the spooler service.

This is a known workaround for HP and Brother printers that keep dropping offline on Windows 10. I've used it more times than I can count.

Reinstall the Printer Driver Cleanly

If the registry doesn't do it, remove the printer entirely and start fresh:

  1. Go to Settings > Devices > Printers & scanners.
  2. Click your printer and select Remove device.
  3. Unplug the printer from your computer (if USB) or disconnect it from the network.
  4. Restart your computer.
  5. After reboot, reconnect the printer and let Windows reinstall it. Or download the latest driver from the manufacturer's site — don't use the bundled CD.

While you're at it, check for pending Windows updates. A half-installed update can break printer communication. Run Windows Update and install everything, then reboot.

One more thing — if it's a network printer, give it a static IP address. I've seen printers fall offline because DHCP gave them a new IP and the computer didn't catch up. Set the printer's IP to a fixed one and use that in your printer settings.

Last resort: try a different USB port or cable. Sounds dumb, but I've had three 'broken' printers fixed by swapping a cheap cable.

That's the full sequence. Start with the quick fix, work your way down. You'll get it online.

Related Errors in Hardware – Printers
0XC00D284C Fix DRM chained license error 0xC00D284C on Windows 10/11 Printer Offline in Windows 11? Fix the Ghost Port 0x00000709 Printer Offline Error on Windows 11 – Real Fixes 0X80093021 Fix printer error 0x80093021 (OSS_OUT_OF_RANGE)

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.