Steps to Completely Remove Printer Drivers in Windows 10
Step 1: Stop the Print Spooler Service
- Press
Windows + R
to open the Run dialog box. - Type
services.msc
and press Enter. - In the Services window, locate Print Spooler.
- Right-click on Print Spooler and select Stop.
Step 2: Delete the Printer from Settings
- Go to Settings → Devices → Printers & Scanners.
- Locate the printer you want to remove, select it, and click Remove Device.
Step 3: Remove Printer Drivers via Print Management
Press
Windows + R
, typeprintmanagement.msc
, and press Enter.- Note: If you don’t have Print Management on your PC (it's not available on Windows Home editions), skip to Step 4.
In Print Management:
- Expand Print Servers → your PC's name → Drivers.
- Locate the printer driver, right-click it, and select Remove Driver Package.
Step 4: Manually Delete Printer Driver Files
If Print Management is unavailable or the drivers persist:
- Navigate to the printer driver folder:
- Press
Windows + R
, type%windir%\System32\spool\drivers
, and press Enter.
- Press
- Go into the appropriate folder (e.g.,
x64
for 64-bit systems). - Delete the folder or files associated with the printer you removed.
Step 5: Clean the Registry (Optional)
Warning: Back up your registry before making any changes.
- Press
Windows + R
, typeregedit
, and press Enter. - Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Printers
- Locate the printer's name and delete the corresponding folder.
Step 6: Restart the Print Spooler Service
- Go back to the Services window (
services.msc
). - Right-click on Print Spooler and select Start.
Step 7: Restart Your PC
Restart your computer to ensure all changes take effect.
Other Methods
1: Using Command Prompt and Print Spooler
Create a Command Prompt Shortcut
- Right-click on your desktop and select New → Shortcut.
- Set the target as
cmd.exe
and click Next to create the shortcut.
Run Command Prompt as Administrator
- Right-click on the shortcut you just created and select Run as Administrator.
Open Print Management Utility
- In the Command Prompt, type the following and press Enter:
printui /s /t2
- This opens the Print Management utility.
- In the Command Prompt, type the following and press Enter:
Delete Printers
- In the Print Management utility, try deleting the printers. If this doesn’t work, continue to the next step.
Stop the Print Spooler Service
- Click Start → Run, type
services.msc
, and press Enter. - Locate Print Spooler, right-click it, and select Properties.
- Click Stop to stop the service.
- Click Start → Run, type
Delete Spooler Files
- Open File Explorer and navigate to:
C:\Windows\System32\spool\Printers
- You may need to confirm access by clicking OK.
- Delete all files in this folder.
- Open File Explorer and navigate to:
Restart the Print Spooler Service
- Go back to the Services window.
- Right-click Print Spooler and select Start.
Retry Removing the Printer
- Reopen the Print Management utility using the same command:
printui /s /t2
- Attempt to remove the printer again.
- If necessary, check the Ports tab and delete any TCP/IP ports associated with the old printer.
- Reopen the Print Management utility using the same command:
Check Networked Computers
- If your printer is shared on a network, check other connected computers.
- Remove any mapped connections to the old printer, especially if spooled documents are still being sent to it.
2: Manually Remove Printer Drivers
Open Print Management
- Click Start and type
print management
in the search field (or on the desktop in Windows 8/10/11).
- Click Start and type
Delete the Printer
- On the left panel of the Print Management window, select the All Printers folder.
- If the unwanted printer is listed, right-click it and choose Delete.
Remove Driver Package
In the same Print Management window, select the All Drivers folder.
Right-click the unwanted printer driver and choose Remove Driver Package.
Note: Using the Remove Driver Package option clears all driver installation files for that device, ensuring Windows doesn’t automatically reinstall the printer in the future.
0 Comments