Share via

Wifi connected and secure but i can't do anything on it

cheesehat 0 Reputation points
2026-05-28T17:11:24.2433333+00:00

My wifi has always said connected and secure but it never has worked so I had to use hotspot but now I need the wifi to work and it specifically says ipv4 no internet access

Windows for home | Windows 11 | Internet and connectivity
0 comments No comments

3 answers

Sort by: Most helpful
  1. David-M 115.5K Reputation points Independent Advisor
    2026-05-28T17:57:06.6033333+00:00

    Hi. I'm David, and I'm happy to help you.


    Since your Wi-Fi works completely fine when using your phone's mobile hotspot, you can safely rule out hardware issues with your PC's network card. The problem is likely a communication glitch between Windows 11 and your home router (usually an IP conflict or a stuck DNS).

    Try these 3 simple steps that usually fix 90% of these "IPv4 no internet access" issues on Windows 11:

    1 = Sometimes Windows caches outdated network data, which triggers this error. So, forget the Wi-Fi network as instructed below:

    1. Go to Settings > Network & internet > Wi-Fi.
    2. Click on Manage known networks.
    3. Find your home network and click Forget.
    4. Turn your PC's Wi-Fi toggle off, turn it back on, and try connecting to your network again (you will need to re-enter your password).

    2 = Try a Network Reset: This will cleanly reinstall your network drivers and reset all network configurations back to factory defaults.

    1. Go to Settings > Network & internet.
    2. Scroll down to the bottom and click on Advanced network settings.
    3. Under More settings, click on Network reset and then select Reset now.
    4. Your computer will prompt a restart. Once it boots back up, try connecting to your Wi-Fi.

    3 = If the procedures above don't work, your home router's DHCP server might just be frozen and refusing to assign a valid IP address to your specific PC.

    • Go to your router, unplug its power cable, wait 30 seconds, and plug it back in.
    • Wait a couple of minutes for all the lights to stabilize, and then check if your PC gets internet.

    Let me know if any of these steps do the trick for you! If the problem persists, just reply, and we can try something else.


    Feel free to ask any questions you may have.

    Was this answer helpful?

    0 comments No comments

  2. Bulldog 2,385 Reputation points
    2026-05-28T17:25:07.7133333+00:00

    In my experience with these forums, the #1 mistake that users make when setting up their network is trying to setup their network through Windows. Windows does not create a network. In fact, you don't need Windows at all to create a network.

    Your WiFi network is created and managed by your router independently of Windows. So the thing to do is to dig out the owner's guide for your router and follow its instructions for setting up a secure WiFi network.

    If you previously tried to setup a WiFi network through Windows, you may have to 'undo' what you did, in order to let the network work properly.

    If your router came from your ISP, you might have to follow the ISP's instructions to setup your network.

    For its part, Windows has the software to operate within a network, but it does not create or manage the network.

    Was this answer helpful?

    0 comments No comments

  3. AI answer

    2026-05-28T17:11:48.31+00:00

    Follow these steps on the Windows 11 PC where Wi‑Fi shows “Connected, secured” but nothing works:

    1. Run the built‑in Network troubleshooter
      1. Select Start > Settings > System > Troubleshoot.
      2. Select Other troubleshooters (or Additional troubleshooters on some builds).
      3. Find Network Adapter and select Run.
      4. Let it complete and apply any fixes it suggests.
    2. Power‑cycle modem/router
      1. Turn off the Wi‑Fi router and modem (or combined gateway).
      2. Wait at least 30 seconds.
      3. Turn them back on and wait until all lights stabilize.
      4. Reconnect the PC to Wi‑Fi and test again.
    3. Renew IP address
      1. Open Command Prompt as Administrator.
      2. Run:
              ipconfig /release
              ipconfig /renew
        
      3. When it finishes, try browsing again.
    4. Flush DNS cache
      1. In the same elevated Command Prompt, run:
              ipconfig /flushdns
        
      2. Test web browsing or apps again.
    5. Check proxy settings
      1. Go to Settings > Network & internet > Proxy.
      2. Turn off any Manual proxy setup options.
      3. If there is an automatic configuration script set, temporarily turn it off and test.
    6. Check the IP address
      1. Find the IP address (see Find your IP address in the referenced article).
      2. If it looks like 169.254.x.x, Windows is not getting a valid address from the router.
        • Ensure DHCP is enabled on the router (check router documentation).
        • After enabling DHCP, reconnect; the status icon should change from No Internet to Wi‑Fi connected.
    7. Verify DNS server and connectivity
      1. Open Command Prompt as Administrator.
      2. Run:
              ipconfig /all | findstr /c:"DNS Servers"
        
        Note the DNS server IP.
      3. Run:
              ping <that DNS server address>
        
      4. If the ping fails even though the IP address is valid, change the DNS server in TCP/IP settings (see Change TCP/IP settings in the referenced article) to another known DNS, then test again.

    If the Wi‑Fi network works on other devices but not on this PC even after these steps, use the Surface/Windows guidance: confirm Wi‑Fi is on, Airplane mode is off, and that the PC shows connected but “limited”; then continue with the additional solutions in the referenced Wi‑Fi troubleshooting articles.


    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.