Internet Explorer 11
Internet Explorer 11 (IE11) is the eleventh and final major version of Microsoft's proprietary web browser, Internet Explorer, first released on October 17, 2013, as part of Windows 8.1 and Windows Server 2012 R2, with a standalone version for Windows 7 SP1 released on November 7, 2013.[1][2] It was developed to deliver faster performance, stronger security, and enhanced compatibility with modern web standards while maintaining backward compatibility for legacy applications.[3] IE11 was made available for Windows 7 SP1, Windows 8.1, Windows 10, Windows Server 2008 R2 SP1, and Windows Server 2012 R2, providing a consistent browsing experience across these platforms.[4] Key improvements in IE11 focused on security and privacy, including an enhanced version of Protected Mode that isolates browsing sessions to prevent malware, a more robust password manager, and default support for Transport Layer Security (TLS) 1.2 to secure connections.[4] The browser also introduced Enterprise Mode, which emulates older IE versions to ensure compatibility with enterprise web applications, along with features like out-of-date ActiveX control blocking and Do Not Track (DNT) signaling for privacy.[5] On the performance side, IE11 accelerated JavaScript execution and supported advanced web technologies such as WebGL for 3D graphics, Canvas 2D Level 2, Fullscreen API, Encrypted Media Extensions, and CSS Flexible Box Layout.[4] Developer tools in IE11 were significantly upgraded with the F12 tools, offering improved debugging, DOM exploration, and compatibility inspection to aid web development.[6] Additionally, it supported HTTP Strict Transport Security (HSTS) to enforce secure HTTPS connections on participating sites.[7] Although IE11 marked the end of major updates to the Internet Explorer line, Microsoft continued providing security updates until its retirement, with the desktop application reaching end of support on June 15, 2022, for Windows 10 Semi-Annual Channel versions (and being permanently disabled via a Microsoft Edge update on February 14, 2023), while support for Windows Server and LTSC editions continues per their OS lifecycles.[8][9] As of 2025, Microsoft continues to provide security updates for IE11 on supported Windows Server and LTSC editions.[10] Post-retirement for affected versions, legacy compatibility is maintained through Internet Explorer mode in Microsoft Edge, supported at least until 2029.[11]Development and Release
Development
The development of Internet Explorer 11 began with an internal build that leaked on March 25, 2013, revealing an early user agent string identifying the browser as "Mozilla... like Gecko," which sparked confusion over its identity by mimicking Firefox's rendering engine and dropping the traditional "MSIE" identifier to avoid legacy CSS hacks.[12] This leak also highlighted an initial emphasis on performance enhancements, including marginal improvements in HTML5 support to better align with emerging web standards.[13] Microsoft released the Developer Preview of Internet Explorer 11 on June 26, 2013, bundled with the Windows 8.1 Preview, to enable early testing and feedback from developers.[14] This preview showcased hardware acceleration capabilities, such as WebGL support with a software-based renderer to complement GPU processing for 2D and 3D graphics, alongside offloading of image loading and HTML5 video rendering to the GPU for extended battery life on mobile devices.[14] Network prioritization was introduced to handle resource loading more efficiently—prioritizing root documents, CSS, fonts, scripts, and images—while independent tab suspension aimed to reduce memory usage by limiting background tab activity.[14] On July 25, 2013, Microsoft issued the Developer Preview for Windows 7 and Windows Server 2008 R2, extending access to IE11's advancements beyond the newer OS and allowing demonstrations of key features like enhanced JavaScript execution via the Chakra engine.[15] This release included GPU-accelerated rendering for fonts, images, and WebGL content, with built-in safeguards to prevent crashes from demanding graphics tasks, as shown in demos like the GlacierWorks climate visualization.[15] Throughout development, Microsoft pursued a strategic shift to position IE11 as a standards-compliant browser, promoting the use of "edge mode" via HTML5 doctype declarations to encourage modern web practices while preserving backward compatibility through configurable document modes for enterprise legacy applications.[14] Core goals included optimizing the Chakra JavaScript engine for faster parsing and execution, minimizing the memory footprint via efficient tab management, and deepening integration with Windows 8.1's touch interfaces to support device orientation for immersive 3D experiences on touch-enabled hardware.[14][15]Release
Internet Explorer 11 was officially released on October 17, 2013, bundled as the default browser with Windows 8.1, Windows RT 8.1, and Windows Server 2012 R2.[16][17] The browser's launch was previewed and announced at Microsoft's BUILD 2013 developer conference in late June, where company executives emphasized its deep integration with the Windows ecosystem, including enhanced touch support and seamless app experiences on touch-enabled devices.[18][19] For users of Windows 7 and Windows Server 2008 R2, Internet Explorer 11 became available as a standalone update via Windows Update beginning November 7, 2013, with manual downloads offered through the Microsoft Download Center.[20][21] The initial release carried version number 11.0.9600.16384 on Windows 8.1 and related platforms, while the Windows 7 edition used 11.0.9600.16428.[22][23]Technical Changes
Added Features
Internet Explorer 11 introduced a redesigned F12 developer tools interface, enhancing debugging capabilities with features such as source map designation for handling shipped code without explicit comments, autocomplete in the Watches panel, return value inspection in the Locals section during function stepping, multi-select for breakpoints, and event breakpoints with conditional filters.[6] Memory analysis tools were improved through dominator folding to simplify snapshots by eliminating redundant objects, colorization of DOM elements, string literals, and numbers for visual clarity, roots cycle filtering to reduce circular reference clutter, and import/export functionality for saving and loading sessions.[6] Network monitoring received updates including UI responsiveness tool enhancements like import/export of performance sessions, image previews for HTTP requests, event filtering by name, activity, or time thresholds, frame grouping for analysis, and support for user-defined measures via performance.mark() and performance.measure() APIs.[6] Native WebGL support was added to enable 3D graphics rendering directly in the browser without requiring plugins, leveraging the ANGLE library for translation to DirectX, and subsequent updates improved performance with 16-bit floating point textures, occlusion queries, and compressed texture formats.[24] High DPI scaling enhancements were implemented to provide better support for high-resolution displays and touch devices, including dynamic DPI awareness to adjust rendering and UI elements appropriately across monitors with varying pixel densities.[5] Prerendering and prefetching mechanisms were introduced to accelerate page loads, utilizing the attribute to speculatively render linked pages in the background and for prefetching anticipated resources, with support limited to up to ten prefetch requests per page. Several new APIs were added, including the Full Screen API for immersive video and application experiences, the Screen Orientation API for controlling device orientation in responsive designs, the Web Cryptography API (via msCrypto prefix) for secure cryptographic operations in JavaScript, support for video text tracks in HTML5 media elements to enable closed captioning, and Encrypted Media Extensions (EME) for integrating digital rights management with HTML5 video playback without plugins.[4] TLS 1.2 was enabled by default as the preferred secure protocol, enhancing encryption strength, while the RC4 cipher was deprecated and later fully removed due to cryptographic vulnerabilities.[4][25] HTTP/2 support was added post-launch via updates in 2015, specifically with the Windows 10 November Update, enabling multiplexed streams, header compression, and server push for improved performance over HTTP/1.1. The Chakra JavaScript engine was enhanced with just-in-time (JIT) compilation improvements, including optimizations to reduce computation times for dynamic code execution and better integration with the browser's rendering pipeline.[26]Removed Features
Internet Explorer 11 discontinued several legacy features from previous versions to align with contemporary web standards and integrate better with Windows functionality. One notable removal was the Quick Tabs thumbnail view, accessible via Ctrl+Q, which had provided a visual overview of open tabs; this was replaced by Windows' integrated taskbar previews for a more unified experience across applications.[27] The "Work Offline" command was eliminated from the File menu, as the feature's functionality was deemed redundant with improved connectivity handling in modern operating systems.[27] In terms of developer tools and compatibility, the document.all property was deprecated and rendered non-functional in standards mode, with the F12 developer tools issuing warnings for its use to encourage adoption of standard DOM methods like querySelector. This change aimed to reduce proprietary code reliance, though legacy code using it would still execute in compatibility modes.[28] The attachEvent method was completely removed, compelling developers to use the standard addEventListener for event handling, thereby promoting cross-browser consistency.) Drag-and-drop support for selected content from IE11 to external applications, such as Notepad or WordPad, was discontinued, limiting inter-application data transfer to clipboard operations or other modern APIs.[27] Certain Group Policy settings were discontinued, including options to disable tabbed browsing or directly view cookies, as these were seen as outdated administrative controls in favor of more granular security configurations.[29] For security enhancement, IE11 ignored the autocomplete="off" attribute on password fields, always prompting users for storage decisions to prevent websites from disabling password managers and thereby improving user protection against credential theft. This decision prioritized user control over site-specified behaviors.[30]Performance
Improvements
Internet Explorer 11 introduced significant architectural optimizations focused on enhancing overall speed and efficiency, building on the Trident rendering engine with advancements in resource utilization. One key improvement was the advancement in hardware acceleration, where the browser offloaded graphics and text rendering tasks, such as image decoding and WebGL operations, to the GPU, thereby reducing the CPU load and improving rendering performance.[31][32] Memory management saw notable optimizations, enabling a lower memory footprint when handling multiple tabs open simultaneously compared to Internet Explorer 10, which supported smoother tab switching and the ability to maintain up to 100 tabs per window without significant degradation.[32] These enhancements stemmed from refined allocation strategies that minimized overhead in tab processes. Startup times were accelerated through streamlined initialization processes and intelligent caching mechanisms, including background pre-fetching of content to ensure pages loaded almost instantaneously upon launch.[32] On mobile devices running Windows RT, Internet Explorer 11 improved battery life through efficient resource allocation, leveraging GPU offloading for intensive tasks and power-optimized HTML5 video streaming to extend usage duration.[32] The Chakra JavaScript engine received enhancements that boosted execution efficiency, providing faster and more responsive handling of JavaScript on everyday websites without relying on specific numerical benchmarks.[32] Additionally, integration with Windows 8.1's touch-optimized user interface delivered smoother interactions, featuring responsive touch gestures like panning, zooming, and swiping that adhered closely to user input, along with a touch-friendly address bar offering contextual site suggestions.[32]Benchmarks
In November 2013 benchmarks, Internet Explorer 11 achieved a SunSpider JavaScript score of 128.8 ms, outperforming Google Chrome 30 at 199.4 ms and Mozilla Firefox 26 at 193.6 ms.[28] This positioned IE11 as the leader in JavaScript execution speed among major browsers at launch.[28] IE11 also demonstrated superior graphics performance in WebGL tests during the same period. In the WebGL Aquarium benchmark rendering 1,000 fish, IE11 delivered 60 frames per second (fps), surpassing Chrome 30 at 53 fps and Firefox 26 at 45 fps.[28] Microsoft's custom 2,000-fish WebGL test similarly showed IE11 at 15 fps, matching Chrome but edging out Firefox at 14 fps.[28] Regarding resource efficiency, IE11 consumed 168 MB of RAM with five tabs open to mixed sites, lower than Firefox 26 at 225 MB and significantly less than Chrome 30 at 401 MB.[28] By August 2015 evaluations, IE11 trailed competitors in broader JavaScript suites but maintained strengths in graphics. In JetStream, IE11 scored 98.522, behind Chrome 44 (141.61) and Firefox 39 (121.01).[33] The Octane 2.0 benchmark yielded 12,235 for IE11, lagging Chrome 44 (24,672) and Firefox 39 (22,209).[33] However, in WebGL performance with 4,000 fish, IE11 reached 20 fps, outperforming Chrome 44 (17 fps) and Firefox 39 (10 fps).[33] Cross-browser analysis highlighted Chakra's advancements over IE10, with IE11 delivering approximately 4% faster overall performance than IE10 and up to 30% faster than competitors in JavaScript execution in real-world tasks like page loading and script processing on Windows 7.[34] This improvement stemmed from enhanced just-in-time compilation and reduced startup times in Chakra.[34]Standards and Compatibility
Web Standards Support
Internet Explorer 11 provided full support for HTML5, enabling developers to utilize core features such as semantic elements, multimedia integration, and canvas rendering without proprietary extensions. This compliance aligned with the W3C's HTML5 recommendation, allowing for robust web application development comparable to contemporary browsers.[35] In terms of CSS3, IE11 offered comprehensive support for key modules, including the 2012 syntax of flexbox for flexible layouts and the -ms-grid property as a precursor to the full CSS Grid Layout specification. These implementations facilitated responsive design patterns, though flexbox adherence to the older syntax introduced some layout inconsistencies in edge cases. ECMAScript 5.1 was fully supported with no variations, ensuring consistent JavaScript execution across strict and non-strict modes.[36] IE11 achieved a perfect score of 100/100 on the Acid3 test, demonstrating strong adherence to web standards in rendering, scripting, and multimedia handling, on par with other major browsers of the era. SVG support was partial but improved over IE10, with enhanced rendering for basic shapes, paths, and text integration, though advanced features like certain filters and animations remained unsupported. Native support for the WOFF font format enhanced typography by allowing compressed web fonts to load efficiently without fallback issues.[37] Following its initial release, IE11 enabled HTTP/2 protocol support through updates, particularly on Windows 10, which introduced multiplexed connections to reduce latency and improve resource loading. TLS 1.2 was set as the default secure protocol in environments like Windows 8.1 and later, with fallbacks to TLS 1.0 and 1.1 for legacy compatibility, bolstering secure web communications.[29][38][39]Compatibility Features
Internet Explorer 11 includes several mechanisms to maintain backward compatibility with legacy web content and enterprise applications, particularly those developed for earlier versions of the browser. These features allow organizations to continue supporting older intranet sites and custom applications without immediate rewrites, addressing common challenges in enterprise environments where legacy systems persist.[40] One key addition is Enterprise Mode, introduced via the April 2014 security update (KB2929437) for Internet Explorer 11 on Windows 7 and Windows Server 2008 R2. This mode emulates the rendering engine of [Internet Explorer 8](/page/Internet Explorer_8) to ensure compatibility with websites designed for that earlier version, preventing layout and functionality issues in modern IE11. IT administrators can enable Enterprise Mode for specific domains or webpages using Group Policy settings, which reference an XML-based site list file to define the targeted sites and their required emulation settings. For example, the site list XML allows precise configuration, such as directing a legacy enterprise application to render in IE8 mode while keeping other sites in full IE11 standards mode. This feature is particularly useful for enterprises managing large numbers of outdated intranet applications.[41][42] To handle non-compliant legacy HTML, Internet Explorer 11 retains doctype sniffing and quirks mode, mechanisms inherited from prior versions to interpret older, non-standard code. Doctype sniffing examines the<!DOCTYPE> declaration at the start of an HTML document: a valid, well-formed DOCTYPE triggers standards mode for modern rendering, while its absence or invalid format activates quirks mode, which mimics the box model and CSS behaviors of Internet Explorer 5.5 to preserve the appearance of legacy pages. This approach ensures that enterprise websites built with outdated HTML practices—common in pre-standards era development—display consistently without breaking, even as IE11 advances support for contemporary web technologies. Quirks mode can also be invoked through specific X-UA-Compatible directives, providing flexibility for mixed-content environments.[43]
Internet Explorer 11 continues to support ActiveX controls and VBScript, enabling the execution of legacy enterprise scripts and plugins that were prevalent in business applications during the early 2000s. ActiveX controls, which allow embedding of Windows components like calendars or tree views into web pages, remain configurable via Group Policy settings across security zones, such as the intranet zone where they are often enabled by default for trusted internal use. Similarly, VBScript execution is permitted in Internet Explorer 11, with policies allowing administrators to enable, prompt, or disable it per zone—defaulting to enabled in most cases—to support automation tasks in older Visual Basic-integrated applications. These supports persist despite broader industry deprecations of such technologies in favor of modern alternatives like JavaScript frameworks.[29]
Meta tag overrides, particularly through the X-UA-Compatible header or meta element, provide developers and administrators with granular control over compatibility views in Internet Explorer 11. For instance, including <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"> in the HTML head forces the page to render in a mode emulating Internet Explorer 8, overriding the default standards mode and ensuring legacy CSS and JavaScript behave as intended. This can also be set via HTTP response headers from the server, taking precedence over doctype-based detection in many scenarios. Such overrides are essential for enterprise sites where automatic mode selection might disrupt functionality, allowing targeted fixes without altering the entire browser configuration. The meta tag's value, such as IE=edge for the latest supported mode or specific emulation like IE=9, directly influences document mode selection, with the meta element taking priority over HTTP headers when both are present.[43][44]
For integration with Windows Server environments, Internet Explorer 11 ensures rendering consistency for intranet sites through features like automatic zone detection and compatibility pinning. On Windows Server 2012 R2 and 2008 R2 SP1, IE11 treats intranet addresses (identified via hostnames without dots or local IP ranges) as trusted by default, applying enhanced security while maintaining legacy rendering via quirks mode or Enterprise Mode for non-compliant internal applications. Administrators can pin intranet and SharePoint sites to the taskbar using tools like the Microsoft Deployment Toolkit 2013, providing quick access and consistent display across server-hosted enterprise portals. This setup helps preserve the reliability of line-of-business applications in server-centric deployments, where deviations in rendering could impact productivity.[40]