Skip to content

Restart Print Spooler Windows 11 -

: Scroll down the list until you find Print Spooler . Restart : Right-click it and select Restart .

If the Services window is slow to load, you can force a reset using administrative commands. Press the and type cmd . Select Run as Administrator . Type net stop spooler and press Enter . Wait for the confirmation that the service has stopped. Type net start spooler and press Enter . Method 3: Clear Stuck Documents (The Deep Clean) restart print spooler windows 11

@echo off echo Stopping Print Spooler... net stop spooler echo Clearing print queue... del /Q /F /S "C:\Windows\System32\spool\PRINTERS\*.*" echo Starting Print Spooler... net start spooler echo Done. pause : Scroll down the list until you find Print Spooler

Here is our step-by-step guide on how-to complete this process: * Step 1) Restart the Print Spooler service. Search Services in th... Micro Center Community Fix print spooler service not running errors in Windows If printing suddenly stops working, jobs freeze, or apps hang when you press Ctrl + P, the Print Spooler service may have crashed. Microsoft Support How do I restart my Printer spooler service - Microsoft Q&A Jul 28, 2025 — Press the and type cmd

Run as administrator.

Create a .bat file with the following to restart with one click: