Share via

Printers on Windows 11 devices

abdo elbarbary 40 Reputation points
2026-03-31T13:24:55.9633333+00:00

Printers on Windows 11 devices briefly appear and then disappear under “Printers & Scanners,” although printing works normally. Event logs show Universal Print errors, and multiple troubleshooting steps (dsregcmd, Credential Manager, spooler reset, updates) did not resolve the issue. The problem affects multiple users

Windows for business | Windows Client for IT Pros | User experience | Print, fax, and scan
0 comments No comments

2 answers

Sort by: Most helpful
  1. VPHAN 31,345 Reputation points Independent Advisor
    2026-03-31T13:59:52.0233333+00:00

    Hi abdo elbarbary,

    The root cause of your issue is a synchronization failure between the modern Settings app, the Universal Print provisioning cache, and the legacy print spooler. The printer object becomes a stale, corrupted pointer within the local registry caches, which causes the modern UI to fail to enumerate the device even though the underlying print subsystem can still successfully route print jobs.

    To permanently resolve this issue across your environment, you must manually clear these corrupted local cache entries rather than adjusting cloud media types. You will need to stop the Print Spooler service on the affected endpoints to ensure the registry files are not locked. Once stopped, open the Registry Editor and navigate to the current user's hive under HKEY_USERS. You need to locate the user's specific Security Identifier and navigate down to Software, Microsoft, and then PrinterProvisioning. Deleting the entire corrupted printer provisioning entry here forces Windows to forget the broken Universal Print configuration profile.

    In addition to the provisioning key, you should clear out any ghost entries in the Client Side Rendering cache. Navigate to HKEY_LOCAL_MACHINE, Software, Microsoft, Windows NT, CurrentVersion, Print, Providers, and then Client Side Rendering Print Provider. Look through the Servers subkeys and delete any GUIDs or folders referencing the specific missing Universal Print queue. You should also check the user connections path under HKEY_CURRENT_USER, Printers, Connections to delete any lingering mappings.

    After removing these stale registry pointers, restart the Print Spooler service. You can then open an elevated PowerShell prompt and run the Get-Printer cmdlet piped to Remove-Printer, explicitly targeting the name of the missing printer, which will cleanly purge any remaining hidden objects by bypassing the graphical interface. Finally, have the affected users navigate back to Printers & Scanners to re-add the printer natively. This forces Windows 11 to download a fresh, sanitized configuration directly from Azure, stabilizing the queue in the modern UI.

    Hope this answer brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.

    VP

    Was this answer helpful?

    0 comments No comments

  2. Q&A Assist
    2026-03-31T13:25:10.81+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Universal Print queues on Windows 11 can become blocked or behave unexpectedly when the default media (paper type) changes to an unexpected value. This can cause odd behavior in the Printers & scanners view and Universal Print–related errors in the event logs, even when basic printing still works.

    Use these steps on affected devices to mitigate the issue:

    1. Remove and re‑add the printer queue (Mitigation option 1)
      • Open Settings > Bluetooth & devices > Printers & scanners.
      • Select the affected printer.
      • Choose Remove to uninstall the printer queue.
      • Still in Printers & scanners, select Add device next to Add a printer or scanner and follow the prompts to reinstall the printer.
    2. Correct the default media/paper type (Mitigation option 2)
      • Open Settings > Bluetooth & devices > Printers & scanners.
      • Select the specific printer.
      • Select Printing preferences.
      • In the new window, go to the Paper/Quality tab.
      • Under Media, set the default to a valid option such as Plain Paper.
      • Apply and OK the changes.

    Apply these steps on each affected Windows 11 device. This addresses the Universal Print queue default media issue that can lead to blocked or unstable queues and related errors while printing still appears to work.


    References:

    Was this answer helpful?

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.