missing .net 3.5 on windows 11

yoshobanta garnaik 5 Reputation points
2026-08-20T18:18:11.4066667+00:00

already instlled standalone version but not worked

Windows Insider program | Windows Insider preview | Repair and recovery
0 comments No comments

1 answer

Sort by: Most helpful
  1. Lychee-Ng 27,955 Reputation points Microsoft External Staff Moderator
    2026-08-21T07:45:02.9066667+00:00

    Hi yoshobanta garnaik,

    I understand how confusing it is to not find .NET Framework 3.5 appears to be missing on your PC, even when you've already tried the standalone installer. In similar cases to this, the installation may be damaged or Windows may not have enabled the required components. Please try the following:

    1. Press Win + S > search Turn Windows features on or off
    2. Make sure .NET Framework (2.0 3.0...) entries appears
    3. Open Command Prompt as Administrator.
    4. Run: dism /online /enable-feature /featurename:netfx3 /all
    5. After that, run: DISM /Online /Cleanup-Image /RestoreHealth
    6. Finally, run: sfc /scannow > restart PC > test the application again.

    If the DISM command fails or the issue still persists, it'd be helpful if you could give a few more details on the situation. It'd help us move on more suitable options, and avoid repeating what you've possibly tried:

    • Your exact Windows 11 Insider Preview build number (Settings > System > About).
    • Was there any error code shown during installation (e.g. 0x800F0950, 0x800F081F, 0x800F0922, etc.).

    With that information, we can provide more specific troubleshooting steps.


    If you think the answer is helpful to you, please mark this as accepted. If you have extra questions about this answer, feel free to click "Add Comment" and ask! 

    Note: Follow the steps in our documentation if you want to enable and receive the related email notifications for this thread.

    Was this answer helpful?

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.