[How To] Enable/Disable Printing In Microsoft Edge

In this article, learn how to enable/disable printing in Microsoft Edge on Windows 10 build 17723 or later using registry manipulation.

Kapil Arya
11x Microsoft MVP · Admin
2 min read
Add as a preferred
source on Google

Microsoft Edge by default allows you to print web content using Ctrl+P keyboard combination or UI Print option. As soon as you hit Print option, you’ll be taken to printing preferences window and then you can print as per your requirement.

How To Enable Disable Printing In Microsoft Edge

In some special cases, you may need to disable printing in Microsoft Edge. These cases are usually applicable to mass computing environment. To disable printing in such scenarios, you can deploy simple but useful below mentioned registry trick.

FYI: This registry manipulation works only on Windows 10 build 17723 or later.

How To Enable/Disable Printing In Microsoft Edge

Registry Disclaimer: The further steps will involve registry manipulation. Making mistakes while manipulating registry could affect your system adversely. So be careful while editing registry entries and create a System Restore point first.

1. Press W8K + R and put regedit in Run dialog box to open Registry Editor (if you’re not familiar with Registry Editor, then click here). Click OK.

Windows 10 Registry Editor

2. In left pane of Registry Editor window, navigate to following registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft

How To Enable Disable Printing In Microsoft Edge

3. Right click Microsoft registry key, select New > Key. Name the newly created sub-key as MicrosoftEdge. Similarly create Main registry sub-key next to Microsoft registry key. If these registry keys already exists, skip creation of new keys. Now in the right pane of Main registry key (HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\Main), right click and select New > DWORD Value. Name the newly created registry DWORD (REG_DWORD) as AllowPrinting. Make sure the DWORD‘s Value data set to 0 to disable printing in Microsoft Edge. Click OK.

How To Enable Disable Printing In Microsoft Edge

4. Close Registry Editor and reboot to make changes effective.

After restarting your system, you’ll find that you can no longer print in Microsoft Edge as Your organization doesn’t allow printing message is there.

How To Enable Disable Printing In Microsoft Edge

To allow printing again in Microsoft Edge, simply set the AllowPrinting DWORD‘s Value data to 1 or delete it.

So that’s how you can manage printing in Microsoft Edge.

Group Policy Setting: If you want to disable printing in Microsoft Edge on multiple machines in your organization/workplace, you can deploy the relevant GPO setting. Change Allow printing setting at Computer configuration > Administrative templates > Windows Components > Microsoft Edge to Disabled.

That’s it!

Share this article
https://www.kapilarya.com/how-to-enable-disable-printing-in-microsoft-edge

Shareable URL

Article by

Kapil Arya
11x Microsoft MVP · Admin

Kapil holds Microsoft MVP title in Windows IT Pro expertise, 11-times in a row (2014-2025). He is 8-times Windows Insider MVP as well, and author of 'Windows Group Policy Troubleshooting' book. In 2015, Microsoft India accomplished him as 'Windows 10 Champion'. Being passionate Windows blogger, he loves to help others on fixing their system issues. Kapil has worked with official Microsoft Community Engagement Team (CET) on several community projects. You can subscribe him for news/updates and fixes for Windows.

Leave a Comment

Your email address will not be published. Required fields are marked *