Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (2024)

‘Windows cannot connect to the printer. Access is denied’ is a common printer error that Windows 10 users mostly face after installing the security update KB5005565 in Windows 10 or in some cases, out of the blue as well.

This error message occurs while adding a printer because of some issue with the ‘Print Spooler’ service. The ‘Print Spooler’ service is necessary for carrying out all the printing tasks successfully.

Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (1)

Table of Contents

Variations of the ‘Windows Cannot Connect to the Printer’ Issue

Apart from Windows 10 users, Windows 7 and Windows XP users also face this error. This error message has several variations with almost all of them rooting to the same problem.

  • Operation could not be completed (error 0x0000007e).
  • Printer error access denied unable to connect.
  • Access is denied 0x0000011b.
  • Operation Failed with Error 0x00000002.
  • Operation Failed with Error 0x0000007e.
  • Access is denied server 2012 r2.
  • No printers were found.

Following are the error codes that are displayed separately:

  • 0x00000bcb
  • 0x00003e3
  • 0x11b

If your error message is one of those, then you will find the solution to your issue here.

Reasons for the Occurrence

After researching this error message for several days and troubleshooting it, we have found the following reasons for its occurrence.

  • Print Spooler serviceis not running or is stuck in an error state.
  • Pending documentsmight be locked in the printing documents queue.
  • Permissions might not be granted to the computer. Typically, this happens in a network when multiple computers are sharing a single printer. In some cases, the administrator blocks the printing access.
  • A corrupted or improper installation of the printer drivers might also cause this error message.

Prerequisites

Reinstalling the Printer

The most basic remedy to this error message is reinstalling the printer by checking whether all the wires are plugged right or not.

If reinstalling the wires of the printer didn’t resolve this error message, then move to the next tip.

Running the Basic Troubleshooter and Resetting the Printer

The next tip is to use the default troubleshooter of Windows to detect the problem. Mostly this doesn’t work but trying it won’t cost anything.

  1. So, go to the ‘Control Panel’ and choose the ‘View devices and printers’ option under the ‘Hardware and Sound’ section.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (2)
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (3)
  2. Now, right-click on your printer under the ‘Printers’ section and choose the ‘Set as default printer’ and ‘Troubleshoot’ options.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (4)
  3. When you select the ‘Troubleshoot’ option, Windows will run a troubleshooter to find the problem you are facing with this device and try to fix it.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (5)
  4. Once Windows has finished the troubleshooting procedure, then right-click on the printer again and choose the ‘Printer preferences’ option.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (6)
  5. A new window will open. So, click on the ‘Reset’ button and save the changes by clicking on the ‘OK’ button.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (7)

Checking the Drivers of the Printer

The next tip is to reinstall the printer drivers because sometimes faulty or corrupted drivers’ updates can also cause this issue.

  1. So, go to the ‘Device Manager’ window and find your printer.
  2. Then, right-click on it and choose the ‘Uninstall device’ option.
  3. Now, reconnect the printer again and Windows will automatically install the best possible drivers. However, if you are using an older version of Windows, like Windows-XP/Vista/7, then you may have to install the drivers manually.
  4. So, go to the official website of your printer’s manufacturer and download and install the drivers.

If reinstalling the printer’s drivers didn’t resolve this error message, then move to the main solution.

How to Fix the Issue?

Before trying any solution, read the description of the solution because the solutions to this error message vary from use case to use case. So, it’s better to read the description first because it will save you from trying anything stupid and wasting your time.

1. Editing ‘Providers’ in Windows Registry

If none of the methods work, we are going to delete a registry key in the ‘Providers’ section in the Windows registry. We recommend backing up your registry before proceeding as you can always revert the changes back if this doesn’t work.

  1. Press Windows + R, type ‘regedit‘ in the dialogue box, and press Enter.
  2. Once in the registry editor, navigate to the following path:
    HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Providers
  3. Now,deletethe following key from this registry:
    Client Side Rendering Print Providers
  4. The last step is torestart the Print Spoolerservice. Press Windows + R, type “services.msc” in the dialogue box, and press Enter.
  5. Search through the services until you find the service. Open its properties andStopthe service. After waiting a few seconds, Startit again.
  6. Now try connecting to the printer and see if this solves the problem.

