Fix Universal Print Discovery Failing for Microsoft 365 Tenants on Windows 11
🔍 WiseChecker

Fix Universal Print Discovery Failing for Microsoft 365 Tenants on Windows 11

Universal Print is a cloud-based print solution included with Microsoft 365 subscriptions. When it works correctly, printers appear automatically in Windows 11 Settings under Bluetooth and devices. Some tenants experience a situation where no printers show up, even after the service is enabled in the admin center. This article explains why Universal Print discovery fails for Microsoft 365 tenants on Windows 11 and provides the steps to resolve it.

Key Takeaways: Fixing Universal Print Discovery Failures

  • Microsoft 365 admin center > Universal Print > Printers: Verify printers are registered and assigned to users or groups.
  • Windows 11 Settings > Accounts > Access work or school > Connected tenant > Info: Confirm the Microsoft 365 tenant is properly joined or registered.
  • Windows 11 Settings > Bluetooth and devices > Printers and scanners > Add device > Add manually > Universal Print: Manual discovery bypass for when automatic detection fails.

ADVERTISEMENT

Why Universal Print Discovery Fails on Windows 11

Universal Print uses Azure Active Directory to authenticate users and discover printers assigned to them. The discovery process depends on three components working together. First, the Windows 11 device must be joined or registered to the same Azure AD tenant that hosts Universal Print. Second, the user must have a valid Universal Print license assigned. Third, the printer must be shared with the user or a group the user belongs to.

A failure in any of these components causes the printer list to remain empty. The most common root cause is an incomplete device registration. When a device is only Azure AD registered and not Azure AD joined, it may not receive the printer list from Universal Print. Another frequent cause is a misconfigured printer share. An administrator might register the printer but forget to assign users or groups to it. Licensing gaps also cause silent failures. The user can access other Microsoft 365 services but Universal Print remains invisible.

Steps to Restore Universal Print Discovery

  1. Verify Universal Print is enabled in the Microsoft 365 admin center
    Sign in to admin.microsoft.com. Go to Settings > Org settings > Universal Print. Ensure the toggle is set to On. If it is off, turn it on and wait 15 minutes for the change to propagate.
  2. Check printer registration and user assignment
    In the Microsoft 365 admin center, go to Universal Print > Printers. Confirm each printer has a green checkmark under Status. Select a printer and click Manage. Under Users and groups, verify the user or a group containing the user is listed. If not, click Add and assign the user or group.
  3. Confirm the user has a Universal Print license
    In the Microsoft 365 admin center, go to Users > Active users. Select the affected user. Click the Licenses and apps tab. Verify Universal Print appears in the list and is checked. If not, assign a license that includes Universal Print, such as Microsoft 365 Business Premium or Microsoft 365 E3.
  4. Check device Azure AD join status
    On the Windows 11 device, open Settings > Accounts > Access work or school. Look for the tenant name under Connected to .onmicrosoft.com. Click the tenant name. If you see a button labeled Disconnect, the device is Azure AD joined. If you see a button labeled Info, the device is only Azure AD registered. For Universal Print discovery to work reliably, the device should be Azure AD joined. To join, click Connect and follow the prompts.
  5. Restart the Universal Print service on Windows 11
    Press Win + R, type services.msc, and press Enter. Scroll down to Universal Print Service. Right-click it and select Restart. If the service is not running, right-click and select Start. Set the Startup type to Automatic if it is not already.
  6. Add Universal Print manually
    Open Settings > Bluetooth and devices > Printers and scanners. Click Add device. If the printer does not appear, click Add manually. In the dialog, select Add a Universal Print printer. Windows 11 will query the tenant and display all printers assigned to you. Select the printer and click Add.

ADVERTISEMENT

If Universal Print Still Does Not Show Printers

“Universal Print Service Not Running” error in Event Viewer

Open Event Viewer and navigate to Windows Logs > Application. Look for events with Source set to Universal Print. If you see an error stating the service stopped unexpectedly, run the System File Checker. Open Command Prompt as administrator and run sfc /scannow. After the scan completes, restart the device and repeat the manual discovery steps.

“Printer not found” when adding manually

This error occurs when the printer is registered in Universal Print but not shared with the user. Ask the tenant administrator to verify the printer share settings in the Microsoft 365 admin center. The administrator should remove and re-add the user or group to the printer share, then wait 10 minutes before retrying.

Multiple tenants visible on the same device

If a Windows 11 device is connected to more than one Microsoft 365 tenant, Universal Print may pull printers from the wrong tenant. Remove the extra tenant by going to Settings > Accounts > Access work or school, selecting the tenant, and clicking Disconnect. Keep only the tenant that has the Universal Print printers.

Item Azure AD Joined Azure AD Registered
Description Device is a full member of the Azure AD domain Device is a personal device with a work account added
Universal Print support Fully supported, printers appear automatically Limited support, manual addition may be required
Management capabilities IT can enforce policies and deploy printers IT cannot manage the device centrally
Sign-in requirement User must sign in with work account User can sign in with personal or work account

After following these steps, Universal Print should discover and display printers on Windows 11. Start by verifying the printer assignment and user license in the Microsoft 365 admin center. If the issue persists, check the device Azure AD join status and switch from registered to joined. As an advanced tip, use the Universal Print PowerShell module to bulk-assign printers to groups and run Get-UPPrinter to verify the assignment took effect.

ADVERTISEMENT