These release notes provide information about new features and non-security updates that are included in the Microsoft Edge Stable Channel. All the security updates are listed here.
Version 129.0.2792.89: October 10, 2024Fixed various bugs and performance issues.
Stable channel security updates are listed here.
Version 128.0.2739.113: October 10, 2024Fixed various bugs and performance issues for Extended Stable channel.
Stable channel security updates are listed here.
Version 129.0.2792.79: October 3, 2024Fixed various bugs and performance issues.
Stable channel security updates are listed here.
Version 128.0.2739.107: October 3, 2024Fixed various bugs and performance issues for Extended Stable channel.
Stable channel security updates are listed here.
Version 128.0.2739.97: September 26, 2024Fixed various bugs and performance issues for Extended Stable channel.
Stable channel security updates are listed here.
Version 129.0.2792.65: September 26, 2024Fixed various bugs and performance issues, and feature updates.
Stable channel security updates are listed here.
Feature updatesMicrosoft Edge sidebar updates. For inactive sidebar users and new Edge users, the sidebar is turned OFF. Users can always return to Settings > Sidebar and turn the sidebar ON again at any time. For active sidebar users, the current sidebar state stays the same.
Administrators can control the availability of the sidebar using the HubsSidebarEnabled policy.
Fixed various bugs and performance issues Extended Stable channel.
Stable channel security updates are listed here.
Version 129.0.2792.52: September 19, 2024Fixed various bugs and performance issues, feature updates, site impacting compatibility changes, and policy updates.
Stable channel security updates are listed here.
Dev Channel updatesThe following Dev channel updates preceded this Stable channel release. The following Dev notes provide detailed information about the changes in each release.
Update to Microsoft Edge supported operating systems. The minimum supported macOS version is increased to macOS 11. Users on older versions of macOS will no longer receive Microsoft Edge updates. For more information, see Microsoft Edge Supported Operating Systems.
Deprecation of the CryptoWallet feature. To improve end user experience, the CryptoWallet feature and the CryptoWalletEnabled policy is deprecated. The CryptoWalletEnabled policy will be obsolete in an upcoming release.
Deprecation of non-standard declarative shadow DOM serialization. The prototype implementation, which shipped in 2020 and then updated in 2023, contained a method called getInnerHTML()
that could be used to serialize DOM trees containing shadow roots. That part of the prototype wasn't standardized with the rest of the declarative shadow DOM, and has only recently reached spec consensus (for details, see GitHub. As part of that consensus, the shape of the getInnerHTML
API changed.
Deprecate the includeShadowRoots argument on DOMParser. The includeShadowRoots
argument was a never-standardized argument to the DOMParser.parseFromString()
function, which was there to allow imperative parsing of HTML content that contains declarative shadow DOM. This function was shipped as part of the initial shipment of declarative shadow DOM. Since the standards discussion rematerialized in 2023, the shape of DSD APIs changed, including this feature for imperative parsing.
Now that a standardized version of this API, in the form of setHTMLUnsafe()
and parseHTMLUnsafe()
shipped, the non-standard includeShadowRoots
argument needs to be deprecated and removed. All usage should shift accordingly:
Instead of:
(new DOMParser()).parseFromString(html,'text/html',{includeShadowRoots: true});
This can be used instead:
document.parseHTMLUnsafe(html);
Rename inset-area to position-area. The CSS working group (CSSWG) resolved to rename this property from inset-area
to position-area
. For more information, see the CSSWG discussion in GitHub.
The old and new property names are supported for a few milestones, to help developers migrate to the new position-area name. We're shipping the new property name, position-area
, as a synonym for inset-area
.
The inset-area
property is currently planned for removal in Microsoft Edge version 131.
Fixed various bugs and performance issues, improved reliability.
Stable channel security updates are listed here.
FixesFixed various bugs and performance issues.
Version 128.0.2739.63: September 3, 2024Fixed various bugs and performance issues.
Stable channel security updates are listed here.
FixesFixed various bugs and performance issues, feature updates.
Stable channel security updates are listed here.
FixesFixed various bugs and performance issues, feature updates, and policy updates.
Stable channel security updates are listed here.
Dev Channel updatesThe following Dev channel updates preceded this Stable channel release. The following Dev notes provide detailed information about the changes in each release.
driver.quit()
to end the testing session.SSE3 Requirement. Microsoft Edge stopped supporting CPUs that lack SSE3. Devices with such CPUs won't receive any more updates. For more information, see Microsoft Edge Supported Operating Systems.
Copilot browser Context Policies. The DiscoverPageContextEnabled policy is obsoleted in Microsoft Edge version 128 and doesn't work after Microsoft Edge 127.
To summarize and answer questions based on browser context in Microsoft Edge, Copilot needs to be able to access the browser context. We're providing two new policies to offer more flexibility for admins to customize Edge browser context access across Copilot chats in Edge sidebar.
Deprecation of the followable web feature. To improve end user experience, the followable web feature is deprecated. The EdgeFollowEnabled policy is also obsolete.
EnforceLocalAnchorConstraintsEnabled policy obsoletion. The EnforceLocalAnchorConstraintsEnabled policy was previously deprecated and is now obsolete in Edge version 128. Since Microsoft Edge 112, constraints in certificates loaded from the platform certificate store are enforced. The EnforceLocalAnchorConstraintsEnabled policy existed as a temporary opt-out in case an enterprise encountered issues with the constraints encoded in their private roots.
New Policy for Insecure Downloads over HTTP. Users that download potentially dangerous content on HTTP sites will receive a UI warning in a future Microsoft Edge version. To prepare for this change, the ShowDownloadsInsecureWarningsEnabled policy is now available for admins to enable or disable the warnings related to insecure downloads
Edge Bar improvements. Edge Bar, the detachable version of the Edge sidebar in Windows 10, has a changed entry point from the gear icon at the bottom of the Edge sidebar's fly out menu to the edge://settings/sidebar page.
For Windows 11 and Windows 10 users, clicking the gear icon will now automatically open the edge://settings/sidebar page.
Also, the ability for Edge Bar to start automatically when starting a Windows 10 device has been enabled again, the Close "X" icon has been moved below the ellipsis menu at the bottom right corner of Edge Bar, and Copilot in Edge will remain within the browser not in Edge Bar. Note: These features are a controlled feature rollout. If you don't see these features, check back as we continue our rollout.
Disabling Edge Bar through the StandaloneHubsSidebarEnabled policy continues to work, there's a fix to make the UI and briefcase icon appear on the edge://settings/sidebar page coming soon.
Noto Fonts. This update enhances text quality and customer experience in web browsing for Chinese, Japanese, and Korean languages by introducing the Noto font family. This provides modern, comprehensive font support for these languages. When the Noto CJK font becomes available, the default values for standard, serif, and sans-serif fonts will change to the Noto font. (Added: April 22, 2025)
Fixed various bugs and performance issues, improved reliability.
Stable channel security updates are listed here.
Improved reliabilityFixed various bugs and performance issues for Extended Stable channel.
Stable channel security updates are listed here.
Version 127.0.2651.98: August 8, 2024Fixed various bugs and performance issues.
Stable channel security updates are listed here.
Version 127.0.2651.86: August 1, 2024Fixed various bugs and performance issues.
Stable channel security updates are listed here.
Feature updateCustomize organization branding using the Microsoft Edge management service. Admins can customize their organization's branding assets onto Edge for Business through the Microsoft Edge management service. This branding can help users signed in with a Microsoft Entra ID more easily differentiate between multiple profiles and browser windows through visual cues on the profile pill, profile flyout, and Edge for Business taskbar icon.
This Microsoft Edge management service feature gives admins an enhanced experience to configure, preview, and customize how Edge for Business shows the following organization brand assets:
For more information, see Microsoft Edge for Business and Organization branding.
Fixed various bugs and performance issues for Extended Stable channel.
Stable channel security updates are listed here.
Version 127.0.2651.74: July 25, 2024Fixed various bugs and performance issues, improved reliability, announcements, feature updates, and policy updates.
Stable channel security updates are listed here.
Dev Channel updatesThe following Dev channel updates preceded this Stable channel release. The following Dev notes provide detailed information about the changes in each release.
Updated HttpAllowlist policy. Automatic HTTPS should now respect the HttpAllowlist policy, which provides a list of hostnames that HTTP should be permitted on.
Resolved issue. Fixed an issue that prevented the Translate icon in the omnibox from being clickable.
SSE3 Requirement. Microsoft Edge will stop supporting CPUs that lack SSE3 in Microsoft Edge 128. Devices with such CPUs won't receive any more updates. For more information, see Microsoft Edge Supported Operating Systems.
Token Binding. Token Binding uses cryptographic certificates on both ends of the TLS connection in an attempt to close the security gap of bearer tokens, which might be lost or stolen. We're planning to deprecate Token Binding in Microsoft Edge version 130. The AllowTokenBindingForUrls policy is deprecated and will be obsolete in Microsoft Edge version 130.
Removal of mutation events. Support for mutation events was removed. The MutationObserver API can be used instead. Administrators can use the MutationEventsEnabled policy as a temporary workaround. Enterprises should still work to remove their dependencies on these mutation events. For more information, see Intent to Ship: Deprecate Mutation Events (google.com).
Gift Card Redemption History in the Hub. Users with an MSA or Microsoft Entra ID Linked Account can view and utilize information from gift card redemptions through Pay with Rewards or the Rewards Dashboard. Once a user successfully redeems a gift card with Pay with Rewards, information relating to their gift card (date, card number/pin, redemption status) redemption is added to a Redemption History. This information is located in the Wallet hub. Admins can control availability of this feature using the EdgeWalletCheckoutEnabled policy. Note: This feature is a controlled feature rollout. If you don't see this feature, check back as we continue our rollout.
Password Monitor policy update. When the PasswordMonitorAllowed policy is enabled as mandatory, users won't see the consent screen to turn on the feature. Also, when set to Mandatory enabled, the UI in Settings will be disabled but remain in the 'On' state, and a briefcase icon is made visible next to it with this description displayed on hover - "This setting is managed by your organization." For more information, see Password Monitor auto-enabled for users.
Fixed various bugs and performance issues, improved reliability.
Stable channel security updates are listed here.
Improved reliabilityFixed various bugs and performance issues.
Stable channel security updates are listed here.
Version 126.0.2592.87: July 2, 2024Fixed various bugs and performance issues, improved reliability.
Improved reliabilityFixed various bugs and performance issues, improved reliability.
Stable channel security updates are listed here.
Improved reliabilityFixed various bugs and performance issues.
Stable channel security updates are listed here.
Version 126.0.2592.61: June 17, 2024Fixed various bugs and performance issues.
Version 126.0.2592.56: June 13, 2024Fixed various bugs and performance issues, feature updates, and policy updates.
Stable channel security updates are listed here.
Dev Channel updatesThe following Dev channel updates preceded this Stable channel release. The following Dev notes provide detailed information about the changes in each release.
AI theme generator. Microsoft Edge includes an AI theme generator that allows users to input a text prompt and generate a series of images to preview as browser themes. Applying the theme includes setting the generated image on the Edge new tab page and applying the image's dominant color to the browser frame. Admins can control availability to this feature using the AIGenThemesEnabled policy. Note: This feature is a controlled feature rollout. If you don't see this feature, check back as we continue our rollout.
Security setting controls in the Microsoft Edge management service. The Microsoft Edge management service will provide admins with a dedicated experience to manage specific settings that help improve the security posture of their managed browser instances. Note: This experience is in public preview and can be accessed by opting in to targeted release in the Microsoft 365 admin center.
Copilot summarization notification. The feature displays an Omnibox notification when users enter into a reading mode eligible page in Edge and offers them the option to open Copilot in the sidebar to generate a summary of the content. Note: This feature is a controlled feature rollout. If you don't see this feature, check back as we continue our rollout.
Fixed various bugs and performance issues.
Version 124.0.2478.131: June 4, 2024Fixed various bugs and performance issues for Extended Stable channel.
Stable channel security updates are listed here.
Version 125.0.2535.85: June 3, 2024Fixed various bugs and performance issues.
Stable channel security updates are listed here.
Announcement
Microsoft Defender Application Guard extension deprecation. Because Application Guard is deprecated, there won't be a migration to Edge Manifest V3. The corresponding extensions and associated Windows Store app will not be available after May 2024. This affects the following browsers: Application Guard Extension - Chrome and Application Guard Extension - Firefox. If you want to block unprotected browsers until you're ready to retire MDAG usage in your enterprise, we recommend using AppLocker policies or Microsoft Edge management service. For more information, see Microsoft Edge and Microsoft Defender Application Guard, Deprecated features in the Windows client - What's new in Windows, and Microsoft Defender Application Guard - Windows Security.
Version 124.0.2478.127: May 30, 2024Fixed various bugs and performance issues for Extended Stable channel.
Important
This update to Extended Stable channel contains a fix for CVE-2024-5274, which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Version 125.0.2535.79: May 30, 2024Fixed various bugs and performance issues, improved reliability.
Announcement
Microsoft Defender Application Guard extension deprecation. Because Application Guard is deprecated, there won't be a migration to Edge Manifest V3. The corresponding extensions and associated Windows Store app will not be available after May 2024. This affects the following browsers: Application Guard Extension - Chrome and Application Guard Extension - Firefox. If you want to block unprotected browsers until you're ready to retire MDAG usage in your enterprise, we recommend using AppLocker policies or Microsoft Edge management service. For more information, see Microsoft Edge and Microsoft Defender Application Guard, Deprecated features in the Windows client - What's new in Windows, and Microsoft Defender Application Guard - Windows Security.
Improved reliabilityFixed various bugs and performance issues.
Important
This update to Stable channel contains a fix for CVE-2024-5274, which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Announcement
Microsoft Defender Application Guard extension deprecation. Because Application Guard is deprecated, there won't be a migration to Edge Manifest V3. The corresponding extensions and associated Windows Store app will not be available after May 2024. This affects the following browsers: Application Guard Extension - Chrome and Application Guard Extension - Firefox. If you want to block unprotected browsers until you're ready to retire MDAG usage in your enterprise, we recommend using AppLocker policies or Microsoft Edge management service. For more information, see Microsoft Edge and Microsoft Defender Application Guard, Deprecated features in the Windows client - What's new in Windows, and Microsoft Defender Application Guard - Windows Security.
Improved reliabilityFixed various bugs and performance issues for Extended Stable release.
Stable channel security updates are listed here.
Version 125.0.2535.51: May 17, 2024Fixed various bugs and performance issues, includes feature and policy updates.
Important
This update to Stable channel contains a fix for CVE-2024-4947, which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Dev Channel updatesThe following Dev channel updates preceded this Stable channel release. The following Dev notes provide detailed information about the changes in each release.
Announcement
Microsoft Defender Application Guard extension deprecation. Because Application Guard is deprecated, there won't be a migration to Edge Manifest V3. The corresponding extensions and associated Windows Store app will not be available after May 2024. This affects the following browsers: Application Guard Extension - Chrome and Application Guard Extension - Firefox. If you want to block unprotected browsers until you're ready to retire MDAG usage in your enterprise, we recommend using AppLocker policies or Microsoft Edge management service. For more information, see Microsoft Edge and Microsoft Defender Application Guard, Deprecated features in the Windows client - What's new in Windows, and Microsoft Defender Application Guard - Windows Security.
Feature UpdatesImproved user experience for Purview copy/paste controls in Edge. Our Purview cut/copy/paste experience is now more user friendly with self-dismissing dialogs on successful paste. The existing "Paste to supported browsers" setting allows organizations to classify and protect the content that end users can paste â both to specific websites and through supported browsers. You can follow the instructions in Use Endpoint data loss prevention (DLP) to create the DLP policy.
New Workspaces color display: browser window outline. Workspaces each have a dedicated color, and that color is now displayed as an outline on the browser window. The previous experience applied the color across the entire tab strip in horizontal tab orientation, and across the title bar in vertical tab orientation. Note: This feature is a controlled feature rollout. If you don't see this feature, check back as we continue our rollout.
Full Favorites Bar available in Workspaces. Workspaces now display a user's full set of favorites in the Favorites Bar, with a dedicated workspace folder accessible from the bar. The previous experience replaced the Favorites Bar with the workspace favorites folder. Note: This feature is a controlled feature rollout. If you don't see this feature, check back as we continue our rollout.
Important
This update to Stable channel (and Extended Stable channel) contains a fix for CVE-2024-4947, which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Version 124.0.2478.105: May 14, 2024Important
This update to Stable channel (and Extended Stable channel) contains a fix for CVE-2024-4761, which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Version 124.0.2478.97: May 10, 2024Important
This update to Stable channel (and Extended Stable channel) contains a fix for CVE-2024-4671, which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Version 124.0.2478.80: May 2, 2024Fixed various bugs and performance issues.
Stable channel security updates are listed here.
Feature updatesFixed various bugs and performance issues.
Stable channel security updates are listed here.
Announcement: Insecure downloads over HTTP
Users that download potentially dangerous content on HTTP sites will receive a UI warning, (for example, "sample.exe can't be downloaded securely"). The user can still choose to proceed by selecting "Keep" on the downloaded item's "..." menu. Admins can also use the InsecureContentAllowedForUrls policy to specify HTTP sites where the warning will be suppressed. The warning's enablement in Edge 124 was accidental. We have reverted the warning in this Stable Release. Admins can use the InsecureDownloadWarnings
feature flag to test the impact of this upcoming feature. Note: The warning is planned to be turned on in a future Microsoft Edge version. (Announcement updated May 9, 2024)
Fixed various bugs and performance issues, improved reliability.
Stable channel security updates are listed here.
Dev Channel updatesThe following Dev channel updates preceded this Stable channel release. The following Dev notes provide detailed information about the changes in each release.
Email notifications for extension requests in the Microsoft Edge management service. The Microsoft Edge management service provides admins with the ability to receive email notifications for extensions that their users requested. This notification helps inform them promptly of any new feedback. Note: This experience is in public preview and can be accessed by opting in to targeted release in the Microsoft 365 admin center.
Enterprise secure AI controls in the Microsoft Edge management service. The Microsoft Edge management service now provides a new dedicated space for admins to manage all AI-related policies in the Edge browser. This helps enhance security and productivity for managed users and devices.
Customize organization branding using the Microsoft Edge management service. Admins can customize their organization's branding assets onto Edge for Business through the Microsoft Edge management service. This branding can help users signed in with a Microsoft Entra ID more easily differentiate between multiple profiles and browser windows through visual cues on the profile pill, profile flyout, and Edge for Business taskbar icon.
This Microsoft Edge management service feature gives admins an enhanced experience to configure, preview, and customize how Edge for Business shows the following organization brand assets:
Note: This experience is in public preview and can be accessed by opting in to targeted release in the Microsoft 365 admin center. For more information, see Microsoft Edge for Business and Organization branding.
Automatic profile switching controls for Microsoft Edge for Business in the Microsoft Edge management service. The Microsoft Edge management service provides admins with the ability to configure settings for automatic profile switching in the Microsoft Edge browser. This can help enforce context separation between their end users' work and personal browsing.
Updated Edge Profile account re-authentication popup when Browser to Web Single-Sign-On (SSO) fails. Edge provides a browser to Web single sign-on (SSO) capability that lets a user sign in to their Edge Profile with a web account first and then automatically sign them into Microsoft first party websites.
This is done by saving cached credentials. This approach works until there's an authentication challenge to the cached credentials. A typical scenario is when a user changes their password on a different device. The cached credentials on the current device become outdated and SSO fails. Edge detects this failure and shows a re-authentication popup that prompts the user to update their cached credentials on the current device.
Removal of Web SQL - Web SQL support is completely removed. In prior releases, Web SQL support was disabled by default but could be re-enabled via the WebSQLAccess policy. After this change, there is no longer any mechanism to enable Web SQL support. This change is happening in the Chromium project, on which Microsoft Edge is based. For more information, see Intent to Deprecate and Remove Web SQL.
Cross-device Search Query History suggestions. The existing Search Query suggestions have been enhanced with cross-device query history in both Recent Searches and browser searches for enterprise users who have enabled Edge Sync across devices/browsers. From now on Edge will provide you with the relevant query history suggestions that you have previously searched before no matter where you did it. You can always trust Edge to help you quickly re-find the information that you accessed before.
Extending support for viewing MIP Protected PDF Files to different sovereignties (including GCCH). Sovereign cloud customers (including GCCH) will be able to open MIP protected PDF content in Microsoft Edge. This change will be available in the Microsoft Edge built-in PDF reader powered by Adobe Acrobat and the legacy Microsoft Edge PDF engine. Note: This feature is an experiment. Admins can use the feature flag "msMIPSovereigntyPdfViewSupport" to test this feature.
Copilot browser Context Policies. To summarize and answer questions based on browser context in Microsoft Edge, Copilot needs to be able to access the browser context. We're providing two new policies to offer more flexibility for admins to customize Edge browser context access across Copilot chats in Edge sidebar.
Inline Compose. This feature allows users to rewrite text using Copilot. Users can highlight text they'd like to improve when writing in Edge and use the Rewrite tool to iterate with different lengths, formats, and tones. Administrators can control availability using the ComposeInlineEnabled policy.
Updated profile management and customization controls. Enhancing the profile management and customization experience through surfaced profile controls and an expanded range of default avatars. With these updates, users can effortlessly tailor their profiles to their preferences and select from a broader collection of profile avatars.
Microsoft Edge migrates the updates experience into Browser Essentials. Notifications on available Edge Updates will come from Browser Essentials instead of the Settings page for better visibility and experience.
Desktop Shortcut for New Enterprise Devices. New Microsoft Enterprise devices, including Windows Enterprise SKUs, Windows Server SKUs and any domain-joined or AAD-joined devices, running through Windows Out of Box Experience (OOBE) for the first time will see a Microsoft Edge desktop shortcut automatically created. This desktop shortcut provides users with an alternative way to access their Microsoft Edge browser without needing to manually pin and configure their set-up.
Updated profile options in new profile experience. Many users unintentionally create empty profiles, cluttering their workspace and impeding their browsing experience. To reduce clutter and the likelihood of profile churn, updated First Run Experience (FRE) string options encourage users to sign-in and meaningfully create profiles for an improved browsing experience, or easily cancel unintentional creation.
Updated default profile pill for EDU users in Edge for Business. To improve the applicability of the current Edge for Business default visuals, users signed in with an EDU account will see the default profile pill label updated to "School".
Updated UX for Microsoft Defender for Endpoint blocks. Microsoft Edge now provides a different blocking experience for Microsoft Defender for Endpoint based blocks (Web Content Filtering and Custom Indicators). For more information, see Web protection.
Fixed various bugs and performance issues, improved reliability.
Stable channel security updates are listed here.
Improved reliabilityFixed various bugs and performance issues.
Stable channel security updates are listed here.
FixesFixed various bugs and performance issues for Extended Stable release.
Stable channel security updates are listed here.
Version 123.0.2420.65: March 27, 2024Fixed various bugs and performance issues, includes security fixes, and improves reliability.
Stable channel security updates are listed here.
Improved reliabilityFixed various bugs and performance issues for Extended Stable release.
Stable channel security updates are listed here.
Version 123.0.2420.53: March 22, 2024Fixed various bugs and performance issues.
Stable channel security updates are listed here.
Dev Channel updatesThe following Dev channel updates preceded this Stable channel release. The following Dev notes provide detailed information about the changes in each release.
Customize organization branding using the Microsoft Edge management service. Admins can customize their organization's branding assets onto Edge for Business through the Microsoft Edge management service. This branding can help users signed in with a Microsoft Entra ID more easily differentiate between multiple profiles and browser windows through visual cues on the profile pill, profile flyout, and Microsoft Edge for Business taskbar icon.
This Microsoft Edge management service feature gives admins an enhanced experience to configure, preview, and customize how Edge for Business shows the following organization brand assets:
Note: This experience is in public preview and can be accessed by opting in to targeted release in the M365 admin center. For more information, see Microsoft Edge for Business.
Automatic profile switching controls for Microsoft Edge for Business in the Microsoft Edge management service. The Microsoft Edge management service will provide admins with the ability to configure settings for automatic profile switching in the Microsoft Edge browser. This can help enforce context separation between their end users' work and personal browsing. Note: This experience is in public preview and can be accessed by opting in to targeted release in the M365 admin center.
Fixed various bugs and performance issues for Extended Stable channel.
Version 122.0.2365.92: March 14, 2024Fixed various bugs and performance issues.
Stable channel security updates are listed here.
Version 122.0.2365.80: March 7, 2024Fixed various bugs and performance issues.
Stable channel security updates are listed here.
Improved reliabilityFixed various bugs and performance issues.
FixesFixed various bugs and performance issues.
Stable channel security updates are listed here.
Version 122.0.2365.59: February 27, 2024Fixed various bugs and performance issues.
Version 122.0.2365.52: February 23, 2024Fixed various bugs and performance issues.
Stable channel security updates are listed here.
FixesThe following Dev channel updates preceded this Stable channel release. The following Dev notes provide detailed information about the changes in each release.
Moving Managed Site Indicator (Briefcase icon) into the lock icon in the address bar omnibox. The briefcase icon, which signals that a page is managed via admin policies, was moved into the lock icon in the address bar. End users can view details about the protections for a given page by clicking the lock icon in the address bar and then clicking the briefcase icon. For more information, see Understand Data loss Prevention in Microsoft Edge.
Deprecation of the image enhancement feature. To improve end user experience, the image enhancement feature is deprecated.
Configure recommended policies in the Microsoft Edge management service. The Microsoft Edge management service now provides admins with the ability to set recommended policies. This gives end users permission to override their admin's policy configuration.
Microsoft Edge has rebranded Web Capture to "Screenshot". Microsoft Edge changed the branding for Web Capture with an icon change and renamed the feature to "Screenshot". Users can easily use content from the web by taking a screenshot of a full page or a selected area. They can mark up the screenshot they took with a pen or touch later. Administrators can control availability using the WebCaptureEnabled policy. For more information, see Screenshot (microsoft.com).
Fixed various bugs and performance issues for Extended Stable channel.
Version 121.0.2277.128: February 15, 2024Fixed various bugs and performance issues.
FixesFixed various bugs and performance issues for Extended Stable channel.
Stable channel security updates are listed here.
Version 121.0.2277.112: February 8, 2024Fixed various bugs and performance issues.
Stable channel security updates are listed here.
Version 121.0.2277.110: February 7, 2024Fixed various bugs and performance issues.
Version 121.0.2277.106: February 5, 2024Fixed various bugs and performance issues.
Fixesfile://
links.Fixed various bugs and performance issues.
Stable channel security updates are listed here.
Version 120.0.2210.167: January 31, 2024Fixed various bugs and performance issues for Extended Stable.
Stable channel security updates are listed here.
Version 121.0.2277.83: January 25, 2024Fixed various bugs and performance issues. For more information, see Improved reliability and Dev Channel updates.
Stable channel security updates are listed here.
Improved reliabilityThe following Dev channel updates preceded this Stable channel release. The following Dev notes provide detailed information about the changes in each release.
Enable organization branding in Edge for Business. Enable your organization's branding assets from Entra onto profile-related UI for profiles signed in with a Microsft Entra ID account. You can add your organization's details such as name to the profile pill, name and brand color to the profile flyout, and logo to overlay the Edge for Business taskbar icon. This branding can help users more easily differentiate between multiple profiles and browser windows.
Default organization branding can be enabled by admins through the following policies:
Admins need to have "company branding" assets configured in the Microsoft Entra admin center for branding assets to be applied to this feature.
For more information, see Microsoft Edge for Business and Add company branding to your organization's sign-in page.
Microsoft Edge migrates the updates experience into Browser Essentials. Getting alerts on available Edge Updates will come from Browser Essentials instead of the Settings page for better visibility and experience. Note: This feature is a controlled feature rollout. If you don't see this feature, check back as we continue our rollout.
Added support for AVIF and AV1 file formats. Microsoft Edge now supports the AVIF and AV1 file formats, which offer better compression and higher quality images and videos. Users can enjoy faster loading times and better quality media on websites.
E-tree in Wallet. Users signed into Microsoft Edge with a personal Microsoft Account (MSA) can grow a virtual seed into a tree with Wallet. Once it's grown, a real tree is planted. Administrators can control the availability using the EdgeWalletEtreeEnabled policy.
New Website Typo Protection policies. The built-in Website Typo Protection warns users if it appears there's a mistyped popular domain name that could land users on a malicious webpage. Administrators can control the availability and configure Website Typo Protection by using the PreventTyposquattingPromptOverride and TyposquattingAllowListDomains policies.
Fixed various bugs and performance issues.
Stable channel security updates are listed here.
Feature updatesRendererAppContainer. For extra security benefits, the Windows native app container is enabled by default. Note: If Enterprise organizations identify a compatibility issue due to code injection from security software, they should follow up with the software publisher directly. Alternatively, they can use the RendererAppContainerEnabled policy to trade off the security benefits in Microsoft Edge with their other software.
Updated SmartActionsBlockList policy. The SmartActionsBlockList policy is updated with new policy option mappings. Administrators can now configure the policy to control Smart actions like definitions on websites (smart_actions_website) or control Smart actions in pdfs and on websites (smart_actions).
Fixed various bugs and performance issues.
Important
This update to Stable channel contains a fix for CVE-2023-6345, which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Version 119.0.2151.93: November 27, 2023Fixed various bugs and performance issues.
Version 118.0.2088.109: November 16, 2023Fixed various bugs and performance issues for Extended Stable release.
Stable channel security updates are listed here.
Version 119.0.2151.72: November 16, 2023Fixed various bugs and performance issues.
Stable channel security updates are listed here.
Version 118.0.2088.102: November 9, 2023Fixed various bugs and performance issues for Extended Stable release.
Stable channel security updates are listed here.
Version 119.0.2151.58: November 9, 2023Fixed various bugs and performance issues.
Stable channel security updates are listed here.
Policy updateFixed various bugs and performance issues.
Stable channel security updates are listed here.
In an upcoming update to Microsoft Edge, the Bing icon entry point in the Microsoft Edge sidebar changes to the new Copilot icon. No other changes in the experience are expected.
Feature updatesMicrosoft Edge for Business Banner. Microsoft Edge for Business is a dedicated Microsoft Edge experience built for work that enables admins in organizations to give their users a productive and secure work browser across managed and unmanaged devices. The in-product Microsoft Edge for Business banner is being deprecated and will no longer be visible.
Find on page. Searching for a word or phrase on a webpage is easier with the new smart find update to Find on page. For more information, see Find on page. Now when you search with Find on page, we suggest related matches and synonyms making it effortless to find what you're looking for, even if you misspell a word in your search query. When you search, select the suggested word to quickly locate the desired word or phrase on the page. Data is sent to Microsoft for processing. For more information, see Microsoft Edge's Privacy Whitepaper. Administrators can control the availability using the RelatedMatchesCloudServiceEnabled policy.
New SmartScreen policy. The ExemptSmartScreenDownloadWarnings policy lets administrators create a dictionary of file type extensions with a corresponding list of domains that are exempted from SmartScreen AppRep warnings. Files with file type extensions specified for domains identified by this policy are still subject to file type extension-based security warnings and mixed-content download warnings.
New Microsoft Edge Update policies. The MeteredUpdatesDefault and MeteredUpdates policies allows administrators to control the "Download Updates over metered connections" setting (edge://settings/help
). The MeteredUpdatesDefault applies to all apps and MeteredUpdates applies to targeted apps. When a policy is configured to Allow, updates occur on a metered connection, such as cellular connections or others where data usage is controlled.
Support for WindowsTabManager API. Microsoft Edge version 118 uses the new public Windows WindowTabManager API for more information, see WindowTabManager Class (Windows.UI.Shell) - Windows UWP applications to support features such as showing browser tabs in Alt+Tab, tab tearout, and taskbar pin glomming. These features will only work on newer Windows versions that support this API:
Fixed various bugs and performance issues.
Version 117.0.2045.55: October 4, 2023Fixed various bugs and performance issues.
Stable channel security updates are listed here.
Version 117.0.2045.47: September 29, 2023Fixed various bugs and performance issues.
Important
This update to Stable channel contains a fix for CVE-2023-5217, which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Policy updates New policiesFixed various bugs and performance issues.
Important
This update to Extended Stable channel contains a fix for CVE-2023-5217, which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Version 117.0.2045.43: September 25, 2023Fixed various bugs and performance issues.
Version 117.0.2045.41: September 23, 2023Fixed various bugs and performance issues.
Version 117.0.2045.40: September 22, 2023Fixed various bugs and performance issues.
Version 117.0.2045.36: September 19, 2023Fixed various bugs and performance issues.
Version 117.0.2045.35: September 19, 2023Fixed various bugs and performance issues.
Version 109.0.1518.140: September 15, 2023Note
This update was done for our M109 Windows down-level extended support. We're shipping 109 to Win 7, 8, and 8.1 (including Server 2012 R2 which is based on Win 8.1).
Stable channel security updates are listed here.
Version: 117.0.2045.31: September 15, 2023Fixed various bugs and performance issues.
Important
This update to Stable channel contains a fix for CVE-2023-4863, which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Announcement: Microsoft Edge for Business is available for unmanaged Windows devicesMicrosoft Edge for Business is a dedicated Microsoft Edge experience built for work that enables admins in organizations to give their users a productive and secure work browser. This dedicated work experience is now available for unmanaged Windows devices using Microsoft Intune Mobile Application Management (MAM). This release includes the supporting changes for Microsoft Edge. When the required Intune update is released, more information is available on how to test and deploy this feature with your users.
Note:
Support is available for Windows 11, build 10.0.22621 (22H2) or later.
Requires Microsoft Intune 2309 or higher
App Protection Conditional Access is in Public Preview.
If you have a Conditional Access (CA) policy on your tenant that targets "All cloud apps" that covers "Mobile apps and desktop clients" and requires a compliant device, app protection policies or has a "Block" grant control, your end users won't be able to MAM enroll. A change to support this is targeted for Microsoft Edge v118.
If you want to continue testing/evaluating APP CA, you can choose to exclude the "Edge Auth" application from your cloud app targeting. Some Microsoft Edge features might not function properly until CA is satisfied, but MAM enrollment will be able to complete.
The Google Chrome team plans to deprecate the unload event starting in Chrome version 118. The deprecation occurs by gradually changing the default so unload handlers stop firing on pages unless a page explicitly opts in to re-enable them. For more information, see Deprecating the unload event - Chrome Developers, and Google Groups - Conversations.
While we haven't yet finalized the deprecation schedule, we anticipate that Microsoft Edge will follow Chrome's schedule with a possible delay of a release or two. If you're interested in testing with Microsoft Edge starting in version 118, the ForcePermissionPolicyUnloadDefaultEnabled policy is available or you can use the instructions documented at Disable unload handlers by default and add Permissions-Policy to opt-in to enabling them.
WebView2 supports both the permissions policy and the enterprise policy but won't be impacted by the gradual rollout in Microsoft Edge. We expect WebView2 will switch defaults when the rollout reaches 100% of page loads.
Feature updatesMicrosoft Edge for Business Banner. Administrators can control the availability of the in-product Microsoft Edge for Business banner using the PromotionalTabsEnabled policy.
Microsoft Edge Sync Favorites Recovery. The Microsoft Edge Sync Favorites Recovery feature lets sync users restore any favorites that they lost or deleted within the last 14 days. Users can access this feature from either the Microsoft Edge favorites hub or the edge://favorites
page. For more information, see Recover lost or deleted favorites in Microsoft Edge - Microsoft Support
Autofill Autocomplete. This feature helps you fill form fields faster on the web. When you start typing in a form field, Microsoft Edge suggests possible in-line completions when there's an exact match with your saved data in the browser. For example, if you type the first few characters of your address, autocomplete suggests the rest of address - you can choose the autocomplete suggestion or continue typing as usual. Autofill options can be found in Settings (edge://settings/personalinfo
).
Deprecation of Web Select. To improve end user experience, this feature is being deprecated and will no longer be an option under Web Capture or via keyboard shortcut.
Deprecation of features. To improve end user experience and simplify the More tools menu, the following features are being deprecated: Math Solver, Picture Dictionary, Citations, Grammar Tools, and Kids Mode.
Fixed various bugs and performance issues for Stable and Extended Stable release.
Important
This update to Stable and Extended Stable contains a fix for CVE-2023-4863, which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Version 116.0.1938.76: September 7, 2023Fixed various bugs and performance issues for Stable release.
Stable channel security updates are listed here.
Version 116.0.1938.69: August 31, 2023Fixed various bugs and performance issues for Stable release.
Stable channel security updates are listed here.
Version 116.0.1938.62: August 25, 2023Fixed various bugs and performance issues for Stable release.
Stable channel security updates are listed here.
Feature updateFixed various bugs and performance issues.
Stable channel security updates are listed here.
Feature updateMicrosoft Edge for Business. With native enterprise grade security, productivity, manageability, and AI built in, Edge for Business enables organizations to maximize productivity and security, and offers the ability to create separation between work and personal browsing with automatic switching between the lightly managed personal browser window (MSA profile) and the work browser window (Microsoft Entra ID). All users signing in with their Microsoft Entra (formerly Azure Active Directory) user ID will automatically receive Edge for Business and see an updated Edge icon with a briefcase to designate they're in the work browser window. For more information, read our FAQ.
Option to attach the Edge sidebar to the Windows desktop. Users of the Microsoft Edge sidebar are able to access their apps and sites directly from their Windows 10 desktop. As an opt-in experience in Windows 10, users can attach the sidebar to their Windows desktop by clicking a "popout" icon near the base of the sidebar in the browser. This enables a side-by-side experience that works with any Windows appâincluding Microsoft Edge itself. Users enjoy streamlined access to the same set of powerful AI tools and web-based services, including Bing Chat, without launching a browser window, enhancing productivity regardless of where they are in Windows. More features and options are planned in future versions of Microsoft Edge. Administrators can control the availability of this feature using the StandaloneHubsSidebarEnabled policy.
Fixed various bugs and performance issues.
Version 114.0.1823.106: August 7, 2023Fixed various bugs and performance issues for Extended Stable release.
Stable channel security updates are listed here.
Feature updateFixed various bugs and performance issues for Stable release.
Stable channel security updates are listed here.
Version 115.0.1901.188: July 27, 2023Fixed various bugs and performance issues.
Version 114.0.1823.90: July 21, 2023Fixed various bugs and performance issues for Extended Stable release.
Stable channel security updates are listed here.
Version 115.0.1901.183: July 21, 2023Fixed various bugs and performance issues for Stable release.
Stable channel security updates are listed here.
Feature updateFixed various bugs and performance issues.
Version 114.0.1823.82: July 13, 2023Fixed various bugs and performance issues.
Stable channel security updates are listed here.
Version 114.0.1823.79, July 10, 2023Fixed various bugs and performance issues.
Version 114.0.1823.67: June 29, 2023Fixed various bugs and performance issues.
Stable channel security updates are listed here.
Version 114.0.1823.58: June 22, 2023Fixed various bugs and performance issues for Stable and Extended Stable release.
Fixed various bugs and performance issues.
Version 114.0.1823.51: June 15, 2023Fixed various bugs and performance issues for Stable and Extended Stable release.
Stable channel security updates are listed here.
Feature updateNote
This update was done for our M109 Windows down-level extended support. We're shipping 109 to Win 7, 8, and 8.1 (including Server 2012 R2 which is based on Win 8.1).
Stable channel security updates are listed here.
Version 114.0.1823.43: June 8, 2023Fixed various bugs and performance issues for Stable and Extended Stable release.
Version 114.0.1823.41: June 6, 2023Fixed various bugs and performance issues.
Important
This update to Stable contains a fix for CVE-2023-3079, which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Version 114.0.1823.37: June 2, 2023Fixed various bugs and performance issues for Stable and Extended Stable release.
Stable channel security updates are listed here.
Feature updateFixed various bugs and performance issues.
Version 112.0.1722.84: May 18, 2023Fixed various bugs and performance issues for Extended Stable release.
Stable channel security updates are listed here.
Version 113.0.1774.50: May 18, 2023Fixed various bugs and performance issues.
Stable channel security updates are listed here.
Feature updateFixed various bugs and performance issues.
Version 112.0.1722.77: May 9, 2023Fixed various bugs and performance issues for Extended Stable release.
Version 113.0.1774.35: May 5, 2023Stable channel security updates are listed here.
Feature updateImprovements to downloads security. Microsoft Edge now has the capability to scan archives (.zip, .rar, .7z) for any malware using Microsoft Defender SmartScreen. This functionality is currently available on Windows only and provides extra protection where known malwares were being distributed within these archives.
Improvements to enhanced security mode. Enhanced security mode provides an extra layer of protection when browsing the web and visiting unfamiliar sites. In this release, updates include consolidating the security level settings to Balanced and Strict mode. For more information, see Browse more safely with Microsoft Edge.
Switch from Microsoft Autoupdate to EdgeUpdater for macOS. Microsoft Edge for macOS will start using a new updater named EdgeUpdater. This change only affects Microsoft Edge on macOS. If you use update preferences for Microsoft Autoupdate to prevent browser updates, you'll need to transition to the new EdgeUpdater UpdateDefault policy before Microsoft Edge 113 to prevent future automatic updates. For more information, see Microsoft Edge for macOS switches from Microsoft AutoUpdate to EdgeUpdater.
New policy for PDF View Settings. The RestorePdfView policy lets Admins control PDF View Recovery in Microsoft Edge. When enabled or if the policy isn't configured, Microsoft Edge recovers the last state of PDF view and land users on the section where they ended reading in the last session.
Updated Microsoft Root Store policy. The MicrosoftRootStoreEnabled policy will now be supported in Microsoft Edge version 113 and 114. It is removed in Microsoft Edge version 115. For more information, see Changes to Microsoft Edge browser TLS server certificate verification.
Fixed various bugs and performance issues for Extended Stable release.
Version 112.0.1722.68: May 1, 2023Fixed various bugs and performance issues.
Version 112.0.1722.64: April 27, 2023Fixed various bugs and performance issues for Stable and Extended Stable release.
Version 109.0.1518.100: April 24, 2023Note
This update was done for our M109 Windows down-level extended support. We're shipping 109 to Win 7, 8, and 8.1 (including Server 2012 R2 which is based on Win 8.1).
Stable channel security updates are listed here.
Version 112.0.1722.58: April 21, 2023Fixed various bugs and performance issues.
Stable channel security updates are listed here.
Version 112.0.1722.48: April 14, 2023Important
This update to Extended Stable contains a fix for CVE-2023-2033, which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Version 112.0.1722.46: April 13, 2023Fixed various bugs and performance issues.
Version 112.0.1722.39: April 10, 2023Fixed various bugs and performance issues.
Version 112.0.1722.34: April 6, 2023Stable channel security updates are listed here.
Feature updateEnhanced security mode improvements. Enhanced security mode now supports WebAssembly for ARM64. Cross-platform support is now available for x64 Windows, x64 macOS, x64 Linux and ARM64 systems. For more information, see Browse more safely with Microsoft Edge.
Added features for web app policy. The WebAppInstallForceList policy lets administrators configure a list of web apps that install silently, without user interaction, and which users can't uninstall or turn off. This policy now supports custom_name, which permanently overrides the app name of installed apps and custom_icon, which permanently overrides the app icon of installed apps.
In-browser JSON viewer. Improvements to how JSON files are displayed in the browser, which includes a color-coded tree view with line numbers and the ability to collapse and expand the data. This functionality triggers automatically when the browser navigates to a JSON file on the web or the user opens a local one. More features and enhancements roll out as available. For more information, see View formatted JSON - Microsoft Edge Development. Note: This is a controlled feature rollout. If you don't see this feature, check back as we continue our rollout or you can navigate to edge://flags
and search for JSON Viewer to manually enable.
Updated new tab page policy. The NewTabPageHideDefaultTopSites policy hides the default top sites from the new tab page in Microsoft Edge. Starting on March 20, when the policy is enabled it will also remove sponsored quick links from the new tab page.
Edit and save web images in Microsoft Edge. You can right click on the desired web image and without leaving your browser window, crop, adjust lighting and color, and add filters. From there, you can save the edited image for later use. You can also start editing simply by hovering over an image and selecting edit image from the menu.
Fixed various bugs and performance issues.
Version 111.0.1661.54: March 24, 2023Stable channel security updates are listed here.
Feature updateNew Microsoft Edge PDF experience policy. As part of the Adobe and Microsoft collaboration to re-envision the future workplace and your digital experiences, we're natively embedding the Adobe Acrobat PDF engine into the Microsoft Edge built-in PDF reader, with a release scheduled in March 2023. Administrators can start testing the new Microsoft Edge PDF reader that is powered by the Adobe Acrobat PDF engine by enabling the NewPDFReaderEnabled policy. For more information, see Microsoft Edge and Adobe partner to improve the PDF experience.
Microsoft Edge Sidebar Improvements. The Microsoft Edge sidebar lets users access productivity tools side-by-side with their browsing window. In this release, the sidebar is enhanced to increase productivity and improve user experience. As communicated in our last release (Microsoft Edge release notes for Stable Channel), the sidebar now includes a toolbar button by default to access the experience. If admins enable the Discover app, hovering and clicking the toolbar button will invoke both the sidebar tower, and the new discover experience.
With this release, admins now have the ability to disable the Discover app and still keep the Sidebar. In this situation, the Sidebar tower will always be shown. If an Admin chooses to enable the Sidebar but disable the Discover experience, the Sidebar can only be always shown or hidden. This default visibility can be changed in the Sidebar settings (edge://settings/sidebar).
When an admin enables the Sidebar and the Discover experience, enterprise users can choose to 'always show', or 'auto hide'. More customization options for the sidebar toolbar button are planned in future versions of Microsoft Edge. For more information, see Manage the sidebar in Microsoft Edge.
Note
This update was done for our M109 Windows down-level extended support. We're shipping 109 to Win 7, 8, and 8.1 (including Server 2012 R2 which is based on Win 8.1).
Stable channel security updates are listed here.
Version 110.0.1587.78: March 23, 2023Fixed various bugs and performance issues for Extended Stable release.
Stable channel security updates are listed here.
Version 111.0.1661.51: March 21, 2023Fixed various bugs and performance issues.
Version 111.0.1661.44: March 16, 2023 Policy updates New policiesFixed various bugs and performance issues.
Version 111.0.1661.41: March 13, 2023Stable channel security updates are listed here.
Feature updateA New Microsoft Edge Sidebar. In this release, the Sidebar introduces several new features and improvements aimed at enhancing productivity, convenience, and the user experience. Here are some of the highlights:
Admins retain the ability to control and customize the Sidebar and its experiences, as needed by using the following settings:
More customization options for the sidebar toolbar button are planned in future versions of Microsoft Edge.
For more information, see Manage the sidebar in Microsoft Edge and Microsoft Privacy Statement (Search, Microsoft Edge, and artificial intelligence).
Microsoft Feed on Microsoft 365 Edge New Tab Page. We're rolling out a new experience to the Microsoft 365 tab of the Edge Enterprise New Tab Page. This experience features a new layout that centers on a larger version of the Microsoft Feed, featuring more productivity content, and moves the productivity cards including Important Emails, Recent SharePoint sites, Upcoming events, and To Do to the right-hand side of the Microsoft 365 tab.
Enhanced security mode improvements. Enhanced security mode now supports WebAssembly for macOS x64 and Linux x64. More cross-platform (ARM64) support is expected in the future. For more information, see Browse more safely with Microsoft Edge.
New policy to clear IE mode data on browser exit. The InternetExplorerModeClearDataOnExitEnabled policy controls whether browsing history is deleted from Internet Explorer and Internet Explorer mode every time Microsoft Edge is closed. Users can also configure this setting in the 'Clear browsing data for Internet Explorer' option in the Privacy, search, and services menu of Settings (edge://settings/privacy).
Fixed various bugs and performance issues.
Stable channel security updates are listed here.
Version 110.0.1587.63: March 3, 2023Fixed various bugs and performance issues.
Version 110.0.1587.57: February 25, 2023Fixed various bugs and performance issues.
Stable channel security updates are listed here.
Version 110.0.1587.56: February 23, 2023Fixed various bugs and performance issues.
Version 110.0.1587.50: February 17, 2023Fixed various bugs and performance issues.
Version 110.0.1587.49: February 16, 2023Fixed various bugs and performance issues for Stable and Extended Stable release.
Version 110.0.1587.46: February 14, 2023Fixed various bugs and performance issues.
Version 110.0.1587.41: February 9, 2023Stable channel security updates are listed here.
Feature updatesNew Immersive Reader policies. Immersive Reader in Microsoft Edge simplifies web page layouts, removes clutter, and helps you customize your reading experience. Admins using these new policies (ImmersiveReaderGrammarToolsEnabled and ImmersiveReaderPictureDictionaryEnabled), can control the availability of Grammar Tools and Picture Dictionary features within Immersive Reader.
Enabling sync for Microsoft Entra ID signed in customers. Microsoft Edge sync roams data across all signed in instances of Microsoft Edge. This data includes favorites, passwords, browsing history, open tabs, settings, apps, collections, and extensions.⯠For Microsoft Entra users who have sync turned off, after the browser is launched they see a notification prompt and have sync turned on for all signed in instances of Microsoft Edge. This sync enablement includes other devices where they're signed in. Additionally, if a user's other devices don't have history and open tabs sync on, those two toggles are turned on.â¯Organizations using the SyncDisabled policy aren't affected by this change.
Drop. Microsoft Edge now offers a simple way to send files and notes across all your signed in mobile and desktop devices. Using the desktop version of Microsoft Edge, Drop can be managed through the sidebar (edge://settings/sidebar). Administrators can control the availability of Drop using the EdgeEDropEnabled policy.
Fixed various bugs and performance issues.
Stable channel security updates are listed here.
Version 109.0.1518.70: January 26, 2023Fixed various bugs and performance issues.
Stable channel security updates are listed here.
Version 108.0.1462.95: January 26, 2023Fixed various bugs and performance issues for Extended Stable release.
Stable channel security updates are listed here.
Version 109.0.1518.69: January 25, 2023Fixed various bugs and performance issues.
Version 109.0.1518.61: January 19, 2023Fixed various bugs and performance issues.
Stable channel security updates are listed here.
Version 108.0.1462.87: January 15, 2023Fixed various bugs and performance issues for Extended Stable release.
Version 109.0.1518.55: January 15, 2023Fixed various bugs and performance issues.
Version 109.0.1518.52: January 13, 2023Fixed various bugs and performance issues.
Stable channel security updates are listed here.
Version 108.0.1462.83: January 12, 2023Fixed various bugs and performance issues for Extended Stable release.
Version 109.0.1518.49: January 12, 2023Stable channel security updates are listed here.
Feature updatesAccount Linking between a personal Microsoft account (MSA) and Microsoft Entra account. Microsoft is enabling users to link a personal Microsoft account (MSA) and Microsoft Entra account through work or school. Once linked, users can earn Microsoft Rewards points for Microsoft Bing searches done in their browser or Windows search box while signed in with their work or school account. For more information, see the Account Linking FAQ and the Account Linking IT Admins FAQ. Tenant admins can also control this feature in the Message Center section of the Microsoft 365 Admin Center or by using the LinkedAccountEnabled policy.
TLS server certificate verification changes. In Microsoft Edge version 111, the certificate trust list and the certificate verifier will be decoupled from the host operating system's root store. Instead, the default certificate trust list and the certificate verifier will be provided by and shipped with the browser. The MicrosoftRootStoreEnabled policy is now available for testing to control when the built-in root store and certificate verifier are used. Support for the policy is planned to be removed in Microsoft Edge version 113. For more information, see Changes to Microsoft Edge browser TLS server certificate verification | Microsoft Learn. Note: This is a controlled feature rollout in Microsoft Edge version 109. If you don't see this feature, check back as we continue our rollout.
Text prediction. To help you write faster and with fewer mistakes, Microsoft Edge provides word and sentence predictions for long-form editable text fields on web pages. For more information, see Text Prediction. When you type on editable text fields on Edge, data is sent to Microsoft for processing. For more information, see Microsoft Edge Privacy Whitepaper - Microsoft Edge Development. Administrators can control the availability of text predictions using the TextPredictionEnabled policy. Text prediction is currently only available in English within the US, India, and Australia. We'll continue to add new languages and regions in future versions of Microsoft Edge.
Fixed various bugs and performance issues for Stable and Extended Stable release.
Version 108.0.1462.54: December 16, 2022Stable channel security updates are listed here.
Fixed various bugs and performance issues for Stable and Extended Stable release.
Version 108.0.1462.46: December 8, 2022Fixed various bugs and performance issues for Stable and Extended Stable release.
Version 108.0.1462.42: December 5, 2022Important
This update to Extended Stable contains a fix for CVE-2022-4262, which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here
Feature updatesGraph APIs for Cloud Site List Management. New Graph APIs that allow IT admins in organizations to create, manage, and publish their site lists for IE mode in the cloud. For more information, see Use the Edge API in Microsoft Graph.
More reliable web defense. Browse the web with more reliable protection thanks to the rewritten Microsoft Defender SmartScreen library for Microsoft Edge on Windows, Mac, and Linux. The new SmartScreen library was first made available on Windows and Mac, and now makes its debut on Linux with Microsoft Edge version 108. Microsoft Edge version 108 also brings new product optimizations (that is, better proxy handling) and bug fixes by having the SmartScreen library use Microsoft Edge's built-in network stack.
Important
This update contains a fix for CVE-2022-4135, which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Version 106.0.1370.86: November 28, 2022Important
This update to Extended Stable contains a fix for CVE-2022-4135, which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here
Version 107.0.1418.56: November 21, 2022Fixed various bugs and performance issues.
Version 107.0.1418.52: November 17, 2022Fixed various bugs and performance issues.
Version 107.0.1418.42: November 10, 2022Stable channel security updates are listed here.
Version 106.0.1370.72: November 10, 2022Fixed various bugs and performance issues for Extended Stable channel.
Version 107.0.1418.35: November 3, 2022Fixed various bugs and performance issues.
Version 107.0.1418.26: October 29, 2022Important
This update contains a fix for CVE-2022-3723, which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Version 106.0.1370.61: October 29, 2022Important
This update to Extended Stable contains a fix for CVE-2022-3723, which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here
Version 106.0.1370.59: October 27, 2022Fixed various bugs and performance issues for Extended Stable release.
Version 107.0.1418.24: October 27, 2022Stable channel security updates are listed here.
Feature updatesMicrosoft Edge sidebar. The Microsoft Edge sidebar lets users access productivity tools side-by-side with their browsing window. For enterprise customers, the following experiences are currently turned on by default: Search, Discover, Office.com, and Outlook. Administrators can control the availability and configure the Microsoft Edge sidebar using the HubsSidebarEnabled, ExtensionInstallBlockList, and ExtensionInstallForceList policies. The extension ID for each sidebar app can be found at edge://sidebar-internals. For more information, see Manage the sidebar in Microsoft Edge.
New policy to give more flexibility in Microsoft Edge startup. The RestoreOnStartupUserURLsEnabled policy lets users add and remove their own URLs to open when starting Microsoft Edge while maintaining the mandatory list of sites specified by the admin.
Fixed various bugs and performance issues for Stable and Extended Stable release.
Version 106.0.1370.47: October 14, 2022Stable channel security updates are listed here.
Version 106.0.1370.42: October 10, 2022Fixed various bugs and performance issues.
Version 106.0.1370.37: October 6, 2022Fixed various bugs and performance issues.
Version 106.0.1370.34: October 3, 2022Stable channel security updates are listed here.
Feature updatesMore reliable web defense. Browse the web with more reliable protection thanks to the rewritten Microsoft Defender SmartScreen library for Microsoft Edge on Windows and macOS. The new SmartScreen library was first made available on Windows with Microsoft Edge version 103, and now makes its debut on macOS with Microsoft Edge version 106. The NewSmartScreenLibraryEnabled policy is now deprecated in Microsoft Edge version 106 and will be obsolete in Microsoft Edge version 108.
Increased Work Results in the Microsoft Edge address bar. We've increased the maximum number of work results that display in the address bar from 2 to 4, which offers greater visibility into the work content available to you as you search. This feature requires the AddressBarMicrosoftSearchInBingProviderEnabled policy enabled to work.
Fixed various bugs and performance issues.
Version 105.0.1343.50: September 22, 2022Fixed various bugs and performance issues.
Version 105.0.1343.42: September 15, 2022Stable channel security updates are listed here.
Version 104.0.1293.91: September 15, 2022Fixed various bugs and performance issues for Extended Stable release.
Version 105.0.1343.33: September 8, 2022Fixed various bugs and performance issues.
Version 104.0.1293.81: September 2, 2022Important
This update to Extended Stable contains a fix for CVE-2022-3075, which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here
Version 105.0.1343.27: September 2, 2022Important
This update contains a fix for CVE-2022-3075, which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Version 105.0.1343.25: September 1, 2022Stable channel security updates are listed here.
Feature updatesEnhanced security mode improvements. Enhanced security mode now supports WebAssembly for x64 Windows. More cross-platform support is expected in the future. For more information, see Browse more safely with Microsoft Edge.
Improvement to the Cloud Site List Management experience for IE mode.
Improvements to the Cloud Site List Management experience for IE mode now available in GCC. GCC customers can now utilize the full Microsoft Edge site list experience in the Microsoft 365 Admin Center.
Fixed various bugs and performance issues for Extended Stable release.
Version 104.0.1293.70: August 25, 2022Fixed various bugs and performance issues.
Version 104.0.1293.63: August 19Important
This update contains a fix for CVE-2022-2856, which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Feature updatesSearch in the Microsoft Edge sidebar. Easily access an updated sidebar search via Microsoft Edge sidebar, including easy access to Microsoft Search in Bing for organizations. Note: This feature is a controlled feature rollout. If you don't see this feature, check back as we continue our rollout.
Gaming for the Microsoft Edge sidebar. Play popular casual games for free. Administrators can control the availability of the Games menu in the Microsoft Edge sidebar. Note: This feature is a controlled rollout. If you don't see this feature, check back as we continue our rollout.
Discover in the Microsoft Edge sidebar. Discover content relevant to the page you're browsing including summaries, source information, and more. Note: This is a controlled feature rollout. If you don't see this feature, check back as we continue our rollout.
Get your favorite tools in the Microsoft Edge sidebar. Easily access commonly used tools while you browse the web, including Calculator, Internet speed test, and Unit converter. Note: This is a controlled feature rollout. If you don't see this feature, check back as we continue our rollout.
Outlook in the Microsoft Edge sidebar. Quickly and easily access Outlook Mail and Calendar. Note: This is a controlled feature rollout. If you don't see this feature, check back as we continue our rollout.
Office in the Microsoft Edge sidebar. Quickly and easily access Microsoft Office documents and apps. Administrators can control the Microsoft Office menu in the Microsoft Edge sidebar. Note: This is a controlled feature rollout. If you don't see this feature, check back as we continue our rollout.
Fixed various bugs and performance issues for Stable and Extended Stable release.
Version 104.0.1293.47: August 5Stable channel security updates are listed here.
Feature updatesEnhance your security on the web. Improvements to Enhance your security on the web in edge://settings/privacy now include Basic as the new default option. With this option, Microsoft Edge applies added security protection to the less visited sites. This feature preserves the user experience for the most popular sites on the web. For more information, see Browse more safely with Microsoft Edge.
Import Chrome data without Chrome during First Run Experience. This feature lets a user bring in their Chrome data by logging in to their Google account during Microsoft Edge's First Run Experience. This feature can be turned off by disabling First Run Experience with the HideFirstRunExperience policy, or by setting AutoImportAtFirstRun to 'DisabledAutoImport'.
Fixed various bugs and performance issues.
Version 102.0.1245.62: July 27Fixed various bugs and performance issues for Extended Stable release.
Version 103.0.1264.71: July 22Stable channel security updates are listed here.
Version 103.0.1264.62: July 14Fixed various bugs and performance issues. We recommend that users install this update to address the following issue.
Known issueMicrosoft Edge on 32-bit (x86) Windows 10 Version 1809 might experience startup issues with the upcoming July Non-Security Windows Updates (KB5015880 - 17763.3224). issue is fixed with the latest Microsoft Edge Stable channel release, version 103.0.1264.62. Enterprise users encountering this issue on Microsoft Edge Extended Stable channel version 102 need to disable the NewSmartScreenLibraryEnabled policy.
Version 103.0.1264.49: July 6Important
This update contains a fix for CVE-2022-2294, which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Version 102.0.1245.56: July 6Fixed various bugs and performance issues for Extended Stable release.
Version 103.0.1264.44: June 30Stable channel security updates are listed here.
Version 102.0.1245.50: June 23Fixed various bugs and performance issues for Extended Stable release.
Version 103.0.1264.37: June 23Stable channel security updates are listed here.
Feature updatesAbility to control automatic profile switching. The GuidedSwitchEnabled policy lets Microsoft Edge prompt the user to switch to the appropriate profile when Microsoft Edge detects that a link is a personal or work link.
Client Certificate Switcher. This feature offers a way for users to clear the remembered certificate and resurface the certificate picker when visiting a site requiring http certificate authentication. Switching can be done without manually quitting Microsoft Edge.
More reliable web defense. Browse the web with more reliable protection thanks to the rewritten Microsoft Defender SmartScreen library for Microsoft Edge on Windows. The NewSmartScreenLibraryEnabled policy allows enterprise customers to continue using the legacy version of the library until it's deprecated in Microsoft Edge version 105.
Work Search Banner in the Microsoft Edge address bar. This banner helps you stay in the flow of your work by narrowing your search focus to work-only results. To see work focused results from your organization, select the banner at the beginning of your search. To be directed to your organization's workplace search results page, select the banner at any point of your search. Use the AddressBarMicrosoftSearchInBingProviderEnabled policy to turn this feature on or off.
Fixed various bugs and performance issues for Stable and Extended Stable release.
Version 102.0.1245.41: June 13Stable channel security updates are listed here.
Version 102.0.1245.39: June 9Stable channel security updates are listed here.
Version 102.0.1245.33: June 3Fixed various bugs and performance issues for Stable and Extended Stable release.
Version 102.0.1245.30: May 31, 2022Stable channel security updates are listed here.
Policy updates New policiesFixed various bugs and performance issues.
Version 100.0.1185.60: May 13, 2022Fixed various bugs and performance issues for Extended Stable release.
Version 101.0.1210.47: May 13, 2022Stable channel security updates are listed here.
Version 101.0.1210.39: May 5, 2022Fixed various bugs and performance issues.
Version 100.0.1185.57: May 2, 2022Fixed various bugs and performance issues for Extended Stable release.
Version 101.0.1210.32: April 28Stable channel security updates are listed here.
Feature updatesAbility to set the default profile. The EdgeDefaultProfileEnabled policy lets you set a default profile to use when opening the browser instead of the last profile that was used. This policy won't be applicable if the --profile-directory
parameter has been specified.
Launch Progressive Web Apps (PWAs) from the favorites bar. Improvements to the PWA launch experience starts appearing with an Apps icon that can be added to the toolbar.
Manage the "Allow extensions from other stores" setting. Now you can use the ControlDefaultStateOfAllowExtensionFromOtherStoresSettingEnabled policy to set the default state of the "Allow extensions from other stores" setting.
Improvements to the Enterprise Site List Manager. Now you can configure shared cookies between Microsoft Edge and Internet Explorer on your enterprise site list. You can access the Enterprise Site List Manager at edge://compat/SiteListManager.
Fixed various bugs and performance issues for Stable and Extended Stable release.
Version 100.0.1185.44: April 15Important
This update contains a fix for CVE-2022-1364, which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Version 100.0.1185.39: April 11Fixed various bugs and performance issues for Stable and Extended Stable release.
Version 100.0.1185.36: April 7Stable channel security updates are listed here.
Version 100.0.1185.29: April 1Stable channel security updates are listed here.
Feature updatesThree-digit version number in the User-agent string. Microsoft Edge will now send a three-digit version number, such as Edg/100 in the User-Agent header. This may confuse scripts or server-side analytics that use a buggy parser to determine the User-Agent string version number. You can use the ForceMajorVersionToMinorPositionInUserAgent policy to control whether the User-Agent string major version should be frozen at 99. Also, the #force-major-version-to-minor flag is available in edge://flags to freeze the major version in the User-Agent string to 99.
Streamlining Microsoft 365 Application Protocol Activations. Microsoft 365 Application Protocol Activations on trusted Microsoft cloud storage services will now launch certain Microsoft 365 applications directly, including SharePoint subdomains and Microsoft OneDrive URLs. You can use the policies AutoLaunchProtocolsComponentEnabled and AutoLaunchProtocolsFromOrigins to enable the application protocol activation prompts if desired, and to define other applications and services where warnings are enabled or disabled.
Hardware-enforced Stack Protection. Microsoft Edge continues supporting more fine-grained protection by combating memory corruption vulnerabilities and by protecting indirect calls. Hardware-enforced stack protection is only supported by Windows 8 and later. For more information, see Hardware-enforced Stack Protection. This feature behavior can be controlled using the ShadowStackCrashRollbackBehavior policy.
Preview PDF files in Microsoft Outlook and File Explorer. Users can view a PDF file in a lightweight and rich read-onlyâ¯preview. This feature is available for Outlook Desktop PDF attachments or for local PDF files using File Explorer.
Open Digitally Signed PDF files. Digital signatures are used extensively to validate the authenticity of a document and changes made in a document. You can use the PDFSecureMode policy to enable digital signature validation for PDF files, directly from the browser, without the need for any add-ins.
Fixed various bugs and performance issues for Extended Stable release.
Version 99.0.1150.55: March 26Important
This update contains a fix for CVE-2022-1096, which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Version 99.0.1150.52: March 24Fixed various bugs and performance issues.
Version 98.0.1108.84: March 17Fixed various bugs and performance issues for Extended Stable release.
Version 99.0.1150.46: March 17Stable channel security updates are listed here.
Version 99.0.1150.39: March 10Fixed various bugs and performance issues.
Version 98.0.1108.76: March 9Fixed various bugs and performance issues for Extended Stable release.
Version 99.0.1150.36: March 7Fixed various bugs and performance issues.
Version 99.0.1150.30: March 3Stable channel security updates are listed here.
Feature updatesUpcoming three-digit version number in user agent string. Starting with version 100, Microsoft Edge sends a three-digit version number in the User-Agent header, for example "Edg/100". Starting with Microsoft Edge 97, site owners can test this upcoming agent string by enabling the #force-major-version-to-100 experiment flag in edge://flags to ensure their User-Agent parsing logic is robust and works as expected.
Personalize multi-profile experiences with profile preferences for sites. Users can personalize their multi-profile experience with the ability to create a customized list of sites for automatic profile switching in Microsoft Edge.
Navigate PDF documents using page thumbnails. You'll now be able to navigate through your PDF document using thumbnails that represent the pages. These thumbnails appear in the pane on the left side of the PDF reader.
Configure the list of domains for which the password manager User Interface (UI) for Save and Fill will be disabled. Use the PasswordManagerBlocklist policy to configure the list of domains (HTTP/HTTPS schemas and hostnames only) where Microsoft Edge should disable the password manager. This means that Save and Fill workflows will be disabled, which ensures that passwords for those websites can't be saved or auto filled into web forms.
Custom primary password. The browser already has the capability where users can add an authentication step before saved passwords are auto filled in web forms. This adds another layer of privacy and helps prevent unauthorized users from using saved passwords to sign in to websites. Custom primary password is an evolution of that same feature, where users will now be able to use a custom string of their choice as their primary password. After it's enabled, users will enter this password to authenticate themselves and have their saved passwords auto filled into web forms.
Fixed various bugs and performance issues for Stable and Extended Stable release.
Version 98.0.1108.56: February 17Fixed various bugs and performance issues for Stable and Extended Stable release.
Version 98.0.1108.55: February 16Important
This update contains a fix for CVE-2022-0609, which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Version 98.0.1108.50: February 10Stable channel security updates are listed here.
Version 98.0.1108.43: February 3Stable channel security updates are listed here.
Feature updatesEnhance your security on the web. This is a browsing mode in Microsoft Edge where browser security takes priority, giving users an extra layer of protection when browsing the web. Administrators can apply group policies to end-user desktops (Windows, macOS, and Linux) to help protect against in-the-wild exploits (also referred to 0-days). The following group policies support this browsing mode:
Upcoming three-digit version number in user agent string. Starting with version 100, Microsoft Edge sends a three-digit version number in the User-Agent header, for example "Edg/100". Starting with Microsoft Edge 97, site owners can test this upcoming user agent string by enabling the #force-major-version-to-100 experiment flag in edge://flags to ensure their User-Agent parsing logic is robust and works as expected.
Deprecate WebRTC's Plan B SDP semantics. This change deprecates a legacy Session Description Protocol (SDP) dialect called Plan B. This SDP format is being replaced by the Unified Plan, which is a spec-compliant and cross-browser compatible SDP format. For more information, see the Chrome Platform Status entry PSA: Plan B should throw in M96 Beta and Stable, and PSA: Plan B throwing in Stable and Extended Deprecation Trial End Date. Requesting a Trial for RTCPeerConnection Plan B SDP Semantics allows sites to continue to use the deprecated API until version 101.
Overlay scrollbars added to Microsoft Edge. We've updated our scrollbars with an overlay-based design. Users can turn on this feature in edge://flags.
Fixed various bugs and performance issues.
Feature updatesFixed various bugs and performance issues for Extended Stable release.
Version 97.0.1072.69: January 20Stable channel security updates are listed here.
Version 97.0.1072.62: January 13Fixed various bugs and performance issues.
Version 96.0.1054.72: January 6Fixed various bugs and performance issues for Extended Stable release.
Version 97.0.1072.55: January 6Stable channel security updates are listed here.
Feature updatesUse the current profile to sign into websites when multiple work or school accounts are signed in on a device. When multiple work or school accounts are signed in on a device, users are asked to choose an account from the account picker to continue their visits to websites. In this release, users are prompted to let Microsoft Edge sign in to the websites automatically with the work or school account that's signed into the current profile. Users can turn this feature on and off in Settings > Profile preferences.
Add support for Microsoft Endpoint Data Loss Prevention (DLP) on macOS. Microsoft Endpoint DLP policy enforcement is available natively on macOS.
Automatic HTTPS. Users can upgrade navigation from HTTP to HTTPS on domains likely to support this more secure protocol. This support can also be configured to attempt delivery over HTTPS for all domains. Note: This feature is a Controlled Feature Rollout. If you don't see this feature, check back as we continue our rollout.
Block WebSQL in 3rd-party contexts. Use of the legacy WebSQL feature will be blocked from 3rd-party frames. The WebSQLInThirdPartyContextEnabled policy is available as an opt-out option until Microsoft Edge version 101. This change is happening in the Chromium project that Microsoft Edge is based on. For more information, see this Chrome Platform Status entry.
Citations in Microsoft Edge. Citing sources for research is a common requirement for students. They have to manage many research references and sources, which aren't easy tasks. They also have to translate these citations to proper citation formats like APA, MLA, and Chicago. This new "Citations" feature, now in Preview in Microsoft Edge, gives students a better way to manage and generate citations as they research online. With Citations turned on in Collections or from Settings and more (Alt-F), Microsoft Edge automatically generates citations that students can use later so they can stay focused on their research. When they're done, they can easily compile these citations into a final deliverable. For more information, see Previewing Citations in Microsoft Edge.
Control Flow Guard (CFG). Microsoft Edge starts supporting more fine-grained protection by combating memory corruption vulnerabilities and by protecting indirect calls. CFG is only supported with Windows 8 and later. For more information, see Control Flow Guard.
Note
This is an evolving technology, please share your feedback to help us strengthen its support.
Fixed various bugs and performance issues.
Version 96.0.1054.57: December 14Important
This update contains a fix for CVE-2021-4102, which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Version 96.0.1054.53: December 10Stable channel security updates are listed here.
Version 96.0.1054.43: December 2Fixed various bugs and performance issues.
Version 96.0.1054.41: November 30Fixed various bugs and performance issues.
Version 96.0.1054.34: November 23Fixed various bugs and performance issues.
Version 96.0.1054.29: November 19Stable channel security updates are listed here.
Feature updatesCloud Site List Management for IE mode in Public Preview. Cloud Site List Management lets you manage your site lists for IE mode in the cloud without needing an on-premises infrastructure to host your organization's site list. You can access the Cloud Site List Management feature using the Microsoft Edge Site Lists experience in the Microsoft 365 Admin Center. To learn more, see the Cloud Site List Management for IE mode (Public Preview) article.
Improved handoff between IE mode and the modern browser. Starting with this version of Microsoft Edge, navigation between Microsoft Edge and Internet Explorer mode includes form data and extra HTTP headers. Referrer headers, post data, forms data, and request methods are forwarded correctly across the two experiences. You can specify which data types should be included using the InternetExplorerIntegrationComplexNavDataTypes policy. For more information, see this FAQ: My application requires transferring POST data between IE mode and Microsoft Edge. Is this supported?
Update Microsoft Edge WebView2 using WSUS. IT Admins using Windows Server Update Services (WSUS) to update Microsoft Edge will also be able to update Microsoft Edge WebView2 using WSUS. This capability gives admins an easier servicing process for offline devices.
WSUS updates for Server. WSUS and Catalog updates for Microsoft Edge channels (Stable, Beta, and Dev) will now apply to Windows Server SKUs that have Microsoft Edge installed, including Windows Server 2022. For more information on how to configure WSUS updates for Microsoft Edge, see Update Microsoft Edge.
Microsoft Edge AutoLaunch Protocols Component. Microsoft Edge 96 introduces the AutoLaunch Protocols Component that contains lists of scheme-origin dictionaries to automatically allow or block. This protects customers from dangerous schemes (for example, a protocol handler with a 0-day) while eliminating prompts from known-safe pairings (for example, the Teams website can open the Teams client app). If for some reason, you don't want Microsoft Edge to block vulnerable protocol handlers and allow known-safe pairings, use the toggle in edge://settings/content/applicationLinks, or set the AutoLaunchProtocolsComponentEnabled policy to False.
Launch Progressive Web App (PWA) directly via protocol links. Let installed PWAs handle links that use a specific protocol for a more integrated experience.
Quickly view Office files in the browser. Users can now view Office files including documents, spreadsheets, and presentations that they come across while browsing on Microsoft Edge right in the browser without needing to download the file and then open it in a different application. There will be no changes in the file open experience for Office files that are hosted on OneDrive or SharePoint.
Freeform highlighting on PDFs. The PDF viewing and markup experience are improved with the addition of freeform highlighters. You can highlight sections in PDFs that you don't have access to, and scanned documents.
Hardware-enforced Stack Protection. Microsoft Edge begins supporting an even safer browsing mode that uses hardware-dependent control flow for browser processes on supported hardware (Intel 11th Gen. or AMD Zen 3). Note: Because this is a Controlled Feature Rollout, you might not notice this feature enabled on all devices. You can enable or disable Hardware-enforced Stack Protection by manipulating Image File Execution Options (IFEO) using group policy.
New warning dialog for typosquatting sites. The browser shows a warning on some sites with URLs that look similar to other sites. This UI uses client-side heuristics to warn users about sites that might be spoofing popular web sites. For more information, see What is typosquatting?.
Dictionary added to mini-toolbar in Immersive Reader. We're adding dictionary functionality to the mini-toolbar to help your reading and research. You are able to look up the spelling and definitions of words more quickly and easily in the Immersive Reader experience.
Learn how to solve math problems with Math Solver. We're excited to announce that you can use Math Solver in Microsoft Edge to get help with a wide range of mathematical concepts. These concepts range from elementary arithmetic and quadratic equations to trigonometry and calculus. Math Solver lets you take a picture of a handwritten or printed math problem and then provides an instant solution with step-by-step instructions to help you learn how to reach the solution without help. Math Solver also comes with a mathematical keyboard that you can use to easily type math problems. This keyboard eliminates the need to search around a traditional keyboard to find the math characters you need. After solving your problem, Math Solver provides options to continue learning with quizzes, worksheets, and video tutorials.
Split tunnel VPN support for WebRTC. Allows enterprise customers to gain the benefit of VPN split tunneling for peer-to-peer traffic on Microsoft Edge. You can enable this feature using the WebRtcRespectOsRoutingTableEnabled policy.
Fixed various bugs and performance issues.
Version 95.0.1020.44: November 4Fixed various bugs and performance issues.
Version 94.0.992.58: October 30Fixed various bugs and performance issues for Extended Stable release.
Version 95.0.1020.40: October 29Stable channel security updates are listed here.
Version 95.0.1020.38: October 28Fixed various bugs and performance issues.
Version 94.0.992.57: October 27Fixed various bugs and performance issues for Extended Stable release.
Version 95.0.1020.30: October 21Stable channel security updates are listed here.
Feature updatesView in File Explorer support for SharePoint Online libraries in Microsoft Edge. Now you can enable the View in File Explorer capability on SharePoint Online Modern Document Libraries. For this experience to be visible and work for your users, you need to enable the Microsoft Edge policy Configure the View in File Explorer feature for SharePoint pages in Microsoft Edge and update your SharePoint Online tenant configuration. Learn more: View SharePoint files with File Explorer in Microsoft Edge.
Intranet zone file URL links will open in Windows File Explorer. You can allow file URL links to intranet zone files originating from intranet zone HTTPS websites to open Windows File Explorer for that file or directory. You can enable this experience using the IntranetFileLinksEnabled policy.
Improvements to the downloads experience. Support for the download user experience is extended to progressive web applications PWAs and WebView. We'll also begin to support drag and drop to the File Explorer and Desktop.
Pick up where you left off on PDF documents. You'll now be able to resume reading from where you last closed your PDF document.
Efficiency mode extends battery life when your laptop enters battery saver mode. Efficiency mode becomes active when your laptop enters battery saver mode to allow the browser to manage resource usage to extend the battery life of your machine. You'll have four options when efficiency mode becomes active: Unplugged and low battery, Unplugged, Always, and Never. Note: This feature is a Controlled Feature Rollout. If you don't see this feature, check back shortly as we continue our rollout.
Free form text boxes added to PDF documents. We now support adding free form text boxes to PDF documents. You can use these boxes to fill in forms and add visible notes.
Citation support added to Collections. We've improved the Collections experience, especially for students and researchers. Collections will start supporting citations and reading lists.
Update your passwords faster and with fewer clicks. The browser will now take you directly to the Change Password page for a given website. This action saves you time and clicks by removing the need to navigate to the page manually. After you're on this page, the browser will also autofill your existing password and suggest a strong, unique new password. Note: Currently this feature is only available on a limited number of sites.
Auto-account creation. We now provide extra support on Sign-Up pages by allowing you to create an online account with one click. You can do this by selecting the suggestion drop-down when you click on any form field in the Sign-Up form. Doing so shows not only information relevant to the Sign-Up form, but also a strong new password suggestion. Upon selection, all the relevant information gets populated in the respective fields and the suggested password are automatically stored on submission to the website. Note: Currently this feature is only available on a limited number of sites.
Fixed various bugs and performance issues.
Version 94.0.992.47: October 11Stable channel security updates are listed here.
Version 94.0.992.38: October 1Stable channel security updates are listed here.
Version 94.0.992.37: September 30Fixed various bugs & performance issues.
Version 94.0.992.31: September 24Important
This update contains a fix for CVE-2021-37973 which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Feature updatesMicrosoft Edge has completed the move to a 4-week cadence for updates. We have adopted a new 4-week release cycle for major versions. Read more here: https://blogs.windows.com/msedgedev/2021/03/12/new-release-cycles-microsoft-edge-extended-stable/
New Extended stable option being offered. We're offering a new Extended Stable option to our managed Enterprise customers. The Extended Stable option stays on even numbered revisions and update every eight weeks. There will be a biweekly security update. Additional information here: https://blogs.windows.com/msedgedev/2021/07/15/opt-in-extended-stable-release-cycle/
Improvements to default behavior of opening MHTML files. MHTML files continue to open in IE mode if IE mode is enabled, unless the MHTML file was saved from Microsoft Edge (using the Save As or Save Page As options in Microsoft Edge). If the file was saved from Microsoft Edge, it will now open in Microsoft Edge. This change fixes a rendering issue that was observed when opening an MHTML file in IE mode when saved from Microsoft Edge.
Restrict private network requests to secure contexts. Access to resources on local (intranet) networks from pages on the internet requires that those pages be delivered over HTTPS. This change is happening in the Chromium project, on which Microsoft Edge is based. For more information, navigate to the Chrome Platform Status entry. Two compatibility policies are available to support scenarios that need to preserve compatibility with non-secure pages: InsecurePrivateNetworkRequestAllowed and InsecurePrivateNetworkRequestAllowedForUrls.
Block mixed content downloads. Secure pages will only download files hosted on other secure pages, and downloads hosted on non-secure (non-HTTPS) pages will be blocked if initiated from a secure page. This change is happening in the Chromium project, on which Microsoft Edge is based. For more information, navigate to the Google security blog entry.
Enable implicit sign-in for on-premises accounts. By enabling the OnlyOnPremisesImplicitSigninEnabled policy, only on-premises accounts will be enabled for implicit sign-in. Microsoft Edge won't attempt to implicitly sign in to MSA or Microsoft Entra accounts. Upgrade from on-premises accounts to Microsoft Entra accounts will be stopped as well.
New accessibility settings page. We have brought accessibility-related settings together on a single page. You can find the new edge://settings/accessibility page under the main settings list. Here you can find settings to make the web page bigger, show a high visibility outline around the area of focus and other settings that can help improve your web browsing experience. We'll continue to add new settings here in future versions of Microsoft Edge.
New Policies
Obsoleted Policy
Important
This update contains a fix for CVE-2021-30633 which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Version 93.0.961.47: September 11Important
This update contains a fix for CVE-2021-30632 which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Version 93.0.961.44: September 9Stable channel security updates are listed here.
Version 93.0.961.38: September 2Stable channel security updates are listed here.
Feature updatesInitial Preferences in Microsoft Edge. Microsoft Edge now supports a limited number of Initial Preferences (formerly Master Preferences). IT admins can deploy these settings as default before the browser is run for the first time by their users. Additional information here: Configure Microsoft Edge using Initial Preferences settings for the first run.
IE mode on Microsoft Edge will support "no-merge" behavior. For an end-user, when a new browser window is launched from an IE mode application, it is in a separate session, similar to the no-merge behavior in IE11. You'll need to adjust your site list to configure sites that need to prevent session sharing as "no-merge". Behind the scenes, for each window of Microsoft Edge, the first time an IE mode tab is visited within that window, if it's one of the designated "no-merge" sites, that window is locked into a different "no-merge" IE session from all other Microsoft Edge windows at least until the last IE mode tab is closed in that window. This follows previous behavior where users could launch IE with no-merge and could also launch Microsoft Edge without no-merge via other mechanisms. Additional information here: IE mode troubleshooting and FAQ | Microsoft Docs
New policy to stop implicit sign in. The ImplicitSignInEnabled policy allows system administrators to disable implicit sign-in on Microsoft Edge browsers.
Policies to bypass ClickOnce and DirectInvoke prompts. We have updated our policies to enable bypassing ClickOnce's prompts and DirectInvoke's app for specified file types, from specified domains. To do this, you'll need to:
Note: AutoOpenAllowedForURLs is a supporter policy for AutoOpenFileTypes. If AutoOpenAllowedForURLs isn't set and AutoOpenFileTypes is set, then file types listed will automatically open from all URLs.
Tab Groups. We're turning on tab grouping that provides the ability to categorize tabs into user-defined groups and helps you more effectively find, switch, and manage tabs across multiple workstreams.
Hide the title bar while using Vertical Tabs. Get the extra few pixels back by hiding the browser's title bar, while in Vertical Tabs. Now you can go to edge://settings/appearance and under the Customize Toolbar section select the option to hide the title bar while in Vertical Tab mode.
Video Picture in Picture (PiP) from hover toolbar. When you hover over a supported video, a toolbar appears that allows you to view that video in a PiP window. Note: This is currently available for Microsoft Edge users on macOS.
Removal of 3DES in TLS. Support for the TLS_RSA_WITH_3DES_EDE_CBC_SHA cipher suite will be removed. This change is happening in the Chromium project, on which Microsoft Edge is based. For more information, navigate to the Chrome Platform Status entry. Additionally, in Microsoft Edge version 93, the TripleDESEnabled policy is available to support scenarios that need to preserve compatibility with outdated servers. This compatibility policy becomes obsolete and stop working in Microsoft Edge version 95. Ensure that you update affected servers before then.
New Policies
Deprecated Policy
Obsoleted Policy
Additional Change
Fixed various bugs & performance issues.
Version 92.0.902.78: August 19Stable channel security updates are listed here.
Version 92.0.902.73: August 12Fixed various bugs & performance issues.
Version 92.0.902.67: August 5Stable channel security updates are listed here.
Version 92.0.902.62: July 29Fixed various bugs & performance issues.
Modified PolicyStable channel security updates are listed here.
Feature updatesUsers can easily get to Internet Explorer mode on Microsoft Edge. Starting with Microsoft Edge version 92, users can reload a site in Internet Explorer mode on Microsoft Edge instead of relying on the standalone IE 11 application while waiting for a site to be configured in the Enterprise Mode Site List. Users are prompted to add the site to their local site list such that navigating to the same page in Microsoft Edge will automatically render in IE mode for the next 30 days. You can use the InternetExplorerIntegrationReloadInIEModeAllowed policy to configure this experience and allow access to the IE mode entry points and the ability to add sites to the local site list. You can use the InternetExplorerIntegrationLocalSiteListExpirationDays policy to adjust the number of days to keep sites on the local site list. KB5003698 or later is required for Windows 10, version 1909; or KB5003690 or later is required for Windows 10, version 2004, Windows 10, version 20H2, or Windows 10, version 21H1 for the end-to-end experience. For more information, see Local site list in IE mode.
MHTML files will default to opening in Internet Explorer mode. Starting in Microsoft Edge version 92 Stable, MHTML file types will automatically open in Internet Explorer mode on Microsoft Edge instead of the Internet Explorer (IE11) application. This is most commonly observed while trying to view Outlook emails in a browser. This change occurs only if IE11 is the default handler for this file type. If you'd prefer to change this, you can do so prior to installing the Stable version 92 update using this guidance.
"Disable developer mode extensions" warning can be dismissed for 2 weeks. Beginning with Microsoft Edge version 92, you can snooze the warning "Disable developer mode extensions" for two weeks by selecting the option in the warning dialog dropdown.
Manage your extensions right from the toolbar. The all-new extensions menu on the toolbar allows you to hide/pin extensions easily. The quick links to manage extensions and find new extensions make it easy for you to find new extensions and manage your existing ones.
Default for autoplay will be set to Limit. To help you maintain your focus online, we have changed the default for autoplaying media to Limit from Allow, beginning with Microsoft Edge version 92.
Payment instruments are now synced across devices. Beginning with Microsoft Edge version 92, you have the option to synchronize your payment information across your signed in devices. Note: This is a Controlled Feature Rollout. If you don't see this feature, check back shortly as we continue our rollout. Currently this feature is available only in the US and only for MSA users (not Microsoft Entra ID)
Improvements to font rendering. Improvements have been made to the rendering of text to improve clarity and reduce blurriness. Note: Tthis is a Controlled Feature Rollout. If you don't see this feature, check back shortly as we continue our rollout.
Toolbar button features like Favorites and Collections will remember the user's choice to pin them to the side of the window. Now enabled by default, if the user chooses to pin a toolbar button, it will always open in the pinned state until they decide to unpin. a
Users can now manage the 'Allow single sign-on for work or school sites using this profile' option via group policy. 'Allow single sign-on for work or school sites using this profile' allows non-AAD profiles to be able to use single sign-on for work or school sites using work or school credentials present on the machine. This option shows up for end-users as a toggle in Settings -> Profiles -> Profile Preferences for non-AAD profiles only. You can use the AADWebSiteSSOUsingThisProfileEnabled policy to configure the behavior.
Password health. It's important to use strong, unique passwords across different accounts to stay safe online. However, that's easier said than done and most users exhibit poor password habits like using weak passwords that are easy to guess, or reuse the same strong passwords across accounts.
With this latest version of Microsoft Edge, your task of using strong and unique passwords becomes slightly easier! Microsoft Edge will now tell you whether saved passwords are strong enough and also indicate whether they've been used across multiple sites, helping you stay safer online. You can find your password health information in your list of saved passwords in the edge://settings/passwords page.
Added privacy for your saved passwords. If you're using a device you share with others or have left your computer unlocked for whatever reason, you can now opt for a second verification using your device password to avoid others getting access to your website passwords. Simple!
Outlook extension. Stay on top of your Microsoft Outlook inbox, calendar, tasks, and more without having to open a new browser window. You can get the new Outlook extension here: Microsoft Outlook - Microsoft Edge Addons
In alignment with the Chromium open source project, Microsoft Edge is updating the way it renders tables on web pages. This change fixes known issues and brings Microsoft Edge closer to the specified way tables are meant to render across the web/other browsers. We recommend that you test important workflows in your environment for unexpected issues. A full explainer is available here.
Microsoft Editor. Microsoft Editor offers enhanced spell checking, grammar checking, and text predictions. Learn more.
Important
This update contains a fix for CVE-2021-30563 which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Version 91.0.864.67: July 8Fixed various bugs and performance issues.
Version 91.0.864.64: July 2Fixed various bugs and performance issues.
Version 91.0.864.59: June 24Stable channel security updates are listed here.
Version 91.0.864.54: June 18Important
This update contains a fix for CVE-2021-30554 which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Version 91.0.864.48: June 11Important
This update contains a fix for CVE-2021-30551 which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Version 91.0.864.41: June 3Stable channel security updates are listed here.
Version 91.0.864.37: May 27Stable channel security updates are listed here.
Feature updatesIdentify network traffic originating from Microsoft Defender Application Guard containers at the proxy level. Starting with Microsoft Edge version 91, there's built in support to tag network traffic originating from Application Guard containers, allowing enterprises to identify them and apply specific policies.
Support option to allow synchronizing Favorites from the host to the Edge Application Guard container. Starting with Microsoft Edge version 91, users have the option to configure Application Guard to synchronize their favorites from the host to the container. This ensures new favorites appear on the container as well.
Starting with Microsoft Edge version 91 the browser will automatically interrupt downloads of types which could harm your computer if those downloads are started without a user interaction and are not supported by SmartScreen Application Reputation check. Users may override and continue to download by right clicking and choosing "Keep" on the download item. Enterprise administrators may opt out of this behavior by configuring the following policy:
ExemptDomainFileTypePairsFromFileTypeDownloadWarnings - Disable download file type extension-based warnings for specified file types on domains
For more information, see Microsoft Edge Security downloads interruptions.
Support for Speech Recognition APIs. Starting with Microsoft Edge version 91, API support for speech recognition commands on Google.com and similar sites are added. This feature is limited to a randomly selected group of users who enabled experimentation. These users are giving feedback to the feature team.
Personalize your browser with new theme colors. Make Microsoft Edge your own with one of the 14 new theme colors on the Settings -> Appearance page. You can also install custom themes from the Microsoft Edge Add-on site. Learn more
Six new policies were added. Download the updated Administrative Templates from the Microsoft Edge Enterprise landing page. The following new policies were added:
Fixed various bugs and performance issues.
Version 90.0.818.62: May 13Stable channel security updates are listed here.
Version 90.0.818.56: May 6Fixed various bugs and performance issues.
Version 90.0.818.51: April 29Stable channel security updates are listed here.
Version 90.0.818.49: April 26Fixed various bugs and performance issues.
Version 90.0.818.46: April 22Stable channel security updates are listed here.
Version 90.0.818.42: April 19Fixed various bugs and performance issues.
Version 90.0.818.41: April 16Important
This update contains a fix for CVE-2021-21224 which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Version 90.0.818.39: April 15Stable channel security updates are listed here.
Feature updatesSingle Sign On (SSO) is now available for Microsoft Entra accounts and Microsoft Account (MSA) on macOS. A user signed in on Microsoft Edge on macOS will now get automatically signed into websites that are configured to allow single sign-on with Work and Microsoft accounts (for example, bing.com, office.com, msn.com, and outlook.com).
Kiosk mode. Starting with Microsoft Edge version 90, we have locked down the UI print settings to only allow the configured printers and "Print to PDF" options. We have also done improvements within the assigned access single app kiosk mode to restrict the launch of other applications from the browser. For more information about the kiosk mode features go here.
Interrupt Downloads Starting with Microsoft Edge version 91 the browser will automatically interrupt downloads of types that could harm your computer if those downloads are started without a user interaction and aren't supported by SmartScreen Application Reputation check. Users may override and continue to download by right clicking and choosing "Keep" on the download item. Enterprise administrators may opt out of this behavior one of these two policies:
ExemptDomainFileTypePairsFromFileTypeDownloadWarnings - Disable download file type extension-based warnings for specified file types on domains For more information, see Microsoft Edge Security downloads interruptions
Printing:
New print rasterization mode for non-PostScript printers. Starting with Microsoft Edge version 90, Admins can use a new policy to define print rasterization mode for their users. This policy controls how Microsoft Edge prints to non-PostScript printers on Windows. Sometimes print jobs on non-PostScript printers need to be rasterized to print correctly. The print options are Full and Fast.
Additional page scaling options for printing. Users are now able to customize scaling while printing webpages and PDF documents using more options. The "Fit to Page" option ensures that the webpage or document is fit into the space available in the selected "Paper size" for printing. The "Actual size" option ensures that there are no changes in the size of the contents being printed regardless of the selected "Paper size".
Productivity:
Autofill suggestions are extended to include address fields content from clipboard. Clipboard content is parsed when you click on a profile/address field (for example, phone, email, zip code, city, state, etc.) to show as autofill suggestions.
Users can search for autofill suggestions even if a form or field isn't detected. Today if you have your information saved on Microsoft Edge, autofill suggestions pop up automatically and help you save time while filling out forms. In cases where autofill misses a form, or if you want to fetch data in forms that don't typically have autofill (like temporary forms), you can search for your information use autofill.
Access downloads from a flyout in the menu bar. Downloads appear in the top-right corner with all the active downloads in one place. This menu is easily dismissible so users can continue browsing uninterrupted, and they can monitor overall download progress right from the toolbar. Learn more.
Improvements to font rendering. Starting with Microsoft Edge version 90, we made improvements to the rendering of text to improve clarity and reduce blurriness. Part of the font rendering improvements land in Beta version 90 but are disabled by default.
Kids mode. We've updated the policy so that when the policy is enabled, it disables the Kid Mode feature in addition to family safety. More about Kids Mode here
Eight new policies were added. Download the updated Administrative Templates from the Microsoft Edge Enterprise landing page. The following new policies were added:
Stable channel security updates are listed here.
Version 89.0.774.76: April 12Fixed various bugs and performance issues.
Version 89.0.774.75: April 8Fixed various bugs and performance issues.
Version 89.0.774.68: April 1Stable channel security updates are listed here.
Version 89.0.774.63: March 25Fixed various bugs and performance issues.
Version 89.0.774.57: March 18Fixed various bugs and performance issues.
Version 89.0.774.54: March 13Important
This update contains CVE-2021-21193 which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Version 89.0.774.50: March 10Fixed various bugs and performance issues.
Version 89.0.774.48: March 8Fixed various bugs and performance issues.
VersionImportant
This update contains CVE-2021-21166 which has been reported by the Chromium team as having an exploit in the wild. For more information, see the Security Update Guide.
Stable channel security updates are listed here.
Resolved issuesKiosk mode enables additional lockdown capabilities. Starting with Microsoft Edge version 89, we have added more lockdown capabilities within kiosk mode to enable customers to get the job done in a productive and more secure experience. Learn more.
The Enterprise Mode Site List Manager tool will be available in the browser through the edge://compat page. You can use this tool to create, edit, and export your site list XML for Internet Explorer mode on Microsoft Edge. You can enable access to this tool as needed through group policy. Learn More.
Improve browser performance with sleeping tabs. Sleeping tabs improves browser performance by putting inactive tabs to sleep to free up system resources like memory and CPU so active tabs or other applications can use them. Users can prevent sites from going to sleep and configure the length of time before an inactive tab goes to sleep. To keep users in their flow, there are also heuristics to prevent certain sites from going to sleep, such as intranet sites. This feature can be managed with group policies.
Reset your Microsoft Edge sync data in the cloud manually. We're introducing a way to reset your Microsoft Edge sync data from within the product. This ensures that your data is cleared from Microsoft services, and resolving certain product issues that previously required a support ticket.
Intelligent enablement of Single sign-on (SSO) for all Windows Microsoft Entra accounts for users with a single non-Azure AD Microsoft Edge profile. Automatically turn on this setting for users that might benefit the most from this feature. If a user has only one Microsoft Edge profile (and it's not Microsoft Entra ID or Kids Mode), the setting is automatically turned on when Microsoft Edge launches. This autotoggle will also automatically turn off if a user later chooses to sign into a different Microsoft Edge profile with a Microsoft Entra account. Users can manually update their preferences for this feature in Settings > Profiles >Profile Preferences > Allow single sign-on for work or school sites using this profile.
Improvements to text selection experience within PDF documents. Users begin to get a smoother and more consistent text selection experience across PDF documents opened in Microsoft Edge starting with version 89.
Date of birth field now supported in autofill. Today Microsoft Edge helps you save time and effort while filling out forms and creating accounts online by auto filling your data like addresses, names, phone numbers, etc. Starting with Microsoft Edge version 89, we're adding support for another field that you can have saved and autofilled - date of birth. You can view, edit, and delete this information anytime in your profile settings.
Seven new policies were added. Download the updated Administrative Templates from the Microsoft Edge Enterprise landing page. The following new policies were added.
The following policies are obsoleted.
Fixed various bugs and performance issues.
Version 88.0.705.74: February 17Stable channel security updates are listed here.
Version 88.0.705.68: February 11Fixed various bugs and performance issues.
Version 88.0.705.63: February 5Important
This update contains CVE-2021-21148 which has been reported by the Chromium team as having an exploit in the wild.
Stable channel security updates are listed here.
Version 88.0.705.62: February 4Stable channel security updates are listed here.
Fixed various bugs and performance issues.
Version 88.0.705.56: January 28Fixed various bugs and performance issues.
Version 88.0.705.53: January 26Fixed various bugs and performance issues.
Version 88.0.705.50: January 21Stable channel security updates are listed here.
Feature updatesDeprecations:
Authentication:
Single Sign On (SSO) now available for Microsoft Entra accounts and Microsoft Account (MSA) on down-level Windows. A user signed in on Microsoft Edge on down-level Microsoft Windows (7, 8.1) will now get automatically signed into websites that are configured to allow single sign-on with Work and Microsoft accounts (for example, bing.com, office.com, msn.com, outlook.com).
Note: A user may have to sign out and then sign back in if they'd signed into Microsoft Edge in a version prior to Microsoft Edge 88 to leverage this feature.
Single sign-on (SSO) to work sites using any Windows Microsoft Entra accounts on system in non-Azure AD Microsoft Edge profiles. This feature can be enabled for any profile that isn't signed-in with a work/school account and isn't guest or in-private and allows the use of any signed-in work/school account on operating system with that profile. This feature can be configured in Settings > Profiles > Profile Preferences > Allow single sign-on for work or school sites using this profile.
Note
"Single sign-on (SSO) for all Windows accounts using the Microsoft Edge profile" is an update to the January 21 release notes.
Kiosk mode option to end session. The "End session" button is now available in a kiosk mode public browsing experience. This feature ensures that browser data and settings are deleted when Microsoft Edge is closed. Learn more about kiosk mode features and roadmap, Configure Microsoft Edge kiosk mode.
Security and Privacy:
Passwords:
Improve Microsoft Edge startup speed with startup boost. To improve Microsoft Edge startup speed, we've developed a feature named startup boost. Startup boost makes Microsoft Edge launch faster by enabling Microsoft Edge to run in the background. Note: This feature is limited to a randomly selected group of users who have enabled experimentation. These users are giving feedback to the feature team.
Productivity:
History and open tabs sync. History and open tabs sync is now available for users to enjoy. Enabling these features help users pick up where they left off by making their browsing history and open tabs available on all their syncing devices. We've updated sync and browser history policies, so now users are connected and productive across any devices by using Microsoft Edge. Learn more.
PDF:
Fonts:
Eighteen new policies were added. Download the updated Administrative Templates from the Microsoft Edge Enterprise landing page. The following new policies were added.
Stable channel security updates are listed here.
Version 87.0.664.66: December 17Fixed various bugs and performance issues.
Version 87.0.664.60: December 10Fixed various bugs and performance issues.
Version 87.0.664.57: December 7Fixed various bugs and performance issues. Stable channel security updates are listed here.
Version 87.0.664.55: December 3Fixed various bugs and performance issues. The following feature was updated for this release.
Fixed various bugs and performance issues.
Version 87.0.664.47: November 23Fixed various bugs and performance issues.
Version 87.0.664.41: November 19Stable channel security updates are listed here.
Feature updatesAutomatic redirection for incompatible sites from Internet Explorer to Microsoft Edge. Starting with the Microsoft Edge 87 Stable update, public websites that show an incompatibility message on Internet Explorer will be automatically redirected to Microsoft Edge. To learn more and to configure this experience, see Redirecting incompatible sites.
Kiosk mode privacy features enabled. Starting with Microsoft Edge version 87, kiosk mode features that help enterprises around the privacy of user data are enabled. These features enable experiences such as clear the user data on exit, delete downloaded files and to reset the configured start experience after a specified amount of idle time. Learn more about how to Configure Microsoft Edge kiosk mode
Shopping features enabled by default. Starting with Microsoft Edge version 87 enterprise users can also benefit from shopping in Edge. With Shopping features, Microsoft Edge helps users to find coupons and better prices while shopping online. Coupon experience is available with this update and price comparison will be released in upcoming updates for Microsoft Edge 87. This feature can be configured through EdgeShoppingAssistantEnabled policy. See our Blog and Learn More about Microsoft Shopping.
ClickOnce deployment enabled by default. ClickOnce is enabled by default in Microsoft Edge 87, which reduces the barriers for enterprises to deploy software and better align with Microsoft Edge Legacy browser behavior. Starting in Microsoft Edge 87, the ClickOnceEnabled policy's "Not configured" state reflects the new default ClickOnce state of Enabled (as compared to the previous default state of Disabled).
The enterprise new tab page (NTP) integrates productivity with customizable, work-relevant feed content. The enterprise NTP blends the Office 365 productivity page we offer to users signed in with their work or school account with personalized, work-relevant company and industry feeds that are organized in a single page. Users are able to recognize the familiar Office 365 content and Microsoft Search for Business powered by Bing. In addition, they can easily customize "My Feed" by choosing the most relevant content to them from the available content and modules for their organization. IT Administrators can control the News feed settings for their organization, including the selected industry for the Microsoft Edge new tab page by going to Microsoft 365 admin center. Learn more
Privacy and Security:
Keyboard support for highlighter on PDF files. Users can use their keyboard keys to highlight any text on a PDF.
Printing:
Ten new policies were added. Download the updated Administrative Templates from the Microsoft Edge Enterprise landing page. The following new policies were added.
NewTabPageSetFeedType - Configure the Microsoft Edge new tab page experience.
Obsoleted PolicyEnableDeprecatedWebPlatformFeatures - Re-enable deprecated web platform features for a limited time.
Version 86.0.622.69: November 13Important
This update contains CVE-2020-16013 and CVE-2020-16017, that have been reported by the Chromium team as having an exploit in the wild.
Stable channel security updates are listed here.
Version 86.0.622.68: November 11Stable channel security updates are listed here
Version 86.0.622.63: November 4Important
This update contains CVE-2020-16009, that has been reported by the Chromium team as having an exploit in the wild.
Stable channel security updates are listed here.
Version 86.0.622.61: November 2Fixed various bugs and performance issues.
Version 86.0.622.58: October 29Fixed various bugs and performance issues.
Version 86.0.622.56: October 27Fixed various bugs and performance issues.
Version 86.0.622.51: October 22Stable channel security updates are listed here
Version 86.0.622.48: October 20Fixed various bugs and performance issues.
Version 86.0.622.43: October 15Fixed various bugs and performance issues.
Version 86.0.622.38: October 9Security updates are listed here
Feature updatesRoll back to previous Microsoft Edge version. The rollback feature lets administrators revert to a known good version of Microsoft Edge if there's an issue in the latest version of Microsoft Edge. Note: Stable version 86.0.622.38 is the first version you can roll back to, which means that Stable version 87 is the first version ready to roll back from. Learn more.
Enforce enabling Sync by default across the enterprise. Administrators can enable synchronization for Microsoft Entra accounts by default with the ForceSync policy.
Automatic profile switching on Windows 7 and 8.1. The automatic profile switching currently available in Microsoft Edge on Windows 10 is extended to downlevel Windows (Windows 7 and 8.1). For more information, see the automatic profile switching blog post.
SameSite=Lax Cookies By Default. To improve web security and privacy, cookies will now default to SameSite=Lax handling by default. This means that cookies will only be sent in a first-party context and will be omitted for requests sent to third-parties. This change can cause compatibility impact on websites that require cookies for third-party resources to function correctly. To permit such cookies, web developers can mark cookies, which should be set from and sent to third-party contexts by adding explicit SameSite=none
and Secure
attributes when the cookie is set. Enterprises that wish to exempt certain sites from this change can do so using the LegacySameSiteCookieBehaviorEnabledForDomainList policy, or can opt out of the change across all sites using the LegacySameSiteCookieBehaviorEnabled policy.
Remove the HTML5 Application Cache API. Beginning with Microsoft Edge version 86, the legacy Application Cache API that enables offline use of web pages is being removed from Microsoft Edge. Web Developers should review the WebDev documentation for information on replacing the Application Cache API with Service Workers. Important: You can request an AppCache OriginTrial Token that allows sites to continue to use the deprecated Application Cache API until Microsoft Edge version 90.
Privacy and Security:
Internet Explorer mode: Let users use the Microsoft Edge User Interface (UI) to test sites in Internet Explorer mode. Beginning with Microsoft Edge version 86, administrators can enable a UI option for their users to load a tab in Internet Explorer mode for testing purposes or as a stopgap until sites are added to the site list XML.
PDF updates:
Users will see auto complete suggestions when they start typing a search query on the Microsoft Edge Add-ons website. Auto complete will help users quickly complete their search query without having to type the entire string. This is helpful because users won't have to remember correct spellings and they can choose from the available options that are displayed.
Add a custom image to the New Tab Page (NTP) using a group policy. Beginning with Microsoft Edge version 86 the NTP has an option to replace the default image with a custom user-supplied image. The ability to manage the properties of this image is also supported by the group policy.
Match customized keyboard shortcuts to VS Code. Microsoft Edge DevTools now supports customizing keyboard shortcuts in the DevTools to match with your editor/IDE. (In Microsoft Edge 84, we added the ability to match DevTools keyboard shortcuts to VS Code).
Delete downloads from disk using download manager. Users are now able to delete their downloaded files from their disk without leaving the browser. The new Delete downloads functionality exists within the context menu of downloads shelf or the downloads page.
Twenty-three new policies were added. Download the updated Administrative Templates from the Microsoft Edge Enterprise landing page. The following new policies were added.
TLS13HardeningForLocalAnchorsEnabled - Enable a TLS 1.3 security feature for local trust anchors.
Version 85.0.564.70: October 6Fixed various bugs and performance issues.
Version 85.0.564.68: October 1Fixed various bugs and performance issues.
Version 85.0.564.63: September 23Security updates are listed here
Version 85.0.564.51: September 9Security updates are listed here
Version 85.0.564.44: August 31Fixed various bugs and performance issues.
Version 85.0.564.41: August 27Security updates are listed here
Feature updatesOn-premises synchronization of Favorites and Settings. Now you can synchronize browser favorites and settings between Active Directory profiles within your own environment without the need for cloud sync.
Microsoft Edge group policy support for trusting site + app combos to launch without a confirmation prompt.. Group policy support added that lets administrators add site + app combos that are trusted to launch without the confirmation prompt. This adds the ability for administrators to configure trusted protocol/origin combinations (such as Microsoft 365 apps) for their end-users to suppress the confirmation prompt when navigating to a URL that contains an app protocol.
PDF Highlighter tool. This tool can be added to the toolbar for PDFs to easily highlight important text.
The Storage Access API is available. The Storage Access API allows access to first-party storage in a third-party context when a user has provided a direct intent to allow storage that would otherwise be blocked by the browser's current configuration. For more information, see Storage Access API.
Send to OneNote is available for Microsoft Edge Collections. Everyone's excited to be able to send the information they've gathered in Collections to OneNote, where they can append it to a larger project and collaborate with others! And even more importantly, in Microsoft Edge 85, you are able send content to Office for Mac products (Word, Excel, and OneNote) for both Microsoft account and Microsoft Entra ID.
DevTools updates. For details about the following updates, see What's New In DevTools (Microsoft Edge 85).
Thirteen new policies were added. Download the updated Administrative Templates from the Microsoft Edge Enterprise landing page. The following new policies were added.
Security updates are listed here.
Version 84.0.522.61: August 17Fixed various bugs and performance issues.
Version 84.0.522.59: August 11Security updates are listed here
Version 84.0.522.58: August 10Fixed various bugs and performance issues.
Version 84.0.522.52: August 1Fixed various bugs and performance issues.
Version 84.0.522.50: July 31Fixed various bugs and performance issues.
Version 84.0.522.49: July 29Security updates are listed here
Version 84.0.522.48: July 28Fixed various bugs and performance issues.
Version 84.0.522.44: July 23Fixed various bugs and performance issues.
Version 84.0.522.40: July 16Security updates are listed here
Feature updatesThis version of Microsoft Edge provides improved site list download times for Internet Explorer mode. We've reduced download delay for the Internet Explorer mode site list to 0 seconds (down from a 60-second wait) in the absence of a cached site list. We've also added group policy support for cases when Internet Explorer mode home page navigation need to be delayed until the site list is downloaded. For more information, see the DelayNavigationsForInitialSiteListDownload policy.
Microsoft Edge now allows users to sign-into the browser when it's "run as administrator" on Windows 10. This helps customers running Microsoft Edge on Windows server or in remote-desktop and sandbox scenarios.
Microsoft Edge now provides full mouse support when in full screen mode. Now you can use your mouse to access tabs, the address bar, and other items without having to exit full screen mode.
Online purchase improvement. Add custom nicknames to saved debit or credit cards. Now you can distinguish and differentiate your credit cards when making online purchases. Nicknaming your debit or credit cards lets you choose the correct card when using autofill to select a payment method.
TLS/1.0 and TLS/1.1 are disabled by default. The SSLVersionMin policy permits re-enabling of TLS/1.0 and TLS/1.1. This policy remains available until at least Microsoft Edge version 88. For more information, see Site compatibility-impacting changes coming to Microsoft Edge.
Collections improvements:
Extra Microsoft Edge API support:
The Storage Access API is enabled for experimentation. This feature is enabled for home users and Enterprise users with the ExperimentationAndConfigurationServiceControl policy set to "Full". This feature is enabled by default for all users in Microsoft Edge Stable Channel version 85.
As privacy is becoming increasingly important to users, requests for stricter browser defaults and user opt-in settings like blocking all third-party storage access are increasingly common. While these settings help improve privacy and block unwanted access by unknown or untrusted parties, they can have unwanted side effects such as blocking access to content the user may want to view (for example, social media and embedded media content.)
The Storage Access API allows access to first-party storage in a third-party context when a user provides a direct intent to allow storage that would otherwise be blocked by the browser's current configuration. For more information, see Storage Access API.
The Native File System API, which means you can give sites permissions to edit files or folders via the Native File System API.
PDF improvements:
Microsoft Edge now enables Translation in the Immersive Reader. When a user opens the Immersive Reader view, they get the option to translate the page to their desired language.
Several DevTools updates, including support for customizing keyboard shortcuts to match VS Code and viewing the DevTools in high contrast. For more information, see What's New In DevTools (Microsoft Edge 84).
Seven new policies were added. Download the updated Administrative Templates from the Microsoft Edge Enterprise landing page. The following new policies were added.
ForceNetworkInProcess - Force networking code to run in the browser process.
Version 83.0.478.64: July 13Fixed various bugs and performance issues.
Version 83.0.478.61: July 7Fixed various bugs and performance issues.
Version 83.0.478.58: June 30Fixed various bugs and performance issues.
Version 83.0.478.56: June 24Fixed various bugs and performance issues.
Security updates are listed here
Version 83.0.478.54: June 17Security updates are listed here
Version 83.0.478.50: June 15Fixed various bugs and performance issues.
Version 83.0.478.45: June 4Security updates are listed here
Version 83.0.478.44: June 1Fixed various bugs and performance issues.
Version 83.0.478.37: May 21Security updates are listed here
Feature updatesMicrosoft Edge updates will now roll out gradually. Going forward, updates for Microsoft Edge will be rolled out to our users over a period of a few days. This enables us to protect more of you from accidental buggy updates, which improves your update experience. As a user you'll continue to get seamless auto-updates. If your organization isn't enrolled for auto-updates, you won't be affected by this change. To learn more, see the progressive rollouts article.
Microsoft Defender SmartScreen improvements: Made several improvements to the Microsoft Defender SmartScreen service, such as improved protection from malicious sites that redirect when loading, and top-level frame blocking, which completely replaces malicious sites with the Microsoft Defender SmartScreen safety page. The top-level frame blocking prevents audio and other media from the malicious site from playing which gives an easier and less confusing experience.
In response to user feedback, users can now exempt certain cookies from automatically clearing when the browser closes. This option is helpful if there's a site that users don't want to be signed out of, but still want to have all the other cookies cleared when the browser closes. To use this feature, go to edge://settings/clearBrowsingDataOnClose and enable the "Cookies and other site data" toggle.
Automatic Profile Switching is now available to help you get to your work content more easily across profiles. If you use multiple profiles at work, you can check it out by navigating to a site requiring authentication from your work or school account while on your personal profile. When we detect this, you'll receive a prompt to switch to your work profile to access that site without having to authenticate to it. When you choose the work profile you want to switch to, the website will open in your work profile. This profile switching capability helps you keep your work and personal data separate and help you get to your work content more effortlessly. If you don't want the feature to prompt you to switch profiles, you can choose the don't ask me again option and it gets out of your way.
Collections feature improvements:
You can add all the tabs in an Microsoft Edge window into a new collection without adding them individually. To do this action, right-click on any tab and choose "Add all tabs to a new collection".
Extension sync is now available. You can now sync your extensions across all your devices! Extensions from both the Microsoft and Chrome Stores sync with Microsoft Edge. To use this feature: Click the ellipses (â¦) on the menu bar, select Settings. Under Your profile, click Sync to see the Sync options. Under Profiles/Sync use the toggle to enable Extensions. You can use the SyncTypesListDisabled group policy to disable syncing of extensions.
Improved the message on the Downloads management page for insecure downloads that have been blocked.
Immersive Reader improvements:
Link doctor provides host correction and a search query to the users when they mistype a URL. For example:
A user mistypes "powerbi" as "powerbbi".com. Link doctor suggests "powerbi".com as a correction and create a link to search for "powerbbi" in case the user is looking for something different.
Allow users to save their decision to launch an external protocol for a specific site. Users can configure the ExternalProtocolDialogShowAlwaysOpenCheckbox policy to enable or disable this feature.
Users can set Microsoft Edge as their default browser directly from Microsoft Edge Settings. This makes it easier for users to change their default browser, within the context of the browser itself, instead of having to search through the operating system settings. To use this feature, go to edge://settings/defaultBrowser and click Make default.
Several DevTools updates, including new remote debugging support, UI improvements, and more. For more information, see What's New In DevTools (Microsoft Edge 83).
Microsoft Defender for Cloud Apps warn scenario is now available. This enables admins to set up warn, a new category of Defender for Cloud Apps blocks, where the user can override a Defender for Cloud Apps block page. MDATP E5 blocks are natively integrated with SmartScreen blocks in Microsoft Edge for a seamless experience. This experience allows for a full page red block with the message "This website is blocked by your organization", instead of just a toast notification.
Disallow synchronous XmlHttpRequest in page dismissal. Sending of synchronous XmlHttpRequests during unload of a webpage will be removed. This change improves browser performance and reliability, but may impact web applications that haven't yet been updated to use more modern web APIs, including sendBeacon and fetch. The Group Policy to disable this change and permit synchronous XHR during page dismissal will be available until Microsoft Edge 88. For more information, see Site compatibility-impacting changes coming to Microsoft Edge.
Fifteen new policies were added. Download the updated Administrative Templates from the Microsoft Edge Enterprise landing page. The following new policies were added.
The following policy continues to work in this release. It will become "obsolete" in a future release.
EnableDomainActionsDownload Enable Domain Actions Download from Microsoft
Version 81.0.416.77: May 18Fixed various bugs and performance issues.
Version 81.0.416.72: May 7Security updates are listed here
Version 81.0.416.68: April 29Security updates are listed here
Version 81.0.416.64: April 23Security updates are listed here
Version 81.0.416.58: April 17Security updates are listed here
Version 81.0.416.53: April 13Security updates are listed here
Feature updatesAdded support for Windows Information Protection (WIP), which helps enterprises protect sensitive data from unauthorized disclosure. Learn More.
Collections are now available. To get started, select the Collections icon next to the address bar. This action opens the Collections pane where you can create, edit, and view Collections. We designed Collections based on what you do on the web. If you're a shopper, a traveler, a teacher, or a student, Collections can help. Learn more.
Allow the removal (Hide from toolbar) of the Collections button from the Microsoft Edge toolbar for consistency.
On-premises Active Directory account auto sign in will only be targeted to organizations that turn it on. If users were already signed in with an on-premises AD account, they'll be able to sign out of it. Users will only be automatically signed in with the primary account on their operating system if it's a Microsoft account or a Microsoft Entra account. Admins can enable auto sign in with an on-premises AD account using the ConfigureOnPremisesAccountAutoSignIn policy.
Application Guard. Extensions support now available in the container.
Added a message to inform users that Internet Explorer isn't installed when they navigate to a page that's configured to open in Internet Explorer mode.
Updated the 3D View tool in Microsoft Edge DevTools with a new feature to help debug z-index stacking context. 3D View shows a representation of the DOM (Document Object Model) depth using color and stacking, and the z-Index view helps you isolate the different stacking contexts of your page. Learn more.
The F12 Dev tools are localized in 10 new languages, so they'll match the language used in the rest of the browser. Learn more.
Added support for Dolby Vision playback. On Dolby Vision-enabled Windows 10 Build 17134 (April 2018 Update), websites can show Dolby vision content. See how to enable Dolby Vision content from Netflix.
Microsoft Edge can now identify and remove duplicate favorites and merge folders with the same name. To access the tool, select the star on the browser's toolbar and select "Remove duplicate favorites". You can that confirm changes and any updates to your favorites will be synced across devices.
We heard from users it can be difficult to distinguish a normal browsing window in dark theme from an InPrivate window since both window frames are dark. The new solid InPrivate blue pill in the top right corner helps reassure users they're browsing InPrivate.
Open external links in the correct browser profile. Select a default profile for links opened for external apps to open in from edge://settings/multiProfileSettings.
Added a warning that alerts users who sign into a browser profile with an account after being previously signed in with another account. This warning helps prevent unintentional data merging.
If you have payment cards saved in your Microsoft account, you can use them in Microsoft Edge while filling out payment forms. The cards in your Microsoft account will sync across desktop devices and the full details will be shared with the website after two-factor authentication (CVC code and your Microsoft identity.) For further convenience, you can choose to securely save a copy of the card on the device during authentication.
Line Focus is designed for users who like to focus on a limited part of the content as they read. It lets users keep the focus on one, three, or five lines at a time and dims out the rest of the page to let users read without distraction. Users can scroll using touch or arrow keys and the focus shifts accordingly.
Microsoft Edge is now integrated with Windows Speller on Windows platforms 8.1 and above. This integration provides greater language support, with access to more language dictionaries and the ability to use Windows custom dictionaries. There's no further action needed from the users when a language is added in the OS language settings. Also, a language spellcheck toggle is enabled in Microsoft Edge settings.
When PDF documents are opened using Microsoft Edge, users will now be able to create highlights, change color, and delete highlights. This feature helps in referencing important parts of the document later, and for collaboration.
When loading long PDF documents that have been optimized for web, the pages being viewed by the user will be loaded faster, parallelly, while the rest of the document is loading.
Now it's easier to start the Immersive Reader for a website by just pressing the F9 key.
Now it's easier to start Read Aloud by using a keyboard shortcut (Ctrl + Shift + U).
Added an MSI command line parameter that lets you suppress Desktop icon creation when you install Microsoft Edge. The following example shows how to use this new parameter: MicrosoftEdgeEnterpriseX64.msi DONOTCREATEDESKTOPSHORTCUT=true
There will be a group policy to support this functionality in an upcoming release.
11 new policies were added. Download the updated Administrative Templates from the Microsoft Edge Enterprise landing page. The following new policies were added.
The policy OmniboxMSBProviderEnabled
is changed to AddressBarMicrosoftSearchInBingProviderEnabled - The caption for the policy is "Enable Microsoft Search in Bing suggestions in the address bar".
The following policies continue to work in this release. They will become "obsolete" in a future release.
Fixed various bugs and performance issues.
Version 80.0.361.109: April 1Security updates are listed here
Version 80.0.361.69: March 19Security updates are listed here
Version 80.0.361.66: March 4Security updates are listed here
Version 80.0.361.62: February 25Security updates are listed here
Version 80.0.361.57: February 20Security updates are listed here
Version 80.0.361.56: February 19Fixed various bugs and performance issues.
Version 80.0.361.54: February 14 Resolved issuesFixed various bugs and performances fixes.
Version 80.0.361.48: February 7Security updates are listed here
Feature updates16 new policies were added. Download the updated Administrative Templates from the Microsoft Edge Enterprise landing page. The following new policies were added.
The following policy was deprecated.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.3