Share via

Microsoft.com site does not work

PeterH 10 Reputation points
2026-02-04T17:25:36.5333333+00:00

Hi Team,

Please help. I cannot reach the microsoft.com official site.
I have face this message:

Thank you for your patience
We are currently experiencing high demand. Please wait and try again later.
All external to Microsoft Health Beacon traffic should be routed to: http://www.msftncsi.com/ncsi.txt

I cannot reach the site for three days and not just this site but the setup.office.com site as well.

If I can open the setup.office.com and if I can reach the download area I am receiving this error message:

Service Unavailable. We are currently experiencing technical difficulties. Please try again later.

Could you help me?

Thanks in advance.

Windows for business | Windows Client for IT Pros | Performance | Other
0 comments No comments

6 answers

Sort by: Most helpful
  1. VPHAN 34,875 Reputation points Independent Advisor
    2026-02-05T06:40:35.26+00:00

    Hi PeterH,

    If the Hosts file is strictly default (only comments marked with #), the issue is likely stemming from a malicious Proxy configuration or a poisoned DNS cache that is persisting in memory. The "Microsoft Health Beacon" page appears when a client successfully connects to a Microsoft IP, but it is an IP reserved for backend connectivity checks (NCSI) rather than the public web frontend; your computer is effectively being told "go here" by a middleware setting.

    You must inspect the legacy WinHTTP and WinINET proxy settings. Open the Run dialog (Win + R) and type inetcpl.cpl to open Internet Properties. Navigate to the Connections tab and click on LAN settings. Ensure that "Use a proxy server for your LAN" is unchecked and that "Use automatic configuration script" is also unchecked; malware often enables these to redirect legitimate traffic. Once those are cleared, open a Command Prompt as Administrator and run ipconfig /flushdns to purge the resolver cache. If the site remains inaccessible, run nslookup microsoft.com and report the IP address returned; this will confirm if your upstream DNS server (ISP or Router) is providing the incorrect routing data.

    VP

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. PeterH 10 Reputation points
    2026-02-05T06:18:16.6366667+00:00

    Hi VPHAN,

    Thank you very much for your kind and detailed explanation.
    I checked the host but I did not find any suspicious lines.
    All lines begin with a #.

    Peter

    Was this answer helpful?

    0 comments No comments

  4. VPHAN 34,875 Reputation points Independent Advisor
    2026-02-04T21:22:55.53+00:00

    Hi PeterH,

    The error message "All external to Microsoft Health Beacon traffic should be routed to..." typically appears when a client machine attempts to connect to a specific Microsoft backend IP address that is not intended for public web traffic. This almost exclusively happens because your local Windows Hosts file has been modified to hardcode microsoft.com or office.com to an incorrect IP address (often done by third-party "privacy" scripts, anti-telemetry tools, or unauthorized license activators to block communication with Microsoft). Your computer is bypassing public DNS and forcing the browser to hit a dead or restricted endpoint.

    To fix this, you need to sanitize your Hosts file. Open File Explorer and navigate to the path C:\Windows\System32\drivers\etc. Locate the file named hosts (it has no file extension). Right-click the file, select Open with, and choose Notepad. You must verify if there are any lines at the bottom of the document that map IP addresses (like 127.0.0.1 or 0.0.0.0 or other IPs) to domains such as microsoft.com, setup.office.com, or office.com. You must delete every line referencing a Microsoft domain. After saving the file, open a Command Prompt as Administrator and run the command ipconfig /flushdns to clear the cached bad routes. This will force Windows to query the public DNS servers again and should immediately restore access to the sites.

    I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!

    VP

    Was this answer helpful?

    0 comments No comments

  5. AI answer

    2026-02-04T17:25:47.3533333+00:00

    If you are unable to access the microsoft.com site and are receiving messages about high demand or service unavailability, it could be due to several reasons, including temporary server issues or network restrictions. Here are some steps you can take to troubleshoot the problem:

    1. Check Your Internet Connection: Ensure that your internet connection is stable and working properly. Try accessing other websites to confirm.
    2. Clear Browser Cache: Sometimes, clearing your browser's cache and cookies can resolve access issues.
    3. Try a Different Browser: If you're using a specific browser, try accessing the site using a different one to see if the issue persists.
    4. Disable VPN or Proxy: If you are using a VPN or proxy, try disabling it as it may interfere with your connection to Microsoft sites.
    5. Firewall Settings: Ensure that your firewall is not blocking access to Microsoft websites. You may need to allow specific URLs through your firewall settings.
    6. Check for Service Outages: Sometimes, Microsoft services may experience outages. You can check online for any reported issues with Microsoft services.

    If the problem continues, it may be a temporary issue on Microsoft's end, and waiting a while before trying again could be necessary.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.