Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Networking»Why is My Wi-Fi Not Working on Surface Laptop? 10 Ways to Fix It

Why is My Wi-Fi Not Working on Surface Laptop? 10 Ways to Fix It

Deep ShresthaBy Deep ShresthaFebruary 22, 2023
Surface WiFi Not Working

If the Wi-Fi is not working on your Surface laptop, it could either mean that the Wi-Fi does not have internet access or the laptop is not connected to any Wi-Fi networks. Windows displays a no-internet or globe icon on the system tray when the Wi-Fi on the Surface laptop does not work.

In order for your system to connect to a router and access the internet, several networking components must function—it includes the router, the network adapter, and all its respective drivers. However, even if all these component works, the network settings must be configured correctly. As such, we will discuss all the possible ways to get Wi-Fi up and running on your Surface laptop.

Table of Contents

  • Some Basic Fixes
  • Run Network Troubleshooter
  • Enable/Disable Wireless Adapter
  • Whitelist MAC Address
  • Check Network Services
  • Reset TCP/IP Stack
  • Use Static IP Address
  • Enable Wi-Fi from UEFI
  • Update/Re-install Network Drivers
  • Update Windows

Some Basic Fixes

  • Power cycle both the Surface laptop and router.
  • You can start by checking if the Wi-Fi works on another device. If you can access the internet on the second device, the issue is with your Surface Laptop. If not, the issue is likely with the router.
  • If your laptop connects to the Wi-Fi, but cannot access the internet it is possible that you have a loose connection on the WAN port or issues on the ISP end. To confirm that check the LED lights on the router, especially the WAN(or Internet) LED. If it is blinking properly, you have an internet connection.
  • You can also try moving closer to the router. Physical obstacles such as walls and furniture could cause network interference and restrict you from connecting to Wi-Fi.

Run Network Troubleshooter

Running the Troubleshooter utility in Windows scans your system for possible errors. Once the system finds the problem, it suggests you change specific windows settings which should fix the issue you are currently facing.

  1. Press the Windows and I key simultaneously to open Windows Settings.
  2. On the left panel of Settings, go to System.
  3. Now on the right panel, scroll down and click on Troubleshoot.
    open troubleshooter surface wifi not working
  4. Select Other troubleshooters.
    other troubleshooter wifi not working surface
  5. Now, run the Network Adapter Troubleshooter and wait for the troubleshooting process to complete.run network adapter troubleshooter wifi not working surface laptop
  6. The troubleshooter will scan the system for possible issues with the Network Adapter and recommend some settings to fix said issues.

Enable/Disable Wireless Adapter

Sometimes, the wireless adapter in your motherboard may not work properly. Insufficient physical memory, a laggy system, or a network driver unable to initialize functions could stop the adapter from functioning. 

Disabling and re-enabling the wireless adapter will restart the component which should fix the issue with your Wi-Fi.

  1. Open Run by pressing the Windows + R key simultaneously.
  2. Type ncpa.cpl and press Enter.
    network properties wifi not working on suface
  3. Right-click on Wi-Fi and select Disable.
    disable device wifi not working
  4. Wait a few minutes, then enable the device again.

Alternatively, you can also use the Device Manager to disable the Wi-Fi Adapter.

  1. Right-click on the Windows icon and open Device Manager.
  2. Double-click on Network adapters to expand it.
  3. Right-click on the Wireless Network Controller.
  4. Select Disable device.
    disable device from device manager
  5. Wait a few minutes and then enable the device again.

Whitelist MAC Address

If restarting the wireless adapter does not work, you can check router settings to see if your Network Interface Controller’s (NIC) MAC address is blacklisted. Checking the MAC address filter in the router can be a lengthy process. You can refer to our article on MAC address filtering for a step-by-step guide on whitelisting a MAC address.

Check Network Services

Several network-related services need to be running for you to access the internet. You can check if all the services are running.

  1. Open Run.
  2. Type services.msc and press Enter. Here, you will see all Windows Services.
    open services wifi not working sirface laptop
  3. Double-click on the Network Connections.
    network services wifi not workingsurface
  4. Make sure that the Startup type is not Disabled and the Service status is Running.
    check startup type and service status wifi not working
  5. If it is not running, click on Start.
  6. Click Apply and then OK.

Similarly, check if all the services mentioned below are running.

  • DHCP Client
  • COM+ Event System
  • DNS Client
  • Remote Procedure Call (RPC)
  • WLAN AutoConfig
  • Workstation

Reset TCP/IP Stack

Resetting the TCP/IP (Transmission Control Protocol/Internet Protocol) stack clears the resources allocated to the connection and all the network configurations will be set to default. If incorrect network configuration is stopping the Wi-Fi from working, you can try resetting the TCP/IP stack.

  1. Open Run, and type cmd.
    run command prompt wifi not working surface
  2. Now, press Ctrl + Shift + Enter. This will open the Command prompt as an Administrator.
  3. Now type the following command and press Enter after each command.
    • Netsh winsock reset: Resets network request handling component 
    • Netsh int ip reset: Resets registry values related to TCP servicenetwork and ip reset wifi not working
    • ipconfig /release: it clears all network adapter configurations
    • ipconfig /renew: renews networking configurationrelease-and-renew-ip
  4. Restart your system.

Use Static IP Address

