Printer says 'Paused' and won't print? Here's the fix
Your printer's stuck on 'Paused' in Windows. I'll show you how to clear the queue and restart the spooler — it fixes 90% of cases.
Quick answer
Open Services.msc, right-click Print Spooler, choose Stop. Then delete everything in C:\Windows\System32\spool\PRINTERS. Restart the Print Spooler service. That's it.
Why this happens
Printers get stuck on 'Paused' when a corrupted print job hangs in the queue. Had a client last month whose HP LaserJet Pro refused to print invoices because someone sent a PDF with a bad font — the queue cratered. Windows thinks the printer is paused even though you never touched the pause button. The spooler, the service that manages print jobs, gets jammed. It's not a hardware problem. It's a software glitch that happens with all brands: HP, Brother, Canon, Epson, you name it. Don't bother checking cables yet — the fix is clean the queue and restart the spooler.
Step-by-step fix
- Open Services: Press
Win + R, typeservices.msc, hit Enter. Find Print Spooler in the list. It'll say 'Running' or 'Stopped'. - Stop the spooler: Right-click Print Spooler, choose Stop. Leave the Services window open. The queue is now safe to delete.
- Clear the queue folder: Open File Explorer. Paste
C:\Windows\System32\spool\PRINTERSinto the address bar. Delete everything in that folder (you might need to confirm admin access). Don't worry — these are just pending print jobs, not system files. - Restart the spooler: Go back to Services, right-click Print Spooler again, choose Start. Wait 5 seconds.
- Test print: Open Notepad, type a test, hit Ctrl+P, print. If it works, you're done. If not, check the printer's physical pause button — some models have a hardware pause switch that overrides software.
Alternative fixes if the main one fails
- Check printer properties: Go to Control Panel > Devices and Printers. Right-click your printer, choose See what's printing. If the queue is empty but still says 'Paused', uncheck Pause Printing from the Printer menu (top of the window). Sometimes Windows gets confused and sets it manually.
- Restart the print spooler service again: In Services.msc, double-click Print Spooler. Set Startup type to Automatic (it should already be). Click Stop, wait, click Start. Then reboot your PC. Stubborn queues sometimes need a fresh boot.
- Use the built-in troubleshooter: Windows 10 and 11 have a printer troubleshooter. Go to Settings > Update & Security > Troubleshoot > Additional troubleshooters > Printer. Run it. It's not magic, but it resets some registry keys that get corrupted. Takes 2 minutes.
- Delete stuck jobs from the command line: If the spooler won't restart, open Command Prompt as admin (
Win + X, A), typenet stop spooler, thendel /Q /F %systemroot%\System32\spool\PRINTERS\*.*, thennet start spooler. This forces deletion of locked files. - Check printer driver corruption: If the queue keeps pausing, the driver might be bad. Remove the printer from Devices and Printers, reboot, and reinstall the driver from the manufacturer's website (avoid Windows Update — it often pushes buggy generic drivers). I've seen this with Brother printers after Windows feature updates.
Prevention tips
- Don't send large PDFs to print that have embedded fonts. Those jobs corrupt the queue on older printers or network timeouts. Convert to plain text or use a smaller file size.
- Set the printer to 'Print directly to the printer' (in printer Properties > Advanced). This bypasses the spooler for each job — less chance of queue corruption, but it can slow down network printing.
- Keep the spooler service set to Automatic in Services.msc. If someone accidentally sets it to Manual or Disabled, the queue won't clear on boot.
- Update printer firmware every 6 months. Manufacturers like HP and Brother fix queue bugs in firmware updates. Check the support page for your model.
A quick note: If you're on a network printer (shared via another PC), the queue might be on the host PC. Repeat these steps on the computer that shares the printer, not your workstation. That's where the stuck job lives.
That's it. You shouldn't see that 'Paused' message after this — unless the printer itself has a stuck paper jam or a broken sensor. But that's a hardware issue, not a software one. Save yourself the headache and start with the spooler.
Was this solution helpful?