Skip to content
Follow
Windows

How to Turn On or Off Downloading Windows Updates on Metered Internet in Windows 11

Richard
Written by
Richard
Mar 9, 2026 Updated Jul 12, 2026 4 min read
How to Turn On or Off Downloading Windows Updates on Metered Internet in Windows 11
How to Turn On or Off Downloading Windows Updates on Metered Internet in Windows 11

Windows 11 lets you control whether it downloads updates on a metered internet connection.

A metered connection is an internet plan that has a data limit, like a mobile hotspot. Windows normally downloads only important updates on these connections to save your data.

This feature helps you avoid using too much data and potentially incurring extra charges. You can choose to download all updates or just the essential ones when your data is limited.

⚡ Quick Answer

Open Settings, go to Windows Update, then Advanced options. Toggle “Download updates over metered connections” on to allow all updates or off to restrict to essential ones on limited data.

How To Turn On or Off Automatic Update Downloads on Metered Connections

Option 1Use the Settings App (Easy Way)

  1. Press Windows key + I to open Settings.
  2. On the left side, click Windows Update.
  3. On the right side, click Advanced options.
  4. Find the setting called Download updates over metered connections.
  5. Turn it On if you want Windows to download all updates even on limited data.
  6. Turn it Off (default) if you want to save data and download only important updates.
  7. You can now close the Settings window.

You can manage your metered connections using the Settings app. Open Settings, navigate to Windows Update, then Advanced options, and you’ll find the setting for automatic downloads.

Windows 11 Settings showing Update Advanced options menu
Windows 11 Advanced Options screen showing Windows Update settings
Download updates over metered connections toggle setting Windows 11
Download updates over metered connections toggle setting Windows 11



Option 2Use a Registry File (For Advanced Users)

For advanced users, changing Windows 11’s behavior on metered connections can be done with a registry file. This method lets you manually adjust settings to save data on limited internet plans. A specific command can enable or disable automatic update downloads when you’re on a metered connection.

To enable downloading updates on metered connections, run the command below.

🗝️Registry
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings" /v AllowAutoWindowsUpdateDownloadOverMeteredNetwork /t REG_DWORD /d 1 /f

If you wish to disable these downloads (which is the default), use this command:

🗝️Registry
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings" /v AllowAutoWindowsUpdateDownloadOverMeteredNetwork /t REG_DWORD /d 0 /f

After running the command, remember to restart your computer for the changes to take effect.


Option 3Use Local Group Policy Editor (For 🪟 Windows 11 Pro and above)

Windows 11 Pro users have a powerful tool, the Local Group Policy Editor, to manage update downloads on metered connections. This lets you decide if Windows should download all updates, even when your internet data is limited. Access it by typing ‘gpedit.msc’ and navigating through specific folders.

  1. Press Windows key + R, type gpedit.msc, and press Enter to open Local Group Policy Editor.
  2. Go to:

    Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage end user experience
  3. In the right pane, double-click Allow updates to be downloaded automatically over metered connections.
  4. To allow automatic updates over metered connections, select Enabled, then click OK.
  5. To block them, select Disabled or Not Configured (default), then click OK.
  6. Close the Group Policy Editor and restart your PC.
Group Policy Editor metered connection update download settings
Group Policy Editor metered connection update download settings
Group Policy metered connection options configuration in Windows 11
Group Policy metered connection options configuration in Windows 11

Option 4Use Registry File for Policies (Advanced)

An advanced way to control updates on metered connections in Windows 11 uses a specific registry file for policies. This method allows for fine-tuning how Windows handles data usage for updates. You can use commands to either allow or prevent automatic downloads, helping you manage your limited internet plan effectively.

To enable:

🗝️Registry
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v AllowAutoWindowsUpdateDownloadOverMeteredNetwork /t REG_DWORD /d 1 /f

To disable (default):

🗝️Registry
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v AllowAutoWindowsUpdateDownloadOverMeteredNetwork /t REG_DWORD /d 0 /f

To remove this setting and use default behavior:

🗝️Registry
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v AllowAutoWindowsUpdateDownloadOverMeteredNetwork /f

Remember to restart your computer after applying these changes.


Summary

  • You can control whether Windows 11 downloads all updates automatically on metered (limited data) connections.
  • Use the Settings app for the easiest way.
  • Advanced users can use Registry Editor or Group Policy Editor for more control.
  • Always be sure you have administrator rights before making these changes.
  • Checking these settings can help you avoid unexpected extra data charges.

Several methods exist for controlling whether Windows 11 downloads all updates automatically when using a metered connection (meaning limited data). The easiest method is the Settings app, while advanced users can use Registry Editor or Group Policy Editor for more control over these downloads.

What happens if I turn off the metered connection?

Step 5: Turn Off Metered Connection. This means there will be no restrictions on data usage for that specific connection. After completing these steps, your internet connection will no longer be seen as metered by Windows 11. This allows your system to download updates and transfer data without any limitations.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Enable or Disable Mobile Hotspot in Windows 11
Windows How to Enable or Disable Mobile Hotspot in Windows 11
How to Turn Metered connection On or Off with Cellular Connection in Windows 11
Windows How to Turn Metered connection On or Off with Cellular Connection in Windows 11
How to Reset Local Security Policy Settings to Default in Windows 11
Windows How to Reset Local Security Policy Settings to Default in Windows 11
How to Enable or Disable Windows Update Delivery Optimization in Windows 11
Windows How to Enable or Disable Windows Update Delivery Optimization in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *