A less technical solution may be to simply right-click on the printer in the Devices and printers window, and choose troubleshoot.
how to restart the spooler
Good afternoon I am trying to print but I get a message that I need to start my spooler. How do I do that ? Can you please help me?
Kaney******@yahoo.com
Maribel
Windows for home | Previous Windows versions | Devices and drivers
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
2 answers
Sort by: Most helpful
-
Anonymous
2021-03-12T14:54:04+00:00 -
LemP 74,925 Reputation points Volunteer Moderator
2021-03-11T20:34:22+00:00 Generally, the print spooler should be started automatically.
If the print spooler has stopped, that usually means that there's something wrong, often a corrupted print job. What happened to your system shortly before this problem happened?
The following procedure will clear out any "stuck" print jobs and restart the print spooler.
- Open an Elevated Command Prompt (click Start, type Command Prompt in the Search box, right-click on the link to Command Prompt and select "Run as administrator"; respond as needed to the UAC prompt)
- Type the following in the black Command Prompt window and press Enter after each line
net stop spooler
del /Q "%windir%\system32\spool\PRINTERS\*.*"
net start spooler
exit
If the print spooler doesn't start, or if you get any error message, please provide the complete text of the error message. Please also mention the edition of Windows you have.