Skip to Content

Clear The Print Spooler May 2026

reg delete "HKLM\SYSTEM\CurrentControlSet\Control\Print\Printers" /va /f This removes all printer configurations and jobs. Only use if standard clearing fails. You will need to re-add printers. net start spooler 5.5 Re-Add Printers if Necessary If printers disappeared (due to registry cleanup or driver issues), reinstall them via Settings → Bluetooth & devices → Printers & scanners → Add device . 5.6 Test Printing Print a test page from Notepad or any lightweight application to verify normal operation. 6. Automated Scripting for Spooler Clearing For help desk environments, a batch script can standardize the process.

net stop spooler Expected output: The Print Spooler service is stopping. The Print Spooler service was stopped successfully. clear the print spooler

| Step | Action | Command | |------|--------|---------| | 1 | Stop spooler | net stop spooler | | 2 | Delete files | del /Q /F %systemroot%\System32\spool\PRINTERS\* | | 3 | Start spooler | net start spooler | net start spooler 5

:

Alternatively, use Services.msc → locate “Print Spooler” → right-click → Stop. Navigate to the spool directory: Automated Scripting for Spooler Clearing For help desk