Hello there,
Have you checked the Event Viewer for any trace?
If you cannot find anything in Event Viewer I would suggest you use tools like Procmon to find the root cause for this behaviour.
Have you made any recent updates that you are aware of on this device? If so try uninstalling them and check if this sorts out the issue
Try running these network commands to manually reset the TCP/IP stack, release and renew the IP address, and flush and reset the DNS client resolver cache:
At the command prompt, run the following commands in the listed order, and then check to see if that fixes your connection problem:
Type netsh winsock reset and select Enter.
Type netsh int ip reset and select Enter.
Type ipconfig /release and select Enter.
Type ipconfig /renew and select Enter.
Type ipconfig /flushdns and select Enter.
Hope this resolves your Query !!
--If the reply is helpful, please Upvote and Accept it as an answer–