No internet in windows

Page 1 of 2 12 LastLast

  1. Posts : 5
    Windows 10
       #1

    No internet in windows


    Recently I have unable been able to connect to the internet through any means. I have attempted to connect to the internet through wifi, tethering, and ethernet without success. All of these connections are functioning on all devices other than my computer itself. So far I've reset the router, completed all the troubleshooting steps listed on the windows support page including a full network reset with no luck. Pinging the router on all these connections fails. I have disabled all my anti-virus software and that hadn't helped either. Does anyone have an idea on what I should look to do next?
      My Computer


  2. Posts : 18,432
    Windows 11 Pro
       #2

    Create a Linux live USB flash drive, boot from it, and see if you can connect using Linux.
      My Computer


  3. Posts : 5
    Windows 10
    Thread Starter
       #3

    I dont have a linux boot drive, but if it helps both wifi and the same ethernet cable work fine on a raspberry pi 3 running raspbian. If it doesnt Ill set a drive up tommorow.
      My Computer


  4. Posts : 1,594
    win10 home
       #4

    Your modem/router should have a web page address,normally numerical,which is used to comprehensively check for any malfunction and solution.
    What actions were performed prior to the problem arising?
    Is it possible to connect to the internet using another modem---beg,borrow,buy or steal---?
      My Computer


  5. Posts : 5
    Windows 10
    Thread Starter
       #5

    using a mobile connection and tethering it still doesnt work, even using an app like pdanet. (computer will be able to connect to any of these networks but I am unable to load up the router-page or anything using the internet) My internet failed suddenly while I was gaming. My router reports everthing is nominal and no other devices have issues connecting nor a lack of connection from our modem.
      My Computer


  6. Posts : 8,111
    windows 10
       #6

    Open a CMD prompt type
    Ipconfig /allTracert adobe.com
    Tracert 194.119.131.66
    Post all results
      My Computer


  7. Posts : 36
    Windows 10 Pro, 20H2, 19042.867
       #7

    tritab1 said:
    (computer will be able to connect to any of these networks but I am unable to load up the router-page or anything using the internet).
    You cannot access the router page from your pc if your connected via mobile data tethering if that's what u meant.

    My internet failed suddenly while I was gaming
    This sounds like an issue of hardware since u can access internet from all the remining devices, like NavyLCDR suggested creating a live usb will narrow down the causes of the problem
      My Computer


  8. Posts : 5
    Windows 10
    Thread Starter
       #8

    This is what returned from the cmd prompt

    IPCONFIG

    Primary Dns Suffix . . . . . . . :
    Node Type . . . . . . . . . . . . : Hybrid
    IP Routing Enabled. . . . . . . . : No
    WINS Proxy Enabled. . . . . . . . : No

    Ethernet adapter Ethernet:

    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Intel(R) I211 Gigabit Network Connection
    Physical Address. . . . . . . . . : 88-D7-F6-C5-C7-5A
    DHCP Enabled. . . . . . . . . . . : Yes
    Autoconfiguration Enabled . . . . : Yes
    Link-local IPv6 Address . . . . . : fe80::81d0:f206:203f:23a0%16(Preferred)
    IPv4 Address. . . . . . . . . . . : 192.168.1.22(Preferred)
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Lease Obtained. . . . . . . . . . : Friday, March 26, 2021 3:30:49 PM
    Lease Expires . . . . . . . . . . : Saturday, March 27, 2021 3:30:49 PM
    Default Gateway . . . . . . . . . : 192.168.1.1
    DHCP Server . . . . . . . . . . . : 192.168.1.1
    DHCPv6 IAID . . . . . . . . . . . : 176740342
    DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-27-E9-78-15-88-D7-F6-C5-C7-5A
    DNS Servers . . . . . . . . . . . : 192.168.1.1
    NetBIOS over Tcpip. . . . . . . . : Enabled

    C:\Windows\system32>ipconfig /all

    Windows IP Configuration

    Host Name . . . . . . . . . . . . : DESKTOP-BEIKI7C
    Primary Dns Suffix . . . . . . . :
    Node Type . . . . . . . . . . . . : Hybrid
    IP Routing Enabled. . . . . . . . : No
    WINS Proxy Enabled. . . . . . . . : No

    Ethernet adapter Ethernet:

    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Intel(R) I211 Gigabit Network Connection
    Physical Address. . . . . . . . . : 88-D7-F6-C5-C7-5A
    DHCP Enabled. . . . . . . . . . . : Yes
    Autoconfiguration Enabled . . . . : Yes
    Link-local IPv6 Address . . . . . : fe80::81d0:f206:203f:23a0%16(Preferred)
    IPv4 Address. . . . . . . . . . . : 192.168.1.22(Preferred)
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Lease Obtained. . . . . . . . . . : Friday, March 26, 2021 3:30:49 PM
    Lease Expires . . . . . . . . . . : Saturday, March 27, 2021 3:30:49 PM
    Default Gateway . . . . . . . . . : 192.168.1.1
    DHCP Server . . . . . . . . . . . : 192.168.1.1
    DHCPv6 IAID . . . . . . . . . . . : 176740342
    DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-27-E9-78-15-88-D7-F6-C5-C7-5A
    DNS Servers . . . . . . . . . . . : 192.168.1.1
    NetBIOS over Tcpip. . . . . . . . : Enabled








    Tracert adobe.com
    Unable to resolve target system name adobe.com.







    Tracert 194.119.131.66

    Tracing route to 194.119.131.66 over a maximum of 30 hops

    1 General failure.

    Trace complete.

    - - - Updated - - -

    When using ubuntu off of a live usb the internet functions without issues.
      My Computer


  9. Posts : 1,604
    Win 10 home 20H2 19042.1110
       #9

    See if a Hosts and DNS flush works:

    Copy and paste these lines in Note pad.

    @Echo on
    pushd\windows\system32\drivers\etc
    attrib -h -s -r hosts
    echo 127.0.0.1 localhost>HOSTS
    attrib +r +h +s hosts
    popd
    ipconfig /release
    ipconfig /renew
    ipconfig /flushdns
    netsh winsock reset all
    netsh int ip reset all
    shutdown -r -t 1
    del %0


    Save as flush.bat to your desktop.
    Right click on the flush.bat file to run it as Administrator.
      My Computers


  10. Posts : 5
    Windows 10
    Thread Starter
       #10

    Alright so ive sorted the issue out by restoring a recovery point.

    Thank you everyone for taking the time to try and help me out.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 06:39.
Find Us




Windows 10 Forums