Edge INET_E_RESOURCE_NOT_FOUND — DNS or Resource Loading Error
About Edge INET_E_RESOURCE_NOT_FOUND
Fix Microsoft Edge INET_E_RESOURCE_NOT_FOUND error caused by DNS resolution failures, corrupted cache, or UWP networking issues specific to Edge. This guide covers everything you need to know about this topic, including common causes, step-by-step solutions, and answers to frequently asked questions.
Here are the key things to understand: INET_E_RESOURCE_NOT_FOUND is an Edge-specific error code for resource loading failures. Can appear even when other browsers load the same page successfully. Common on the UWP (Universal Windows Platform) version of Edge, less so on Chromium Edge. TCP Fast Open feature in Edge can cause this error on some networks. Edge's DNS cache may become corrupted independently of the Windows DNS cache. Understanding these fundamentals will help you diagnose and resolve this issue more effectively.
The most common reasons this occurs include: DNS resolution failure specific to Edge's networking stack. Corrupted Edge browser cache. TCP Fast Open causing connection issues on certain networks. Edge UWP networking component malfunction (older Edge versions). Windows networking stack issue affecting Edge specifically. Identifying the root cause is the first step toward finding the right solution.
To resolve this, follow these recommended steps: Clear Edge cache: Settings > Privacy > Choose what to clear > Cached data and cookies. Flush DNS: open Command Prompt > ipconfig /flushdns. Disable TCP Fast Open: edge://flags > search 'TCP Fast Open' > Disable. Reset Edge: Settings > Reset settings > Restore settings to default values. Try InPrivate mode: if the page loads, an extension or cookie is the issue. If these steps do not resolve the issue, consider consulting additional resources or a qualified professional.
This article is part of our Browser Errors collection on Error Codes Wiki. We provide comprehensive, up-to-date information to help you find solutions quickly.
Quick Answer
Why does this happen in Edge but not Chrome?
Despite both using Chromium, Edge has additional networking features (TCP Fast Open) that can interfere. Disabling these features usually fixes the issue.
Overview
Fix Microsoft Edge INET_E_RESOURCE_NOT_FOUND error caused by DNS resolution failures, corrupted cache, or UWP networking issues specific to Edge.
Key Details
- INET_E_RESOURCE_NOT_FOUND is an Edge-specific error code for resource loading failures
- Can appear even when other browsers load the same page successfully
- Common on the UWP (Universal Windows Platform) version of Edge, less so on Chromium Edge
- TCP Fast Open feature in Edge can cause this error on some networks
- Edge's DNS cache may become corrupted independently of the Windows DNS cache
Common Causes
- DNS resolution failure specific to Edge's networking stack
- Corrupted Edge browser cache
- TCP Fast Open causing connection issues on certain networks
- Edge UWP networking component malfunction (older Edge versions)
- Windows networking stack issue affecting Edge specifically
Steps
- 1Clear Edge cache: Settings > Privacy > Choose what to clear > Cached data and cookies
- 2Flush DNS: open Command Prompt > ipconfig /flushdns
- 3Disable TCP Fast Open: edge://flags > search 'TCP Fast Open' > Disable
- 4Reset Edge: Settings > Reset settings > Restore settings to default values
- 5Try InPrivate mode: if the page loads, an extension or cookie is the issue