How to Uninstall or Remove a Printer in Windows 11

Printers that are no longer in use can clutter your system, cause printing errors, or even interfere with new printer installations. Whether a printer is offline, stuck, duplicated, or completely obsolete, removing it properly is often the best solution.

If you’re using Windows 11, there are multiple supported ways to uninstall or remove a printer—depending on whether it’s a local printer, network printer, or one that refuses to disappear. This guide walks you through all reliable methods, step by step.

Why You May Need to Remove a Printer in Windows 11

Common reasons include:

  • Printer is offline or unreachable
  • You replaced the printer with a new model
  • Duplicate printers keep appearing
  • Driver corruption or print errors
  • Network printer no longer exists
  • Windows keeps selecting the wrong default printer

Removing the printer completely helps reset printing behavior.

Remove or Uninstall a Printer in Windows 11

Try the methods below in order. Most printers can be removed using the first or second method.

1. Remove a Printer from Settings (Recommended)

This is the easiest and most common method.

  1. Open Settings.
  2. Go to Bluetooth & devices → Printers & scanners.
  3. Find the printer you want to remove.
  4. Click the printer name to open its options.
  5. Click Remove.
  6. Confirm the action.

The printer should disappear immediately from the list.

2. Remove a Printer Using Control Panel

Some legacy or stubborn printers still respond better to Control Panel.

  1. Open Control Panel.
  2. Go to Devices and Printers.
  3. Right-click the printer you want to remove.
  4. Select Remove device.
  5. Click Yes to confirm.

This method is especially useful for older printer drivers.

3. Remove a Printer Using Print Management (Pro & Higher)

If you’re using Windows 11 Pro, Enterprise, or Education, this method gives deeper control.

  1. Press Windows + R, type printmanagement.msc, and press Enter.
  2. Expand Print Servers → Local Print Server → Printers.
  3. Right-click the printer you want to delete.
  4. Select Delete.

This removes the printer directly from the print server.

4. Remove Printer Drivers Completely (Fixes Reappearing Printers)

Sometimes the printer comes back because its driver is still installed.

  1. Open Print Management.
  2. Go to Drivers under your local print server.
  3. Find the driver associated with the removed printer.
  4. Right-click it and choose Remove Driver Package.
  5. Restart your PC.

This ensures the printer does not reinstall automatically.

5. Remove a Network Printer

If the printer is shared or network-based:

  1. Open Settings → Bluetooth & devices → Printers & scanners.
  2. Select the network printer.
  3. Click Remove.
  4. If it reappears, disconnect from the network temporarily and remove it again.

For domain-managed printers, IT admin permissions may be required.

6. Use Command Prompt to Remove a Printer (Advanced)

Useful when the printer UI is broken.

  1. Open Command Prompt (Admin).
  2. List installed printers: wmic printer get name
  3. Remove the printer: printui.exe /dl /n "Printer Name"
  4. Restart your PC.

Make sure the printer name matches exactly.

7. Restart the Print Spooler (If Removal Fails)

Sometimes the print queue locks the printer.

  1. Press Windows + R, type services.msc, and press Enter.
  2. Restart Print Spooler.
  3. Try removing the printer again using Settings or Control Panel.

This clears stuck print jobs.

Wrapping Up

Removing or uninstalling a printer in Windows 11 is straightforward once you use the right method. Whether you remove it from Settings, Control Panel, or Print Management—or go further by deleting the driver package—Windows gives you full control over printers when needed.

Once removed properly, your system stays clean, avoids printing conflicts, and is ready for a fresh printer setup if required.

Posted by Arpita

With a background in Computer Science, she is passionate about sharing practical programming tips and tech know-how. From writing clean code to solving everyday tech problems, she breaks down complex topics into approachable guides that help others learn and grow.