How to enable IE mode on Microsoft Edge

Sandeep Gupta 26 Reputation points
2021-06-24T08:25:32.367+00:00

I have tried the below steps:

  1. Open Microsoft Edge on Windows 10.
  2. Click the Settings and More (ellipsis) button on the top-right corner.
  3. Select the Settings option.
  4. Click on Default browser.
  5. Under the “Internet Explorer compatibility” section, turn on the “Allow sites to be reloaded in Internet Explorer mode” toggle switch.
  6. Click the Restart button.

I am not seeing "Allow sites to be reloaded in Internet Explorer mode” toggle switch in Edge browser.

Microsoft Edge Version 91.0.864.54 (Official build) (64-bit)

Is there any way to enable it as my website is only supported in IE?

I appreciate any pointer in this regard.

Thank you

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,078 questions
{count} vote

6 answers

Sort by: Most helpful
  1. Rinki Khandelwal 11 Reputation points
    2022-11-29T12:12:26.437+00:00

    May be you can try below line of code just after the HEAD tag, to work on the EDGE browser.

    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta content="IE=EmulateIE10" http-equiv="X-UA-Compatible">

    We have done the same thing on our website https://seowebchecker.com/ , and it is working.

    2 people found this answer helpful.

  2. Yu Zhou-MSFT 11,721 Reputation points Microsoft Vendor
    2021-06-25T05:37:54.777+00:00

    Hi @Sandeep Gupta

    From this article, we can find the reason we can't see Allow sites to be reloaded in Internet Explorer:

    If you are on a device managed by your organization you will NOT see the option to Allow sites to be reloaded in Internet Explorer under edge://settings/defaultbrowser to allow Internet Explorer mode through the More tools menu.

    In this situation, you can set your site to be opened in IE mode by configuring IE mode policies. For the detailed steps, you can refer to this doc.
    There're two steps required to configure IE mode:

    1. Configure Internet Explorer integration
    2. Redirect sites from Microsoft Edge to IE mode

    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Regards,
    Yu Zhou

    1 person found this answer helpful.
    0 comments No comments

  3. Benard Mwanza 996 Reputation points
    2022-06-03T15:41:31+00:00

    Hi @Sandeep Gupta

    You can use this video to guide you from scratch on how to enable IE mode. If your environment is AD domain based, there is also series on how to implement that using group policy.
    https://youtu.be/FHQdc2G5458

    0 comments No comments

  4. Iyer, Suryanarayan 1 Reputation point
    2022-06-08T04:34:55.147+00:00

    Hi All,

    Not sure but I was working on the same issue yesterday and found this URL useful:

    https://learn.microsoft.com/en-us/internet-explorer/ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list

    I have gone through the docs and if test the solution in my lab environment then would surely share in it..

    0 comments No comments