IE11 F12 developer tools greyed out

39,649

Solution 1

We have seen this issue. Some times the F12 tools will appear undocked when this happens. Do you see that happening for you? At least one bug related to this was fixed in a recent Windows update. Install the latest Windows Update and let me know if you still see the issue.

Solution 2

I recently discovered this same problem... F12 Developer Tools grayed out.

It turns out I was trying to open the dev tools from a blank tab. IE11 apparently doesn't like that. If I navigate to a page with content (not about:blank), then the dev tools show up again, like normal.

I feel a little sheepish, but only a little. I'm use to Chrome's dev tools, and they open up fine on a blank (about:blank) page.

UPDATE

Okay, about:blank works fine in IE11. It's when I first open IE without navigating anywhere at all (just the original New Tab) that dev tools is disabled.

Solution 3

In IE11:

Internet Options > Advanced tab > Reset Internet Explorer settings section > Reset... button

I was on live chat with Microsoft Support and they recommended this. After resetting, the F12 tools were no longer grayed out.

Solution 4

In IE11, if F12 Developer Tools is missing or grayed out, check this registry setting:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\IEDevTools\Disabled

If the value of the Disabled key is 1, set it to 0.

Share:
39,649
noonand
Author by

noonand

My background is in science, specifically biochemistry and microbiology. However one year worth of streaking petri dishes looking for faecal matter is more than enough for anyone! While I primarily focus on .NET tools and technologies, I have a good deal of experience outside of the Microsoft world. When not developing applications or tinkering with computers, I try to masquerade as a normal human being. I have the same T-shirt as Marc Gravell, but alas for me, I'm afraid the similarities end there ;-)

Updated on July 31, 2020

Comments

  • noonand
    noonand almost 4 years

    Wondering if anyone's seen the below behaviour with the IE11 F12 developer and if there's a fix?

    OS is Windows Server 2008 SP1 with all updates applied.

    Screenshot attached

    Shows grey area where IE11 dev tools should be