How to Fix Wi-Fi Not Working on Windows 11

Featured image: Professional featured image for: How to Fix Wi-Fi Not Working on Windows 11. Modern laptop showing W

Few things derail a workday faster than a dropped connection. If you’re staring at a stubborn network icon and wondering why Wi-Fi is not working on Windows 11, you’re not alone—this is one of the most common issues users face after an update, a driver change, or a router hiccup. The good news? Most causes are simple to diagnose and fix.

In this guide, we’ll walk through practical, step-by-step solutions for Wi-Fi not working on Windows 11. Whether you’re a beginner following along at home or an IT administrator troubleshooting across a fleet of machines, these fixes cover everything from quick toggles to advanced network resets.

Introduction

Wi-Fi connectivity is one of the most critical functions of any Windows 11 device, yet it is also one of the most common sources of frustration. Whether you are a home user who suddenly sees a globe icon instead of the familiar wireless bars, or an IT administrator managing a fleet of laptops that refuse to connect to the corporate SSID, the underlying causes and fixes follow a predictable pattern. This guide covers how to fix Wi-Fi not working on Windows 11 in practical, step-by-step detail, moving from the simplest checks to deeper driver and configuration repairs.

The symptoms of a broken Wi-Fi connection on Windows 11 vary widely. You might see the network adapter missing entirely from Device Manager, the Wi-Fi toggle greyed out in Quick Settings, a “No Internet, secured” message, or an endless “Connecting…” loop. Each symptom points to a different layer of the problem: hardware, driver, service, or network configuration. Understanding which layer is failing saves time and prevents unnecessary reinstallation of Windows.

This article is written for two audiences. Beginners will find clear, numbered instructions with minimal jargon. IT administrators will find deeper diagnostics, command-line tools, and policy considerations that matter in managed environments. Because Windows 11 runs on both x86 and ARM64 hardware, one recurring theme throughout this guide is architecture awareness. Always verify software compatibility with your hardware architecture (ARM64 vs x86), especially when downloading drivers or third-party network utilities. A driver package built for x64 will not install on a Surface Pro X or other ARM-based device, and forcing it can leave the adapter in an unrecoverable state.

Another foundational principle: keeping your operating system updated before installation prevents dependency conflicts. Many Wi-Fi failures on Windows 11 are caused by outdated cumulative updates or missing servicing stack components that newer drivers depend on. Before you install drivers, reset network stacks, or apply any fix in this guide, ensure Windows Update has run to completion and your build is current.

Step 7: Technical tutorial screenshot: Test the complete workflow for How to Fix Wi-Fi Not Working on Window
Step 7 — Technical tutorial screenshot: Test the complete workflow for How to Fix Wi-Fi Not Working on Windows 11, computer screen showing setup progress

Prerequisites

Before attempting any repair, confirm you have the following in place. Skipping these checks is the leading cause of wasted effort.

  • A working internet connection: If Wi-Fi is down, you need an alternative path to download drivers and updates. Use an Ethernet cable, a USB tether from a smartphone, or a second computer to transfer files.
  • Administrator rights: Most fixes require elevation. Log in with an account that is a member of the local Administrators group, or have credentials ready for User Account Control prompts.
  • Hardware architecture knowledge: Know whether your system is x64 or ARM64. Check via Settings > System > About, under “System type.” This determines which driver package you download.
  • Device model and adapter details: Identify your Wi-Fi adapter in Device Manager under Network adapters. Note the manufacturer (Intel, Qualcomm, MediaTek, Realtek, Broadcom) and model number.
  • Windows 11 build version: Run winver from the Run dialog. Record the version and OS build. Driver vendors list minimum supported builds.
  • Recovery media (recommended): Have a Windows 11 installation USB available in case a driver change causes boot issues, rare but possible.
  • System Restore enabled: Verify a restore point exists before making registry or driver changes. This is your fastest rollback option.
Step 8: Technical tutorial screenshot: Document and maintain the setup for How to Fix Wi-Fi Not Working on W
Step 8 — Technical tutorial screenshot: Document and maintain the setup for How to Fix Wi-Fi Not Working on Windows 11, computer screen showing setup progress

