wudfsvc won't start

Kenji 0 Reputation points
2026-08-02T17:02:37.3+00:00

I've been experiencing random restarts without blue screens for a while now so I decided to get to the bottom of it.
They were always kernal 42 power errors.

Eventually I figured out that wudfsvc was just missing from my computer so I had to redownload the windows iso to get it back because nothing else worked, I'm now at the point where the service is there but its stuck 'starting' and I can't figure out how to get it to start at all. None of the information online is of help because none of it describes a situation where its stuck 'starting'.

Windows for home | Windows 11 | Performance and system failures
0 comments No comments

3 answers

Sort by: Most helpful
  1. Kenji 0 Reputation points
    2026-08-04T22:27:04.2633333+00:00

    C:\Windows\System32>sc queryex wudfsvc

    SERVICE_NAME: wudfsvc

        TYPE               : 10  WIN32_OWN_PROCESS
    
        STATE              : 2  START_PENDING
    
                                (NOT_STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
    
        WIN32_EXIT_CODE    : 0  (0x0)
    
        SERVICE_EXIT_CODE  : 0  (0x0)
    
        CHECKPOINT         : 0x0
    
        WAIT_HINT          : 0x7d0
    
        PID                : 4804
    
        FLAGS              :
    ```C:\Windows\System32>  
      
    I've ran DISM and SFC a few times, they never say there are any problems.  
      
    I've never been able to completely restore the service as stated, as it never starts and the restarts continue to happen, usually when many things may be loading, IE gaming and then opening chrome while in a voice chat on a different app, etc.   
      
    Also, I'm really not sure what you mean by around the time the system starts. There are so many events happening and I'm not sure which would be indicative of the service starting. I'm not sure the service is starting at all either to be honest.
    

    Was this answer helpful?


  2. Kenji 0 Reputation points
    2026-08-04T22:26:32.9866667+00:00

    C:\Windows\System32>sc queryex wudfsvc

    SERVICE_NAME: wudfsvc

        TYPE               : 10  WIN32_OWN_PROCESS
    
        STATE              : 2  START_PENDING
    
                                (NOT_STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
    
        WIN32_EXIT_CODE    : 0  (0x0)
    
        SERVICE_EXIT_CODE  : 0  (0x0)
    
        CHECKPOINT         : 0x0
    
        WAIT_HINT          : 0x7d0
    
        PID                : 4804
    
        FLAGS              :
    

    C:\Windows\System32>

    I've ran DISM and SFC a few times, they never say there are any problems.

    I've never been able to completely restore the service as stated, as it never starts and the restarts continue to happen, usually when many things may be loading, IE gaming and then opening chrome while in a voice chat on a different app, etc.

    Also, I'm really not sure what you mean by around the time the system starts. There are so many events happening and I'm not sure which would be indicative of the service starting. I'm not sure the service is starting at all either to be honest.

    Was this answer helpful?


  3. Sin-D 12,240 Reputation points Microsoft External Staff Moderator
    2026-08-03T00:49:55.0933333+00:00

    Hi Kenji,

    I understand why this is frustrating, especially since you have already gone through the effort of restoring the missing Windows Driver Foundation - User-mode Driver Framework (wudfsvc) service.

    To help narrow this down further, could you provide:

    1. The result of: sc queryex wudfsvc
    2. The most recent events from Event Viewer > Windows Logs > System around the time the service attempts to start.
    3. Whether the random restarts are still occurring after restoring the service, or if you are only troubleshooting the service state now.

    In the meantime, please try the following steps in an elevated Command Prompt:

    DISM /Online /Cleanup-Image /RestoreHealth
    sfc /scannow
    

    After both commands complete, restart the PC and check whether "Windows Driver Foundation - User-mode Driver Framework" still remains stuck on "Starting".

    If the answer is helpful, please click "Yes" and kindly upvote it. If you have extra questions about this answer, please click "Comment".    

    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.

    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.