How to Uninstall a Printer on Mac
Category: How-To
Uninstalling a printer on Mac involves removing it from System Settings, clearing the print queue, and optionally removing the driver files.
Step 1: Remove from System Settings
- Open System Settings > Printers & Scanners (or System Preferences on older macOS)
- Select the printer you want to remove
- Click the minus (–) button at the bottom of the list
- Confirm removal
Step 2: Reset the Printing System (Removes All Printers)
If you want to remove all printers and start fresh:
- Right-click in the Printers list
- Select Reset printing system…
- Confirm — all printers, drivers, and print queues will be removed
Step 3: Remove Printer Driver Files
macOS stores printer drivers in specific folders. To fully remove a driver:
# Open Terminal and remove brand-specific PPD files
sudo rm -rf /Library/Printers/[BrandName]/
sudo rm -rf /Library/Printers/PPDs/Contents/Resources/[printer.ppd]Step 4: Remove Printer Software (Apps)
If you installed a companion app (HP Smart, Canon Utility, Epson Scan):
- Open Finder > Applications
- Drag the app to Trash
- Empty Trash
Step 5: Clear Printer Preferences
rm ~/Library/Preferences/org.cups.PrintingPrefs.plistAfter removing, you can re-add a different printer or reinstall drivers fresh.
