null

Print Job History Shows Error Status Unknown – Quick Fix

Hardware – Printers Beginner 👁 4 views 📅 Jun 16, 2026

Your print job history shows 'Error Status Unknown' for completed or failed jobs. This usually means the print spooler lost track mid-process. Here's how to fix it fast.

When This Error Hits

You're checking your printer's job history in Windows – maybe to see what printed last or why something didn't go through. And there it is: Error Status Unknown next to a job that either completed or failed. It's vague, it's annoying, and it doesn't tell you why. I've seen this dozens of times, especially after a power outage, a network drop mid-print, or a printer driver crash on Windows 10 and 11.

Root Cause in Plain English

The print spooler – that behind-the-scenes service that manages print jobs – sometimes loses track of a job's status. Think of it like a waiter who scribbles your order on a napkin, then the napkin gets wet. The job might have finished, failed, or just disappeared. The spooler doesn't know, so it labels everything as unknown. The fix? Wake the spooler up and make it re-check the queue.

Fix: Restart the Print Spooler and Clear Stuck Jobs

This works on Windows 8, 10, and 11. You won't lose your printer settings – just the ghost jobs in history.

  1. Press Win + R, type services.msc, and hit Enter.
  2. Scroll down to Print Spooler. Right-click it and choose Stop.
  3. Don't close the Services window yet. Open File Explorer and go to:
    C:\Windows\System32\spool\PRINTERS
  4. Delete everything inside the PRINTERS folder. You might need admin permissions – just click Yes.
  5. Go back to Services, right-click Print Spooler, and choose Start.
  6. Now open Settings > Devices > Printers & scanners. Find your printer, click Open print queue. Any stuck jobs should be gone. The Error Status Unknown entries in history might still show for a moment, but new jobs will show correct status.

If That Didn't Clear the History

Sometimes Windows caches job history in the Event Viewer. Here's an extra step for stubborn cases:

  1. Press Win + R, type eventvwr.msc, and hit Enter.
  2. Go to Applications and Services Logs > Microsoft > Windows > PrintService. Right-click Operational and choose Clear Log. This wipes the printer event history, including those unknown status entries.

Note: This clears all printer event logs, not just the unknown errors. Use it only if you're sure you don't need that history for troubleshooting.

Still Seeing the Error?

If the unknown status keeps coming back, the problem is likely a corrupt printer driver. I'd uninstall the printer completely:

  1. Go to Settings > Devices > Printers & scanners.
  2. Click the printer, then Remove device.
  3. Reboot your PC.
  4. Reinstall the latest driver from your printer manufacturer's site – not Windows Update. HP, Canon, and Brother all have decent driver pages. Grab the full driver package, not the basic one.

After reinstalling, test a simple print job. If the error still pops up after a few jobs, you might have a deeper spooler corruption. Run sfc /scannow in an admin Command Prompt – it checks system files. That's rare, though. In 9 out of 10 cases, the spooler restart and folder wipe are all you need.

One last thing: if you're using a network printer, make sure the connection is stable. A flaky Wi-Fi signal mid-job can trigger this status. Hardwire the printer if you can, or use a USB connection for testing. You'll know it's a network issue if the error only happens when printing wirelessly.

Was this solution helpful?