How to Fix Windows Optional Features Not Installing on Windows
Can't enable Hyper-V, Windows Sandbox, .NET Framework, or other optional features? Fix "Windows couldn't complete the requested changes" and feature installation failures.
Symptoms
You might be experiencing this problem if you notice:
- •"Windows couldn't complete the requested changes" error when enabling features
- •Optional features list shows blank or takes forever to load
- •.NET Framework 3.5 installation fails with error 0x800F081F
- •Hyper-V or Windows Sandbox not listed in features (wrong Windows edition)
- •Feature installation stuck at "Searching for required files"
- •Features install but don't work after restart
Common Causes
- ⚠Windows component store corruption preventing feature extraction
- ⚠Group Policy blocking optional feature installation from Windows Update
- ⚠DISM source files missing or inaccessible
- ⚠Windows edition doesn't include the requested feature (e.g., Hyper-V on Home)
- ⚠Pending Windows updates conflicting with feature installation
- ⚠Third-party software conflicting with Windows component installation
Solutions
Solution 1: Fix via DISM with Windows Update Source
- 1Open Command Prompt as Administrator
- 2Run: DISM /Online /Cleanup-Image /RestoreHealth
- 3Wait for completion (5-15 minutes)
- 4Then try enabling the feature again via Settings > System > Optional features
- 5Or via: DISM /Online /Enable-Feature /FeatureName:NetFx3 /All (for .NET 3.5)
Solution 2: Install from Windows ISO Source
- 1Download the Windows ISO from Microsoft
- 2Mount the ISO by double-clicking it (note the drive letter, e.g., D:)
- 3Open Admin Command Prompt and run:
- 4DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /Source:D:\Sources\sxs
- 5Replace "NetFx3" with the feature name and D: with your ISO drive letter
Solution 3: Check Group Policy and Edition
- 1Open gpedit.msc (Pro/Enterprise only)
- 2Navigate to: Computer Configuration > Administrative Templates > System
- 3Find "Specify settings for optional component installation"
- 4Set to "Enabled" and check "Download repair content from Windows Update"
- 5For Home edition: check your Windows edition supports the feature
- 6Hyper-V, Sandbox, and Group Policy require Pro or Enterprise
FIXES THIS IN 5 MINUTES
Fix Windows Optional Features Not Installing 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