Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

How to Fix Network Printer Error 0x0000011B in Windows 11

Troubleshoot Windows 11 printer error 0x0000011B with safe preliminary checks, a local-port workaround, and a clearly labeled registry option.

Table of Contents

Error 0x0000011B usually appears when a Windows 11 PC connects to a printer shared by another Windows computer. Start with updates, network checks, and the Print Spooler before changing security-related settings.

How to fix error 0x0000011b when printing over the network on Windows 11 Picture 1

Before changing Windows settings

  • Confirm the printer and both PCs are powered on and connected to the same trusted network.
  • Install current Windows updates on the host and client PCs, then restart both computers.
  • Verify that Network Discovery and File and Printer Sharing are enabled for the active private network.
  • Restart the Print Spooler service on both PCs: press Win + R, enter services.msc, open Print Spooler, and select Restart.

For broader connection troubleshooting, see how to fix “Windows cannot connect to the printer”.

Method 1: Add the shared printer through a local port

This approach keeps Windows security protections in place and is a sensible workaround when the normal shared-printer connection fails.

  1. Open Control Panel > Hardware and Sound > Devices and Printers.
  2. Select Add a printer, then choose The printer that I want isn't listed.
  3. Select Add a local printer or network printer with manual settings.
  4. Choose Create a new port and set the port type to Local Port.
  5. Enter the UNC path in the form HostComputerSharedPrinterName.
  6. Select or install the correct driver, finish the wizard, and print a test page.

If the path is rejected, confirm the host computer name and the printer's exact share name in Printer Properties.

Method 2: Change RpcAuthnLevelPrivacyEnabled on the print host

Security warning: this registry change reduces RPC authentication protection. Use it only as a temporary workaround on a trusted network, and prefer a supported printer or network configuration when possible. You need administrator access and should back up the registry first.

  1. On the computer that shares the printer, press Win + R, type regedit, and press Enter.
  2. Go to HKEY_LOCAL_MACHINESystemCurrentControlSetControlPrint.
  3. Create a DWORD (32-bit) Value named RpcAuthnLevelPrivacyEnabled if it does not exist.
  4. Set its value data to 0, close Registry Editor, and restart the host PC.

An administrator can make the same change in an elevated PowerShell window:

Set-ItemProperty -Path 'HKLM:SystemCurrentControlSetControlPrint' -Name 'RpcAuthnLevelPrivacyEnabled' -Value 0 -Type DWord

To reverse the workaround, remove the value or set it according to your organization's current Windows security policy, then restart the host.

Avoid uninstalling security updates as a routine fix

Removing the update associated with the error can also remove security fixes and may only provide temporary relief. For managed or business environments, use a dedicated print server, direct IP printing where supported, or guidance from the printer vendor or IT administrator.

If error 0x0000011B remains

  • Check that the share path opens from the client PC and that the user has permission to use the printer.
  • Install the printer manufacturer's current Windows 11 driver.
  • Check Windows Firewall rules for File and Printer Sharing instead of disabling the firewall entirely.
  • Remove the failed printer connection, restart the spooler, and add the printer again.
Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.