0x000006be

Printer spooler error 0x000006be on Windows 10 21H2

Hardware – Printers Beginner 👁 1 views 📅 May 29, 2026

This error pops up when printing large PDFs or complex documents. It's a spooler communication glitch that's easy to fix with a service restart.

When does this error hit?

You're working on a 15-page PDF report or a complex multi-layer image in Photoshop. You hit Print. The printer churns for a few seconds, then nothing. You check the print queue: it's stuck on "Spooling" or shows a blank document. If you try to cancel or delete the job, Windows throws error 0x000006be. The printer itself might go offline or show "Error - Printing". I've seen this most often with Brother HL-L2350DW and HP LaserJet Pro M404dn printers on Windows 10 21H2 and 22H2.

What's causing it?

The print spooler service — it's the middleman between your app and the printer — gets overloaded or corrupt. When you send a big file, the spooler hangs mid-write to the temporary spool file. Then it can't talk to the printer driver anymore. The error 0x000006be means the spooler's internal communication channel broke. It's not hardware failure. It's a software stutter.

The fix: restart the spooler and clear the queue

Skip all the driver reinstall nonsense. The real fix is to kill the stuck job and restart the spooler. Here's how.

  1. Stop the spooler service. Press Windows key + R, type services.msc, and hit Enter. Find Print Spooler in the list. Right-click it and choose Stop. Leave the window open.
  2. Delete the stuck print jobs. Open File Explorer and go to C:\Windows\System32\spool\PRINTERS. Select everything in that folder (Ctrl+A) and delete it. If it says a file is in use, go back to step 1 and make sure the spooler is actually stopped. This folder holds all the pending spool files.
  3. Restart the spooler. Go back to the Services window. Right-click Print Spooler again and choose Start. You'll see it start up clean.
  4. Try printing again. Open a small test page — Notepad with a few lines works fine. If that prints, go back to your original document and try again.

Still failing?

If the error comes back on the next big print job, your printer driver might be the weak link. Head to the manufacturer's site — Brother, HP, Canon — and download the latest full driver package. Don't use Windows Update drivers. Uninstall the old driver via Settings > Bluetooth & devices > Printers & scanners, select your printer, and click Remove device. Then run the fresh installer. If you have a Brother printer, their full driver package includes a spooler tweak that handles large jobs better.

One last thing: check your printer's memory. Some older models like the HP LaserJet P1102w have tiny RAM (8 MB). A massive PDF can overwhelm it. Try splitting the document into smaller chunks — 10 pages at a time. That'll confirm if it's a memory limit on the printer side rather than a Windows issue.

Was this solution helpful?