Preparation

Preparation minimizes risk and makes the repair process repeatable. Work through these tasks in order.

Back up and document

Create a System Restore point manually via Control Panel > Recovery > Configure System Restore > Create. Name it something memorable like “Before WiFi Fix.” Export your current network profiles using netsh wlan export profile key=clear folder=C:\WifiBackup from an elevated Command Prompt. This preserves saved SSIDs and passwords so you can restore them later.

Update Windows first

Keeping your operating system updated before installation prevents dependency conflicts. Go to Settings > Windows Update and install all pending updates, including optional driver updates. Reboot when prompted. Repeat until no updates remain. This single step resolves a surprising number of Wi-Fi issues because Microsoft frequently ships network driver fixes through Windows Update.

Download correct drivers in advance

Visit your PC manufacturer’s support site or the adapter vendor’s site. Download the latest Windows 11 driver for your exact architecture. Save it to a local folder, not a network location. If you are on ARM64, confirm the download explicitly says ARM64. If only x64 is offered for an ARM device, do not install it; look for a generic inbox driver instead.

Gather diagnostic information

Open an elevated Command Prompt and run netsh wlan show interfaces. If the adapter appears, note its state. Run ipconfig /all and record whether the wireless adapter has an IP address. If the adapter is absent from both outputs, the problem is at the driver or hardware level.

Installation Steps

Step 1: Technical tutorial screenshot: Review prerequisites and compatibility for How to Fix Wi-Fi Not Worki
Step 1 — Technical tutorial screenshot: Review prerequisites and compatibility for How to Fix Wi-Fi Not Working on Windows 11, computer screen showing setup pr

Step 1: Review prerequisites and compatibility

Reconfirm the items from the Prerequisites section. Check that your Windows build meets the driver’s minimum requirement. Verify the driver package architecture matches your system. Open Device Manager, expand Network adapters, and note the exact adapter name and its current driver version under the Driver tab. If the adapter shows a yellow warning triangle, note the error code; Code 10 and Code 43 are common for Wi-Fi failures and indicate the device cannot start.

Step 2: Technical tutorial screenshot: Prepare the environment for How to Fix Wi-Fi Not Working on Windows 1
Step 2 — Technical tutorial screenshot: Prepare the environment for How to Fix Wi-Fi Not Working on Windows 11, computer screen showing setup progress

Step 2: Prepare the environment

Disconnect from any VPN or third-party network filter. Temporarily disable third-party antivirus firewalls that may interfere with driver installation. Disable “Fast Startup” under Control Panel > Power Options > Choose what the power buttons do, because Fast Startup can prevent drivers from loading correctly after a reboot. Create your System Restore point now if you have not already. Close all applications and save your work.

Step 3: Technical tutorial screenshot: Configure core settings for How to Fix Wi-Fi Not Working on Windows 1
Step 3 — Technical tutorial screenshot: Configure core settings for How to Fix Wi-Fi Not Working on Windows 11, computer screen showing setup progress

Step 3: Configure core settings

Before installing anything, ensure the relevant Windows services are running and set to Automatic. Open Services (services.msc) and verify the following:

  • WLAN AutoConfig (WlanSvc): Must be running. This service manages wireless profiles and connections.
  • Network Store Interface Service: Running.
  • Network Location Awareness: Running.
  • DHCP Client: Running.

If any are stopped, start them and set Startup Type to Automatic. Next, open Network Connections (ncpa.cpl) and confirm the Wi-Fi adapter is enabled. If it is disabled, right-click and select Enable. Finally, run the built-in troubleshooter: Settings > System > Troubleshoot > Other troubleshooters > Network and Internet. This resolves many simple misconfigurations automatically.

Step 4: Technical tutorial screenshot: Run the main installation procedure for How to Fix Wi-Fi Not Working
Step 4 — Technical tutorial screenshot: Run the main installation procedure for How to Fix Wi-Fi Not Working on Windows 11, computer screen showing setup progr

Step 4: Run the main installation procedure