2. Removing the ‘Deny’ Permission from /spool/drivers

Another workaround as reported by numerous Redditors was to remove the ‘Deny’ permission from the following file path:

C:\Windows\System32\spool\drivers

This seems to do a quick fix if the issue is originating from not having enough permissions available. This was particularly the case after updating Windows to the latest build available.

Here is a batch file you can use to instantly perform the action instead of manually changing the permissions

@echo offnet stop spoolertakeown /F C:\Windows\System32\Spool\Printers /RicaclsC:\Windows\System32\Spool\Printers /T /Grant Everyone:Fdel /Q C:\Windows\System32\Spool\Printers\*.*net start spooler

You can learn more about how to create Batch files from an article on Windows Central.

3. Enabling the Guest Account

If you are using a printer in a computer network, the administrator might have disabled your guest account. Here, enabling the guest account will resolve this issue for you.

  1. First, right-click on ‘This PC’ (for Windows-10 and Windows-8/8.1 users) on the computer with which you have (physically) attached the printer. But if you are using Windows-7 or Windows-XP, then the required option would be ‘Computer’ or ‘My Computer.
  2. Then, choose the ‘Manage’ option to open the ‘Computer Management’ window.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (8)
  3. After that, go to the ‘Local Users and Groups’ and inside that, go to the ‘Users’ folder.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (9)
  4. Now, you will find a ‘Guest’ account inside the ‘Users’ folder and the administrator of your network may have disabled this account, which is why you are facing this issue.
  5. So, right-click on the ‘Guest’ account and choose the ‘Properties’ option.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (10)
  6. Then, uncheck the box that says ‘Account is disabled’ inside the ‘General’ tab.
  7. After that, click on the ‘Apply’ and then the ‘OK’ button.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (11)
  8. Now, restart the system.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (12)

After restart, check whether this solution has fixed the error message.

4. Creating a New Port While Connecting to the Shared Printer

Suitable for Shared Printers

If you have faced the error message while attempting to add the network printer, then try this solution. Even if you have already applied the basic troubleshooting, such as checking the security settings of the shared printer, check the sharing settings to make sure that the file and printer sharing is enabled.

Sharing the Printer from the Host Computer/Laptop

  1. First of all, share the printer as usual from the computer on which you have physically attached the printer. So, ‘follow Step 1 of Tip # 2’ to reach the ‘Devices and Printers’ window.
  2. Now, right-click on your printer under the ‘Printers’ section and choose the ‘Printer properties’ option.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (13)
  3. Then, go to the ‘Sharing’ tab and type an easy-to-remember name of the printer. In our case, we have used ‘EpsonR200.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (14)

Connecting to the Shared Printer from the Other Computer/Laptop

  1. Now, on the other computer (from which you want to connect to this printer), we will run the printer wizard as usual. So, go to the ‘Control Panel’ again and choose the ‘View devices and printers’ option under the ‘Hardware and Sound’ section according to ‘Step 1 of Tip # 2.
  2. Now, click on the ‘Add a printer’ option in the new window.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (15)
  3. Then, windows will run a scan to find the attached printer. So, click on the ‘The printer that I want isn’t listed’ option.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (16)
  4. A new window will open. So, choose the ‘Add a local printer or network printer with manual settings’ option and click on the ‘Next’ button.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (17)
  5. After that, choose the ‘Create a new port’ option and keep the ‘Type of port:’ as ‘Local Port. Then, click on the ‘Next’ button.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (18)
  6. Now, type the port name in this format ‘//computername/printername. So, in our case, the ‘computername’ is ‘Talha’ and ‘printername’ is ‘EpsonR200.

Note: If you don’t know your computer name, then right-click on ‘This PC’ (or ‘Computer’) and choose the ‘Properties’ option. Then, choose the ‘Rename this PC (advanced)’ option and click on the ‘Change…’ button to view your ‘Computer name:’

Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (19)

