Im trying to start the Windows Update Service on services but it keeps on saying Windows could not start the Windows Update Service on Local Computer

Daniel Omorogie 0 Reputation points
2026-09-07T23:44:04.6233333+00:00

Seriously, I've tried every tutorial i could find but nothing worked. I dont know what else to do. Please help me!

Note: I'm on Windows 10 and I cannot get Windows 11 at the moment right now.

Windows for home | Windows 10 | Windows update

2 answers

Sort by: Most helpful
  1. TaoLi 110.6K Reputation points Independent Advisor
    2026-09-08T12:48:08.0633333+00:00

    Hello Error 1083 usually means the Windows Update service configuration is incorrect or the service registration is damaged.

    Please try resetting the Windows Update service registration:

    1. Open Command Prompt as administrator.
    2. Run these commands:
    
    sc config wuauserv type= share
    
    sc config wuauserv binPath= "C:\Windows\system32\svchost.exe -k netsvcs -p"
    
    
    1. Restart your computer and try starting the Windows Update service again.

    If the issue remains, please run:

    
    reg query "HKLM\SYSTEM\CurrentControlSet\Services\wuauserv"
    
    

    and share the result, especially the ImagePath value. This will confirm whether the Windows Update service entry is corrupted.

    Was this answer helpful?


  2. TaoLi 110.6K Reputation points Independent Advisor
    2026-09-08T02:41:12.1533333+00:00

    Hello

    Since you have already tried the usual Windows Update reset steps, I suggest checking for damaged Windows system files first.

    Open Command Prompt as administrator and run:

    DISM /Online /Cleanup-Image /RestoreHealth

    Then run:

    sfc /scannow

    Restart the PC and try starting the Windows Update service again.

    Microsoft guide:

    https://support.microsoft.com/en-us/windows/experience/backup-recovery/use-the-system-file-checker-tool-to-repair-missing-or-corrupted-system-files

    If it still cannot start, please tell me the exact error number/message shown after “Windows could not start the Windows Update service” (for example, Error 5, 1058, 1068, etc.). That error number is important for determining the next step.

    Was 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.