Skip to content
Follow
Windows

How to Enable Microsoft Product Updates in Windows 11

Richard
Written by
Richard
Mar 8, 2022 Updated Aug 13, 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 let your computer update programs like Office and Edge at the exact same time it installs regular Windows patches. This built-in setting checks for and downloads new fixes for all your Microsoft apps in one simple run, so you do not have to check each program by hand.

Turning on this option keeps apps like Office 2016 and newer versions secure and up to date without extra work on your part.

⚡ 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.

How to enable updates via Settings

Turning on Microsoft product updates for apps like Office is possible directly from Windows 11 Settings. Navigate to Windows Update , then Advanced options, and toggle the ‘Receive updates for other Microsoft products’ switch to ‘On’. This action ensures your Microsoft apps receive the latest fixes automatically.

  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 updates in several ways to maintain smooth operation. Feature updates introduce new capabilities, while quality updates focus on security and bug fixes. Most PCs use the standard update channel, though corporate environments often rely on LTSC (Long-Term Servicing Channel) for strict stability.

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, you can download it manually from the Microsoft Update Catalog. Search for the specific KB (Knowledge Base) article ID, which is a unique identifier for a specific patch. Manual installation can sometimes overcome temporary update service issues.

Managing updates using Terminal (Admin Required)

For more advanced control over Microsoft product updates in Windows 11, the Windows Terminal can be used with administrator rights. Opening the Terminal and running specific PowerShell commands provides precise control over these updates for other Microsoft products, offering complete management capability.

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 then run the following commands to manage update settings.

To enable updates, run this command:

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

To disable updates, run this command:

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

Summary

Keeping your Microsoft products updated in Windows 11 is vital for security and smooth performance. Enabling these updates ensures your apps automatically receive the latest fixes, whether you use the settings toggle or more advanced Terminal commands. This proactive approach keeps your software running securely and efficiently.
  • 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, you need to 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.

2993 articles → Twitter

📚 Related Tutorials

How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically
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 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 *