Troubleshooting website display or functionality issues in Edge on Windows 10
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I’m experiencing an issue where my website opens normally in Google Chrome, but sometimes it does not load properly in Microsoft Edge browser.
At times, the homepage layout appears broken or loads differently in Edge compared to Chrome. Since both browsers are Chromium-based, I’m unsure what is causing the inconsistency.
Could this be related to:
Cache or cookies in Edge
Browser compatibility settings
CSS / JavaScript conflicts
Extensions interfering
Security or tracking prevention settings in Edge
Has anyone experienced similar issues where a site works fine in Chrome but has occasional problems in Microsoft Edge?
Website for reference: link removed
Troubleshooting website display or functionality issues in Edge on Windows 10
Hi Tele Quiz,
In addition to the previous suggestions, you could try the following Edge-specific checks to further isolate the issue:
-Test with hardware acceleration off: Open Microsoft Edge then click the three dots (top-right) > Settings > System and performance, under System, turn off “Use graphics acceleration when available”, then restart Edge.
-Test with a new profile: Create a new Edge profile via Settings > Profiles > Add profile. This helps rule out extension conflicts, cached data or profile corruption.
-Reset Edge settings: In the address bar, go to: edge://settings/reset then select “Restore settings to their default values.” This will disable extensions and reset browser settings while keeping your favorites and passwords.
If the issue no longer occurs after these steps, it usually points to a local configuration or profile-related cause rather than a browser compatibility issue.
Feel free to share what you observe after trying these steps and I’ll be happy to help you narrow it down further.
If you have extra questions about this answer, please click "Comment".
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.
AI answer
The behavior can be caused by several Edge-specific features and differences, even though both browsers are Chromium-based. The following checks focus on what’s specific to Microsoft Edge.
Tracking Prevention blocked access to storage for <URL>.services.json list to see how a blocked domain is categorized.edge://settings/privacy/trackingPreventionExceptions, then reload and compare behavior.edge://settings/content/cookies to explicitly Allow or Block specific domains’ storage and see if that changes the layout/behavior. function isChromium() {
for (brand_version_pair of navigator.userAgentData.brands) {
if (brand_version_pair.brand == "Chromium"){
return true;
}
}
return false;
}
Microsoft Edge vs Chrome, which can lead to one browser getting outdated or incomplete code.net::ERR_FAILED), which could manifest as incomplete or broken layouts. These are fixed in later stable releases.Summary of recommended debugging path:
References: