Share via

Why am I seeing this error 0x8007041D?

TSmith 0 Reputation points
2026-04-07T10:55:49.1033333+00:00

I’ve been trying to install a required Windows feature on my Windows 10 Pro machine, but it keeps failing every single time no matter what I do. I’ve already gone through a bunch of fixes like offline installers, repair tools, running commands in CMD, and following multiple guides online, but nothing seems to work. This PC is used for some light internal tasks at work. I’ve spent weeks trying different solutions from forums and videos and im honestly stuck what else I can try to get this feature installed and fix these errors?

User's image


* moved from [Windows for business › Windows 365 Business]

Windows for home | Windows 10 | Install and upgrade
0 comments No comments

2 answers

Sort by: Most helpful
  1. Hendrix-V 13,345 Reputation points Microsoft External Staff Moderator
    2026-04-08T06:37:33.8433333+00:00

    Hi TSmith,

    Thank you for reaching out.

    The error shown when enabling .NET Framework 3.5 usually occurs when Windows is unable to access or start the system components required to install optional features. This can be related to service availability, system policy settings, or the local Windows component store, even if other updates appear to work normally.

    Here is a verified list of the troubleshooting steps that you can try in this situation:

    1, Verify required Windows services

    • Press Win + R, type services.msc
    • Ensure the following are not disabled:
      • Windows Modules Installer
      • Windows Update
      • Background Intelligent Transfer Service (BITS)
    • Restart the PC and try installing the feature again

    2, Install using Windows installation media

    • Download a Windows 10 ISO using the Media Creation Tool
    • Mount the ISO (double‑click it)
    • Open Command Prompt as administrator
    • Run: DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /Source:X:\sources\sxs /LimitAccess (Replace X with the mounted ISO drive letter)

    3, Check local policy settings

    • Press Win + R, type gpedit.msc
    • Navigate to: Computer Configuration > Administrative Templates > System
    • Open Specify settings for optional component installation and component repair
    • Set it to Enabled, apply changes, and restart

    4, Repair system files

    • Open Command Prompt as administrator
    • Run: DISM /Online /Cleanup-Image /RestoreHealth
    • Then run: sfc /scannow
    • Restart once complete

    If the feature still cannot be installed after these steps, this typically indicates deeper component corruption. In that case, an in‑place repair install of Windows 10 is the recommended approach, as it refreshes system components while keeping apps and files intact.

    Let me know if you need further assistance, feel free to ask me by clicking "Add Comment" or "Add Answer" if you cannot add comment so your response will be visible. Thanks for your effort.


    If my response is helpful to you, please click "Accept Answer" and kindly upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Ramesh Srinivasan 78,510 Reputation points Independent Advisor
    2026-04-07T11:41:39.9233333+00:00

    Hi,

    The error 0x8007041D is a Windows Update time-out error. Clearing the Windows Update cache might help.

    • Click Start and in the search box, type Command Prompt.
    • When you see Command Prompt on the list, right-click on it and select Run as administrator
    • Run the following commands from admin Command Prompt and post the result.
    net stop wuauserv
    
    net stop bits
    
    ren %systemroot%\SoftwareDistribution SoftwareDistribution.old2
    
    net start wuauserv
    
    net start bits
    

    Post the output here.

    0 comments No comments

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.