How to fix printer spooler problems on Windows 10

When your printer refuses to print, it could be a problem preventing the print spooler from running correctly — here's how to fix the problem.

HP Deskjet 3755 wireless all-in-one printer

UPDATED 4/10/2023: On Windows 10, trying to print and getting the document stuck in the queue can be frustrating. Also, if you try to cancel the job, it could stay stuck deleting forever. 

Although there could be many reasons you cannot print, including connection problems or physical issues with the printer, it’s usually an issue with the Windows 10 “print spooler.” This service spools print jobs and handles the interactions with the printer, and sometimes it will stop working, even after restarting your device and printer.

If you experience this problem, you can fix this printer issue by resetting the print spooler on the computer using the Services console or Command Prompt.

This guide will teach you how to fix the print spooler on Windows 10 to fix a printer. (See also this video tutorial to complete this task.)

Fix print spooler from Services

To fix the print spooler service to continue printing on Windows 10, use these steps:

  1. Open Start on Windows 10.

  2. Search for services.msc and click the top result to open the Services console.

  3. Right-click the Print Spooler service and select the Properties option.

    Print Spooler in Services console for Windows 10

  4. Click the General tab.

  5. Click the Stop button.

    Stop Print Spooler on Windows 10

  6. Use the Windows key + R keyboard shortcut to open the Run command.

  7. Type the following path to the printers folder and press Enter:

  8. C:\Windows\System32\spool\printers
  9. Click the Continue button (if applicable).

  10. Select everything in the “printers” folder (“Ctrl + A”) and hit the Delete button to remove the contents.

  11. On the “Printer Spooler Properties” page, click the General tab.

  12. Click the Start button to restart the service.

    Start Print Spooler on Windows 10

  13. Click the OK button.

Once you complete the steps, you can try to print a document one more time, and the printer should work as expected.

Fix print spooler from Command Prompt

To fix print spooler problems from Command Prompt, use these steps:

  1. Open Start.

  2. Search for Command Prompt, right-click the top result, and select the Run as Administrator option.

  3. Type the following commands (one line at a time) to stop the print spooler, delete the printers folder content, restart the printer spooler, and press Enter:

    net stop spooler
    del /Q /F /S "%systemroot%\System32\Spool\Printers\*.*"
    net start spooler

    Fix Print Spooler using Command Prompt

After you complete the steps, you should be able to send a print job to the printer, and this time the printer should work.

While this guide focuses on Windows 10, the ability to reset the “Print Spooler” has been around for a long time, so you should be able to use the same steps on Windows 8.1, Windows 7, and older versions.

Update April 4, 2023: This guide has been revised to ensure that the steps are still accurate.

About the author

Mauro Huculak is a Windows How-To Expert who started Pureinfotech in 2010 as an independent online publication. He has also been a Windows Central contributor for nearly a decade. Mauro has over 14 years of experience writing comprehensive guides and creating professional videos about Windows and software, including Android and Linux. Before becoming a technology writer, he was an IT administrator for seven years. In total, Mauro has over 20 years of combined experience in technology. Throughout his career, he achieved different professional certifications from Microsoft (MSCA), Cisco (CCNP), VMware (VCP), and CompTIA (A+ and Network+), and he has been recognized as a Microsoft MVP for many years. You can follow him on X (Twitter), YouTube, LinkedIn and About.me.