🚀 NEW in v2.4.28: 35+ Speed Optimizations added today!Download Now →

Home/Fix/Fix .NET Framework Install Error or Missing Components

How to Fix Fix .NET Framework Install Error or Missing Components on Windows

.NET Framework won't install? Error 0x800F081F or 0x800F0950 during .NET installation? Apps requiring .NET Framework 3.5 failing? Fix .NET Framework installation errors.

📖

Main Troubleshooting Guide

How to Fix Microsoft Store Not Working

Complete symptoms, causes, and step-by-step solutions

Symptoms

You might be experiencing this problem if you notice:

  • Error 0x800F081F when trying to install .NET Framework 3.5
  • Error 0x800F0950 during .NET Framework feature installation
  • "Windows couldn't find the required files" error during .NET install
  • Applications show ".NET Framework is required" but installation fails
  • Windows Features checkbox for .NET 3.5 keeps unchecking itself
  • .NET Framework repair tool reports errors it cannot fix

Common Causes

  • Windows Update unable to download .NET components — network or policy issue
  • WSUS or Group Policy blocking Windows Update access for feature installation
  • Corrupted component store (CBS) preventing feature enablement
  • Previous .NET installation left corrupted state
  • Windows installation media or recovery partition missing required files
  • Conflicting .NET versions or preview builds installed

Solutions

Solution 1: Install via DISM with Windows Update Source

  1. 1Open Command Prompt as Administrator
  2. 2Try DISM installation with Windows Update as source:
  3. 3DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /Source:"%windir%" /LimitAccess
  4. 4If that fails, try without LimitAccess to allow Windows Update download:
  5. 5DISM /Online /Enable-Feature /FeatureName:NetFx3 /All
  6. 6If on a domain with WSUS, your IT may need to enable:
  7. 7Group Policy: "Specify settings for optional component installation" → enable "Contact Windows Update directly"
  8. 8Or use Windows installation media as source (see next solution)

Solution 2: Install from Windows Installation Media

  1. 1Mount or insert Windows 10/11 installation media (USB or ISO)
  2. 2Note the drive letter (e.g., D:)
  3. 3Open Command Prompt as Administrator
  4. 4DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /Source:D:\Sources\SxS /LimitAccess
  5. 5Replace D: with your actual media drive letter
  6. 6This bypasses Windows Update entirely
  7. 7If using an ISO, right-click → Mount to get a drive letter
  8. 8After installation, verify: dotnet --list-runtimes

Solution 3: Repair Component Store and Retry

  1. 1Open Command Prompt as Administrator
  2. 2Repair the component store first:
  3. 3DISM /Online /Cleanup-Image /RestoreHealth
  4. 4Then run: sfc /scannow
  5. 5Restart the computer
  6. 6Retry .NET installation via Windows Features:
  7. 7Win+R → optionalfeatures.exe → check ".NET Framework 3.5"
  8. 8If .NET 4.x is the issue, download the latest .NET runtime from https://dotnet.microsoft.com/download
FIXES THIS IN 5 MINUTES

Fix Fix .NET Framework Install Error or Missing Components Automatically

RescuePC Toolkit includes 109+ automated repairs that fix this problem with one click. No command line knowledge required.

Download Now - Free Trial

No credit card required • Works on Windows 10 & 11

Automated Repairs for This Issue

Browse More Update & Installation Guides

Share this:XRedditLinkedInEmail