How to Disable Wi-Fi on a Computer: All Methods (2026)

Disabling Wi-Fi on your computer can be necessary for a variety of reasons, from saving battery life to protecting against unauthorized access. Some users disable the network before important meetings to avoid distracting notifications, while others do so to restrict internet access for children or employees. In this article, we'll cover all possible ways to disable Wi-Fi, including software and hardware methods.

It is important to understand that disabling the adapter And network blocking These are different procedures. In the first case, you simply deactivate the wireless module, while in the second, you can completely block connections to specific networks or all networks at once. We'll cover both options and explain how to restore Wi-Fi access if something goes wrong.

1. Quickly disable Wi-Fi via the taskbar

The easiest way is to use the network icon in the lower-right corner of the screen (tray). This method works in all versions. Windows 10/11 and does not require administrator rights.

Click on the Wi-Fi (or network) icon in the tray → in the menu that opens, find the button Wi-Fi (usually the second one from the top) → click on it to disable it. The icon will change from blue to gray, and the status will change to DisabledTo reconnect, repeat the same steps.

  • ✅ Fast and convenient - no need to open settings
  • ✅ Works without administrator rights
  • ⚠️ Doesn't block the network completely - the adapter remains active
  • ⚠️ After rebooting, Wi-Fi may turn on automatically
📊 How often do you turn off Wi-Fi on your computer?
Every day
Several times a week
Only in emergency cases
Never

If the network icon has disappeared from the tray, you can get it back: go to Settings → Personalization → Taskbar → Notification area and enable the display of the icon Net.

2. Disabling Wi-Fi via Windows Settings

A more reliable method is to disable the adapter in the system settings. This will ensure that Wi-Fi won't re-enable itself after a reboot (unless configured otherwise).

Instructions for Windows 10/11:

  1. Open Parameters (Win + I).
  2. Go to the section Network and Internet → Wi-Fi.
  3. Move the slider Wi-Fi in position Off.
  4. To completely disable the adapter, click Managing known networks → select network → Forget.
Action Result Do you need admin rights?
Disabling the Wi-Fi slider The adapter is deactivated, but networks are saved No
Forget the network Deletes saved passwords, the network will not connect automatically Yes
Disabling the adapter in Device Manager Complete deactivation of the module until manual activation Yes

Important: if you use Windows 11, the interface may differ slightly - some menu items have been moved to Network and Internet → Advanced network settings.

3. Completely disable the adapter in the Device Manager

This method completely disables the wireless module, as if it were physically disconnected. It's suitable for situations where you need to reliably block Wi-Fi (for example, to protect against data leaks).

How to disable:

  1. Click Win + X → select device Manager.
  2. Expand the branch Network adapters.
  3. Find the device with the words Wireless, Wi-Fi or 802.11 (For example, Intel(R) Wi-Fi 6 AX200).
  4. Right click → Disconnect the device.
⚠️ Attention: After disabling the adapter through Device Manager, Wi-Fi won't work until manually re-enabled, even after a reboot. To regain access, repeat the steps and select Activate the device.

If there are multiple wireless adapters in the list (for example, a built-in one and a USB one), disable only the one you need. Use the model number as a guide—you can find it in your computer's documentation or by using the command:

wmic nic get name, netconnectionid

4. Block Wi-Fi via the command line (CMD)

For experienced users, there's a way to disable Wi-Fi using commands. This is convenient if you need to automate the process (for example, via a script) or manage the network remotely.

Use these commands in CMD (run as administrator):

  • 🔹 Disable Wi-Fi:
    netsh interface set interface "Wi-Fi" admin=disable

    Replace "Wi-Fi" the name of your adapter (you can find it out with the command netsh interface show interface).

  • 🔹 Turn on Wi-Fi:
    netsh interface set interface "Wi-Fi" admin=enable
  • 🔹 Delete all saved networks:
    netsh wlan delete profile name= i=
    Carefully! After this command you will have to enter passwords again.

Team netsh wlan set autoconfig enabled=no Completely disables automatic connection to networks - Wi-Fi will not turn on even after a reboot until you return the value yes.

Make sure CMD is running as administrator.

Check the adapter name with the command `netsh interface show interface`

Save network passwords if you plan to use `delete profile`

Remember the commands to turn it back on-->

5. Disabling Wi-Fi on macOS (for Apple computers)

On MacBook or iMac the procedure is different from WindowsThere are two main ways here: through the menu and through Terminal.

Method 1: Via the menu bar

Click on the Wi-Fi icon in the upper right corner → select Turn off Wi-FiTo completely remove the network, open System Preferences → Network → Wi-Fi → Advanced and remove unnecessary networks from the list.

Method 2: Via Terminal

Open Terminal (through Spotlight or Programs → Utilities) and enter:

  • 🔹 Disable Wi-Fi:
    networksetup -setairportpower en0 off

    (replace en0 on your interface - you can find out with the command networksetup -listallhardwareports)

  • 🔹 Turn on Wi-Fi:
    networksetup -setairportpower en0 on
⚠️ Attention: On newer versions of macOS (Sonoma and later), you may need to confirm via Touch ID or administrator password to run commands in Terminal.

6. Blocking Wi-Fi at the router level

If you need to disable Wi-Fi for all devices on the network, rather than just one computer, it's easier to do so through the router settings. This method is useful, for example, for parental controls or data savings.

