How to Enable Microsoft Product Updates in Windows 11
Keeping your computer software current is vital for security and performance. This guide explains how to enable Microsoft product updates in Windows 11, ensuring your apps receive the latest features and security patches automatically.
Why should you update your software?
Software like Microsoft Office and other system tools require regular updates to fix bugs and close security holes. When you enable updates for these products, Windows handles the work for you. This keeps your computer running smoothly and protects your data from threats.
What happens when you enable this?
Once enabled, your computer will automatically check for and install updates for your installed Microsoft apps whenever it checks for general Windows updates. This ensures you always have the latest features and security patches without having to update each app manually.
How to enable updates via Settings
By default, Windows Updates is turned on. You can change this setting by following these steps:
- Open the Windows Settings app.
- Select Windows Update on the left menu.
- Click on Advanced options on the right side.
On the Advanced options screen, look for the section labeled Receive updates for other Microsoft products. Toggle the switch to On to enable updates, or Off to disable them.

Understanding Windows Update Lifecycles and Channels
Windows 11 follows a specific servicing cadence. Feature updates add new capabilities, while quality updates (cumulative updates) focus on security and bug fixes. Most users are on the General Availability channel. Enterprise users might use the LTSC (Long-Term Servicing Channel) for maximum stability. You can monitor your system status via the Windows Release Health dashboard.
How to check your Windows 11 version
To see your current build, press the Windows key, type winver, and press Enter. This displays your version and OS build number. Knowing your build helps you verify if you are running a supported version of Windows 11.
Manual Update Catalog Integration
If an update fails to install, you can manually download it from the Microsoft Update Catalog. Search for the specific KB (Knowledge Base) article ID. A KB number is a unique identifier for a specific patch. Installing these manually can bypass temporary update service errors.
Managing updates using Terminal (Admin Required)
You can use the Windows Terminal to control these settings. Note: This requires admin privileges.
Open the Terminal as an administrator and use the PowerShell tab to run these commands:
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:
(New-Object -com "Microsoft.Update.ServiceManager").RemoveService("7971f918-a847-4430-9279-4a52d1efe18d")Summary
- 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?
You can verify your support status by visiting the official Windows lifecycle documentation on the Microsoft website. Compare your current OS build number, found by typing winver in the search bar, against the list of supported versions. If your version is listed as end-of-service, you must update to a newer build immediately.
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?
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.
No comments yet — be the first to share your thoughts!