PC unable to connect to internet after a quality of life update on 15th Feb 2026

Santosh Pati 20 Reputation points
2026-02-19T07:39:09.51+00:00

My PC was updated on 15th Feb for a quality of life update as a part of the Windows Insider Preview program. After the update I am unable to access the internet, even if I am still connected to the Wi-Fi. I tried using the ethernet connection and even wired/unwired mobile hotspot but its the same issue, my PC is still unable to connect to internet. I have even tried re-installing the drivers for Motherboard ( Gigabyte Aorus Z790M Elite is the make & build of my PC motherboard), but there has been no change. I want to check all options if there is any other way to resolve this issue without going ahead with a fresh Windows install which will wipe out all data and setting from my installation drive.

Also, I don't have a Windows 11 release for re-install, I have a license copy of Windows 8 installation file bought back in 2012 which has auto upgraded to Windows 11 in due course of time. So, please advise on how to proceed with a fresh Windows 11 installation.

Windows Insider program | Windows Insider preview | Internet and connectivity
0 comments No comments

Answer accepted by question author
Lychee-Ng 27,955 Reputation points Microsoft External Staff Moderator
2026-02-19T09:38:41.88+00:00

Hi Santosh Pati,

Welcome to Microsoft Q&A!

I understand how frustrating it is to lose network of all types, especially when the issue started after an Insider update. This might be specific to preview builds and not have an immediate fix, but there are things worth trying:

1 - Network reset

  • Open Settings > Network & Internet > Status
  • Click Network reset > Restart your PC after reset

2 - Check Wi‑Fi security mismatch

  • Settings > Network & Internet > Wi‑Fi > Hardware properties
  • If security shows WPA3, change router or reconnect using WPA2

3 - Leave the Windows Insider Program

  • Check to see if you can uninstall latest update first:
    • Open Settings > Windows Update > Update history
    • Open Uninstall updates > Try to uninstall the latest
  • If it’s not available, go back and open Windows Insider Program

When connectivity is broken immediately after an Insider update, clean‑installing stable Windows 11 is the supported resolution path. You should not need your old Windows 8 media if logged in correctly - your system has a digital license already activated through the upgrade.

Since Insider Preview builds are testing versions of Windows, driver or network instabilities are possible. Send feedback to the team if you believe this is a build-regression and need to be addressed!


If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

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.

Was this answer helpful?

1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. AI answer

    2026-02-19T07:39:22.2533333+00:00

    To troubleshoot your internet connectivity issues after the quality of life update, you can try the following steps:

    1. Network Reset: Go to Settings > Network & Internet > Status. Scroll down and select "Network reset". This will remove and reinstall all your network adapters and set other networking components back to their original settings.
    2. Re-register Settings App: Sometimes, issues with the Settings app can affect network settings. You can re-register the Settings app using PowerShell. Open PowerShell as an administrator and run the following commands:
         Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
         Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
      
      After running these commands, restart your computer.
    3. Check Network Drivers: Since you have already reinstalled the motherboard drivers, ensure that the network drivers are also updated. You can do this through Device Manager. Right-click on the Start button, select Device Manager, find your network adapter, right-click it, and choose "Update driver".
    4. Use Windows Troubleshooter: Go to Settings > Update & Security > Troubleshoot > Additional troubleshooters. Run the "Internet Connections" troubleshooter to identify and fix issues.
    5. Check Firewall Settings: Ensure that your firewall is not blocking your internet connection. You can temporarily disable it to see if that resolves the issue.
    6. Reset TCP/IP Stack: Open Command Prompt as an administrator and run the following commands:
         netsh int ip reset
         netsh winsock reset
      
      Restart your computer after running these commands.

    If these steps do not resolve the issue, you may need to consider a fresh installation of Windows 11. Since you have a Windows 8 license, you can download the Windows 11 installation media from Microsoft's website and create a bootable USB drive. Make sure to back up your data before proceeding with the installation to avoid data loss.


    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.