Skip to content
Follow
Windows

How to Enable Microsoft Product Updates in Windows 11

Richard
Written by
Richard
Mar 8, 2022 Updated Sep 15, 2026 3 min read
How to Enable Microsoft Product Updates in Windows 11
How to Enable Microsoft Product Updates in Windows 11

Microsoft Product Updates in Windows 11 downloads fixes for apps like Office and Edge at the same time your PC installs regular system updates. Turning on this option keeps programs secure and up to date in one go, so you do not have to check each app by hand.

Advertisement
⚡ Quick Answer

Go to Settings , select Windows Update , then Advanced options. Toggle the switch for “Receive updates for other Microsoft products” to On. This automatically installs updates for Office, Edge, and other Microsoft software.

Advertisement

How to enable updates via Settings

Enabling Microsoft product updates in Windows 11 lets you automatically receive the latest bug fixes and security patches for apps like Office and Visual Studio. You can turn on this feature directly within the main Windows Update settings menu without needing any advanced tools or commands.

  1. Select Windows Update on the left menu.
  2. Click on Advanced options on the right side.
Windows Update Advanced options tile
Windows Update Advanced options tile

Scroll down the Advanced options screen to find the section labeled Receive updates for other Microsoft products. Flip the switch to ‘On’ to enable updates, or to ‘Off’ if you wish to disable them.

Windows Update receive updates for other Microsoft products
Windows Update receive updates for other Microsoft products

Understanding Windows Update Lifecycles and Channels

Windows 11 manages system stability by dividing updates into specific lifecycles and channels like standard consumer releases and enterprise builds. Knowing how these update paths work helps you control when new features and security patches install on your computer.

How to check your 🪟 Windows 11 version

To check your current build, press the Win, type winver, and press Enter. This command displays your version and OS build number. Knowing your build number helps confirm you are running a supported version of Windows 11.

Manual Update Catalog Integration

If an update fails to install, download it manually from the Microsoft Update Catalog. Search for the specific KB (Knowledge Base, a library of help articles and patch documentation) article ID, which is a unique identifier for a specific patch. Manual installation can sometimes overcome temporary update service issues.

Advertisement

Managing updates using Terminal (Admin Required)

Managing Microsoft product updates using Terminal gives you advanced control over system software packages through administrative command lines. You can use PowerShell commands to check, install, or block specific updates when the standard Settings app does not give you enough options.

Right-click the Start button and select Terminal (Admin) to open the console with the necessary elevated permissions. Within the Terminal, select the PowerShell tab and run the following commands to manage update settings.

To enable updates, run this command:

(New-Object -com "Microsoft.Update.ServiceManager").AddService2("7971f918-a847-4430-9279-4a52d1efe18d",7,"")

To disable updates, run this command:

Advertisement
(New-Object -com "Microsoft.Update.ServiceManager").RemoveService("7971f918-a847-4430-9279-4a52d1efe18d")

Summary

Keeping Microsoft product updates turned on in Windows 11 ensures your apps and system tools run securely and smoothly. You can easily manage these updates using either the standard Settings app or advanced Terminal commands depending on your preference.
  • Why: Updating Microsoft products keeps your system secure and improves overall performance.
  • What: Enabling these settings ensures your apps receive the latest fixes automatically.
  • Settings: Use the Windows Settings app for a simple toggle switch.
  • Terminal: Use PowerShell commands for quick, advanced control over your update preferences.
  • Manual: Use the Microsoft Update Catalog to install specific KB patches if automatic updates fail.

How do I check if my 🪟 Windows 11 version is still supported?

To check if your Windows 11 version is still supported, visit Microsoft's official lifecycle page. You can find your current OS build number by typing 'winver' in the search bar and comparing it to the list there. If your version is no longer supported, update right away.

What is the difference between a quality update and a feature update?

A quality update, often called a cumulative update, provides security patches and bug fixes to keep your system stable. A feature update is a larger release that adds new tools, design changes, and major functionality to Windows 11. Quality updates happen monthly, while feature updates typically arrive once per year.

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.

3161 articles → Twitter
Advertisement

📚 Related Tutorials

How to Disable Automatic Windows Updates in Windows 11
Windows How to Disable Automatic Windows Updates in Windows 11
How to Enable or Disable Get the Latest Windows Updates Soon in Windows 11
Windows How to Enable or Disable Get the Latest Windows Updates Soon in Windows 11
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically
How to Check for App Updates Using Windows Update in Windows 11
Windows How to Check for App Updates Using Windows Update 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 *