How To Allow/Prevent Microsoft Edge To Send Do Not Track Requests

In this article, learn how to allow or prevent Microsoft Edge browser in Windows 10 to send Do Not Track requests.

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

In terms of the Internet, Do Not Track (DNT) means setting a mechanism as per user preferences. If user doesn’t wants to be tracked while browsing the web, he basically wants to activate the DNT mechanism. In web, tracking is done to provide user an experience based on his interests.

Microsoft Edge browser provides users the choice to get tracked or not. Users can independently make their choice in the browser settings. In this article, we’ll see how you can allow or prevent Edge from sending DNT requests.

How To Allow/Prevent Microsoft Edge To Send Do Not Track Requests

Method 1 – Via Microsoft Edge Settings

1. Open Microsoft Edge, click on triple dots ( · · · ) at top right corner, and select Settings.

2. Then switch to Privacy & security section.

3. Under Privacy & security, upon scrolling, you’ll find Privacy heading. Toggle the option for Send Do Not Track requests to On, to prevent Microsoft Edge from DNT requests. Similarly, if you turn Off this option, Microsoft Edge will be able to send DNT requests.

Microsoft Edge Send Do Not Track Requests

Whatever option you choose, the settings will be immediately applied.

You can also change this setting via registry manipulation as mentioned in Method 2.

Method 2 – Via Registry

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_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\Main

Microsoft Edge Send Do Not Track Requests

3. In the right pane of Main registry key, double click on DoNotTrack registry DWORD (REG_DWORD) to modify its Value data.

Microsoft Edge Send Do Not Track Requests

4. Finally, set the Value data to 1 to prevent Microsoft Edge from sending DNT requests. Or you can set the Value data to 0 to allow Microsoft Edge from sending DNT requests. Click OK and exit Registry Editor.

5. Reboot your system to make changes effective.

That’s it!

Share this article
https://www.kapilarya.com/allow-prevent-microsoft-edge-to-send-do-not-track-requests

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.

v1adimir

Just btw., this is where (3rd-party) Windows Registry editors may come in handy (I’ve been using TorchSoft’s Registry Workshop). The value on the right, “DoNotTrack” cannot be exported via built-in regedit.exe and only the entire Key can… In this case, it is “Main” from the Microsoft Edge path. The problem with this is that if we’d ever like to restore, there are many values there and others may have (automatically) changed also, so that would be no good.

^^ I mean, if you’re doing a lot of registry changes and this could be one way to keep track of everything (exporting the original and /or modified values)

P.S. I am NOT endorsing that software, for one thing it’s not free; & it only has a trial version, perhaps 30 days or something like that. :)

Kapil Arya Author

^^ Thanks for your comment.

Leave a Comment

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