Your cart is currently empty!
How to Disable Print Spooler Service on Windows 10
Written by
in
The Print Spooler service in Windows 10 manages print jobs sent to your printer. While it’s useful if you regularly print documents, it can be a security risk—especially if you’re not using a printer at all. Disabling it is a smart move for those looking to harden their system or reduce background processes.
Here’s a quick guide to turning it off.
What Is the Print Spooler?
The Print Spooler is a Windows service that queues print jobs and handles interactions with your printer. It’s enabled by default. Unfortunately, it’s also been targeted by several security exploits—most notably PrintNightmare vulnerabilities.
Why Disable It?
- Security: If you don’t print, there’s no need to keep an exploitable service running.
- Performance: Reduces background activity on systems where printing isn’t needed.
- Control: You can always re-enable it if printing is required later.
Method 1: Disable via Services App
- Press
Windows + R
, typeservices.msc
, and hit Enter. - Scroll down to Print Spooler.
- Right-click it and select Properties.
- In the Startup type dropdown, select Disabled.
- Click Stop to halt the service immediately.
- Hit Apply, then OK.
That’s it. The Print Spooler is now off and won’t restart on boot.
Method 2: Disable via Command Prompt (Admin)
If you prefer using commands:
- Open Command Prompt as Administrator:
- Type
cmd
in the Start menu, right-click it, choose Run as administrator.
- Type
- Run these two commands:
sc stop spooler
sc config spooler start= disabled
Done. The service is stopped and won’t auto-start again.
Want to Re-enable It?
If you ever need to print again, re-enable it:
sc config spooler start= auto
sc start spooler
Or go back into services.msc, set it to Automatic, and click Start.
Final Word
Disabling the Print Spooler is a simple but effective way to lock down your Windows 10 machine if printing isn’t part of your routine. It’s a quick win for security and system cleanliness.
Need help with more Windows tweaks? Let me know in the comments.
Tech enthusiast and content creator passionate about making technology simple for everyone. I share practical tips, guides, and reviews on the latest in computers, software, and gadgets. Let’s explore the digital world together!