Guide: Setting Up or Removing Wi-Fi Cost Tracking in Win11

Guide: Setting Up or Removing Wi-Fi Cost Tracking in Win11

David Lv11

Guide: Setting Up or Removing Wi-Fi Cost Tracking in Win11

If you’re using a capped internet connection, such as a mobile hotspot, you’d want to limit your Windows PC’s background data usage. That way, you ensure that background processes, like OneDrive or Steam, do not use up all your data while your computer’s on.

But how do you configure your PC to treat a Wi-Fi network as a metered or unmetered connection? Luckily, Windows 11 provides a couple of different ways to enable or disable metered connections for a Wi-Fi network. Let’s go over both of them in detail.

1. Enable or Disable Metered Connections for a Wi-Fi Network Using the Settings App

TheNetwork & internet section in the Settings app serves as a central location for all the network-related settings on Windows. You can visit that section to quickly enable or disable a metered connection for your computer’s Wi-Fi network. Here are the steps for the same.

  1. Open theStart menu and click thegear-shaped icon tolaunch the Settings app .
  2. SelectNetwork & internet from the left sidebar.
  3. Click onWi-Fi from the right pane.
  4. Go toManage known networks .
  5. Select the network you want to configure.
  6. Enable the toggle next toMetered connection to set the Wi-Fi network as metered. If you want to set the network as an unmetered connection, disable the toggle.
    Enable or Disable Metered Connection in Windows 11 Using Settings App

Note that you’ll have to repeat the above steps for each Wi-Fi network separately. Following that, Windows will remember your network preferences.

2. Enable or Disable Wi-Fi Metered Connections via the Command Prompt

If you’re a power user who prefers to make system changes with a command-line tool, you can use theCommand Prompt to enable or disable metered connection for a Wi-Fi network on Windows. Here’s how you can go about it.

  1. Right-click theStart icon or use theWin + X keyboard shortcut to open the Power User menu.
  2. SelectTerminal (Admin) from the list.
  3. SelectYes when the User Account Control (UAC) prompt appears.
  4. In the terminal window, type the following command and pressEnter to view a list of network profiles on your computer:
    netsh wlan show profiles
    Network Profiles in Windows
  5. Note down the Wi-Fi network name for which you want to enable or disable the metered connection option.
  6. Next, run the following command to determine whether your connection is metered or unmetered.
    netsh wlan show profile name="Wi-Fi Name"
    Make sure you replaceWi-Fi Name in the above command with the actual name of the network noted in the last step.
  7. Under theCost settings section, check the value next to theCost field. If it readsFixed , the network is set as a metered connection. Conversely, if it readsUnrestricted , it is designated as an unmetered connection.
  8. Type the following command and pressEnter to mark the network as a metered connection.
    netsh wlan set profileparameter name="Wi-Fi Name" cost=Fixed
    Disable Metered Connection in Windows 11 Using Command Prompt

If you want to disable the metered connection for a network, run the following command instead.

netsh wlan set profileparameter name="Wi-Fi Name" cost=Unrestricted

The Command Prompt should display a message once the network profile is updated. After that, you can close the terminal window.

Aside from the above, you can view important details about your Wi-Fi network using the Command Prompt. If you’re interested in doing that, check our guide onthe best commands to manage wireless networks on Windows .

Efficiently Manage Your Data With Metered Connection

Enabling or disabling the metered connection option for Wi-Fi networks in Windows is relatively simple, regardless of the method you use.

If you have a limited data plan, you can also set a data usage limit for your Wi-Fi connection. This way, Windows will notify you when you approach the set data limit.

Also read:

  • Title: Guide: Setting Up or Removing Wi-Fi Cost Tracking in Win11
  • Author: David
  • Created at : 2024-06-25 11:24:00
  • Updated at : 2024-06-26 11:24:00
  • Link: https://win11.techidaily.com/guide-setting-up-or-removing-wi-fi-cost-tracking-in-win11/
  • License: This work is licensed under CC BY-NC-SA 4.0.