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

The Network & 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 the Start menu and click the gear-shaped icon to launch the Settings app.
  2. Select Network & internet from the left sidebar.
  3. Click on Wi-Fi from the right pane.
  4. Go to Manage known networks.
  5. Select the network you want to configure.
  6. Enable the toggle next to Metered 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 the Command 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 the Start icon or use the Win + X keyboard shortcut to open the Power User menu.
  2. Select Terminal (Admin) from the list.
  3. Select Yes when the User Account Control (UAC) prompt appears.
  4. In the terminal window, type the following command and press Enter 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 replace Wi-Fi Name in the above command with the actual name of the network noted in the last step.
  7. Under the Cost settings section, check the value next to the Cost field. If it reads Fixed, the network is set as a metered connection. Conversely, if it reads Unrestricted, it is designated as an unmetered connection.
  8. Type the following command and press Enter 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 on the 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.