Note: Make sure that you are using the name of that computer, on which you have (physically) attached the printer

  1. Then, click on the ‘OK’ button.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (20)
  2. Next, Windows will ask you to select the make and model of the printer, install its drivers, etc. So, keep following the wizard and provide the information it requires to connect to the printer successfully.

After following all the steps, this solution will definitely solve the ‘shared printer access denied unable to connect windows 10’ error message for you because it worked for others in the past. But if this solution didn’t prove useful, then try the next solution.

5. Disabling the Mitigation for CVE-2021-1678

If you are receiving the error message after installing the Windows security update (KB5005565), then this might be an issue with the ‘Print Spooler’ service. Here, uninstalling the faulty security update will fix this issue. But if you don’t want to uninstall the update, then disable the mitigation for CVE-2021-1678 with the help of the following guide.

  1. Press the ‘Windows + R‘keys to open the ‘Run’ dialog box and type ‘Regedit’ in the text box. Then, click the ‘OK’ button.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (21)
  2. In the next window, click on the ‘Yes’ button to allow the windows ‘Registry Editor’ to make changes to your device. This will open the Registry Editor.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (22)
  3. Now, paste the following address after ‘Computer’ in the address bar of ‘Registry Editor’ and hit the ‘Enter’ key to reach the required folder.
\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print
Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (23)
  1. Now, right-click on the space inside the ‘Print’ folder and choose the ‘New’ < ‘DWORD (32-bit) Value’ options.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (24)
  2. Then, rename the newly created value as ‘RpcAuthnLevelPrivacyEnabled.
  3. Right-click on the newly created value and click on the ‘Modify…’ option.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (25)
  4. Then, change the ‘Value data:’ to ‘0’ to disable it and click on the ‘OK’ button.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (26)

This solution will let you use the printer again. However, if this solution didn’t prove useful, then you can undo the changes and try the next method.

6. Disabling the ‘Point and Print Restrictions’

If the above solutions didn’t work for you, then try disabling the ‘Point and Print Restrictions’ by going to the ‘Edit group policy’ application.

  1. First, go to the ‘Edit group policy’ application.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (27)
  2. Then, go to ‘Administrative Templates’ under ‘Computer Configuration’ and double click on the ‘Printers’ folder to open it.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (28)
  3. Now, double-click on the ‘Point and Print Restrictions’ option.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (29)
  4. Then, choose the ‘Disabled’ option and click on the ‘Apply’ and ‘OK’ buttons to save the changes.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (30)
  5. Now, restart the system.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (31)

After restarting, check if this solution has fixed the error message for you. If yes, then good for you. Otherwise, try the next solution.

7. Uninstalling the Security Update KB5005565

If none of the discussed methods have worked for you, then we recommend uninstalling the security update. Uninstalling the security update will definitely fix this issue because this issue mostly originates after installing the security update (KB5005565).RpcAuthnLevelPrivacyEnabled

  1. First, go to the ‘Control Panel.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (32)
  2. Then, choose the ‘Uninstall a program’ option under the ‘Programs’ section.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (33)
  3. Now, click on the ‘View installed updates’ option.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (34)
  4. Then, select the ‘Security Update for Microsoft Windows (KB5005565)’ update and click on the ‘Uninstall’ option.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (35)
  5. Click on the ‘Yes’ button in the next window to confirm the uninstallation procedure.
    Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (36)
Windows Cannot Connect to the Printer. Access is Denied – Explained and Fixed (2024)

References

Top Articles
Latest Posts
Article information

Author: Twana Towne Ret

Last Updated:

Views: 6215

Rating: 4.3 / 5 (44 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Twana Towne Ret

Birthday: 1994-03-19

Address: Apt. 990 97439 Corwin Motorway, Port Eliseoburgh, NM 99144-2618

Phone: +5958753152963

Job: National Specialist

Hobby: Kayaking, Photography, Skydiving, Embroidery, Leather crafting, Orienteering, Cooking

Introduction: My name is Twana Towne Ret, I am a famous, talented, joyous, perfect, powerful, inquisitive, lovely person who loves writing and wants to share my knowledge and understanding with you.