Skip to content
Follow
Windows 🟡 Intermediate

How To Reinstall Optional Features Using Settings System Optional Features In Windows 11

Richard
Written by
Richard
Sep 15, 2026 3 min read
How to reinstall optional features using Settings System Optional features in Windows 11
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.

Advertisement

You need an active internet connection and administrator rights to reinstall these components on Windows 11 version 22H2 or later.

⚡ Quick Answer

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 .

Advertisement

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.

  1. Click on System in the left-hand navigation pane.
    Settings › System › Optional features
    Settings › System › Optional features
  2. 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.

  1. Scan the list of installed packages, or type the name of the feature into the Search installed features box to filter the results instantly.
  2. 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.

  1. On the Optional features page, find the broken feature in your installed list and click on its entry to expand the options.
  2. Click the Uninstall button to remove the package and its associated files from your system.
  3. 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 .

Advertisement
  1. Scroll to the top of the page. Click View features next to Add an optional feature.
  2. Type the name of the feature into the search box or scroll through the alphabetical list.
  3. Check the box next to the feature you want to reinstall and click Next.
  4. Click Install to begin downloading and applying the package files.
  5. 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.

  1. Open the Start menu, type cmd, right-click Command Prompt, and select Run as administrator. This step requires administrator privileges.
  2. Type DISM /Online /Get-Capabilities and press Enter to generate a complete list of all available optional features and their exact capability names.
  3. Locate the exact name of the broken feature from the command output.
  4. 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.

  1. Open the Start menu, type cmd, right-click Command Prompt, and select Run as administrator. This step requires administrator privileges.
  2. Type DISM /Online /Cleanup-Image /RestoreHealth and press Enter to repair the local component store using Windows Update files.
  3. 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.
  4. Restart your computer once both scans complete, then return to the Settings app to attempt the optional feature installation again.

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.

Advertisement

📚 Related Tutorials

How to Uninstalling and Reinstalling Copilot on Windows 11
Windows How to Uninstalling and Reinstalling Copilot on 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 *