RackNerd Billboard Banner

How to Disable Print Spooler Service on Windows 10

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

  1. Press Windows + R, type services.msc, and hit Enter.
  2. Scroll down to Print Spooler.
  3. Right-click it and select Properties.
  4. In the Startup type dropdown, select Disabled.
  5. Click Stop to halt the service immediately.
  6. 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:

  1. Open Command Prompt as Administrator:
    • Type cmd in the Start menu, right-click it, choose Run as administrator.
  2. 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.

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
RackNerd Billboard Banner
© 2025 Computer Everywhere
Your Everyday Guide to the Digital World.
Terms of Service | Privacy Policy
Copy link