Skip to content
Follow
Windows

How to Enable Microsoft Product Updates in Windows 11

Richard
Written by
Richard
Mar 8, 2022 Updated Jul 14, 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 automatically install updates for your Microsoft software, like Office and Edge, alongside Windows itself.

This setting ensures that your Microsoft applications stay current by checking for and downloading updates whenever Windows Update runs. It’s like getting one convenient package for all your Microsoft software fixes and new features.

Turning on this feature, which is part of Windows Update, is key to keeping your Microsoft products secure and running smoothly. For example, Office 2016 and newer versions get important security patches and new capabilities this way, without you needing to update them one by one.

⚡ 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

Within the Advanced options screen, locate the section titled 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. The standard channel is common, but businesses may opt for LTSC (Long-Term Servicing Channel) for enhanced stability.

How to check your 🪟 Windows 11 version

To check your current build, press the Windows key, 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.

To ensure your Windows 11 system receives the latest Microsoft product updates, open the Terminal application with administrator privileges. 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 simple 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.

📚 Related Tutorials

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 Pause Updates in Windows 11
Windows How to Pause Updates 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 *