When a device connects to the router, the DHCP server provides an IP address. The device then uses this address to communicate with the router and access the internet. However, network connection issues or errors in the DHCP server could result in the router assigning an incorrect IP address. In such cases, you need to assign an IP address manually.

  1. Open Run and type cmd.
    run command prompt wifi not working surface
  2. Press Ctrl + Shift + Enter to open Command Prompt as Admin.
  3. Type ipconfig and then press Enter.
  4. Here, note the Default Gateway, IPv4 Address and Subnet mask.
    ipconfig surface laptop wifi not working
  5. Now, open Run, type ncpa.cpl and press Enter.
    network properties wifi not working on surface
  6. Double-click on Wi-Fi. This will open its properties.
  7. Click on Properties.
    wifi adapter properties wifi not working surface
  8. Under This connection uses the following items:, double click on Internet Protocol Version 4.
    ipvy properties wifi not working
  9. Check Use the following IP address.
  10. Here, use the Default Gateway and Subnet mask from step 4.
  11. The IP address depends on your router’s address or the Default Gateway. For example, if the default gateway is 192.168.1.49, you can use the IPv4 address 192.168.1.X Replace X with any number between 1 and 253 except 49 (router’s address).
    use stati ip address wifi not working on surface
  12. Finally set the Preferred DNS Server as 8.8.8.8 and the Alternate DNS server as 8.8.4.4.
  13. Click on OK and try using the Wi-Fi.

Enable Wi-Fi from UEFI

In a Surface laptop, you can also access the UEFI firmware settings to enable and disable the entire component. If the Wi-Fi is disabled from the UEFI settings, you cannot access Wi-Fi in Windows.

To enable Wi-Fi in surface UEFI,

  1. Turn off the Laptop.
  2. Press and hold the volume-up key. 
  3. Now, press and release the power button.
  4. Once you see the Surface or the Microsoft icon, release the volume-up key. You should boot into UEFI. If that does not work, you need to release the volume-up key after you are in the UEFI firmware settings.
  5. On the left panel, go to Devices.
  6. Now, on the right panel, make sure that Wi-Fi & Bluetooth is On.
    enable wifi wurface wifi not working
  7. Go to Exit on the left panel and select Restart now.
    exit uefi wifi not working surface laptop
  8. Once the system restarts, check if the Wi-Fi works.

Update/Re-install Network Drivers

Corrupted drivers or outdated network adapter drivers may run into several issues with the Operating system. This might result in issues such as the one you are currently facing. If you do not see any optional updates, you can try updating the Network driver manually from Device Manager.

  1. On the desktop, right-click on the Windows icon and select Device Manager.
  2. Expand Network Adapter.
  3. Double-click on Wireless Network Controller to open its Properties.
  4. Go to the Driver tab and select the Update driver.
    update wifi driver surface laptop not working
  5. Click on Search automatically for drivers.
  6. Restart your computer once the driver update is complete.

If updating the driver does not work, it could be that a corrupted driver is causing the issue. You need to uninstall and reinstall network drivers.

  1. Open the Wireless Network Controller properties in Device Manager. 
  2. Go to the Driver tab and click on Uninstall Device.
    disable device wifi not working surface
  3. Click on Uninstall.
  4. To reinstall, restart your system. The OS will automatically reinstall the necessary drivers.

Update Windows

Microsoft brings several updates to your current version of Windows. These updates might bring new features, security upgrades, or simple bug fixes. If the issue is due to bugs in Windows, updating your versions of Windows to the latest version should fix the Wi-Fi.

  1. Open Windows Settings.
  2. Go to Windows Update.
  3. Click on Download and install Updates or Check for updates. 
    check for windows update wifi not working surface
  4. Once the download is complete, restart your system to install pending updates

Besides adding new features to Windows, Microsoft also provides driver updates through optional updates.

  1. In Windows Settings, go to Windows update > Advanced Options.
  2. Here, select Optional Updates.
    advanced option optional update wifi not working surface
  3. Under Driver updates, check if there are any pending Wi-Fi driver Updates. If so, check the driver and click on Download and Install.
fix
Deep Shrestha
  • Twitter
  • LinkedIn

Deep Shrestha works as a computer hardware writer at TechNewsToday with several hardware and programming certifications. Although he has been writing technical content for more than a year, his interest in hardware components started at a very young age ever since he heard about PC building. Pursuing his passion, he has assembled several desktop computers. Besides building desktop PCs, Deep also has hands-on experience fixing software and hardware issues on laptops and desktop computers. Using all this knowledge and skills about computer hardware, he's on a quest to make content that's easy to read and understand for everyone. You can contact him at deep@technewstoday.com

Related Posts

how to forward ports

How to Port Forward on Router—Complete Guide

May 16, 2023
my computer wont connect to the internet but others will

Fix: My Computer Won’t Connect to the Internet But Others Will

April 28, 2023
powershell-get-ip-address

How to Get IP Address in PowerShell (Private & Public)

April 18, 2023
ethernet splitter vs switch

Ethernet Splitter Vs Switch—What’s the Difference?

April 17, 2023
usb-vs-pcie-wifi

USB Vs PCIe Wi-Fi—Which One is Better?

March 31, 2023
my computer won't connect to wifi

Fixed: My Computer Won’t Connect to Wi-Fi

March 17, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
Best-1200W-PSU

8 Best 1200W PSUs for Extreme PC Builds in 2023

May 16, 2023
Best-1000W-PSU

10 Best 1000W PSUs in 2023

May 16, 2023
best-700w-psu

10 Best 700W PSUs for Gaming in 2023

May 14, 2023
You may also like
antimalware service executable high memory

Fix: Antimalware Service Executable High Memory

May 18, 2023
printer-printing-pink

Why is My Printer Printing Pink? 6 Ways to Fix It

May 18, 2023
how to clean usb c port

How to Clean USB-C Port Safely

May 17, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday, editor@technewstoday.com | Tech Central Pvt. Ltd.

Type above and press Enter to search. Press Esc to cancel.