How To Reinstall Optional Features Using Settings System Optional Features In Windows 11
Optional features in Windows 11 are extra tools like language packs, legacy utilities, and developer kits that do not run by default to keep your storage footprint small. Reinstalling an optional feature through Settings pulls fresh files from Windows Update or your local component store to fix broken tools, bad settings, and failed updates.
You need an active internet connection and administrator rights to reinstall these components on Windows 11 version 22H2 or later.
Open Settings System Optional features, uninstall the broken component, then click View features next to Add an optional feature to select and reinstall it. This replaces corrupted binaries and missing registry entries by downloading fresh package files directly from Windows Update .
How to Access Optional Features in Settings
To view, add, or reinstall components, navigate to the dedicated management page within the system configuration menu. Open Settings by pressing the Win plus I on your keyboard.
- Click on System in the left-hand navigation pane.

Settings › System › Optional features - Scroll down the right side of the window and click on Optional features to open the management dashboard.
Checking Your Current Installed Features
Before you reinstall anything, verify whether the component is currently present on your system. On the Optional features page, locate the Installed features section.
- Scan the list of installed packages, or type the name of the feature into the Search installed features box to filter the results instantly.

- Review the status text underneath each feature name to check for error flags or pending actions.
Uninstalling a Broken Optional Feature
Remove the malfunctioning feature before installing a clean copy. This step requires administrator privileges.
- On the Optional features page, find the broken feature in your installed list and click on its entry to expand the options.
- Click the Uninstall button to remove the package and its associated files from your system.
- Wait for the status indicator to change, and restart your computer if prompted by Windows to release locked system files.
Reinstalling an Optional Feature via Settings
Once you remove the broken package, add it back to the operating system. This step requires an active internet connection and administrator privileges to download files from Windows Update .
- Scroll to the top of the page. Click View features next to Add an optional feature.
- Type the name of the feature into the search box or scroll through the alphabetical list.

- Check the box next to the feature you want to reinstall and click Next.
- Click Install to begin downloading and applying the package files.
- Monitor the progress bar under Recent actions until the status changes to Installed.
Alternative Method: Using DISM via Terminal
If the graphical interface fails to install or remove a package, use Deployment Image Servicing and Management (DISM (a command-line tool used for servicing Windows system images)) via an elevated command-line environment. This method bypasses GUI bugs.
- Open the Start menu, type
cmd, right-click Command Prompt, and select Run as administrator. This step requires administrator privileges. - Type
DISM /Online /Get-Capabilitiesand press Enter to generate a complete list of all available optional features and their exact capability names. - Locate the exact name of the broken feature from the command output.
- Type
DISM /Online /Add-Capability /CapabilityName:FeatureName~0~0.0.1.0(replacing FeatureName with the actual name from the list) and press Enter to install it.
Troubleshooting Optional Feature Installation Errors
Installation failures usually stem from corrupted Windows Update components, missing system files, or blocked network connections. If an installation gets stuck at a certain percentage or returns an error code, address the underlying system health first.
- Open the Start menu, type
cmd, right-click Command Prompt, and select Run as administrator. This step requires administrator privileges. - Type
DISM /Online /Cleanup-Image /RestoreHealthand press Enter to repair the local component store using Windows Update files. - Type
sfc /scannow(System File Checker (a utility that scans and repairs damaged system files)) and press Enter to scan and replace missing or corrupted system files. - Restart your computer once both scans complete, then return to the Settings app to attempt the optional feature installation again.
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!