How to Fix Fix Windows Optional Features Stuck or Won't Install on Windows
Optional features installation stuck at "Searching for required files"? Windows Features dialog frozen? Turn Windows features on or off not completing? Fix optional features issues.
📖
Main Troubleshooting Guide
How to Fix Windows Update Errors →Complete symptoms, causes, and step-by-step solutions
Symptoms
You might be experiencing this problem if you notice:
- •Windows Features dialog stuck on "Please wait" or "Searching for required files"
- •Optional features installation shows progress but never completes
- •Features toggle on but revert to off after restart
- •Error "Windows couldn't complete the requested changes" after attempting install
- •"Turn Windows features on or off" window is blank or empty
- •Settings → Apps → Optional features stuck on "Installing"
Common Causes
- ⚠Windows Update service not running or configured incorrectly
- ⚠Corrupted component store (WinSxS) preventing feature installation
- ⚠WSUS or proxy blocking access to Windows Update feature packages
- ⚠Pending reboot blocking new feature installations
- ⚠Trusted Installer service not running
- ⚠Disk space insufficient for feature extraction and installation
Solutions
Solution 1: Fix Windows Update and Component Services
- 1Open Services.msc as Administrator
- 2Verify these services are running and set to Automatic:
- 3Windows Update (wuauserv)
- 4Windows Modules Installer (TrustedInstaller)
- 5Background Intelligent Transfer Service (BITS)
- 6If any are stopped, start them
- 7Restart the computer
- 8Retry the optional feature installation
- 9If on a domain, check Group Policy for WSUS restrictions on feature downloads
Solution 2: Repair Component Store
- 1Open Command Prompt as Administrator
- 2Run: DISM /Online /Cleanup-Image /RestoreHealth
- 3Wait for completion — this can take 15-30 minutes
- 4Then run: sfc /scannow
- 5Restart the computer
- 6Try the feature installation again via:
- 7Win+R → optionalfeatures.exe
- 8Or Settings → System → Optional features
Solution 3: Install Features via PowerShell or DISM
- 1If the GUI is stuck, use command-line alternatives:
- 2Open PowerShell as Administrator
- 3List available features: Get-WindowsOptionalFeature -Online | Where-Object {$_.State -eq "Disabled"}
- 4Enable a specific feature: Enable-WindowsOptionalFeature -Online -FeatureName "FeatureName" -All
- 5Or use DISM: DISM /Online /Enable-Feature /FeatureName:"FeatureName" /All
- 6To find the exact feature name: DISM /Online /Get-Features
- 7If download fails, use Windows installation media as source:
- 8DISM /Online /Enable-Feature /FeatureName:"FeatureName" /Source:D:\Sources\SxS
FIXES THIS IN 5 MINUTES
Fix Fix Windows Optional Features Stuck or Won't Install Automatically
RescuePC Toolkit includes 109+ automated repairs that fix this problem with one click. No command line knowledge required.
Download Now - Free TrialNo credit card required • Works on Windows 10 & 11