Your issue is that NCSI reports no internet. NCSI primarily gets it work done through the use of network probes - a simple network request to an endpoint followed by a response. There are many different types of probes including active, passive, corporate, proxy, default gateway, and others. In addition some probes are done via HTTP, DNS, or both.
If NCSI sends the probe and receives a valid response it considers the client machine internet-connected.
There are multiple reasons why the NCSI icon might report "no internet" on a Windows device. Like:
- Active probing has been intentionally disabled by setting EnableActiveProbing (REG_DWORD) = 0. under hklm\system\ccs\services\nlasvc\parameters\internet or a policy based equivalent.
- Applications like MSFTVPN and VPNs that establish PPP connections that lack a route to the internet and 'by design" report "No Internet"
- The network didn't allow direct access to website because the Proxy was not configured correctly
- DNS server was configured on the VPN interface which caused DNS failure.
- The network environment doesn’t respond ARP request that also caused DNS failure.
- And so on.
You can also check NCSI event logs to see if there are something related for us to troubleshooting. Path: Microsoft\Windows\NCSI\Operational
If general suggestions doesn't work, we need to trace and monitoring logs to analyze the cause when you reproduce the issue again. Tool such as Network Monitor can be considered .However, analysis of traffic is beyond our forum support level and due to forum security policy, we have no such channel to collect user log information. So if you want to know the root cause, we recommend you open a case with MS Professional tech support service, they will help you open a phone or email case to Microsoft, so that you would get a technical support on a one-to-one basis while ensuring private information.
Here is the link:
https://support.microsoft.com/en-us/gp/customer-service-phone-numbers
--------------------------------------------------------------
If the Answer 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.