Instructions:

  1. Connect to the router via cable or through another computer.
  2. Open your browser and enter the router's IP address (usually 192.168.0.1 or 192.168.1.1).
  3. Log in (default logins/passwords are indicated on the router sticker).
  4. Find the section Wireless network (Wi-Fi) or Wireless.
  5. Disable the option Enable wireless broadcasting (Enable Wireless).
  6. Save settings (Apply or Save).

Some routers (eg. ASUS or TP-Link) allow you to customize Wi-Fi operating scheduleIn this case, the network will turn off automatically at a specified time (for example, at night or during the workday).

What should I do if I can't access my router settings?

If your router's IP address is not accessible, try:

1. Check the cable connection (if using Ethernet).

2. Reset the router using the button Reset (hold for 10 seconds).

3. Find out the correct IP using the command ipconfig (Windows) or ifconfig (macOS/Linux) - look for the line Main gateway.

4. Try alternative addresses: 192.168.8.1 (for some models TP-Link), 192.168.100.1 (For Zyxel).

7. Hardware Wi-Fi disabling (physical blocking)

If software methods aren't suitable (for example, on a corporate PC with limited privileges), you can physically disable the Wi-Fi module. This is a radical approach, but it guarantees 100% blocking.

Options:

  • 🔧 Disable antennas: on some laptops (for example, Dell Latitude or Lenovo ThinkPadThe Wi-Fi antennas are connected to the motherboard separately and can be carefully disconnected by removing the back cover.
  • 🔌 Use a USB dongle: for external Wi-Fi adapters (e.g. TP-Link TL-WN725N) just remove the device from the port.
  • 🔒 Button lock: Some laptop models have a hardware Wi-Fi switch (for example, on HP EliteBook or old ones Acer). It is usually located on the front panel or next to the keyboard.
⚠️ Attention: Disassembling your laptop may void your warranty. If you're unsure of your skills, contact a service center. Also, remember that physically disconnecting your laptop will prevent Wi-Fi from working until you reassemble it.

On some motherboards (eg. ASUS ROG or MSI) The Wi-Fi module is soldered and has no connectors - in this case, hardware disabling is only possible by removing the module with a soldering iron.

8. How to block access to specific websites via Wi-Fi

If the goal is not to disable Wi-Fi completely, but to restrict access to certain resources (social networks, games, torrents), you can use built-in tools Windows or third-party programs.

Method 1: Via file hosts

File hosts Allows you to block websites at the system level. Open it with administrator rights (C:\Windows\System32\drivers\etc\hosts) and add lines like this:

127.0.0.1   vk.com

127.0.0.1 www.vk.com

127.0.0.1 facebook.com

Once saved, these sites will no longer be accessible in any browser.

Method 2: Through Windows Firewall

  1. Open Control Panel → Windows Firewall → Advanced settings.
  2. Select Outbound Rules → Create Rule.
  3. Specify the path to the browser executable file (for example, C:\Program Files\Google\Chrome\Application\chrome.exe).
  4. Select Block connection and apply the rule.

For more flexible settings (for example, blocking on a schedule), programs like Cold Turkey or FreedomThey allow you to temporarily disable access to websites or the entire internet using a timer.

FAQ: Frequently asked questions about disabling Wi-Fi

Is it possible to disable Wi-Fi on a laptop if I don't have administrator rights?

Yes, but the options are limited. You can:

  • Disable Wi-Fi via the taskbar (network icon).
  • Use the hardware switch (if available on the case).
  • Turn off the router physically (remove the plug from the socket).

To completely disable the adapter or change settings, you need administrator rights.

Why does Wi-Fi turn off by itself?

The reasons may be different:

  • 🔋 Energy saving: The power saving mode is enabled in the adapter settings.
  • 🔄 Drivers: outdated or corrupted Wi-Fi driver.
  • 📡 Interference: weak signal or conflict with other networks.
  • Router settings: Power saving mode or MAC address restriction is enabled.

Check it out Windows Event Log (eventvwr.msc) for network related errors.

How to disable Wi-Fi on Linux (Ubuntu, Mint, Fedora)?

On most distributions, use the commands:

  • 🔹 Disable the adapter:
    sudo ifconfig wlan0 down

    (replace wlan0 on your interface - you can find out with the command iwconfig)

  • 🔹 Enable adapter:
    sudo ifconfig wlan0 up
  • 🔹 Disable the Network Management service (to completely block it):
    sudo systemctl stop NetworkManager

For the graphical interface, use nm-connection-editor (install via sudo apt install network-manager-gnome, if absent).

Is it possible to turn off Wi-Fi remotely (for example, for a child)?

Yes, there are several ways:

  • 🌐 Via router: use parental controls (for example, on ASUS This AiProtection → Parental Control).
  • 📱 Via apps: Google Family Link (for Android) or Screen Time (for iOS) allow you to restrict the Internet.
  • 🖥️ Via TeamViewer: if the target PC has TeamViewer With administrator rights, you can connect and disconnect Wi-Fi manually.

For reliability, combine methods - for example, set up blocking on the router And in the system.

What should I do if Wi-Fi doesn't turn on after turning it off?

Try the following steps:

  1. Restart your computer.
  2. Check if the adapter is turned on Device Manager.
  3. Update your Wi-Fi driver via Settings → Update & Security → Windows Update.
  4. Reset network settings:
    netsh winsock reset
    

    netsh int ip reset

    Then restart your PC.

  5. If nothing helps, try rolling back the system to a restore point.