Quick Answer
The WiFi option goes missing because Windows lost contact with the wireless adapter. The most common causes are airplane mode being on, the adapter being disabled in Device Manager, the WLAN AutoConfig service being stopped, or a corrupted driver. Restart the WLAN AutoConfig service first. That alone fixes the majority of cases.
Introduction
You open the taskbar network icon and the WiFi toggle is gone. You check Settings, go to Network and Internet, and the WiFi section is not there either. The adapter may still be physically inside the laptop, but Windows is acting like wireless does not exist.
This happens for one of a handful of reasons: a service stopped running, a driver got corrupted by a Windows update, the adapter was disabled either by accident or by a power management routine, or in a smaller number of cases the wireless card itself has physically failed or become unseated.
This guide walks you through a triage-first workflow. You will identify the exact cause before touching any settings, then apply the right fix in the right order. Every fix here includes what to do if it fails so you never get stuck.
Symptoms of This Problem
- WiFi toggle missing from the taskbar quick settings panel
- No WiFi section visible in Settings under Network and Internet
- Device Manager shows no wireless adapter under Network Adapters
- Wireless adapter shows a yellow warning triangle in Device Manager
- Windows Network Troubleshooter reports “WiFi adapter not found”
- Ethernet still works but wireless is completely absent
- WiFi disappeared after waking the laptop from sleep or hibernate
- WiFi disappeared the morning after a Windows update installed
Start Here: Fast Diagnosis
Work through this in order. Most users find their cause within the first three checks.
Is Airplane Mode on? Click the network icon in the taskbar. If you see Airplane Mode highlighted or active, that is your answer. Turn it off. Done.
If Airplane Mode is off, continue.
Is the adapter visible in Device Manager but disabled? Right-click Start, open Device Manager, expand Network Adapters. If you see a wireless adapter with a downward arrow icon next to it, it has been manually disabled. That is your cause. Enable it from there.
If there is no wireless adapter listed at all under Network Adapters, continue.
Is WLAN AutoConfig running? Press Win + R, type services.msc, press Enter. Scroll to WLAN AutoConfig. If the status shows Stopped or the service is set to Manual or Disabled, that is your cause. Start it and set it to Automatic.
If WLAN AutoConfig is already running and the adapter is still absent, continue.
Did this start immediately after a Windows update? If yes, the update likely replaced or corrupted your wireless driver. Go directly to Fix 4 (Reinstall the Driver).
Is the adapter absent from Device Manager entirely? Click View in Device Manager and select Show Hidden Devices. Check again. If it still does not appear, go to Fix 6 (BIOS Check) and Fix 7 (Power Flush) before assuming hardware failure.
Tools You Need
Built-in Windows tools:
- Device Manager (Win + X, then Device Manager)
- Services (Win + R, type services.msc)
- Command Prompt run as Administrator
- Windows Network Troubleshooter (Settings > System > Troubleshoot > Other Troubleshooters)
- Network Reset (Settings > Network and Internet > Advanced Network Settings)
Software tools:
- Your laptop manufacturer’s support page (Dell, HP, Lenovo, ASUS, Acer, MSI) to download the correct wireless driver
Hardware tools (only if reaching the hardware phase):
- USB WiFi adapter (purchase cost roughly $10 to $25) for testing or as a temporary workaround
- Small Phillips screwdriver if reseating the internal wireless card
Troubleshooting Matrix
| Symptom | Likely Cause | Fast Fix |
| WiFi toggle missing, Airplane Mode light is on | Airplane Mode active | Turn off Airplane Mode |
| Adapter visible in Device Manager with downward arrow | Adapter manually disabled | Right-click and enable |
| No adapter in Device Manager, WLAN AutoConfig stopped | Service not running | Start WLAN AutoConfig service |
| WiFi disappeared right after a Windows update | Driver replaced or corrupted | Reinstall OEM driver |
| Adapter present but WiFi still missing | Power management killed adapter | Disable power saving on adapter |
| No adapter in Device Manager even with hidden devices shown | BIOS disabled or hardware failure | BIOS check, then power flush |
| Both WiFi and Bluetooth missing simultaneously | Combo card unseated or failed | Reseat or replace wireless card |
What Causes WiFi to Disappear
Airplane Mode Was Switched On
Windows 11 makes Airplane Mode easy to activate accidentally. The toggle lives in the quick settings panel right next to the WiFi button, and one wrong tap on a touchscreen or keyboard shortcut (Fn + F12 on many laptops) flips it on. When Airplane Mode is active, all wireless radios are disabled and the WiFi toggle vanishes completely from the interface. Users often do not realize Airplane Mode can be activated by a key press and assume the problem is hardware.
Confirmation sign: the taskbar network icon shows a small airplane symbol instead of a wireless signal icon.
The Wireless Adapter Was Disabled
Windows, or a third-party power management tool, can disable the wireless adapter in Device Manager. This also happens when users accidentally right-click the adapter and click Disable Device. The adapter still physically exists inside the laptop, but Windows treats it as though it is off. The WiFi option disappears from Settings because Windows checks the adapter state before displaying the wireless interface.
Confirmation sign: Device Manager shows the wireless adapter with a downward-pointing arrow over the icon.
WLAN AutoConfig Service Is Not Running
WLAN AutoConfig is the Windows service that manages wireless network discovery and connections. If this service is stopped, set to Manual, or set to Disabled, Windows will not show any WiFi options anywhere in the interface. This is one of the most common causes that gets overlooked because users focus on drivers and miss the service layer entirely. A Windows update can reset this service to a non-starting state. Third-party networking tools can also conflict with it and cause it to stop.
Confirmation sign: Open Services (services.msc) and find WLAN AutoConfig showing a status of Stopped.
A Windows Update Corrupted or Replaced the Driver
Windows Update regularly installs generic Microsoft-signed wireless drivers during major updates. These generic drivers often do not fully support the specific wireless chipset in your laptop and can make the adapter invisible to Windows, or cause it to appear with a yellow error triangle in Device Manager. The update replaces the OEM-tuned driver that shipped with your laptop. This is the most common cause when a user wakes up to find WiFi gone and remembers Windows updated overnight.
Confirmation sign: WiFi disappeared within 24 hours of an update, and Device Manager shows the adapter with a yellow triangle or error code.
Power Management Put the Adapter to Sleep Permanently
Windows power management is designed to turn off the wireless adapter when it is not actively being used in order to extend battery life. On some laptops, particularly those running on battery during sleep or hibernate, the adapter fails to wake back up correctly. The result looks identical to a missing adapter. This is more common on older laptops with MediaTek or older Realtek chipsets. Some OEM power management software makes this behavior worse by being overly aggressive with power gating.
Confirmation sign: WiFi disappears after the laptop wakes from sleep, and a full restart brings it back temporarily before it disappears again.
The Wireless Adapter Is Disabled in BIOS
This one is rarely checked but comes up regularly in repair shops. Some laptop BIOS versions include a setting to enable or disable the onboard wireless adapter at the firmware level. If a BIOS update changed this setting, or if someone entered BIOS and toggled it, the adapter will not appear in Windows at all because Windows never receives the hardware signal that it exists. No driver reinstall or service restart will fix this until the BIOS setting is corrected.
Confirmation sign: Wireless adapter is completely absent from Device Manager even after showing hidden devices, but a USB WiFi adapter works fine when plugged in.
The Wireless Card Is Physically Unseated or Failed
On most laptops, the WiFi card is an M.2 or Mini PCIe module that connects to the motherboard via a small slot. If the laptop was dropped, opened for cleaning, or had another component replaced (RAM, SSD), the wireless card can shift slightly in its slot. Even a fraction of a millimeter of movement can break the connection. True hardware failure of the wireless chipset itself is less common but does happen, particularly on older machines.
Confirmation sign: Both WiFi and Bluetooth disappeared at the same time. Plugging in a USB WiFi adapter allows the laptop to connect to wireless networks normally.
What We See Most Often
The most common call in the shop is the update scenario. Someone’s laptop updated overnight and they woke up with no WiFi option. In the majority of those cases the WLAN AutoConfig service was stopped by the update process, or the generic Microsoft driver replaced the OEM one. Restarting the service and reinstalling the manufacturer driver resolves it.
The second most common is power management. The user says WiFi disappears after sleep but comes back after a full restart. That pattern almost always points to the power saving setting on the adapter itself, not a driver problem. Disabling power management on the adapter permanently fixes it.
The third pattern is accidental Airplane Mode. It sounds obvious but it happens more than you would expect, especially on touchscreen convertible laptops where the edge of the palm catches the toggle.
Hardware failure is the least common cause, but users jump to that conclusion first because the symptom is alarming. Check every software cause before assuming the wireless card is dead.
How to Diagnose the Problem
Step 1: Check Airplane Mode in taskbar quick settings.
Click the network icon cluster in the bottom-right corner of the taskbar. Look for an Airplane Mode tile that is highlighted. Also check Settings > Network and Internet > Airplane Mode.
Expected Result: Airplane Mode is off and the WiFi toggle should appear. If Failed: Airplane Mode was on, turn it off. If WiFi still does not appear, continue to Step 2.
Step 2: Check Device Manager for the wireless adapter.
Press Win + X and open Device Manager. Expand the Network Adapters section. Look for any entry containing Intel Wireless, Realtek Wireless, Qualcomm Atheros, MediaTek WiFi, or similar.
Expected Result: The adapter is listed. If Failed: Click View, select Show Hidden Devices, and check again. If it still does not appear, skip to Step 5.
Step 3: Check the adapter status.
If the adapter is listed, right-click it and select Properties. Check the Device Status field in the General tab.
Expected Result: Device Status reads “This device is working properly.” If Failed: Note the error code shown. Code 10 points to a driver problem. Code 22 means the device was disabled. A yellow triangle means driver failure.
Step 4: Check the WLAN AutoConfig service.
Press Win + R, type services.msc, hit Enter. Scroll to WLAN AutoConfig. Check the Startup Type and Current Status columns.
Expected Result: Startup Type is Automatic, Status is Running. If Failed: Double-click the service, set Startup Type to Automatic, click Start, then OK. Recheck whether WiFi appears.
Step 5: Test with a USB WiFi adapter.
If the internal adapter is completely absent from Device Manager even after showing hidden devices, plug a USB WiFi adapter into the laptop.
Expected Result: Windows detects the USB adapter and WiFi options appear. If Failed: If Windows does not detect the USB adapter either, this points to a broader Windows networking issue rather than a hardware problem. Run the network stack reset in Fix 8.
Which Fix Usually Works?
| Fix | Typical Success Rate | Cost | Difficulty |
| Turn off Airplane Mode | Very Common | Free | Easy |
| Enable adapter in Device Manager | Very Common | Free | Easy |
| Restart WLAN AutoConfig service | Very Common | Free | Easy |
| Reinstall OEM wireless driver | Common | Free | Easy |
| Disable power management on adapter | Common | Free | Easy |
| Enable wireless in BIOS | Occasional | Free | Moderate |
| Power flush | Occasional | Free | Easy |
| Network stack reset (netsh) | Occasional | Free | Easy |
| Full Network Reset | Occasional | Free | Moderate |
| Reseat or replace wireless card | Rare | $10 to $60 | Hard |
Step-by-Step Fixes
Fix 1: Turn Off Airplane Mode
Cost: Free Time: 30 seconds Difficulty: Easy
Click the network icon cluster in the taskbar (the icons for WiFi, speaker, and battery together). Look for the Airplane Mode tile. If it appears highlighted or active, click it to turn it off.
If you cannot find the toggle there, press Win + I to open Settings. Go to Network and Internet. Click Airplane Mode. Toggle it off.
On many laptop keyboards you can also press Fn + F2, Fn + F12, or similar key combinations (varies by brand) to toggle Airplane Mode. Check the function key row on your keyboard for an airplane icon.
Expected Result: WiFi toggle reappears in the taskbar and in Settings. If Failed: Airplane Mode was not the cause. Continue to Fix 2. Technician Tip: On touchscreen convertible laptops, the palm of your hand can swipe and tap the quick settings panel while the screen is rotating. Airplane Mode turning on by itself is common on 2-in-1 models.
Fix 2: Enable the Wireless Adapter in Device Manager
Cost: Free Time: 2 minutes Difficulty: Easy
Right-click the Start button and select Device Manager. Expand the Network Adapters section by clicking the arrow next to it. Look for your wireless adapter. It may be labeled Intel Wi-Fi, Realtek Wireless LAN, Qualcomm Atheros, or MediaTek WiFi.
If the adapter shows a downward arrow (disabled icon), right-click it and select Enable Device. Wait a few seconds for Windows to re-enable it. Check whether the WiFi option has returned in the taskbar.
If the adapter is listed with a yellow triangle, that points to a driver problem. Right-click, select Properties, note the error code, then move to Fix 4.
Expected Result: WiFi toggle reappears immediately after enabling the adapter. If Failed: The adapter was already enabled or the icon came back but WiFi is still missing. Continue to Fix 3. Technician Tip: If the adapter is completely absent from Device Manager, click View at the top and select Show Hidden Devices. The adapter may be hidden rather than fully missing.
Fix 3: Start the WLAN AutoConfig Service
Cost: Free Time: 3 minutes Difficulty: Easy
Press Win + R. Type services.msc and press Enter. The Services window opens. Scroll down to find WLAN AutoConfig in the alphabetical list.
If the Status column shows Stopped, right-click the service and select Start. If the Startup Type column shows Manual or Disabled, right-click the service, select Properties, change the Startup Type dropdown to Automatic, then click Start under Service Status, then click OK.
After starting the service, check whether WiFi has returned in the taskbar.
Expected Result: WiFi toggle reappears within seconds of starting the service. If Failed: The service starts but WiFi still does not appear, or the service fails to start with an error. Continue to Fix 4. If the service starts but repeatedly stops on its own, a driver corruption issue is likely the underlying cause. Technician Tip: If WLAN AutoConfig fails to start with an error, open Command Prompt as Administrator and run: sc config WlanSvc start= auto then net start WlanSvc. That forces it through the command line if the GUI path fails.
Fix 4: Reinstall the Wireless Driver (OEM Version)
Cost: Free Time: 10 to 20 minutes Difficulty: Easy
Go to your laptop manufacturer’s support page on a separate device (phone or another computer) and download the wireless driver for your exact model.
- Dell: support.dell.com
- HP: support.hp.com
- Lenovo: support.lenovo.com
- ASUS: asus.com/support
- Acer: acer.com/support
- MSI: msi.com/support
Transfer the driver file to a USB drive and move it to the affected laptop. Before installing the new driver, uninstall the existing one first.
Open Device Manager, expand Network Adapters, right-click the wireless adapter, and select Uninstall Device. Check the box to delete the driver software when prompted, then confirm. Restart the laptop. After the restart, run the driver installer you downloaded from the manufacturer’s site.
Expected Result: WiFi option returns after driver installation and restart. If Failed: If the adapter still does not appear after installing the driver, try Fix 5 and Fix 6 before assuming hardware failure. Technician Tip: Do not use Windows Update or the “Update Driver” option inside Device Manager to find the wireless driver. Windows often installs a generic Microsoft-signed driver that does not fully support your specific chipset. Always get the driver from the laptop manufacturer’s support page, not from the chipset vendor (Intel, Realtek, Qualcomm) directly, as the OEM version is calibrated for your exact hardware configuration. Expert Warning: If the driver installer fails partway through, boot into Safe Mode with Networking and run a driver cleanup utility (Display Driver Uninstaller works for wireless too) before reinstalling. A half-installed driver can block subsequent installs.
Fix 5: Disable Power Management on the Wireless Adapter
Cost: Free Time: 5 minutes Difficulty: Easy
This fix permanently stops Windows from turning off the wireless adapter to save power. It is the correct fix when WiFi disappears after sleep but returns after a full restart.
Open Device Manager and expand Network Adapters. Right-click the wireless adapter and select Properties. Click the Power Management tab. Uncheck the box next to “Allow the computer to turn off this device to save power.” Click OK.
Next, open Control Panel. Go to Hardware and Sound, then Power Options. Click “Change plan settings” on your current plan. Click “Change advanced power settings.” Scroll down to Wireless Adapter Settings and expand it. Expand Power Saving Mode. Change it to Maximum Performance. Click Apply and OK.
Restart the laptop and test whether WiFi remains stable after the next sleep cycle.
Expected Result: WiFi stays present after sleep and hibernate cycles. If Failed: Power management was not the root cause. The adapter keeps disappearing after restarts even without sleep involved. Continue to Fix 6. Technician Tip: On laptops with OEM power management software (HP Command Center, Dell Power Manager, Lenovo Vantage), those apps can override the Windows-level setting. Check the manufacturer’s power management app and set its wireless policy to performance mode as well.
Fix 6: Check if Wireless Is Disabled in BIOS
Cost: Free Time: 10 minutes Difficulty: Moderate
Restart the laptop. As it begins to boot, press the BIOS entry key repeatedly. The key varies by brand:
- Dell: F2
- HP: F10 or Esc then F10
- Lenovo: F1 or F2 (some models use the small Novo button near the charging port)
- ASUS: F2 or Delete
- Acer: F2
- MSI: Delete
Once inside BIOS, look for a section called Advanced, Onboard Devices, Connectivity, or similar. Look for a setting related to WLAN, Wireless LAN, or Wireless Adapter. Make sure it is set to Enabled.
Press F10 to save and exit. The laptop will restart and Windows will load.
Expected Result: The wireless adapter now appears in Device Manager and WiFi returns. If Failed: The BIOS setting was already enabled or toggling it made no difference. Continue to Fix 7. Expert Warning: Do not change any other BIOS settings unless you know exactly what they do. Changing the wrong setting can prevent the laptop from booting. If you are unsure, look for a “Load Setup Defaults” or “Restore Defaults” option which returns all settings to factory values.
Fix 7: Perform a Power Flush
Cost: Free Time: 5 minutes Difficulty: Easy
A power flush forces all hardware controllers, including the wireless card, to completely reinitialize. This fixes adapter states that get stuck in a way that a normal restart does not clear.
Shut the laptop down completely from the Start menu. Do not use Restart. Unplug the charger. If the battery is removable, take it out. Press and hold the power button for 60 seconds. This drains any residual charge from the motherboard capacitors.
If the battery is not removable, just unplug the charger, hold the power button for 60 seconds, then reconnect the charger and power on normally.
After powering on, check whether the wireless adapter has returned in Device Manager.
Expected Result: The adapter reappears and WiFi is accessible. If Failed: Power flush did not clear the stuck state. The issue is either a driver problem (Fix 4) or a deeper configuration problem (Fix 8). Continue.
Fix 8: Reset the Network Stack
Cost: Free Time: 5 minutes Difficulty: Easy
This repairs corruption in the Winsock catalog and TCP/IP settings without removing your saved WiFi passwords. Run this when the adapter is present but the WiFi option is still not appearing correctly, or when the troubleshooter reports network stack corruption.
Click Start, type cmd, right-click Command Prompt, and choose Run as Administrator. Type each of the following commands and press Enter after each one:
netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /flushdns
ipconfig /renew
After all commands complete, restart the laptop.
Expected Result: WiFi option returns after restart and the network stack responds normally. If Failed: Stack corruption was not the primary issue. Move to Fix 9 if the problem persists. Technician Tip: These commands work offline. You do not need an internet connection to run them. The repair is local to your machine’s configuration files.
Fix 9: Full Network Reset
Cost: Free Time: 10 minutes (plus one restart) Difficulty: Moderate
This is a last-resort software fix. It removes all network adapters from Windows, clears saved WiFi profiles, and reinstalls network components from scratch. Use this only after Fixes 1 through 8 have failed.
Press Win + I to open Settings. Go to Network and Internet. Scroll down and click Advanced Network Settings. Click Network Reset. Read the warning on screen, then click Reset Now. The laptop will restart automatically.
After the restart, Windows will reinstall all network adapters and reset network settings to default. You will need to reconnect to your WiFi network and re-enter the password.
Expected Result: WiFi option returns and the adapter is functioning correctly. If Failed: The problem is not software-related. At this point, move to the hardware section below. Expert Warning: Network Reset removes VPN adapters, Hyper-V virtual switches, and any custom proxy settings. On corporate devices, this can break managed network configurations. Check with your IT department before running Network Reset on a work laptop.
Mistakes That Make the Problem Worse
Running Windows Update immediately to fix the issue. If a Windows update caused the WiFi to disappear in the first place, installing another update rarely fixes it and can make driver conflicts worse. Roll back or reinstall the OEM driver first.
Clicking Update Driver inside Device Manager and assuming Windows found the right one. Device Manager’s automatic update often installs the generic Microsoft driver, not the OEM-calibrated one. The generic driver frequently does not fully support the specific wireless chipset in your laptop.
Running Network Reset as the first step. Network Reset deletes all saved WiFi passwords and custom network settings. It is a last resort, not a starting point. Starting with it makes recovery harder without any payoff.
Downloading the wireless driver from the chipset manufacturer instead of the laptop manufacturer. Intel, Realtek, and Qualcomm publish universal drivers for their chipsets. Your laptop manufacturer (Dell, HP, Lenovo, etc.) releases a version customized for the power levels and antenna configurations on your specific machine. The universal driver sometimes works, but the OEM version is always the correct choice.
Reinstalling Windows without trying a Network Reset first. A full Windows reinstall takes hours and erases data. Network Reset achieves most of the same result in ten minutes. Always run Network Reset before considering a reinstall for a WiFi issue.
Assuming the hardware is dead because the adapter is absent from Device Manager. The wireless card appears absent in Device Manager when it is disabled in BIOS, when Airplane Mode is on at a hardware level, or when a firmware glitch is holding it in an unresponsive state. A power flush resolves the firmware glitch scenario. Test with a USB WiFi adapter before concluding the internal card has failed.
Ignoring the BIOS wireless setting. Most guides do not mention BIOS at all. In the shop, a disabled wireless adapter in BIOS is something we see specifically after BIOS updates on HP and Lenovo models. It is worth checking before opening the laptop.
Brand-Specific Considerations
Dell
Dell laptops use Intel or Qualcomm wireless chipsets on most models. The correct driver is always available at support.dell.com by entering the Service Tag (found on a sticker on the bottom of the laptop). Dell also has a hardware diagnostic tool called SupportAssist that can check whether the wireless adapter is physically functional. On Latitude and Precision business models, the BIOS has a granular wireless setting under the Wireless section of the Setup menu. Dell Inspiron models tend to have the BIOS wireless toggle in the System Configuration tab. Dell’s WiFi Catcher button (found on older Inspiron models) is a hardware switch that can physically cut wireless if pressed accidentally.
HP
HP laptops commonly use Intel or Realtek wireless adapters. HP’s support site (support.hp.com) identifies the correct driver automatically when you enter the product number. HP models are more likely than average to experience the power management issue where the adapter does not wake from sleep correctly. Running HP Support Assistant from a working state beforehand and having it cache drivers is good practice. Some HP Pavilion and Envy models have a physical WiFi switch that is easy to accidentally move. On HP laptops, the BIOS wireless setting is in the System Configuration section, and BIOS updates on HP machines have historically been known to reset the wireless adapter to Disabled.
Lenovo
Lenovo splits its lineup between consumer (IdeaPad, Legion) and business (ThinkPad) models. ThinkPads have an Intel wireless chipset in most configurations and the Lenovo Vantage app manages driver updates. ThinkPads also have a hardware wireless kill switch at the BIOS level that can be toggled from the Security settings inside BIOS. Lenovo uses Fn + F5 or Fn + F8 on many models to toggle wireless. IdeaPad models sometimes use MediaTek WiFi 6 adapters, which have a known issue where the adapter fails to wake from hibernate on certain driver versions. The fix for MediaTek on Lenovo IdeaPad is to download the MediaTek driver from Lenovo’s support page specifically, not from MediaTek’s own site.
ASUS
ASUS laptops use Intel or MediaTek wireless adapters depending on the tier. Gaming models (ROG, TUF) tend to use Intel WiFi 6 or 6E. ASUS MyASUS app handles driver updates and is the recommended way to get wireless drivers on ASUS hardware. ASUS uses Fn + F2 to toggle the wireless adapter on most models. ASUS BIOS (UEFI) has a wireless toggle in the Advanced section. On ASUS laptops, the combination of ASUS Armoury Crate (on gaming models) and Windows power management can conflict, causing the adapter to stay off after gaming sessions when power limits are applied.
Acer
Acer laptops use Qualcomm or Intel wireless adapters. Acer’s support page at acer.com/support requires the serial number to find the correct driver. Acer models running on battery are particularly prone to the power management WiFi disappearing issue because Acer’s default power plan is aggressive with wireless power gating. Fn + F3 is the typical wireless toggle on Acer machines. Acer’s BIOS is simpler than other brands and the wireless setting is usually found in the Main or Chipset section.
MSI
MSI gaming laptops use Intel WiFi 6 or 6E adapters on most current models. MSI Dragon Center (now called MSI Center) can interfere with wireless settings when game mode is active. On MSI models, disabling the Killer Networking software (if installed) and using the standard Intel wireless driver often resolves persistent WiFi disappearing issues. MSI BIOS has a wireless toggle in the Settings section. MSI’s Fn key combination for wireless varies by model but is typically printed on the function key row.
Repair Shop Diagnosis
When a laptop comes in with a missing WiFi option, the first thing checked is always the software layer before touching the hardware.
The diagnostic sequence in the shop starts with Device Manager to confirm whether the adapter is present at all. If it is present but shows an error code, the driver is uninstalled and the OEM version is reinstalled. If the adapter is absent, the next check is BIOS to confirm the wireless adapter is enabled at the firmware level.
If the BIOS check passes and the adapter is still absent, a power flush is run. If the adapter appears after the power flush, the cause is a firmware-level glitch and the fix is permanent.
If the adapter still does not appear after all software and firmware checks, a USB WiFi adapter is plugged in. If Windows detects it and WiFi works through the USB adapter, the internal wireless card has failed and needs replacement.
The internal wireless card replacement costs between $20 and $60 for the part. Labor adds $50 to $100 at most shops depending on the laptop model and how accessible the card is. On most laptops the wireless card is accessible by removing the bottom panel, which takes under 15 minutes with the right tools. On ultrathin models like some Dell XPS or ASUS ZenBook variants, the motherboard removal is required, which adds significant time and cost.
Diagnostic fees for a WiFi issue typically run $30 to $60. Shops generally waive the diagnostic fee if repair is approved.
When Hardware Replacement Is Necessary
If a USB WiFi adapter works correctly in your laptop but the internal adapter does not appear in Device Manager after all software fixes have been tried, the internal wireless card has either failed or has become physically disconnected from the motherboard.
The wireless card in most laptops is an M.2 2230 module (on newer machines) or a Mini PCIe card (on older machines). Both form factors use a small connector and two antenna wires. The card can be reseated by removing the bottom panel, disconnecting the two antenna wires, lifting the card from the slot, and firmly pressing it back in.
If reseating the card does not work, the card itself needs replacement. The model number is usually printed on the card. Common replacements include Intel AX200, AX201, AX210, and AX211. Most of these cost between $15 and $35. Buying from the original equipment manufacturer or a reputable electronics supplier (not generic marketplace listings) is strongly recommended for wireless cards.
Stop Troubleshooting and Seek Professional Repair If
You smell burning or see visible scorch marks on the motherboard or near the wireless card connector. This points to an electrical short that can damage other components if power is applied.
The laptop was exposed to liquid and WiFi stopped working shortly after. Corrosion from liquid damage spreads across the motherboard and can reach the wireless card or its connector traces. Professional cleaning is required.
Both WiFi and Bluetooth disappeared after the laptop was opened for cleaning or a RAM upgrade, and reseating the wireless card has not helped. The antenna wires may have been damaged or disconnected from the display assembly during the work.
The wireless card slot or the M.2 connector on the motherboard appears physically damaged. Attempting to insert a new card into a damaged slot can destroy both the card and the motherboard connector.
Prevention Tips
Set your wireless adapter to Maximum Performance in Windows Power Options. This is the single most effective setting to prevent the sleep-related WiFi disappearing issue. Do it now before the problem returns.
Install Windows updates on a schedule rather than letting them install automatically overnight. This gives you a restore point before each update and makes it easy to roll back a driver that breaks WiFi.
Download your laptop manufacturer’s wireless driver and save it to a USB drive before any major Windows update. If the update breaks WiFi, the driver is ready to reinstall without needing another device to download it.
Check BIOS for a wireless adapter setting after every BIOS update. Some BIOS updates reset the wireless adapter to Disabled as a side effect, which is not well documented by manufacturers.
Install your laptop manufacturer’s official support app (Lenovo Vantage, HP Support Assistant, ASUS MyASUS, Dell SupportAssist). These apps pull the correct OEM drivers for your exact model rather than generic versions.
Keep the laptop’s bottom vents clear. Overheating causes erratic hardware behavior including wireless adapter failures. The wireless card sits close to the main board and high temperatures affect its reliability over time.
Avoid using generic USB hubs with the laptop if the wireless card is an M.2 module. Some poorly designed hubs create USB power noise that interferes with the PCIe lanes the wireless card uses, which can cause the adapter to drop or become unresponsive.
Frequently Asked Questions
Why did my WiFi option disappear after a Windows update?
Windows updates frequently replace the OEM wireless driver with a generic Microsoft-signed version. The generic driver does not always fully support your specific wireless chipset, which causes the adapter to stop working or become invisible. Reinstalling the wireless driver from your laptop manufacturer’s support page, not from Windows Update, resolves this in the majority of cases.
My WiFi disappears after sleep but comes back after a restart. What is causing this?
This is a power management issue. Windows is turning off the wireless adapter during sleep to conserve battery, and the adapter is not waking up correctly. Open Device Manager, go to your wireless adapter’s Properties, click the Power Management tab, and uncheck “Allow the computer to turn off this device to save power.” Set the wireless adapter to Maximum Performance in Power Options as well.
The wireless adapter is completely missing from Device Manager. Does this mean my hardware is broken?
Not necessarily. Click View in Device Manager and select Show Hidden Devices to check for a hidden adapter first. Then enter BIOS and confirm the wireless adapter is enabled at the firmware level. Run a power flush. If the adapter still does not appear after all of those steps, plug in a USB WiFi adapter to test. If the USB adapter works, the internal card has likely failed.
WLAN AutoConfig is not listed in my Services at all. What do I do?
This is rare but does happen after certain Windows corruptions. Open Command Prompt as Administrator and run: sc config WlanSvc start= auto followed by net start WlanSvc. If that returns an error saying the service does not exist, running SFC and DISM may restore it: run sfc /scannow first, then DISM /Online /Cleanup-Image /RestoreHealth, then restart and check Services again.
Will a full Network Reset delete my saved WiFi passwords?
Yes. Network Reset removes all saved wireless profiles and passwords. Make sure you know your WiFi password before running it, because you will need to reconnect manually afterward. Network Reset also removes VPN adapters and custom proxy settings, so use it as a last resort.
My WiFi and Bluetooth both disappeared at the same time. Are they related?
On most laptops, WiFi and Bluetooth share a single combination wireless card. If both disappeared simultaneously, the card itself is either unseated from its slot or has failed. Check whether the issue started after any physical work was done on the laptop. Reseating the wireless card is the first hardware step to try.
Can I use a USB WiFi adapter as a permanent replacement for the internal card?
Yes. A USB WiFi adapter plugged into a USB port will give you full wireless connectivity. Budget adapters cost around $10 to $15. For a more permanent feel, a compact adapter that sits flush with the laptop’s side profile works better than a large protruding one. USB adapters have slightly higher latency than internal cards but work well for everyday use.
The network troubleshooter says it fixed the problem but WiFi is still missing. What now?
The Windows troubleshooter often reports success when it has only attempted a fix, not confirmed the result. Ignore the success message. If WiFi is still missing after the troubleshooter runs, check the WLAN AutoConfig service manually (Fix 3), then reinstall the OEM driver (Fix 4).
Conclusion
A missing WiFi option is almost always a software or configuration problem, not a hardware failure. Start with Airplane Mode and the WLAN AutoConfig service, then move to driver reinstallation if those do not resolve it. Power management is the culprit when the issue keeps returning after sleep. Hardware replacement becomes the answer only when a USB WiFi adapter confirms the internal card is physically gone. Work through the fixes in order and you will have WiFi back in most cases without touching the hardware at all.