0X00000BBB

Fix 0x00000BBB StartDocPrinter error on Windows 10/11

Your printer won't print because a StartDocPrinter call wasn't issued by the spooler. This usually happens from a stuck print job or bad driver. We'll clear it fast.

Quick answer for pros

Stop the spooler service (net stop spooler), delete everything in C:\Windows\System32\spool\PRINTERS, restart the service. Then delete and re-add the printer.


Why you're seeing 0x00000BBB

I know this error makes you want to throw your printer out the window. I've seen it a hundred times in help desks. The error means the print spooler tried to start a document but couldn't because the call to StartDocPrinter was missing or broken. This usually happens when a print job gets stuck halfway, corrupts the spooler data, or a driver update goes wrong. Windows 10 and 11 both hit this.

The real trigger is often a print job that was cancelled mid-print, or a PDF you tried to print that got stuck. The spooler holds onto it, and the next job can't start because the old one is blocking the road.

Step-by-step fix

  1. Open Services — Press Win + R, type services.msc, hit Enter.
  2. Stop Print Spooler — Find Print Spooler in the list, right-click it, choose Stop. If it's already stopped, that's fine.
  3. Clear the stuck jobs — Open File Explorer and go to C:\Windows\System32\spool\PRINTERS. Delete everything inside. You'll see files named like 00001.spl and 00001.shd. These are the ghost jobs.
  4. Restart the spooler — Go back to Services, right-click Print Spooler, choose Start.
  5. Delete and re-add your printer — Open Settings > Bluetooth & devices > Printers & scanners. Click your printer, choose Remove. Then add it again (usually auto-detects).
  6. Test print — Print a test page from Notepad or Settings.

If the main fix doesn't work

Sometimes the spooler itself is corrupted. Try these in order:

Fix 1: Run the printer troubleshooter

Open Settings > System > Troubleshoot > Other troubleshooters. Find Printer, run it. It often clears spooler issues.

Fix 2: Update or reinstall the driver

Go to your printer manufacturer's website (HP, Canon, Brother, etc) and download the latest driver for your exact model. Uninstall the old driver first in Device Manager under Print queues.

Fix 3: Check for Windows updates

A buggy update can break the spooler. Go to Settings > Windows Update > Check for updates. Install any pending ones, restart.

Prevention tip

Don't cancel print jobs mid-print if you can avoid it. If you must, give the printer 10 seconds to finish. Also, keep your printer driver updated — old drivers are the top cause of this error coming back.

This fix works for me 9 out of 10 times. You've got this.

Related Errors in Hardware – Printers
Print Preview Shows Blank Page with Content in Document 0x00000002 Shared Printer Not Found 0x00000002 Fix null Printer Won't Talk Back? Fix Bidirectional Comm Errors 0XC00D1055 Fix 0XC00D1055: Printer or media sink already exists in stream

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.