Collection / Studio / Motion
← Windows

How to Reinstall a Printer in Windows 11

This guide gives the simple remove-and-add-again printer flow for Windows 11 when a printer is stuck, offline, or behaving inconsistently.

Start here

Start with the fastest command or direct open action

This block comes first on purpose. Copy one command, open PowerShell, Windows Terminal, Run, or Start search, paste the exact text, press Enter, then do the slower click-by-click checks underneath only if you still need them.

Open Printers & scanners
Run this in: PowerShell or Windows Terminal Admin: No
Start-Process "ms-settings:printers"

What this command does

Opens the matching Windows Settings page directly so you do not hunt through menus.

What to do after running it

Check the exact Windows page or result this guide mentions before moving to the next step.

Open print queue
Run this in: Start search or Run dialog Admin: No
explorer.exe shell:PrintersFolder

What this command does

Opens the exact built-in Windows tool or panel that this guide wants you to use.

What to do after running it

Check the exact Windows page or result this guide mentions before moving to the next step.

Restart the print spooler
Run this in: PowerShell or Windows Terminal (Admin when needed) Admin: Yes
Restart-Service Spooler -Force

What this command does

Restarts the Windows print spooler service that manages printer queues.

What to do after running it

Wait for the command to finish completely, then restart or retest the same problem before making more changes.

Overview

What this guide helps you do

A clean reinstall often helps after driver confusion, queue problems, or stale network printer entries.

  • A clean reinstall helps when the queue or device entry is corrupted.
  • Network printers may also need IP or connection checks.
  • Test immediately after re-adding the printer.

When to use this

When to use this guide

Useful when a printer stays offline, prints to the wrong queue, duplicates itself, or stops responding after updates or network changes.

Before you start

What to review first

If the printer uses a special vendor app or business print system, note that setup before removing it.

Do this exactly

Open the right Windows area first, then follow the changes one by one

  1. Press Start, type Printers & scanners, and open the Settings page.
  2. Click the printer that is failing, choose Remove, and let Windows delete the current printer entry.
  3. If it is a USB or network printer with its own power button, restart the printer hardware too before adding it again.
  4. Back on the same page, click Add device and let Windows search. If the printer is not found automatically, use the manual add option or the vendor setup path you already trust.
  5. When the printer appears again, print a small test page so you confirm the queue, driver, and actual printer response are all working.

Exact click path

Tell the user exactly what to open and press

Do not change ten things at once. Open the exact Windows page first, make one clear change, then check whether it solved the problem before moving on.

Fast open: Press Start, type Printers & scanners, open that Settings page, remove the printer that is misbehaving, then use Add device to install it again. After that, send a small test print so you know the queue is really working and not only re-added visually.

Try a faster path

Useful when a printer stays offline, prints to the wrong queue, duplicates itself, or stops responding after updates or network changes.

How to use

If the printer uses a special vendor app or business print system, note that setup before removing it.

Related pages

Keep going with the next useful page

Use these links when you want the matching script, another Windows help page, or a browser tool for the same job.

FAQ

Questions about How to Reinstall a Printer in Windows 11

Will reinstalling delete paper settings or vendor extras?

It can reset some printer preferences, so note anything custom before removing the printer.

Should I restart Windows too?

If the printer still behaves strangely after re-adding it, a Windows restart can help clear the queue and spooler state too.