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
- Open Services — Press Win + R, type
services.msc, hit Enter. - Stop Print Spooler — Find
Print Spoolerin the list, right-click it, choose Stop. If it's already stopped, that's fine. - Clear the stuck jobs — Open File Explorer and go to
C:\Windows\System32\spool\PRINTERS. Delete everything inside. You'll see files named like00001.spland00001.shd. These are the ghost jobs. - Restart the spooler — Go back to Services, right-click
Print Spooler, choose Start. - Delete and re-add your printer — Open Settings > Bluetooth & devices > Printers & scanners. Click your printer, choose Remove. Then add it again (usually auto-detects).
- 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.