Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This content refers to an older version of F12 developer tools. Please visit our latest F12 tools documentation.
Using the F12 tools, you can debug, test, and speed up your webpages. Whether you need to fine tune your CSS layout or find a memory leak, you'll find tools to help here.
If you're looking for the Tools menu or toolbars in Internet Explorer 11, try:
If you got here by clicking an error message and simply want to avoid error messages in the future, try:
We rebuilt the F12 tools from the ground up in IE11. They have a brand new UI and new functionality to make your developing and debugging faster and easier. And we're going to be rolling out more improvements in updates.
Press the F12 key on your keyboard to open the tools. If your keyboard doesn't have function keys, you can use the Tools menu.
There are eight distinct tools, each with their own tab in the F12 tools interface. Here you'll find an image of each tool, a quick summary of what it does and what's new, and a couple of typical development or debugging tasks the tool makes easier.
The The DOM Explorer tool shows the structure of your webpage as it's being rendered in the browser and makes it possible to edit your HTML and styles in a live page. You can do this without having to edit and reload your sources, so you can quickly solve display issues or experiment with new ideas.
New features in the DOM Explorer tool include:
Development and debugging tasks it makes easier:
New features in the DOM Explorer tool in Windows 8.1 Update 1 include:
New features in the DOM Explorer tool in Cumulative Security Update for Internet Explorer (KB2976627) include:
Learn more about the DOM Explorer tool.
The Console tool provides a way to interact with your running code, sending info in with the Console's command line and getting info out using the Console Debugging API. The Console tool is considered to be so useful by developers, we've made it easier to get to. You can now open it at the bottom of any other tool using the Console button in the upper-right of the UI, next to the Help button or CTRL + `.
New features in the Console tool include:
Development and debugging tasks it makes easier:
New features in the Console tool in Windows 8.1 Update 1 include:
New features in the Console toolCumulative Security Update for Internet Explorer (KB2976627) include:
Learn more about the Console tool.
You use the Debugger tool to examine what your code is doing, when it's doing it, and how it's doing it. Pause code in mid-execution, step through it line-by-line, and watch the state of variables and objects at each step.
New features in the Debugger tool include:
Development and debugging tasks it makes easier:
New features in the Debugger tool in Windows 8.1 Update 1 include:
New features in the Debugger tool in Cumulative Security Update for Internet Explorer (KB2976627) include:
Learn more about the Debugger tool.
The Network tool gives you the fine details of any network requests involved in the loading and operation of your webpages.
New features in the Network tool include:
Development and debugging tasks it makes easier:
Learn more about the Network tool.
The UI responsiveness tool helps you dig into what is happening when your page slows down. Using it to profile specific points of slowness shows the operations that are causing them.
The UI responsiveness tool is new to F12 tools in IE11. Some interesting features are:
Development and debugging tasks it makes easier:
New features in the UI responsiveness tool in Windows 8.1 Update 1 include:
New features in the UI responsiveness tool in Cumulative Security Update for Internet Explorer (KB2976627) include:
Learn more about the UI responsiveness tool.
The Profiler tool is pure JavaScript speed measurement, showing you the functions that were called during a profiling session, how many times they were called, and how long they took to complete.
New features in the Profiler tool include:
Development and debugging tasks it makes easier:
Learn more about the Profiler tool.
When a webpage starts out fast and slows down after you use it for a while, the culprit is usually a memory leak. The Memory tool tracks the memory use of your webpage, helping you identify where memory use is growing, why it's growing, and how to fix it.
The Memory tool is new to F12 tools in IE11. Some interesting features are:
Development and debugging tasks it makes easier:
New features in the Memory tool in Windows 8.1 Update 1 include:
New features in the Memory tool in Cumulative Security Update for Internet Explorer (KB2976627) include:
Learn more about the Memory tool.
The Emulation tool helps you test how your webpages run on different screen sizes and hardware features, and how they respond to different user agent strings.
The Emulation tool is new to F12 tools in IE11. Some interesting features are:
Development and debugging tasks it makes easier:
New features in the Emulation tool in Windows 8.1 Update 1 include:
New features in the Emulation tool in Cumulative Security Update for Internet Explorer (KB2976627) include:
Learn more about the Emulation tool.
Find the current F12 Developer Tools documentation on the Microsoft Edge browser portal
IE11: What was new in F12 developer tools
IE11: F12 updates in kb2976627
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in