Unable to Re-add Universal Printer after removing it

Wilson Y 0 Reputation points
2026-01-14T18:44:19.79+00:00

Hello,

Our Universal printer needed to be reconfigured/re-added and after removing it from the "printers & scanners" settings, it still shows up in the "add device" list as "installed". It does not show in my printer list to print to.

User's image

Windows for business | Windows 365 Enterprise
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. VPHAN 21,780 Reputation points Independent Advisor
    2026-01-16T17:46:22.3066667+00:00

    Hello Wilson Y,

    I am following up to check if you have successfully cleared the "ghost" instance of HQ-COPY02 from your Settings menu. As previously analyzed, this discrepancy between the modern Settings app and the legacy Print Management console confirms that the printer object exists only as a stale registry pointer within the Client Side Rendering Print Provider cache, rather than as a functional queue in the Spooler service. Executing the removal via PowerShell or manually deleting the corrupted keys under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Providers while the Spooler is stopped remains the definitive fix for this specific synchronization error.

    If the issue has been successfully resolved, please consider accepting the answer as it helps other people sharing the same question benefit too. Thank you!

    VP


  2. VPHAN 21,780 Reputation points Independent Advisor
    2026-01-14T19:20:10.25+00:00

    Dear Wilson Y,

    To fix this, first attempt to remove the object using the Common Information Model (CIM) via PowerShell, which bypasses the GUI cache. Launch PowerShell as an Administrator and execute Get-Printer -Name "HQ-COPY02" | Remove-Printer. If this runs without error, restart the Print Spooler service (net stop spooler followed by net start spooler), and the device should disappear from the "Add device" list.

    If PowerShell fails with an "Element not found" error—which is highly probable given the Print Management view—you must manually purge the corrupted registry keys. Stop the Print Spooler service via services.msc to ensure the files aren't locked. Open the Registry Editor (regedit) and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Providers\Client Side Rendering Print Provider\Servers. Search through the subkeys here for any GUIDs or entries referencing HQ-COPY02 or the Universal Print ID associated with it, and delete those keys. Next, verify and delete any matching keys in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Printers and HKEY_CURRENT_USER\Printers\Connections.

    Once the registry entries are removed, restart the Print Spooler service. The "Installed" status will clear from the Settings panel, allowing you to re-add HQ-COPY02 as a fresh Universal Print device.

    I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!

    VP

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.