Now perform the core repair. Follow this sequence carefully:

  • Uninstall the current driver: In Device Manager, right-click the Wi-Fi adapter and choose Uninstall device. Check “Attempt to remove the driver for this device” if offered. Do not restart yet.
  • Scan for hardware changes: In Device Manager, click Action > Scan for hardware changes. Windows will attempt to reinstall the inbox driver. If the adapter returns and works, you are done with this step.
  • Install the downloaded driver: If the inbox driver fails, run the vendor installer you downloaded. Choose a clean install if the option is available. When prompted, allow the installer to reset the adapter.
  • Manual INF installation (advanced): If no installer exists, right-click the adapter in Device Manager, choose Update driver > Browse my computer > Let me pick > Have Disk, and point to the INF file in the extracted driver folder.
  • Reboot: Restart the computer. Do not skip this; many driver changes only take effect after a full restart.

If the adapter still does not appear, run the network reset: Settings > Network & internet > Advanced network settings > Network reset. This removes and reinstalls all network adapters and resets networking components to defaults. You will need to re-enter Wi-Fi passwords afterward.

Step 5: Technical tutorial screenshot: Verify the installation for How to Fix Wi-Fi Not Working on Windows 1
Step 5 — Technical tutorial screenshot: Verify the installation for How to Fix Wi-Fi Not Working on Windows 11, computer screen showing setup progress

Step 5: Verify the installation

After the reboot, confirm the fix:

  • Open Device Manager and verify the Wi-Fi adapter shows no warning icons.
  • Check that the Wi-Fi toggle in Quick Settings is available and not greyed out.
  • Run netsh wlan show interfaces and confirm the state reads “connected” or “disconnected” rather than “hardware off.”
  • Connect to a known network and confirm internet access by loading a webpage.
  • Run ping 8.8.8.8 and ping google.com to verify both IP connectivity and DNS resolution.
Step 6: Technical tutorial screenshot: Configure post-install options for How to Fix Wi-Fi Not Working on Wi
Step 6 — Technical tutorial screenshot: Configure post-install options for How to Fix Wi-Fi Not Working on Windows 11, computer screen showing setup progress

Step 6: Configure post-install options

With the adapter working, apply finishing touches. Set the network profile to Private for trusted home or office networks. Re-enable any antivirus firewalls you disabled. Restore your exported Wi-Fi profiles using netsh wlan add profile filename="C:\WifiBackup\profile.xml". In Device Manager, open the adapter’s Power Management tab and uncheck “Allow the computer to turn off this device to save power” if you experienced intermittent drops. Finally, re-enable Fast Startup if you disabled it, or leave it off for more reliable driver initialization.

Post-Installation

Once Wi-Fi is restored, take steps to prevent recurrence. Keep Windows Update, the driver, and firmware current. Many vendors release Wi-Fi firmware updates through their support utilities; install them when available. Monitor for repeat disconnections using Event Viewer under Windows Logs > System, filtering for WLAN-AutoConfig events. Frequent event ID 8003 or 11004 warnings suggest signal or driver instability.

For IT administrators, consider deploying standardized driver packages through Intune or Configuration Manager rather than allowing users to install drivers ad hoc. This ensures architecture-correct drivers reach ARM64 and x64 devices appropriately. Document the working driver version for each hardware model in your fleet, and test new drivers in a pilot ring before broad deployment.

Performance tuning options include disabling unnecessary background scanning, prioritizing the 5 GHz or 6 GHz band on capable adapters, and ensuring your access point firmware is current. On laptops, verify that power plans do not aggressively throttle the wireless adapter; set the Wireless Adapter Settings power saving mode to Maximum Performance when plugged in.

Troubleshooting

If Wi-Fi still fails after following all steps, work through these diagnostics.

Adapter missing entirely

Check BIOS/UEFI for a disabled wireless radio. Some laptops have a hardware Wi-Fi switch or a function key (often Fn+F2 or similar) that toggles the radio. Test the adapter in another operating system via a live USB to rule out.

You now have a complete workflow for How to Fix Wi-Fi Not Working on Windows 11. Keep your system updated, monitor resource usage, and revisit this guide when software versions change.

Next steps: harden your server firewall, set up automated backups, and explore related tutorials linked above.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *